Uses of Enum Class
com.redhat.parodos.sdk.model.UserRoleResponseDTO.RolesEnum
Packages that use UserRoleResponseDTO.RolesEnum
-
Uses of UserRoleResponseDTO.RolesEnum in com.redhat.parodos.sdk.model
Methods in com.redhat.parodos.sdk.model that return UserRoleResponseDTO.RolesEnumModifier and TypeMethodDescriptionUserRoleResponseDTO.RolesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this class with the specified name.static UserRoleResponseDTO.RolesEnum[]UserRoleResponseDTO.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 UserRoleResponseDTO.RolesEnumMethods in com.redhat.parodos.sdk.model with parameters of type UserRoleResponseDTO.RolesEnumModifier and TypeMethodDescriptionUserRoleResponseDTO.addRolesItem(UserRoleResponseDTO.RolesEnum rolesItem) voidUserRoleResponseDTO.RolesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, UserRoleResponseDTO.RolesEnum enumeration) Method parameters in com.redhat.parodos.sdk.model with type arguments of type UserRoleResponseDTO.RolesEnumModifier and TypeMethodDescriptionUserRoleResponseDTO.roles(Set<UserRoleResponseDTO.RolesEnum> roles) voidUserRoleResponseDTO.setRoles(Set<UserRoleResponseDTO.RolesEnum> roles)