Uses of Class
com.oracle.bmc.identitydomains.model.IdcsCreatedBy.Type
-
Packages that use IdcsCreatedBy.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of IdcsCreatedBy.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdcsCreatedBy.Type Modifier and Type Method Description static IdcsCreatedBy.Type
IdcsCreatedBy.Type. create(String key)
IdcsCreatedBy.Type
IdcsCreatedBy. getType()
The type of resource, User or App, that created this Resourcestatic IdcsCreatedBy.Type
IdcsCreatedBy.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static IdcsCreatedBy.Type[]
IdcsCreatedBy.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type IdcsCreatedBy.Type Modifier and Type Method Description IdcsCreatedBy.Builder
IdcsCreatedBy.Builder. type(IdcsCreatedBy.Type type)
The type of resource, User or App, that created this ResourceConstructors in com.oracle.bmc.identitydomains.model with parameters of type IdcsCreatedBy.Type Constructor Description IdcsCreatedBy(String value, String ref, IdcsCreatedBy.Type type, String display, String ocid)
Deprecated.
-