@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.PrincipalRateLimitApi")
public class PrincipalRateLimitApi
extends java.lang.Object
| Constructor and Description |
|---|
PrincipalRateLimitApi() |
PrincipalRateLimitApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createPrincipalRateLimitEntity(java.lang.Class<?> T,
PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PrincipalRateLimitEntity |
createPrincipalRateLimitEntity(PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PagedList |
createPrincipalRateLimitEntityWithPaginationInfo(PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
ApiClient |
getApiClient() |
PrincipalRateLimitEntity |
getPrincipalRateLimitEntity(java.lang.String principalRateLimitId)
Retrieve a Principal Rate Limit
Retrieves a Principal Rate Limit entity by `principalRateLimitId`
|
PagedList |
getPrincipalRateLimitEntityWithPaginationInfo(java.lang.String principalRateLimitId)
Retrieve a Principal Rate Limit
Retrieves a Principal Rate Limit entity by `principalRateLimitId`
|
java.util.List<PrincipalRateLimitEntity> |
listPrincipalRateLimitEntities(java.lang.String filter,
java.lang.String after,
java.lang.Integer limit)
List all Principal Rate Limits
Lists all Principal Rate Limit entities considering the provided parameters
|
PagedList |
listPrincipalRateLimitEntitiesWithPaginationInfo(java.lang.String filter,
java.lang.String after,
java.lang.Integer limit)
List all Principal Rate Limits
Lists all Principal Rate Limit entities considering the provided parameters
|
<T> T |
replacePrincipalRateLimitEntity(java.lang.Class<?> T,
java.lang.String principalRateLimitId,
PrincipalRateLimitEntity entity)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
PrincipalRateLimitEntity |
replacePrincipalRateLimitEntity(java.lang.String principalRateLimitId,
PrincipalRateLimitEntity entity)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
PagedList |
replacePrincipalRateLimitEntityWithPaginationInfo(java.lang.String principalRateLimitId,
PrincipalRateLimitEntity entity)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
void |
setApiClient(ApiClient apiClient) |
public PrincipalRateLimitApi()
@Autowired public PrincipalRateLimitApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public PrincipalRateLimitEntity createPrincipalRateLimitEntity(PrincipalRateLimitEntity entity) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
entity - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic <T> T createPrincipalRateLimitEntity(java.lang.Class<?> T,
PrincipalRateLimitEntity entity)
throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T - (required) - the assignable return typeentity - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList createPrincipalRateLimitEntityWithPaginationInfo(PrincipalRateLimitEntity entity) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
entity - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PrincipalRateLimitEntity getPrincipalRateLimitEntity(java.lang.String principalRateLimitId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
principalRateLimitId - id of the Principal Rate Limit (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList getPrincipalRateLimitEntityWithPaginationInfo(java.lang.String principalRateLimitId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
principalRateLimitId - id of the Principal Rate Limit (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic java.util.List<PrincipalRateLimitEntity> listPrincipalRateLimitEntities(java.lang.String filter, java.lang.String after, java.lang.Integer limit) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
filter - (optional)after - (optional)limit - (optional, default to 20)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList listPrincipalRateLimitEntitiesWithPaginationInfo(java.lang.String filter, java.lang.String after, java.lang.Integer limit) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
filter - (optional)after - (optional)limit - (optional, default to 20)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PrincipalRateLimitEntity replacePrincipalRateLimitEntity(java.lang.String principalRateLimitId, PrincipalRateLimitEntity entity) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
principalRateLimitId - id of the Principal Rate Limit (required)entity - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic <T> T replacePrincipalRateLimitEntity(java.lang.Class<?> T,
java.lang.String principalRateLimitId,
PrincipalRateLimitEntity entity)
throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T - (required) - the assignable return typeprincipalRateLimitId - id of the Principal Rate Limit (required)entity - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList replacePrincipalRateLimitEntityWithPaginationInfo(java.lang.String principalRateLimitId, PrincipalRateLimitEntity entity) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
principalRateLimitId - id of the Principal Rate Limit (required)entity - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.