@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.NetworkZoneApi")
public class NetworkZoneApi
extends java.lang.Object
Constructor and Description |
---|
NetworkZoneApi() |
NetworkZoneApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
NetworkZone |
activateNetworkZone(java.lang.String zoneId)
Activate a Network Zone
Activates a network zone
|
PagedList |
activateNetworkZoneWithPaginationInfo(java.lang.String zoneId)
Activate a Network Zone
Activates a network zone
|
<T> T |
createNetworkZone(java.lang.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(java.lang.String zoneId)
Deactivate a Network Zone
Deactivates a network zone
|
PagedList |
deactivateNetworkZoneWithPaginationInfo(java.lang.String zoneId)
Deactivate a Network Zone
Deactivates a network zone
|
void |
deleteNetworkZone(java.lang.String zoneId)
Delete a Network Zone
Deletes network zone
|
ApiClient |
getApiClient() |
NetworkZone |
getNetworkZone(java.lang.String zoneId)
Retrieve a Network Zone
Retrieves a network zone from your Okta organization by `id`
|
PagedList |
getNetworkZoneWithPaginationInfo(java.lang.String zoneId)
Retrieve a Network Zone
Retrieves a network zone from your Okta organization by `id`
|
java.util.List<NetworkZone> |
listNetworkZones(java.lang.String after,
java.lang.Integer limit,
java.lang.String filter)
List all Network Zones
Lists all network zones with pagination.
|
PagedList |
listNetworkZonesWithPaginationInfo(java.lang.String after,
java.lang.Integer limit,
java.lang.String filter)
List all Network Zones
Lists all network zones with pagination.
|
<T> T |
replaceNetworkZone(java.lang.Class<?> T,
java.lang.String zoneId,
NetworkZone zone)
Replace a Network Zone
Replaces a network zone
|
NetworkZone |
replaceNetworkZone(java.lang.String zoneId,
NetworkZone zone)
Replace a Network Zone
Replaces a network zone
|
PagedList |
replaceNetworkZoneWithPaginationInfo(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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 java.util.List<NetworkZone> listNetworkZones(java.lang.String after, java.lang.Integer limit, java.lang.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(java.lang.String after, java.lang.Integer limit, java.lang.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(java.lang.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(java.lang.Class<?> T, java.lang.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(java.lang.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-2022 Okta. All Rights Reserved.