Uses of Interface
com.okta.sdk.resource.network.zone.NetworkZoneLocation
-
Packages that use NetworkZoneLocation Package Description com.okta.sdk.resource.network.zone -
-
Uses of NetworkZoneLocation in com.okta.sdk.resource.network.zone
Methods in com.okta.sdk.resource.network.zone 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.network.zone 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.network.zone with type arguments of type NetworkZoneLocation Modifier and Type Method Description NetworkZone
NetworkZone. setLocations(java.util.List<NetworkZoneLocation> locations)
-