Uses of Class
com.legislate.model.ContractTypeResponseDTO
-
Packages that use ContractTypeResponseDTO Package Description com.legislate.api com.legislate.model -
-
Uses of ContractTypeResponseDTO in com.legislate.api
Methods in com.legislate.api that return ContractTypeResponseDTO Modifier and Type Method Description ContractTypeResponseDTOContractTypeApi. getContractTypePerTeamUsingGET(Long contractTypeId, Long teamId)Get information relative a given contract type.ContractTypeResponseDTOContractTypesApi. getContractTypePerTeamUsingGET(Long contractTypeId, Long teamId)Get information relative a given contract type.ContractTypeResponseDTOContractTypeApi. getContractTypeUsingGET(Long contractTypeId)Get contract type terms.ContractTypeResponseDTOContractTypesApi. getContractTypeUsingGET(Long contractTypeId)Get contract type terms.Methods in com.legislate.api that return types with arguments of type ContractTypeResponseDTO Modifier and Type Method Description ApiResponse<ContractTypeResponseDTO>ContractTypeApi. getContractTypePerTeamUsingGETWithHttpInfo(Long contractTypeId, Long teamId)Get information relative a given contract type.ApiResponse<ContractTypeResponseDTO>ContractTypesApi. getContractTypePerTeamUsingGETWithHttpInfo(Long contractTypeId, Long teamId)Get information relative a given contract type.List<ContractTypeResponseDTO>ContractTypeApi. getContractTypesPerTeamUsingGET(Long teamId)Get contract types of a team This operation will retrieve information of every contract type relative a team.List<ContractTypeResponseDTO>ContractTypesApi. getContractTypesPerTeamUsingGET(Long teamId)Get contract types of a team This operation will retrieve information of every contract type relative a team.ApiResponse<List<ContractTypeResponseDTO>>ContractTypeApi. getContractTypesPerTeamUsingGETWithHttpInfo(Long teamId)Get contract types of a team This operation will retrieve information of every contract type relative a team.ApiResponse<List<ContractTypeResponseDTO>>ContractTypesApi. getContractTypesPerTeamUsingGETWithHttpInfo(Long teamId)Get contract types of a team This operation will retrieve information of every contract type relative a team.List<ContractTypeResponseDTO>ContractTypeApi. getContractTypesUsingGET()Get public contract types.List<ContractTypeResponseDTO>ContractTypesApi. getContractTypesUsingGET()Get public contract types.ApiResponse<List<ContractTypeResponseDTO>>ContractTypeApi. getContractTypesUsingGETWithHttpInfo()Get public contract types.ApiResponse<List<ContractTypeResponseDTO>>ContractTypesApi. getContractTypesUsingGETWithHttpInfo()Get public contract types.ApiResponse<ContractTypeResponseDTO>ContractTypeApi. getContractTypeUsingGETWithHttpInfo(Long contractTypeId)Get contract type terms.ApiResponse<ContractTypeResponseDTO>ContractTypesApi. getContractTypeUsingGETWithHttpInfo(Long contractTypeId)Get contract type terms.Method parameters in com.legislate.api with type arguments of type ContractTypeResponseDTO Modifier and Type Method Description com.squareup.okhttp.CallContractTypeApi. getContractTypePerTeamUsingGETAsync(Long contractTypeId, Long teamId, ApiCallback<ContractTypeResponseDTO> callback)Get information relative a given contract type.com.squareup.okhttp.CallContractTypesApi. getContractTypePerTeamUsingGETAsync(Long contractTypeId, Long teamId, ApiCallback<ContractTypeResponseDTO> callback)Get information relative a given contract type.com.squareup.okhttp.CallContractTypeApi. getContractTypesPerTeamUsingGETAsync(Long teamId, ApiCallback<List<ContractTypeResponseDTO>> callback)Get contract types of a team (asynchronously) This operation will retrieve information of every contract type relative a team.com.squareup.okhttp.CallContractTypesApi. getContractTypesPerTeamUsingGETAsync(Long teamId, ApiCallback<List<ContractTypeResponseDTO>> callback)Get contract types of a team (asynchronously) This operation will retrieve information of every contract type relative a team.com.squareup.okhttp.CallContractTypeApi. getContractTypesUsingGETAsync(ApiCallback<List<ContractTypeResponseDTO>> callback)Get public contract types.com.squareup.okhttp.CallContractTypesApi. getContractTypesUsingGETAsync(ApiCallback<List<ContractTypeResponseDTO>> callback)Get public contract types.com.squareup.okhttp.CallContractTypeApi. getContractTypeUsingGETAsync(Long contractTypeId, ApiCallback<ContractTypeResponseDTO> callback)Get contract type terms.com.squareup.okhttp.CallContractTypesApi. getContractTypeUsingGETAsync(Long contractTypeId, ApiCallback<ContractTypeResponseDTO> callback)Get contract type terms. -
Uses of ContractTypeResponseDTO in com.legislate.model
Methods in com.legislate.model that return ContractTypeResponseDTO Modifier and Type Method Description ContractTypeResponseDTOContractTypeResponseDTO. _links(Links _links)ContractTypeResponseDTOContractTypeResponseDTO. aboutHtml(String aboutHtml)ContractTypeResponseDTOContractTypeResponseDTO. aboutUrl(String aboutUrl)ContractTypeResponseDTOContractTypeResponseDTO. id(Long id)ContractTypeResponseDTOContractTypeResponseDTO. name(String name)
-