Uses of Class
com.okta.sdk.resource.NetworkZoneStatus
-
Packages that use NetworkZoneStatus Package Description com.okta.sdk.resource -
-
Uses of NetworkZoneStatus in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return NetworkZoneStatus Modifier and Type Method Description NetworkZoneStatus
NetworkZone. getStatus()
static NetworkZoneStatus
NetworkZoneStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NetworkZoneStatus[]
NetworkZoneStatus. 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 NetworkZoneStatus Modifier and Type Method Description NetworkZone
NetworkZone. setStatus(NetworkZoneStatus status)
-