Uses of Class
com.oracle.bmc.datasafe.model.UserSummary.UserCategory
-
Packages that use UserSummary.UserCategory Package Description com.oracle.bmc.datasafe.model -
-
Uses of UserSummary.UserCategory in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UserSummary.UserCategory Modifier and Type Method Description static UserSummary.UserCategoryUserSummary.UserCategory. create(String key)UserSummary.UserCategoryUserSummary. getUserCategory()The user category based on the privileges and other details of the user.static UserSummary.UserCategoryUserSummary.UserCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static UserSummary.UserCategory[]UserSummary.UserCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type UserSummary.UserCategory Modifier and Type Method Description UserSummary.BuilderUserSummary.Builder. userCategory(UserSummary.UserCategory userCategory)The user category based on the privileges and other details of the user.Constructors in com.oracle.bmc.datasafe.model with parameters of type UserSummary.UserCategory 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.
-