Uses of Class
com.oracle.bmc.identitydomains.model.MeGroups.Type
-
Packages that use MeGroups.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MeGroups.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MeGroups.Type Modifier and Type Method Description static MeGroups.TypeMeGroups.Type. create(String key)MeGroups.TypeMeGroups. getType()A label indicating the attribute’s function; e.g., ‘direct’ or ‘indirect’.static MeGroups.TypeMeGroups.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MeGroups.Type[]MeGroups.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 MeGroups.Type Modifier and Type Method Description MeGroups.BuilderMeGroups.Builder. type(MeGroups.Type type)A label indicating the attribute’s function; e.g., ‘direct’ or ‘indirect’.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MeGroups.Type Constructor Description MeGroups(String value, String ocid, String ref, String display, String nonUniqueDisplay, String externalId, MeGroups.Type type, String membershipOcid, String dateAdded)Deprecated.
-