Uses of Class
com.legislate.model.IdentityFieldsCollaboratorRoleRequestDTO
-
Packages that use IdentityFieldsCollaboratorRoleRequestDTO Package Description com.legislate.model -
-
Uses of IdentityFieldsCollaboratorRoleRequestDTO in com.legislate.model
Methods in com.legislate.model that return IdentityFieldsCollaboratorRoleRequestDTO Modifier and Type Method Description IdentityFieldsCollaboratorRoleRequestDTOIdentityFieldsCollaboratorRoleRequestDTO. id(String id)IdentityFieldsCollaboratorRoleRequestDTOIdentityFieldsCollaboratorRoleRequestDTO. value(String value)Methods in com.legislate.model that return types with arguments of type IdentityFieldsCollaboratorRoleRequestDTO Modifier and Type Method Description List<IdentityFieldsCollaboratorRoleRequestDTO>UpdateCollaboratorIdentityFieldsRequestDTO. getFields()The collaborator fields you'd like to update with new values.Methods in com.legislate.model with parameters of type IdentityFieldsCollaboratorRoleRequestDTO Modifier and Type Method Description UpdateCollaboratorIdentityFieldsRequestDTOUpdateCollaboratorIdentityFieldsRequestDTO. addFieldsItem(IdentityFieldsCollaboratorRoleRequestDTO fieldsItem)Method parameters in com.legislate.model with type arguments of type IdentityFieldsCollaboratorRoleRequestDTO Modifier and Type Method Description UpdateCollaboratorIdentityFieldsRequestDTOUpdateCollaboratorIdentityFieldsRequestDTO. fields(List<IdentityFieldsCollaboratorRoleRequestDTO> fields)voidUpdateCollaboratorIdentityFieldsRequestDTO. setFields(List<IdentityFieldsCollaboratorRoleRequestDTO> fields)
-