Uses of Class
com.oracle.bmc.devops.model.PrincipalDetails.PrincipalType
-
Packages that use PrincipalDetails.PrincipalType Package Description com.oracle.bmc.devops.model -
-
Uses of PrincipalDetails.PrincipalType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PrincipalDetails.PrincipalType Modifier and Type Method Description static PrincipalDetails.PrincipalType
PrincipalDetails.PrincipalType. create(String key)
PrincipalDetails.PrincipalType
PrincipalDetails. getPrincipalType()
the type of principalstatic PrincipalDetails.PrincipalType
PrincipalDetails.PrincipalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrincipalDetails.PrincipalType[]
PrincipalDetails.PrincipalType. 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.PrincipalType Modifier and Type Method Description PrincipalDetails.Builder
PrincipalDetails.Builder. principalType(PrincipalDetails.PrincipalType principalType)
the type of principalConstructors in com.oracle.bmc.devops.model with parameters of type PrincipalDetails.PrincipalType Constructor Description PrincipalDetails(String principalId, String principalName, PrincipalDetails.PrincipalType principalType, PrincipalDetails.PrincipalState principalState)
Deprecated.
-