@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class RateLimitSettingsApi extends Object
Constructor and Description |
---|
RateLimitSettingsApi() |
RateLimitSettingsApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
RateLimitAdminNotifications |
getRateLimitSettingsAdminNotifications()
Retrieve the Rate Limit Admin Notification Settings
Retrieves the currently configured Rate Limit Admin Notification Settings
|
RateLimitAdminNotifications |
getRateLimitSettingsAdminNotifications(Map<String,String> additionalHeaders)
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
|
PerClientRateLimitSettings |
getRateLimitSettingsPerClient(Map<String,String> additionalHeaders)
Retrieve the Per-Client Rate Limit Settings
Retrieves the currently configured Per-Client Rate Limit Settings
|
RateLimitWarningThresholdResponse |
getRateLimitSettingsWarningThreshold()
Retrieve the Rate Limit Warning Threshold Percentage
Retrieves the currently configured threshold for warning notifications when the API's rate limit is exceeded
|
RateLimitWarningThresholdResponse |
getRateLimitSettingsWarningThreshold(Map<String,String> additionalHeaders)
Retrieve the Rate Limit Warning Threshold Percentage
Retrieves the currently configured threshold for warning notifications when the API's rate limit is exceeded
|
RateLimitAdminNotifications |
replaceRateLimitSettingsAdminNotifications(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,
Map<String,String> additionalHeaders)
Replace the Rate Limit Admin Notification Settings
Replaces the Rate Limit Admin Notification 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
|
PerClientRateLimitSettings |
replaceRateLimitSettingsPerClient(PerClientRateLimitSettings perClientRateLimitSettings,
Map<String,String> additionalHeaders)
Replace the Per-Client Rate Limit Settings
Replaces the Per-Client Rate Limit Settings and returns the configured properties
|
RateLimitWarningThresholdResponse |
replaceRateLimitSettingsWarningThreshold(RateLimitWarningThresholdRequest rateLimitWarningThreshold)
Replace the Rate Limit Warning Threshold Percentage
Replaces the Rate Limit Warning Threshold Percentage and returns the configured property
|
RateLimitWarningThresholdResponse |
replaceRateLimitSettingsWarningThreshold(RateLimitWarningThresholdRequest rateLimitWarningThreshold,
Map<String,String> additionalHeaders)
Replace the Rate Limit Warning Threshold Percentage
Replaces the Rate Limit Warning Threshold Percentage and returns the configured property
|
void |
setApiClient(ApiClient apiClient) |
public RateLimitSettingsApi()
public RateLimitSettingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public RateLimitAdminNotifications getRateLimitSettingsAdminNotifications() throws ApiException
ApiException
- if fails to make API callpublic RateLimitAdminNotifications getRateLimitSettingsAdminNotifications(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic PerClientRateLimitSettings getRateLimitSettingsPerClient() throws ApiException
ApiException
- if fails to make API callpublic PerClientRateLimitSettings getRateLimitSettingsPerClient(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic RateLimitWarningThresholdResponse getRateLimitSettingsWarningThreshold() throws ApiException
ApiException
- if fails to make API callpublic RateLimitWarningThresholdResponse getRateLimitSettingsWarningThreshold(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic RateLimitAdminNotifications replaceRateLimitSettingsAdminNotifications(RateLimitAdminNotifications rateLimitAdminNotifications) throws ApiException
rateLimitAdminNotifications
- (required)ApiException
- if fails to make API callpublic RateLimitAdminNotifications replaceRateLimitSettingsAdminNotifications(RateLimitAdminNotifications rateLimitAdminNotifications, Map<String,String> additionalHeaders) throws ApiException
rateLimitAdminNotifications
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic PerClientRateLimitSettings replaceRateLimitSettingsPerClient(PerClientRateLimitSettings perClientRateLimitSettings) throws ApiException
perClientRateLimitSettings
- (required)ApiException
- if fails to make API callpublic PerClientRateLimitSettings replaceRateLimitSettingsPerClient(PerClientRateLimitSettings perClientRateLimitSettings, Map<String,String> additionalHeaders) throws ApiException
perClientRateLimitSettings
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic RateLimitWarningThresholdResponse replaceRateLimitSettingsWarningThreshold(RateLimitWarningThresholdRequest rateLimitWarningThreshold) throws ApiException
rateLimitWarningThreshold
- (optional)ApiException
- if fails to make API callpublic RateLimitWarningThresholdResponse replaceRateLimitSettingsWarningThreshold(RateLimitWarningThresholdRequest rateLimitWarningThreshold, Map<String,String> additionalHeaders) throws ApiException
rateLimitWarningThreshold
- (optional)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.