Uses of Class
com.oracle.bmc.identitydomains.model.AppObjectClasses.Type
-
Packages that use AppObjectClasses.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppObjectClasses.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppObjectClasses.Type Modifier and Type Method Description static AppObjectClasses.TypeAppObjectClasses.Type. create(String key)AppObjectClasses.TypeAppObjectClasses. getType()Object Class type.static AppObjectClasses.TypeAppObjectClasses.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AppObjectClasses.Type[]AppObjectClasses.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 AppObjectClasses.Type Modifier and Type Method Description AppObjectClasses.BuilderAppObjectClasses.Builder. type(AppObjectClasses.Type type)Object Class type.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppObjectClasses.Type Constructor Description AppObjectClasses(String value, String ref, String display, String resourceType, Boolean isAccountObjectClass, AppObjectClasses.Type type)Deprecated.
-