Uses of Class
com.legislate.model.ContractCollaboratorResponseDTO.RolesEnum
-
Packages that use ContractCollaboratorResponseDTO.RolesEnum Package Description com.legislate.model -
-
Uses of ContractCollaboratorResponseDTO.RolesEnum in com.legislate.model
Methods in com.legislate.model that return ContractCollaboratorResponseDTO.RolesEnum Modifier and Type Method Description static ContractCollaboratorResponseDTO.RolesEnumContractCollaboratorResponseDTO.RolesEnum. fromValue(String input)ContractCollaboratorResponseDTO.RolesEnumContractCollaboratorResponseDTO.RolesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ContractCollaboratorResponseDTO.RolesEnumContractCollaboratorResponseDTO.RolesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ContractCollaboratorResponseDTO.RolesEnum[]ContractCollaboratorResponseDTO.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 ContractCollaboratorResponseDTO.RolesEnum Modifier and Type Method Description List<ContractCollaboratorResponseDTO.RolesEnum>ContractCollaboratorResponseDTO. getRoles()Get rolesMethods in com.legislate.model with parameters of type ContractCollaboratorResponseDTO.RolesEnum Modifier and Type Method Description ContractCollaboratorResponseDTOContractCollaboratorResponseDTO. addRolesItem(ContractCollaboratorResponseDTO.RolesEnum rolesItem)voidContractCollaboratorResponseDTO.RolesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ContractCollaboratorResponseDTO.RolesEnum enumeration)Method parameters in com.legislate.model with type arguments of type ContractCollaboratorResponseDTO.RolesEnum Modifier and Type Method Description ContractCollaboratorResponseDTOContractCollaboratorResponseDTO. roles(List<ContractCollaboratorResponseDTO.RolesEnum> roles)voidContractCollaboratorResponseDTO. setRoles(List<ContractCollaboratorResponseDTO.RolesEnum> roles)
-