Uses of Class
com.legislate.model.UpdateFieldsCollaboratorDTO.RolesEnum
-
Packages that use UpdateFieldsCollaboratorDTO.RolesEnum Package Description com.legislate.model -
-
Uses of UpdateFieldsCollaboratorDTO.RolesEnum in com.legislate.model
Methods in com.legislate.model that return UpdateFieldsCollaboratorDTO.RolesEnum Modifier and Type Method Description static UpdateFieldsCollaboratorDTO.RolesEnumUpdateFieldsCollaboratorDTO.RolesEnum. fromValue(String input)UpdateFieldsCollaboratorDTO.RolesEnumUpdateFieldsCollaboratorDTO.RolesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static UpdateFieldsCollaboratorDTO.RolesEnumUpdateFieldsCollaboratorDTO.RolesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateFieldsCollaboratorDTO.RolesEnum[]UpdateFieldsCollaboratorDTO.RolesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.legislate.model that return types with arguments of type UpdateFieldsCollaboratorDTO.RolesEnum Modifier and Type Method Description List<UpdateFieldsCollaboratorDTO.RolesEnum>UpdateFieldsCollaboratorDTO. getRoles()The new role of the collaborator.Methods in com.legislate.model with parameters of type UpdateFieldsCollaboratorDTO.RolesEnum Modifier and Type Method Description UpdateFieldsCollaboratorDTOUpdateFieldsCollaboratorDTO. addRolesItem(UpdateFieldsCollaboratorDTO.RolesEnum rolesItem)voidUpdateFieldsCollaboratorDTO.RolesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, UpdateFieldsCollaboratorDTO.RolesEnum enumeration)Method parameters in com.legislate.model with type arguments of type UpdateFieldsCollaboratorDTO.RolesEnum Modifier and Type Method Description UpdateFieldsCollaboratorDTOUpdateFieldsCollaboratorDTO. roles(List<UpdateFieldsCollaboratorDTO.RolesEnum> roles)voidUpdateFieldsCollaboratorDTO. setRoles(List<UpdateFieldsCollaboratorDTO.RolesEnum> roles)
-