Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static PrincipalDetails.PrincipalState |
PrincipalDetails.PrincipalState.create(String key) |
PrincipalDetails.PrincipalState |
PrincipalDetails.getPrincipalState()
The state of the principal, it can be active or inactive or suppressed for emails
|
static PrincipalDetails.PrincipalState |
PrincipalDetails.PrincipalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalDetails.PrincipalState[] |
PrincipalDetails.PrincipalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PrincipalDetails.Builder |
PrincipalDetails.Builder.principalState(PrincipalDetails.PrincipalState principalState)
The state of the principal, it can be active or inactive or suppressed for emails
|
Constructor and Description |
---|
PrincipalDetails(String principalId,
String principalName,
PrincipalDetails.PrincipalType principalType,
PrincipalDetails.PrincipalState principalState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.