Uses of Interface
com.okta.sdk.resource.NetworkZoneLocation
-
Packages that use NetworkZoneLocation Package Description com.okta.sdk.resource -
-
Uses of NetworkZoneLocation in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return NetworkZoneLocation Modifier and Type Method Description NetworkZoneLocation
NetworkZoneLocation. setCountry(java.lang.String country)
NetworkZoneLocation
NetworkZoneLocation. setRegion(java.lang.String region)
Methods in com.okta.sdk.resource that return types with arguments of type NetworkZoneLocation Modifier and Type Method Description java.util.List<NetworkZoneLocation>
NetworkZone. getLocations()
Method parameters in com.okta.sdk.resource with type arguments of type NetworkZoneLocation Modifier and Type Method Description NetworkZone
NetworkZone. setLocations(java.util.List<NetworkZoneLocation> locations)
-