Uses of Enum Class
com.redhat.parodos.sdk.model.UserRoleRequestDTO.RolesEnum
Packages that use UserRoleRequestDTO.RolesEnum
-
Uses of UserRoleRequestDTO.RolesEnum in com.redhat.parodos.sdk.model
Methods in com.redhat.parodos.sdk.model that return UserRoleRequestDTO.RolesEnumModifier and TypeMethodDescriptionstatic UserRoleRequestDTO.RolesEnumUserRoleRequestDTO.RolesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static UserRoleRequestDTO.RolesEnumReturns the enum constant of this class with the specified name.static UserRoleRequestDTO.RolesEnum[]UserRoleRequestDTO.RolesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.redhat.parodos.sdk.model that return types with arguments of type UserRoleRequestDTO.RolesEnumMethods in com.redhat.parodos.sdk.model with parameters of type UserRoleRequestDTO.RolesEnumModifier and TypeMethodDescriptionUserRoleRequestDTO.addRolesItem(UserRoleRequestDTO.RolesEnum rolesItem) voidUserRoleRequestDTO.RolesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, UserRoleRequestDTO.RolesEnum enumeration) Method parameters in com.redhat.parodos.sdk.model with type arguments of type UserRoleRequestDTO.RolesEnumModifier and TypeMethodDescriptionUserRoleRequestDTO.roles(List<UserRoleRequestDTO.RolesEnum> roles) voidUserRoleRequestDTO.setRoles(List<UserRoleRequestDTO.RolesEnum> roles)