Uses of Class
com.legislate.model.CreateContractRequestDTO
-
Packages that use CreateContractRequestDTO Package Description com.legislate.api com.legislate.model -
-
Uses of CreateContractRequestDTO in com.legislate.api
Methods in com.legislate.api with parameters of type CreateContractRequestDTO Modifier and Type Method Description LinkContractApi. postContractUsingPOST(CreateContractRequestDTO body, Long teamId)Create a contract with an auto-generated bundle.LinkContractsApi. postContractUsingPOST(CreateContractRequestDTO body, Long teamId)Create a contract with an auto-generated bundle.com.squareup.okhttp.CallContractApi. postContractUsingPOSTAsync(CreateContractRequestDTO body, Long teamId, ApiCallback<Link> callback)Create a contract with an auto-generated bundle.com.squareup.okhttp.CallContractsApi. postContractUsingPOSTAsync(CreateContractRequestDTO body, Long teamId, ApiCallback<Link> callback)Create a contract with an auto-generated bundle.com.squareup.okhttp.CallContractApi. postContractUsingPOSTCall(CreateContractRequestDTO body, Long teamId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for postContractUsingPOSTcom.squareup.okhttp.CallContractsApi. postContractUsingPOSTCall(CreateContractRequestDTO body, Long teamId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for postContractUsingPOSTApiResponse<Link>ContractApi. postContractUsingPOSTWithHttpInfo(CreateContractRequestDTO body, Long teamId)Create a contract with an auto-generated bundle.ApiResponse<Link>ContractsApi. postContractUsingPOSTWithHttpInfo(CreateContractRequestDTO body, Long teamId)Create a contract with an auto-generated bundle. -
Uses of CreateContractRequestDTO in com.legislate.model
Methods in com.legislate.model that return CreateContractRequestDTO Modifier and Type Method Description CreateContractRequestDTOCreateContractRequestDTO. addFieldsItem(ContractFieldRequestDTO fieldsItem)CreateContractRequestDTOCreateContractRequestDTO. createdByUserId(Long createdByUserId)CreateContractRequestDTOCreateContractRequestDTO. fields(List<ContractFieldRequestDTO> fields)CreateContractRequestDTOCreateContractRequestDTO. sourceContract(Long sourceContract)CreateContractRequestDTOCreateContractRequestDTO. templateId(Long templateId)
-