Uses of Class
com.oracle.bmc.datasafe.model.UserSummary.UserTypes
-
Packages that use UserSummary.UserTypes Package Description com.oracle.bmc.datasafe.model -
-
Uses of UserSummary.UserTypes in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UserSummary.UserTypes Modifier and Type Method Description static UserSummary.UserTypesUserSummary.UserTypes. create(String key)static UserSummary.UserTypesUserSummary.UserTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static UserSummary.UserTypes[]UserSummary.UserTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model that return types with arguments of type UserSummary.UserTypes Modifier and Type Method Description List<UserSummary.UserTypes>UserSummary. getUserTypes()The user type, which can be a combination of the following:Method parameters in com.oracle.bmc.datasafe.model with type arguments of type UserSummary.UserTypes Modifier and Type Method Description UserSummary.BuilderUserSummary.Builder. userTypes(List<UserSummary.UserTypes> userTypes)The user type, which can be a combination of the following:Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type UserSummary.UserTypes Constructor Description UserSummary(String key, String userName, UserSummary.UserCategory userCategory, UserSummary.AccountStatus accountStatus, String targetId, Date timeLastLogin, Date timeUserCreated, UserSummary.AuthenticationType authenticationType, String userProfile, Date timePasswordChanged, Date timePasswordExpiry, List<UserSummary.UserTypes> userTypes, List<UserSummary.AdminRoles> adminRoles, Boolean areAllSchemasAccessible, List<String> schemaList)Deprecated.
-