Uses of Class
org.openapitools.client.model.PrincipalRateLimitEntity
Packages that use PrincipalRateLimitEntity
-
Uses of PrincipalRateLimitEntity in org.openapitools.client.api
Methods in org.openapitools.client.api that return PrincipalRateLimitEntityModifier and TypeMethodDescriptionPrincipalRateLimitApi.createPrincipalRateLimitEntity
(PrincipalRateLimitEntity entity) Create a Principal Rate Limit Creates a new Principal Rate Limit entity.PrincipalRateLimitApi.getPrincipalRateLimitEntity
(String principalRateLimitId) Retrieve a Principal Rate Limit Retrieves a Principal Rate Limit entity by `principalRateLimitId`PrincipalRateLimitApi.replacePrincipalRateLimitEntity
(String principalRateLimitId, PrincipalRateLimitEntity entity) Replace a Principal Rate Limit Replaces a principal rate limit entity by `principalRateLimitId`Methods in org.openapitools.client.api that return types with arguments of type PrincipalRateLimitEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PrincipalRateLimitEntity>
PrincipalRateLimitApi.createPrincipalRateLimitEntityWithHttpInfo
(PrincipalRateLimitEntity entity) Create a Principal Rate Limit Creates a new Principal Rate Limit entity.org.springframework.http.ResponseEntity<PrincipalRateLimitEntity>
PrincipalRateLimitApi.getPrincipalRateLimitEntityWithHttpInfo
(String principalRateLimitId) Retrieve a Principal Rate Limit Retrieves a Principal Rate Limit entity by `principalRateLimitId`PrincipalRateLimitApi.listPrincipalRateLimitEntities
(String filter, String after, Integer limit) List all Principal Rate Limits Lists all Principal Rate Limit entities considering the provided parametersorg.springframework.http.ResponseEntity<List<PrincipalRateLimitEntity>>
PrincipalRateLimitApi.listPrincipalRateLimitEntitiesWithHttpInfo
(String filter, String after, Integer limit) List all Principal Rate Limits Lists all Principal Rate Limit entities considering the provided parametersorg.springframework.http.ResponseEntity<PrincipalRateLimitEntity>
PrincipalRateLimitApi.replacePrincipalRateLimitEntityWithHttpInfo
(String principalRateLimitId, PrincipalRateLimitEntity entity) Replace a Principal Rate Limit Replaces a principal rate limit entity by `principalRateLimitId`Methods in org.openapitools.client.api with parameters of type PrincipalRateLimitEntityModifier and TypeMethodDescription<T> T
PrincipalRateLimitApi.createPrincipalRateLimitEntity
(Class<?> T, PrincipalRateLimitEntity entity) Create a Principal Rate Limit Creates a new Principal Rate Limit entity.PrincipalRateLimitApi.createPrincipalRateLimitEntity
(PrincipalRateLimitEntity entity) Create a Principal Rate Limit Creates a new Principal Rate Limit entity.org.springframework.http.ResponseEntity<PrincipalRateLimitEntity>
PrincipalRateLimitApi.createPrincipalRateLimitEntityWithHttpInfo
(PrincipalRateLimitEntity entity) Create a Principal Rate Limit Creates a new Principal Rate Limit entity.PrincipalRateLimitApi.createPrincipalRateLimitEntityWithPaginationInfo
(PrincipalRateLimitEntity entity) Create a Principal Rate Limit Creates a new Principal Rate Limit entity.<T> T
PrincipalRateLimitApi.replacePrincipalRateLimitEntity
(Class<?> T, String principalRateLimitId, PrincipalRateLimitEntity entity) Replace a Principal Rate Limit Replaces a principal rate limit entity by `principalRateLimitId`PrincipalRateLimitApi.replacePrincipalRateLimitEntity
(String principalRateLimitId, PrincipalRateLimitEntity entity) Replace a Principal Rate Limit Replaces a principal rate limit entity by `principalRateLimitId`org.springframework.http.ResponseEntity<PrincipalRateLimitEntity>
PrincipalRateLimitApi.replacePrincipalRateLimitEntityWithHttpInfo
(String principalRateLimitId, PrincipalRateLimitEntity entity) Replace a Principal Rate Limit Replaces a principal rate limit entity by `principalRateLimitId`PrincipalRateLimitApi.replacePrincipalRateLimitEntityWithPaginationInfo
(String principalRateLimitId, PrincipalRateLimitEntity entity) Replace a Principal Rate Limit Replaces a principal rate limit entity by `principalRateLimitId` -
Uses of PrincipalRateLimitEntity in org.openapitools.client.model
Methods in org.openapitools.client.model that return PrincipalRateLimitEntityModifier and TypeMethodDescriptionPrincipalRateLimitEntity.principalId
(String principalId) PrincipalRateLimitEntity.principalType
(PrincipalType principalType)