Uses of Class
com.legislate.model.UpdateFieldsCollaboratorDTO
-
Packages that use UpdateFieldsCollaboratorDTO Package Description com.legislate.api com.legislate.model -
-
Uses of UpdateFieldsCollaboratorDTO in com.legislate.api
Methods in com.legislate.api with parameters of type UpdateFieldsCollaboratorDTO Modifier and Type Method Description ContractCollaboratorResponseDTOCollaboratorApi. updateCollaboratorRolesUsingPATCH(UpdateFieldsCollaboratorDTO body, Long collaboratorId)Update collaborator role This operation will update a collaborator fields.com.squareup.okhttp.CallCollaboratorApi. updateCollaboratorRolesUsingPATCHAsync(UpdateFieldsCollaboratorDTO body, Long collaboratorId, ApiCallback<ContractCollaboratorResponseDTO> callback)Update collaborator role (asynchronously) This operation will update a collaborator fields.com.squareup.okhttp.CallCollaboratorApi. updateCollaboratorRolesUsingPATCHCall(UpdateFieldsCollaboratorDTO body, Long collaboratorId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for updateCollaboratorRolesUsingPATCHApiResponse<ContractCollaboratorResponseDTO>CollaboratorApi. updateCollaboratorRolesUsingPATCHWithHttpInfo(UpdateFieldsCollaboratorDTO body, Long collaboratorId)Update collaborator role This operation will update a collaborator fields. -
Uses of UpdateFieldsCollaboratorDTO in com.legislate.model
Methods in com.legislate.model that return UpdateFieldsCollaboratorDTO Modifier and Type Method Description UpdateFieldsCollaboratorDTOUpdateFieldsCollaboratorDTO. addRolesItem(UpdateFieldsCollaboratorDTO.RolesEnum rolesItem)UpdateFieldsCollaboratorDTOUpdateFieldsCollaboratorDTO. roles(List<UpdateFieldsCollaboratorDTO.RolesEnum> roles)
-