Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static PrincipalType |
PrincipalType.fromValue(String value) |
PrincipalType |
PrincipalRateLimitEntity.getPrincipalType()
Get principalType
|
static PrincipalType |
PrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalType[] |
PrincipalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PrincipalRateLimitEntity |
PrincipalRateLimitEntity.principalType(PrincipalType principalType) |
void |
PrincipalRateLimitEntity.setPrincipalType(PrincipalType principalType) |
Copyright © 2017–2023 Okta. All rights reserved.