Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.createPrincipalRateLimitEntity(PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.getPrincipalRateLimitEntity(java.lang.String principalRateLimitId)
Retrieve a Principal Rate Limit
Retrieves a Principal Rate Limit entity by `principalRateLimitId`
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.replacePrincipalRateLimitEntity(java.lang.String principalRateLimitId,
PrincipalRateLimitEntity entity)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PrincipalRateLimitEntity> |
PrincipalRateLimitApi.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
|
Modifier and Type | Method and Description |
---|---|
<T> T |
PrincipalRateLimitApi.createPrincipalRateLimitEntity(java.lang.Class<?> T,
PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.createPrincipalRateLimitEntity(PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PagedList |
PrincipalRateLimitApi.createPrincipalRateLimitEntityWithPaginationInfo(PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
<T> T |
PrincipalRateLimitApi.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 |
PrincipalRateLimitApi.replacePrincipalRateLimitEntity(java.lang.String principalRateLimitId,
PrincipalRateLimitEntity entity)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
PagedList |
PrincipalRateLimitApi.replacePrincipalRateLimitEntityWithPaginationInfo(java.lang.String principalRateLimitId,
PrincipalRateLimitEntity entity)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
Modifier and Type | Method and Description |
---|---|
PrincipalRateLimitEntity |
PrincipalRateLimitEntity.principalId(java.lang.String principalId) |
PrincipalRateLimitEntity |
PrincipalRateLimitEntity.principalType(PrincipalType principalType) |
Copyright © 2017-2022 Okta. All Rights Reserved.