@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
 @Component(value="org.openapitools.client.api.RateLimitSettingsApi")
public class RateLimitSettingsApi
extends java.lang.Object
| Constructor and Description | 
|---|
RateLimitSettingsApi()  | 
RateLimitSettingsApi(ApiClient apiClient)  | 
| Modifier and Type | Method and Description | 
|---|---|
ApiClient | 
getApiClient()  | 
RateLimitAdminNotifications | 
getRateLimitSettingsAdminNotifications()
Retrieve the Rate Limit Admin Notification Settings
 Retrieves the currently configured Rate Limit Admin Notification Settings 
 | 
PagedList | 
getRateLimitSettingsAdminNotificationsWithPaginationInfo()
Retrieve the Rate Limit Admin Notification Settings
 Retrieves the currently configured Rate Limit Admin Notification Settings 
 | 
PerClientRateLimitSettings | 
getRateLimitSettingsPerClient()
Retrieve the Per-Client Rate Limit Settings
 Retrieves the currently configured Per-Client Rate Limit Settings 
 | 
PagedList | 
getRateLimitSettingsPerClientWithPaginationInfo()
Retrieve the Per-Client Rate Limit Settings
 Retrieves the currently configured Per-Client Rate Limit Settings 
 | 
<T> T | 
replaceRateLimitSettingsAdminNotifications(java.lang.Class<?> T,
                                          RateLimitAdminNotifications rateLimitAdminNotifications)
Replace the Rate Limit Admin Notification Settings
 Replaces the Rate Limit Admin Notification Settings and returns the configured properties 
 | 
RateLimitAdminNotifications | 
replaceRateLimitSettingsAdminNotifications(RateLimitAdminNotifications rateLimitAdminNotifications)
Replace the Rate Limit Admin Notification Settings
 Replaces the Rate Limit Admin Notification Settings and returns the configured properties 
 | 
PagedList | 
replaceRateLimitSettingsAdminNotificationsWithPaginationInfo(RateLimitAdminNotifications rateLimitAdminNotifications)
Replace the Rate Limit Admin Notification Settings
 Replaces the Rate Limit Admin Notification Settings and returns the configured properties 
 | 
<T> T | 
replaceRateLimitSettingsPerClient(java.lang.Class<?> T,
                                 PerClientRateLimitSettings perClientRateLimitSettings)
Replace the Per-Client Rate Limit Settings
 Replaces the Per-Client Rate Limit Settings and returns the configured properties 
 | 
PerClientRateLimitSettings | 
replaceRateLimitSettingsPerClient(PerClientRateLimitSettings perClientRateLimitSettings)
Replace the Per-Client Rate Limit Settings
 Replaces the Per-Client Rate Limit Settings and returns the configured properties 
 | 
PagedList | 
replaceRateLimitSettingsPerClientWithPaginationInfo(PerClientRateLimitSettings perClientRateLimitSettings)
Replace the Per-Client Rate Limit Settings
 Replaces the Per-Client Rate Limit Settings and returns the configured properties 
 | 
void | 
setApiClient(ApiClient apiClient)  | 
public RateLimitSettingsApi()
@Autowired public RateLimitSettingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public RateLimitAdminNotifications getRateLimitSettingsAdminNotifications() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList getRateLimitSettingsAdminNotificationsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PerClientRateLimitSettings getRateLimitSettingsPerClient() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList getRateLimitSettingsPerClientWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic RateLimitAdminNotifications replaceRateLimitSettingsAdminNotifications(RateLimitAdminNotifications rateLimitAdminNotifications) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
rateLimitAdminNotifications - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic <T> T replaceRateLimitSettingsAdminNotifications(java.lang.Class<?> T,
                                                        RateLimitAdminNotifications rateLimitAdminNotifications)
                                                 throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T - (required) - the assignable return typerateLimitAdminNotifications - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList replaceRateLimitSettingsAdminNotificationsWithPaginationInfo(RateLimitAdminNotifications rateLimitAdminNotifications) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
rateLimitAdminNotifications - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PerClientRateLimitSettings replaceRateLimitSettingsPerClient(PerClientRateLimitSettings perClientRateLimitSettings) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
perClientRateLimitSettings - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic <T> T replaceRateLimitSettingsPerClient(java.lang.Class<?> T,
                                               PerClientRateLimitSettings perClientRateLimitSettings)
                                        throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T - (required) - the assignable return typeperClientRateLimitSettings - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList replaceRateLimitSettingsPerClientWithPaginationInfo(PerClientRateLimitSettings perClientRateLimitSettings) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
perClientRateLimitSettings - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.