Uses of Class
com.legislate.model.Link
-
Packages that use Link Package Description com.legislate.api com.legislate.model -
-
Uses of Link in com.legislate.api
Methods in com.legislate.api that return Link Modifier and Type Method Description LinkUserApi. createUserUsingPOST(CreateUserRequestDTO body)Create a user This operation will create a userLinkUsersApi. createUserUsingPOST(CreateUserRequestDTO body)Create a user This operation will create a userLinkCollaboratorApi. postCollaboratorUsingPOST(CollaboratorFieldsRequestDTO body, Long contractId)Create a collaborator given a contract This operation will create a collaborator associated to the contract givenLinkCollaboratorsApi. postCollaboratorUsingPOST(CollaboratorFieldsRequestDTO body, Long contractId)Create a collaborator given a contract This operation will create a collaborator associated to the contract givenLinkContractApi. 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.Methods in com.legislate.api that return types with arguments of type Link Modifier and Type Method Description ApiResponse<Link>UserApi. createUserUsingPOSTWithHttpInfo(CreateUserRequestDTO body)Create a user This operation will create a userApiResponse<Link>UsersApi. createUserUsingPOSTWithHttpInfo(CreateUserRequestDTO body)Create a user This operation will create a userApiResponse<Link>CollaboratorApi. postCollaboratorUsingPOSTWithHttpInfo(CollaboratorFieldsRequestDTO body, Long contractId)Create a collaborator given a contract This operation will create a collaborator associated to the contract givenApiResponse<Link>CollaboratorsApi. postCollaboratorUsingPOSTWithHttpInfo(CollaboratorFieldsRequestDTO body, Long contractId)Create a collaborator given a contract This operation will create a collaborator associated to the contract givenApiResponse<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.Method parameters in com.legislate.api with type arguments of type Link Modifier and Type Method Description com.squareup.okhttp.CallUserApi. createUserUsingPOSTAsync(CreateUserRequestDTO body, ApiCallback<Link> callback)Create a user (asynchronously) This operation will create a usercom.squareup.okhttp.CallUsersApi. createUserUsingPOSTAsync(CreateUserRequestDTO body, ApiCallback<Link> callback)Create a user (asynchronously) This operation will create a usercom.squareup.okhttp.CallCollaboratorApi. postCollaboratorUsingPOSTAsync(CollaboratorFieldsRequestDTO body, Long contractId, ApiCallback<Link> callback)Create a collaborator given a contract (asynchronously) This operation will create a collaborator associated to the contract givencom.squareup.okhttp.CallCollaboratorsApi. postCollaboratorUsingPOSTAsync(CollaboratorFieldsRequestDTO body, Long contractId, ApiCallback<Link> callback)Create a collaborator given a contract (asynchronously) This operation will create a collaborator associated to the contract givencom.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. -
Uses of Link in com.legislate.model
Methods in com.legislate.model that return Link Modifier and Type Method Description LinkLink. deprecation(String deprecation)LinkLink. href(String href)LinkLink. hreflang(String hreflang)LinkLink. media(String media)LinkLink. name(String name)LinkLink. profile(String profile)LinkLink. rel(LinkRelation rel)LinkLink. title(String title)LinkLink. type(String type)
-