Uses of Class
com.legislate.model.CreateCollaboratorIdentityFieldV1DTO
-
Packages that use CreateCollaboratorIdentityFieldV1DTO Package Description com.legislate.model -
-
Uses of CreateCollaboratorIdentityFieldV1DTO in com.legislate.model
Methods in com.legislate.model that return CreateCollaboratorIdentityFieldV1DTO Modifier and Type Method Description CreateCollaboratorIdentityFieldV1DTOCreateCollaboratorIdentityFieldV1DTO. addNestedFieldsItem(CreateCollaboratorIdentityFieldV1DTO nestedFieldsItem)CreateCollaboratorIdentityFieldV1DTOCreateCollaboratorIdentityFieldV1DTO. id(Long id)CreateCollaboratorIdentityFieldV1DTOCreateCollaboratorIdentityFieldV1DTO. nestedFields(List<CreateCollaboratorIdentityFieldV1DTO> nestedFields)CreateCollaboratorIdentityFieldV1DTOCreateCollaboratorIdentityFieldV1DTO. value(String value)Methods in com.legislate.model that return types with arguments of type CreateCollaboratorIdentityFieldV1DTO Modifier and Type Method Description List<CreateCollaboratorIdentityFieldV1DTO>CollaboratorFieldsRequestDTO. getIdentityFields()The identity fields of the contract collaborator.List<CreateCollaboratorIdentityFieldV1DTO>CreateCollaboratorIdentityFieldV1DTO. getNestedFields()Nested fieldsMethods in com.legislate.model with parameters of type CreateCollaboratorIdentityFieldV1DTO Modifier and Type Method Description CollaboratorFieldsRequestDTOCollaboratorFieldsRequestDTO. addIdentityFieldsItem(CreateCollaboratorIdentityFieldV1DTO identityFieldsItem)CreateCollaboratorIdentityFieldV1DTOCreateCollaboratorIdentityFieldV1DTO. addNestedFieldsItem(CreateCollaboratorIdentityFieldV1DTO nestedFieldsItem)Method parameters in com.legislate.model with type arguments of type CreateCollaboratorIdentityFieldV1DTO Modifier and Type Method Description CollaboratorFieldsRequestDTOCollaboratorFieldsRequestDTO. identityFields(List<CreateCollaboratorIdentityFieldV1DTO> identityFields)CreateCollaboratorIdentityFieldV1DTOCreateCollaboratorIdentityFieldV1DTO. nestedFields(List<CreateCollaboratorIdentityFieldV1DTO> nestedFields)voidCollaboratorFieldsRequestDTO. setIdentityFields(List<CreateCollaboratorIdentityFieldV1DTO> identityFields)voidCreateCollaboratorIdentityFieldV1DTO. setNestedFields(List<CreateCollaboratorIdentityFieldV1DTO> nestedFields)
-