Uses of Class
com.oracle.bmc.devops.model.PrincipalDetails.PrincipalState
-
Packages that use PrincipalDetails.PrincipalState Package Description com.oracle.bmc.devops.model -
-
Uses of PrincipalDetails.PrincipalState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PrincipalDetails.PrincipalState Modifier and Type Method 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 emailsstatic 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.Methods in com.oracle.bmc.devops.model with parameters of type PrincipalDetails.PrincipalState Modifier and Type Method Description PrincipalDetails.Builder
PrincipalDetails.Builder. principalState(PrincipalDetails.PrincipalState principalState)
The state of the principal, it can be active or inactive or suppressed for emailsConstructors in com.oracle.bmc.devops.model with parameters of type PrincipalDetails.PrincipalState Constructor Description PrincipalDetails(String principalId, String principalName, PrincipalDetails.PrincipalType principalType, PrincipalDetails.PrincipalState principalState)
Deprecated.
-