Uses of Class
com.okta.sdk.resource.network.zone.NetworkZoneStatus
-
Packages that use NetworkZoneStatus Package Description com.okta.sdk.resource.network.zone -
-
Uses of NetworkZoneStatus in com.okta.sdk.resource.network.zone
Methods in com.okta.sdk.resource.network.zone 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.network.zone with parameters of type NetworkZoneStatus Modifier and Type Method Description NetworkZone
NetworkZone. setStatus(NetworkZoneStatus status)
-