Uses of Class
com.legislate.model.CollaboratorFieldsRequestDTO.RoleEnum
-
Packages that use CollaboratorFieldsRequestDTO.RoleEnum Package Description com.legislate.model -
-
Uses of CollaboratorFieldsRequestDTO.RoleEnum in com.legislate.model
Methods in com.legislate.model that return CollaboratorFieldsRequestDTO.RoleEnum Modifier and Type Method Description static CollaboratorFieldsRequestDTO.RoleEnumCollaboratorFieldsRequestDTO.RoleEnum. fromValue(String input)CollaboratorFieldsRequestDTO.RoleEnumCollaboratorFieldsRequestDTO.RoleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CollaboratorFieldsRequestDTO.RoleEnumCollaboratorFieldsRequestDTO.RoleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CollaboratorFieldsRequestDTO.RoleEnum[]CollaboratorFieldsRequestDTO.RoleEnum. 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 CollaboratorFieldsRequestDTO.RoleEnum Modifier and Type Method Description List<CollaboratorFieldsRequestDTO.RoleEnum>CollaboratorFieldsRequestDTO. getRole()The role of contract collaborator.Methods in com.legislate.model with parameters of type CollaboratorFieldsRequestDTO.RoleEnum Modifier and Type Method Description CollaboratorFieldsRequestDTOCollaboratorFieldsRequestDTO. addRoleItem(CollaboratorFieldsRequestDTO.RoleEnum roleItem)voidCollaboratorFieldsRequestDTO.RoleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CollaboratorFieldsRequestDTO.RoleEnum enumeration)Method parameters in com.legislate.model with type arguments of type CollaboratorFieldsRequestDTO.RoleEnum Modifier and Type Method Description CollaboratorFieldsRequestDTOCollaboratorFieldsRequestDTO. role(List<CollaboratorFieldsRequestDTO.RoleEnum> role)voidCollaboratorFieldsRequestDTO. setRole(List<CollaboratorFieldsRequestDTO.RoleEnum> role)
-