Uses of Interface
com.okta.sdk.resource.NetworkZoneAddress
-
Packages that use NetworkZoneAddress Package Description com.okta.sdk.resource -
-
Uses of NetworkZoneAddress in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return NetworkZoneAddress Modifier and Type Method Description NetworkZoneAddress
NetworkZoneAddress. setType(NetworkZoneAddressType type)
NetworkZoneAddress
NetworkZoneAddress. setValue(java.lang.String value)
Methods in com.okta.sdk.resource that return types with arguments of type NetworkZoneAddress Modifier and Type Method Description java.util.List<NetworkZoneAddress>
NetworkZone. getGateways()
java.util.List<NetworkZoneAddress>
NetworkZone. getProxies()
Method parameters in com.okta.sdk.resource with type arguments of type NetworkZoneAddress Modifier and Type Method Description NetworkZone
NetworkZone. setGateways(java.util.List<NetworkZoneAddress> gateways)
NetworkZone
NetworkZone. setProxies(java.util.List<NetworkZoneAddress> proxies)
-