@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.NetworkZoneApi") public class NetworkZoneApi extends Object
Constructor and Description |
---|
NetworkZoneApi() |
NetworkZoneApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
NetworkZone |
activateNetworkZone(String zoneId)
Activate a Network Zone
Activates a network zone
|
PagedList |
activateNetworkZoneWithPaginationInfo(String zoneId)
Activate a Network Zone
Activates a network zone
|
<T> T |
createNetworkZone(Class<?> T,
NetworkZone zone)
Create a Network Zone
Creates a new network zone to your Okta organization
|
NetworkZone |
createNetworkZone(NetworkZone zone)
Create a Network Zone
Creates a new network zone to your Okta organization
|
PagedList |
createNetworkZoneWithPaginationInfo(NetworkZone zone)
Create a Network Zone
Creates a new network zone to your Okta organization
|
NetworkZone |
deactivateNetworkZone(String zoneId)
Deactivate a Network Zone
Deactivates a network zone
|
PagedList |
deactivateNetworkZoneWithPaginationInfo(String zoneId)
Deactivate a Network Zone
Deactivates a network zone
|
void |
deleteNetworkZone(String zoneId)
Delete a Network Zone
Deletes network zone
|
ApiClient |
getApiClient() |
NetworkZone |
getNetworkZone(String zoneId)
Retrieve a Network Zone
Retrieves a network zone from your Okta organization by `id`
|
PagedList |
getNetworkZoneWithPaginationInfo(String zoneId)
Retrieve a Network Zone
Retrieves a network zone from your Okta organization by `id`
|
List<NetworkZone> |
listNetworkZones(String after,
Integer limit,
String filter)
List all Network Zones
Lists all network zones with pagination.
|
PagedList |
listNetworkZonesWithPaginationInfo(String after,
Integer limit,
String filter)
List all Network Zones
Lists all network zones with pagination.
|
<T> T |
replaceNetworkZone(Class<?> T,
String zoneId,
NetworkZone zone)
Replace a Network Zone
Replaces a network zone
|
NetworkZone |
replaceNetworkZone(String zoneId,
NetworkZone zone)
Replace a Network Zone
Replaces a network zone
|
PagedList |
replaceNetworkZoneWithPaginationInfo(String zoneId,
NetworkZone zone)
Replace a Network Zone
Replaces a network zone
|
void |
setApiClient(ApiClient apiClient) |
public NetworkZoneApi()
@Autowired public NetworkZoneApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public NetworkZone activateNetworkZone(String zoneId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList activateNetworkZoneWithPaginationInfo(String zoneId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic NetworkZone createNetworkZone(NetworkZone zone) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
zone
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createNetworkZone(Class<?> T, NetworkZone zone) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typezone
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createNetworkZoneWithPaginationInfo(NetworkZone zone) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
zone
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic NetworkZone deactivateNetworkZone(String zoneId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList deactivateNetworkZoneWithPaginationInfo(String zoneId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteNetworkZone(String zoneId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic NetworkZone getNetworkZone(String zoneId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getNetworkZoneWithPaginationInfo(String zoneId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic List<NetworkZone> listNetworkZones(String after, Integer limit, String filter) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
after
- Specifies the pagination cursor for the next page of network zones (optional)limit
- Specifies the number of results for a page (optional, default to -1)filter
- Filters zones by usage or id expression (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listNetworkZonesWithPaginationInfo(String after, Integer limit, String filter) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
after
- Specifies the pagination cursor for the next page of network zones (optional)limit
- Specifies the number of results for a page (optional, default to -1)filter
- Filters zones by usage or id expression (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic NetworkZone replaceNetworkZone(String zoneId, NetworkZone zone) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)zone
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceNetworkZone(Class<?> T, String zoneId, NetworkZone zone) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typezoneId
- (required)zone
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceNetworkZoneWithPaginationInfo(String zoneId, NetworkZone zone) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
zoneId
- (required)zone
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017–2023 Okta. All rights reserved.