Uses of Class
com.legislate.model.CollaboratorResponseDTO
-
Packages that use CollaboratorResponseDTO Package Description com.legislate.api com.legislate.model -
-
Uses of CollaboratorResponseDTO in com.legislate.api
Methods in com.legislate.api that return CollaboratorResponseDTO Modifier and Type Method Description CollaboratorResponseDTOContractApi. deleteContractUsingDELETE(Long contractId)Deletes a contract by its id.CollaboratorResponseDTOContractsApi. deleteContractUsingDELETE(Long contractId)Deletes a contract by its id.Methods in com.legislate.api that return types with arguments of type CollaboratorResponseDTO Modifier and Type Method Description ApiResponse<CollaboratorResponseDTO>ContractApi. deleteContractUsingDELETEWithHttpInfo(Long contractId)Deletes a contract by its id.ApiResponse<CollaboratorResponseDTO>ContractsApi. deleteContractUsingDELETEWithHttpInfo(Long contractId)Deletes a contract by its id.Method parameters in com.legislate.api with type arguments of type CollaboratorResponseDTO Modifier and Type Method Description com.squareup.okhttp.CallContractApi. deleteContractUsingDELETEAsync(Long contractId, ApiCallback<CollaboratorResponseDTO> callback)Deletes a contract by its id.com.squareup.okhttp.CallContractsApi. deleteContractUsingDELETEAsync(Long contractId, ApiCallback<CollaboratorResponseDTO> callback)Deletes a contract by its id. -
Uses of CollaboratorResponseDTO in com.legislate.model
Methods in com.legislate.model that return CollaboratorResponseDTO Modifier and Type Method Description CollaboratorResponseDTOCollaboratorResponseDTO. _links(Links _links)
-