Uses of Class
com.okta.sdk.resource.NetworkZoneUsage
-
Packages that use NetworkZoneUsage Package Description com.okta.sdk.resource -
-
Uses of NetworkZoneUsage in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return NetworkZoneUsage Modifier and Type Method Description NetworkZoneUsage
NetworkZone. getUsage()
static NetworkZoneUsage
NetworkZoneUsage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NetworkZoneUsage[]
NetworkZoneUsage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type NetworkZoneUsage Modifier and Type Method Description NetworkZone
NetworkZone. setUsage(NetworkZoneUsage usage)
-