Uses of Class
com.oracle.bmc.identitydomains.model.AppRoleMembers.Type
-
Packages that use AppRoleMembers.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppRoleMembers.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppRoleMembers.Type Modifier and Type Method Description static AppRoleMembers.Type
AppRoleMembers.Type. create(String key)
AppRoleMembers.Type
AppRoleMembers. getType()
Indicates the type of Resource–for example, User, Group or DynamicResourceGroupstatic AppRoleMembers.Type
AppRoleMembers.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppRoleMembers.Type[]
AppRoleMembers.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 AppRoleMembers.Type Modifier and Type Method Description AppRoleMembers.Builder
AppRoleMembers.Builder. type(AppRoleMembers.Type type)
Indicates the type of Resource–for example, User, Group or DynamicResourceGroupConstructors in com.oracle.bmc.identitydomains.model with parameters of type AppRoleMembers.Type Constructor Description AppRoleMembers(String value, String ref, String display, AppRoleMembers.Type type)
Deprecated.
-