Uses of Class
com.legislate.model.CompanyCreatedResponseDTO
-
Packages that use CompanyCreatedResponseDTO Package Description com.legislate.api com.legislate.model -
-
Uses of CompanyCreatedResponseDTO in com.legislate.api
Methods in com.legislate.api that return CompanyCreatedResponseDTO Modifier and Type Method Description CompanyCreatedResponseDTOCollaboratorApi. postCompanyUsingPOST(CompanyFieldsDTO body, Long contractId)Create a company given a contract This operation will create a company associated to the contract givenCompanyCreatedResponseDTOCollaboratorsApi. postCompanyUsingPOST(CompanyFieldsDTO body, Long contractId)Create a company given a contract This operation will create a company associated to the contract givenMethods in com.legislate.api that return types with arguments of type CompanyCreatedResponseDTO Modifier and Type Method Description ApiResponse<CompanyCreatedResponseDTO>CollaboratorApi. postCompanyUsingPOSTWithHttpInfo(CompanyFieldsDTO body, Long contractId)Create a company given a contract This operation will create a company associated to the contract givenApiResponse<CompanyCreatedResponseDTO>CollaboratorsApi. postCompanyUsingPOSTWithHttpInfo(CompanyFieldsDTO body, Long contractId)Create a company given a contract This operation will create a company associated to the contract givenMethod parameters in com.legislate.api with type arguments of type CompanyCreatedResponseDTO Modifier and Type Method Description com.squareup.okhttp.CallCollaboratorApi. postCompanyUsingPOSTAsync(CompanyFieldsDTO body, Long contractId, ApiCallback<CompanyCreatedResponseDTO> callback)Create a company given a contract (asynchronously) This operation will create a company associated to the contract givencom.squareup.okhttp.CallCollaboratorsApi. postCompanyUsingPOSTAsync(CompanyFieldsDTO body, Long contractId, ApiCallback<CompanyCreatedResponseDTO> callback)Create a company given a contract (asynchronously) This operation will create a company associated to the contract given -
Uses of CompanyCreatedResponseDTO in com.legislate.model
Methods in com.legislate.model that return CompanyCreatedResponseDTO Modifier and Type Method Description CompanyCreatedResponseDTOCompanyCreatedResponseDTO. companyName(String companyName)CompanyCreatedResponseDTOCompanyCreatedResponseDTO. contractCollaboratorId(Long contractCollaboratorId)CompanyCreatedResponseDTOCompanyCreatedResponseDTO. contractId(Long contractId)
-