Uses of Enum Class
com.ads.api.beans.rsm.Role.RoleType
Packages that use Role.RoleType
Package
Description
Contains Collection Classes, Java Bean Classes which are related to Role, User, Permission and its details.
-
Uses of Role.RoleType in com.ads.api.beans.rsm
Methods in com.ads.api.beans.rsm that return Role.RoleTypeModifier and TypeMethodDescriptionRole.getType()Returns the type of the Role.static Role.RoleTypestatic Role.RoleTypeReturns the enum constant of this class with the specified name.static Role.RoleType[]Role.RoleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.api.beans.rsm with parameters of type Role.RoleTypeModifier and TypeMethodDescriptionvoidRole.setType(Role.RoleType type) Method sets the type to the Role.