Link |
UserApi.createUserUsingPOST(CreateUserRequestDTO body) |
Create a user
This operation will create a user
|
Link |
UsersApi.createUserUsingPOST(CreateUserRequestDTO body) |
Create a user
This operation will create a user
|
com.squareup.okhttp.Call |
UserApi.createUserUsingPOSTAsync(CreateUserRequestDTO body,
ApiCallback<Link> callback) |
Create a user (asynchronously)
This operation will create a user
|
com.squareup.okhttp.Call |
UsersApi.createUserUsingPOSTAsync(CreateUserRequestDTO body,
ApiCallback<Link> callback) |
Create a user (asynchronously)
This operation will create a user
|
com.squareup.okhttp.Call |
UserApi.createUserUsingPOSTCall(CreateUserRequestDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createUserUsingPOST
|
com.squareup.okhttp.Call |
UsersApi.createUserUsingPOSTCall(CreateUserRequestDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createUserUsingPOST
|
ApiResponse<Link> |
UserApi.createUserUsingPOSTWithHttpInfo(CreateUserRequestDTO body) |
Create a user
This operation will create a user
|
ApiResponse<Link> |
UsersApi.createUserUsingPOSTWithHttpInfo(CreateUserRequestDTO body) |
Create a user
This operation will create a user
|
void |
CollaboratorApi.deleteCollaboratorUsingDELETE(Long collaboratorId) |
Delete a Collaborator by its id.
|
void |
CollaboratorsApi.deleteCollaboratorUsingDELETE(Long collaboratorId) |
Delete a Collaborator by its id.
|
com.squareup.okhttp.Call |
CollaboratorApi.deleteCollaboratorUsingDELETEAsync(Long collaboratorId,
ApiCallback<Void> callback) |
Delete a Collaborator by its id.
|
com.squareup.okhttp.Call |
CollaboratorsApi.deleteCollaboratorUsingDELETEAsync(Long collaboratorId,
ApiCallback<Void> callback) |
Delete a Collaborator by its id.
|
com.squareup.okhttp.Call |
CollaboratorApi.deleteCollaboratorUsingDELETECall(Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteCollaboratorUsingDELETE
|
com.squareup.okhttp.Call |
CollaboratorsApi.deleteCollaboratorUsingDELETECall(Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteCollaboratorUsingDELETE
|
ApiResponse<Void> |
CollaboratorApi.deleteCollaboratorUsingDELETEWithHttpInfo(Long collaboratorId) |
Delete a Collaborator by its id.
|
ApiResponse<Void> |
CollaboratorsApi.deleteCollaboratorUsingDELETEWithHttpInfo(Long collaboratorId) |
Delete a Collaborator by its id.
|
CollaboratorResponseDTO |
ContractApi.deleteContractUsingDELETE(Long contractId) |
Deletes a contract by its id.
|
CollaboratorResponseDTO |
ContractsApi.deleteContractUsingDELETE(Long contractId) |
Deletes a contract by its id.
|
com.squareup.okhttp.Call |
ContractApi.deleteContractUsingDELETEAsync(Long contractId,
ApiCallback<CollaboratorResponseDTO> callback) |
Deletes a contract by its id.
|
com.squareup.okhttp.Call |
ContractsApi.deleteContractUsingDELETEAsync(Long contractId,
ApiCallback<CollaboratorResponseDTO> callback) |
Deletes a contract by its id.
|
com.squareup.okhttp.Call |
ContractApi.deleteContractUsingDELETECall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteContractUsingDELETE
|
com.squareup.okhttp.Call |
ContractsApi.deleteContractUsingDELETECall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteContractUsingDELETE
|
ApiResponse<CollaboratorResponseDTO> |
ContractApi.deleteContractUsingDELETEWithHttpInfo(Long contractId) |
Deletes a contract by its id.
|
ApiResponse<CollaboratorResponseDTO> |
ContractsApi.deleteContractUsingDELETEWithHttpInfo(Long contractId) |
Deletes a contract by its id.
|
List<IdentityFieldsCollaboratorRoleDTO> |
CollaboratorsApi.getCollaboratorIdentityFieldsByCollaboratorUsingGET(ObtainIdentityFieldsDTO body,
Long idTemplate) |
Get Identity fields due to role, side, template and collaboratorId
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorIdentityFieldsByCollaboratorUsingGETAsync(ObtainIdentityFieldsDTO body,
Long idTemplate,
ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback) |
Get Identity fields due to role, side, template and collaboratorId (asynchronously)
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorIdentityFieldsByCollaboratorUsingGETCall(ObtainIdentityFieldsDTO body,
Long idTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getCollaboratorIdentityFieldsByCollaboratorUsingGET
|
ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>> |
CollaboratorsApi.getCollaboratorIdentityFieldsByCollaboratorUsingGETWithHttpInfo(ObtainIdentityFieldsDTO body,
Long idTemplate) |
Get Identity fields due to role, side, template and collaboratorId
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
List<IdentityFieldsCollaboratorRoleDTO> |
CollaboratorApi.getCollaboratorIdentityFieldsUsingGET(Long idTemplate,
List<String> roles,
String side) |
Get Identity fields
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
List<IdentityFieldsCollaboratorRoleDTO> |
CollaboratorsApi.getCollaboratorIdentityFieldsUsingGET(Long idTemplate,
List<String> roles,
String side) |
Get Identity fields
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorIdentityFieldsUsingGETAsync(Long idTemplate,
List<String> roles,
String side,
ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback) |
Get Identity fields (asynchronously)
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorIdentityFieldsUsingGETAsync(Long idTemplate,
List<String> roles,
String side,
ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback) |
Get Identity fields (asynchronously)
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorIdentityFieldsUsingGETCall(Long idTemplate,
List<String> roles,
String side,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getCollaboratorIdentityFieldsUsingGET
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorIdentityFieldsUsingGETCall(Long idTemplate,
List<String> roles,
String side,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getCollaboratorIdentityFieldsUsingGET
|
ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>> |
CollaboratorApi.getCollaboratorIdentityFieldsUsingGETWithHttpInfo(Long idTemplate,
List<String> roles,
String side) |
Get Identity fields
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>> |
CollaboratorsApi.getCollaboratorIdentityFieldsUsingGETWithHttpInfo(Long idTemplate,
List<String> roles,
String side) |
Get Identity fields
This operation will retrieve the fields need to be filled due to a side and a list of roles.
|
List<ContractCollaboratorResponseDTO> |
CollaboratorApi.getCollaboratorsUsingGET(Long contractId) |
Get collaborators for a given contract
|
List<ContractCollaboratorResponseDTO> |
CollaboratorsApi.getCollaboratorsUsingGET(Long contractId) |
Get collaborators for a given contract
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorsUsingGETAsync(Long contractId,
ApiCallback<List<ContractCollaboratorResponseDTO>> callback) |
Get collaborators for a given contract (asynchronously)
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorsUsingGETAsync(Long contractId,
ApiCallback<List<ContractCollaboratorResponseDTO>> callback) |
Get collaborators for a given contract (asynchronously)
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorsUsingGETCall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getCollaboratorsUsingGET
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorsUsingGETCall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getCollaboratorsUsingGET
|
ApiResponse<List<ContractCollaboratorResponseDTO>> |
CollaboratorApi.getCollaboratorsUsingGETWithHttpInfo(Long contractId) |
Get collaborators for a given contract
|
ApiResponse<List<ContractCollaboratorResponseDTO>> |
CollaboratorsApi.getCollaboratorsUsingGETWithHttpInfo(Long contractId) |
Get collaborators for a given contract
|
ContractCollaboratorResponseDTO |
CollaboratorApi.getCollaboratorUsingGET(Long collaboratorId) |
Get contract collaborator details
|
ContractCollaboratorResponseDTO |
CollaboratorsApi.getCollaboratorUsingGET(Long collaboratorId) |
Get contract collaborator details
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorUsingGETAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Get contract collaborator details (asynchronously)
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorUsingGETAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Get contract collaborator details (asynchronously)
|
com.squareup.okhttp.Call |
CollaboratorApi.getCollaboratorUsingGETCall(Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getCollaboratorUsingGET
|
com.squareup.okhttp.Call |
CollaboratorsApi.getCollaboratorUsingGETCall(Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getCollaboratorUsingGET
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.getCollaboratorUsingGETWithHttpInfo(Long collaboratorId) |
Get contract collaborator details
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.getCollaboratorUsingGETWithHttpInfo(Long collaboratorId) |
Get contract collaborator details
|
byte[] |
ContractApi.getContractFileUsingGET(Long contractId) |
Get contract pdf
Generate the pdf of a contract
|
byte[] |
ContractsApi.getContractFileUsingGET(Long contractId) |
Get contract pdf
Generate the pdf of a contract
|
com.squareup.okhttp.Call |
ContractApi.getContractFileUsingGETAsync(Long contractId,
ApiCallback<byte[]> callback) |
Get contract pdf (asynchronously)
Generate the pdf of a contract
|
com.squareup.okhttp.Call |
ContractsApi.getContractFileUsingGETAsync(Long contractId,
ApiCallback<byte[]> callback) |
Get contract pdf (asynchronously)
Generate the pdf of a contract
|
com.squareup.okhttp.Call |
ContractApi.getContractFileUsingGETCall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractFileUsingGET
|
com.squareup.okhttp.Call |
ContractsApi.getContractFileUsingGETCall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractFileUsingGET
|
ApiResponse<byte[]> |
ContractApi.getContractFileUsingGETWithHttpInfo(Long contractId) |
Get contract pdf
Generate the pdf of a contract
|
ApiResponse<byte[]> |
ContractsApi.getContractFileUsingGETWithHttpInfo(Long contractId) |
Get contract pdf
Generate the pdf of a contract
|
String |
ContractApi.getContractHtmlUsingGET(Long contractId) |
Get contract html
Generate the html of a contract
|
String |
ContractsApi.getContractHtmlUsingGET(Long contractId) |
Get contract html
Generate the html of a contract
|
com.squareup.okhttp.Call |
ContractApi.getContractHtmlUsingGETAsync(Long contractId,
ApiCallback<String> callback) |
Get contract html (asynchronously)
Generate the html of a contract
|
com.squareup.okhttp.Call |
ContractsApi.getContractHtmlUsingGETAsync(Long contractId,
ApiCallback<String> callback) |
Get contract html (asynchronously)
Generate the html of a contract
|
com.squareup.okhttp.Call |
ContractApi.getContractHtmlUsingGETCall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractHtmlUsingGET
|
com.squareup.okhttp.Call |
ContractsApi.getContractHtmlUsingGETCall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractHtmlUsingGET
|
ApiResponse<String> |
ContractApi.getContractHtmlUsingGETWithHttpInfo(Long contractId) |
Get contract html
Generate the html of a contract
|
ApiResponse<String> |
ContractsApi.getContractHtmlUsingGETWithHttpInfo(Long contractId) |
Get contract html
Generate the html of a contract
|
List<ContractResponseDTO> |
ContractApi.getContractsUsingGET(Long teamId) |
Get contracts in a team
Fetch all the contracts which are part of a team
|
List<ContractResponseDTO> |
ContractsApi.getContractsUsingGET(Long teamId) |
Get contracts in a team
Fetch all the contracts which are part of a team
|
com.squareup.okhttp.Call |
ContractApi.getContractsUsingGETAsync(Long teamId,
ApiCallback<List<ContractResponseDTO>> callback) |
Get contracts in a team (asynchronously)
Fetch all the contracts which are part of a team
|
com.squareup.okhttp.Call |
ContractsApi.getContractsUsingGETAsync(Long teamId,
ApiCallback<List<ContractResponseDTO>> callback) |
Get contracts in a team (asynchronously)
Fetch all the contracts which are part of a team
|
com.squareup.okhttp.Call |
ContractApi.getContractsUsingGETCall(Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractsUsingGET
|
com.squareup.okhttp.Call |
ContractsApi.getContractsUsingGETCall(Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractsUsingGET
|
ApiResponse<List<ContractResponseDTO>> |
ContractApi.getContractsUsingGETWithHttpInfo(Long teamId) |
Get contracts in a team
Fetch all the contracts which are part of a team
|
ApiResponse<List<ContractResponseDTO>> |
ContractsApi.getContractsUsingGETWithHttpInfo(Long teamId) |
Get contracts in a team
Fetch all the contracts which are part of a team
|
ContractTypeResponseDTO |
ContractTypeApi.getContractTypePerTeamUsingGET(Long contractTypeId,
Long teamId) |
Get information relative a given contract type.
|
ContractTypeResponseDTO |
ContractTypesApi.getContractTypePerTeamUsingGET(Long contractTypeId,
Long teamId) |
Get information relative a given contract type.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypePerTeamUsingGETAsync(Long contractTypeId,
Long teamId,
ApiCallback<ContractTypeResponseDTO> callback) |
Get information relative a given contract type.
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypePerTeamUsingGETAsync(Long contractTypeId,
Long teamId,
ApiCallback<ContractTypeResponseDTO> callback) |
Get information relative a given contract type.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypePerTeamUsingGETCall(Long contractTypeId,
Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractTypePerTeamUsingGET
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypePerTeamUsingGETCall(Long contractTypeId,
Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractTypePerTeamUsingGET
|
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.
|
com.squareup.okhttp.Call |
ContractTypeApi.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.Call |
ContractTypesApi.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.Call |
ContractTypeApi.getContractTypesPerTeamUsingGETCall(Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractTypesPerTeamUsingGET
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypesPerTeamUsingGETCall(Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractTypesPerTeamUsingGET
|
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.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypesUsingGETAsync(ApiCallback<List<ContractTypeResponseDTO>> callback) |
Get public contract types.
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypesUsingGETAsync(ApiCallback<List<ContractTypeResponseDTO>> callback) |
Get public contract types.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypesUsingGETCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractTypesUsingGET
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypesUsingGETCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractTypesUsingGET
|
ApiResponse<List<ContractTypeResponseDTO>> |
ContractTypeApi.getContractTypesUsingGETWithHttpInfo() |
Get public contract types.
|
ApiResponse<List<ContractTypeResponseDTO>> |
ContractTypesApi.getContractTypesUsingGETWithHttpInfo() |
Get public contract types.
|
ContractTypeResponseDTO |
ContractTypeApi.getContractTypeUsingGET(Long contractTypeId) |
Get contract type terms.
|
ContractTypeResponseDTO |
ContractTypesApi.getContractTypeUsingGET(Long contractTypeId) |
Get contract type terms.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypeUsingGETAsync(Long contractTypeId,
ApiCallback<ContractTypeResponseDTO> callback) |
Get contract type terms.
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypeUsingGETAsync(Long contractTypeId,
ApiCallback<ContractTypeResponseDTO> callback) |
Get contract type terms.
|
com.squareup.okhttp.Call |
ContractTypeApi.getContractTypeUsingGETCall(Long contractTypeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractTypeUsingGET
|
com.squareup.okhttp.Call |
ContractTypesApi.getContractTypeUsingGETCall(Long contractTypeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractTypeUsingGET
|
ApiResponse<ContractTypeResponseDTO> |
ContractTypeApi.getContractTypeUsingGETWithHttpInfo(Long contractTypeId) |
Get contract type terms.
|
ApiResponse<ContractTypeResponseDTO> |
ContractTypesApi.getContractTypeUsingGETWithHttpInfo(Long contractTypeId) |
Get contract type terms.
|
ContractResponseDTO |
ContractApi.getContractUsingGET(Long contractId) |
Get contract details.
|
ContractResponseDTO |
ContractsApi.getContractUsingGET(Long contractId) |
Get contract details.
|
com.squareup.okhttp.Call |
ContractApi.getContractUsingGETAsync(Long contractId,
ApiCallback<ContractResponseDTO> callback) |
Get contract details.
|
com.squareup.okhttp.Call |
ContractsApi.getContractUsingGETAsync(Long contractId,
ApiCallback<ContractResponseDTO> callback) |
Get contract details.
|
com.squareup.okhttp.Call |
ContractApi.getContractUsingGETCall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractUsingGET
|
com.squareup.okhttp.Call |
ContractsApi.getContractUsingGETCall(Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getContractUsingGET
|
ApiResponse<ContractResponseDTO> |
ContractApi.getContractUsingGETWithHttpInfo(Long contractId) |
Get contract details.
|
ApiResponse<ContractResponseDTO> |
ContractsApi.getContractUsingGETWithHttpInfo(Long contractId) |
Get contract details.
|
void |
CouponApi.getEmailCouponSubscritpionUsingGET(String couponId,
String email) |
Send an email with a coupon for new users.
|
void |
CouponsApi.getEmailCouponSubscritpionUsingGET(String couponId,
String email) |
Send an email with a coupon for new users.
|
com.squareup.okhttp.Call |
CouponApi.getEmailCouponSubscritpionUsingGETAsync(String couponId,
String email,
ApiCallback<Void> callback) |
Send an email with a coupon for new users.
|
com.squareup.okhttp.Call |
CouponsApi.getEmailCouponSubscritpionUsingGETAsync(String couponId,
String email,
ApiCallback<Void> callback) |
Send an email with a coupon for new users.
|
com.squareup.okhttp.Call |
CouponApi.getEmailCouponSubscritpionUsingGETCall(String couponId,
String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getEmailCouponSubscritpionUsingGET
|
com.squareup.okhttp.Call |
CouponsApi.getEmailCouponSubscritpionUsingGETCall(String couponId,
String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getEmailCouponSubscritpionUsingGET
|
ApiResponse<Void> |
CouponApi.getEmailCouponSubscritpionUsingGETWithHttpInfo(String couponId,
String email) |
Send an email with a coupon for new users.
|
ApiResponse<Void> |
CouponsApi.getEmailCouponSubscritpionUsingGETWithHttpInfo(String couponId,
String email) |
Send an email with a coupon for new users.
|
List<TeamResponseDTO> |
TeamApi.getTeamsUsingGET(Long userId) |
Get teams.
|
List<TeamResponseDTO> |
TeamsApi.getTeamsUsingGET(Long userId) |
Get teams.
|
com.squareup.okhttp.Call |
TeamApi.getTeamsUsingGETAsync(Long userId,
ApiCallback<List<TeamResponseDTO>> callback) |
Get teams.
|
com.squareup.okhttp.Call |
TeamsApi.getTeamsUsingGETAsync(Long userId,
ApiCallback<List<TeamResponseDTO>> callback) |
Get teams.
|
com.squareup.okhttp.Call |
TeamApi.getTeamsUsingGETCall(Long userId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTeamsUsingGET
|
com.squareup.okhttp.Call |
TeamsApi.getTeamsUsingGETCall(Long userId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTeamsUsingGET
|
ApiResponse<List<TeamResponseDTO>> |
TeamApi.getTeamsUsingGETWithHttpInfo(Long userId) |
Get teams.
|
ApiResponse<List<TeamResponseDTO>> |
TeamsApi.getTeamsUsingGETWithHttpInfo(Long userId) |
Get teams.
|
TeamResponseDTO |
TeamApi.getTeamUsingGET(Long teamId) |
Get team details.
|
TeamResponseDTO |
TeamsApi.getTeamUsingGET(Long teamId) |
Get team details.
|
com.squareup.okhttp.Call |
TeamApi.getTeamUsingGETAsync(Long teamId,
ApiCallback<TeamResponseDTO> callback) |
Get team details.
|
com.squareup.okhttp.Call |
TeamsApi.getTeamUsingGETAsync(Long teamId,
ApiCallback<TeamResponseDTO> callback) |
Get team details.
|
com.squareup.okhttp.Call |
TeamApi.getTeamUsingGETCall(Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTeamUsingGET
|
com.squareup.okhttp.Call |
TeamsApi.getTeamUsingGETCall(Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTeamUsingGET
|
ApiResponse<TeamResponseDTO> |
TeamApi.getTeamUsingGETWithHttpInfo(Long teamId) |
Get team details.
|
ApiResponse<TeamResponseDTO> |
TeamsApi.getTeamUsingGETWithHttpInfo(Long teamId) |
Get team details.
|
ContractResponseDTO |
ContractTemplatesApi.getTemplatesUsingGET(Long contractTypeId,
Long teamId) |
Get the latest template version for a contract type
|
ContractResponseDTO |
ContractTypeTemplateApi.getTemplatesUsingGET(Long contractTypeId,
Long teamId) |
Get the latest template version for a contract type
|
com.squareup.okhttp.Call |
ContractTemplatesApi.getTemplatesUsingGETAsync(Long contractTypeId,
Long teamId,
ApiCallback<ContractResponseDTO> callback) |
Get the latest template version for a contract type (asynchronously)
|
com.squareup.okhttp.Call |
ContractTypeTemplateApi.getTemplatesUsingGETAsync(Long contractTypeId,
Long teamId,
ApiCallback<ContractResponseDTO> callback) |
Get the latest template version for a contract type (asynchronously)
|
com.squareup.okhttp.Call |
ContractTemplatesApi.getTemplatesUsingGETCall(Long contractTypeId,
Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTemplatesUsingGET
|
com.squareup.okhttp.Call |
ContractTypeTemplateApi.getTemplatesUsingGETCall(Long contractTypeId,
Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTemplatesUsingGET
|
ApiResponse<ContractResponseDTO> |
ContractTemplatesApi.getTemplatesUsingGETWithHttpInfo(Long contractTypeId,
Long teamId) |
Get the latest template version for a contract type
|
ApiResponse<ContractResponseDTO> |
ContractTypeTemplateApi.getTemplatesUsingGETWithHttpInfo(Long contractTypeId,
Long teamId) |
Get the latest template version for a contract type
|
List<ContractFieldResponseDTO> |
ContractFieldApi.getTemplateTermsUsingGET(Long templateId) |
Get template terms.
|
List<ContractFieldResponseDTO> |
ContractFieldsApi.getTemplateTermsUsingGET(Long templateId) |
Get template terms.
|
com.squareup.okhttp.Call |
ContractFieldApi.getTemplateTermsUsingGETAsync(Long templateId,
ApiCallback<List<ContractFieldResponseDTO>> callback) |
Get template terms.
|
com.squareup.okhttp.Call |
ContractFieldsApi.getTemplateTermsUsingGETAsync(Long templateId,
ApiCallback<List<ContractFieldResponseDTO>> callback) |
Get template terms.
|
com.squareup.okhttp.Call |
ContractFieldApi.getTemplateTermsUsingGETCall(Long templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTemplateTermsUsingGET
|
com.squareup.okhttp.Call |
ContractFieldsApi.getTemplateTermsUsingGETCall(Long templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTemplateTermsUsingGET
|
ApiResponse<List<ContractFieldResponseDTO>> |
ContractFieldApi.getTemplateTermsUsingGETWithHttpInfo(Long templateId) |
Get template terms.
|
ApiResponse<List<ContractFieldResponseDTO>> |
ContractFieldsApi.getTemplateTermsUsingGETWithHttpInfo(Long templateId) |
Get template terms.
|
ContractFieldResponseDTO |
ContractFieldApi.getTemplateTermUsingGET(Long termId) |
Get template term.
|
ContractFieldResponseDTO |
ContractFieldsApi.getTemplateTermUsingGET(Long termId) |
Get template term.
|
com.squareup.okhttp.Call |
ContractFieldApi.getTemplateTermUsingGETAsync(Long termId,
ApiCallback<ContractFieldResponseDTO> callback) |
Get template term.
|
com.squareup.okhttp.Call |
ContractFieldsApi.getTemplateTermUsingGETAsync(Long termId,
ApiCallback<ContractFieldResponseDTO> callback) |
Get template term.
|
com.squareup.okhttp.Call |
ContractFieldApi.getTemplateTermUsingGETCall(Long termId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTemplateTermUsingGET
|
com.squareup.okhttp.Call |
ContractFieldsApi.getTemplateTermUsingGETCall(Long termId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTemplateTermUsingGET
|
ApiResponse<ContractFieldResponseDTO> |
ContractFieldApi.getTemplateTermUsingGETWithHttpInfo(Long termId) |
Get template term.
|
ApiResponse<ContractFieldResponseDTO> |
ContractFieldsApi.getTemplateTermUsingGETWithHttpInfo(Long termId) |
Get template term.
|
ContractResponseDTO |
ContractTemplatesApi.getTemplateUsingGET(Long contractTypeId,
Long teamId,
Long templateId) |
Get contract template.
|
ContractResponseDTO |
ContractTypeTemplateApi.getTemplateUsingGET(Long contractTypeId,
Long teamId,
Long templateId) |
Get contract template.
|
com.squareup.okhttp.Call |
ContractTemplatesApi.getTemplateUsingGETAsync(Long contractTypeId,
Long teamId,
Long templateId,
ApiCallback<ContractResponseDTO> callback) |
Get contract template.
|
com.squareup.okhttp.Call |
ContractTypeTemplateApi.getTemplateUsingGETAsync(Long contractTypeId,
Long teamId,
Long templateId,
ApiCallback<ContractResponseDTO> callback) |
Get contract template.
|
com.squareup.okhttp.Call |
ContractTemplatesApi.getTemplateUsingGETCall(Long contractTypeId,
Long teamId,
Long templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTemplateUsingGET
|
com.squareup.okhttp.Call |
ContractTypeTemplateApi.getTemplateUsingGETCall(Long contractTypeId,
Long teamId,
Long templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getTemplateUsingGET
|
ApiResponse<ContractResponseDTO> |
ContractTemplatesApi.getTemplateUsingGETWithHttpInfo(Long contractTypeId,
Long teamId,
Long templateId) |
Get contract template.
|
ApiResponse<ContractResponseDTO> |
ContractTypeTemplateApi.getTemplateUsingGETWithHttpInfo(Long contractTypeId,
Long teamId,
Long templateId) |
Get contract template.
|
List<Object> |
UserApi.getUsersUsingGET() |
Get all users.
|
List<Object> |
UsersApi.getUsersUsingGET() |
Get all users.
|
com.squareup.okhttp.Call |
UserApi.getUsersUsingGETAsync(ApiCallback<List<Object>> callback) |
Get all users.
|
com.squareup.okhttp.Call |
UsersApi.getUsersUsingGETAsync(ApiCallback<List<Object>> callback) |
Get all users.
|
com.squareup.okhttp.Call |
UserApi.getUsersUsingGETCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getUsersUsingGET
|
com.squareup.okhttp.Call |
UsersApi.getUsersUsingGETCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getUsersUsingGET
|
ApiResponse<List<Object>> |
UserApi.getUsersUsingGETWithHttpInfo() |
Get all users.
|
ApiResponse<List<Object>> |
UsersApi.getUsersUsingGETWithHttpInfo() |
Get all users.
|
UserResponseDTO |
UserApi.getUserUsingGET(Long userId) |
Get user details.
|
UserResponseDTO |
UsersApi.getUserUsingGET(Long userId) |
Get user details.
|
com.squareup.okhttp.Call |
UserApi.getUserUsingGETAsync(Long userId,
ApiCallback<UserResponseDTO> callback) |
Get user details.
|
com.squareup.okhttp.Call |
UsersApi.getUserUsingGETAsync(Long userId,
ApiCallback<UserResponseDTO> callback) |
Get user details.
|
com.squareup.okhttp.Call |
UserApi.getUserUsingGETCall(Long userId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getUserUsingGET
|
com.squareup.okhttp.Call |
UsersApi.getUserUsingGETCall(Long userId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getUserUsingGET
|
ApiResponse<UserResponseDTO> |
UserApi.getUserUsingGETWithHttpInfo(Long userId) |
Get user details.
|
ApiResponse<UserResponseDTO> |
UsersApi.getUserUsingGETWithHttpInfo(Long userId) |
Get user details.
|
Link |
CollaboratorApi.postCollaboratorUsingPOST(CollaboratorFieldsRequestDTO body,
Long contractId) |
Create a collaborator given a contract
This operation will create a collaborator associated to the contract given
|
Link |
CollaboratorsApi.postCollaboratorUsingPOST(CollaboratorFieldsRequestDTO body,
Long contractId) |
Create a collaborator given a contract
This operation will create a collaborator associated to the contract given
|
com.squareup.okhttp.Call |
CollaboratorApi.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 given
|
com.squareup.okhttp.Call |
CollaboratorsApi.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 given
|
com.squareup.okhttp.Call |
CollaboratorApi.postCollaboratorUsingPOSTCall(CollaboratorFieldsRequestDTO body,
Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postCollaboratorUsingPOST
|
com.squareup.okhttp.Call |
CollaboratorsApi.postCollaboratorUsingPOSTCall(CollaboratorFieldsRequestDTO body,
Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postCollaboratorUsingPOST
|
ApiResponse<Link> |
CollaboratorApi.postCollaboratorUsingPOSTWithHttpInfo(CollaboratorFieldsRequestDTO body,
Long contractId) |
Create a collaborator given a contract
This operation will create a collaborator associated to the contract given
|
ApiResponse<Link> |
CollaboratorsApi.postCollaboratorUsingPOSTWithHttpInfo(CollaboratorFieldsRequestDTO body,
Long contractId) |
Create a collaborator given a contract
This operation will create a collaborator associated to the contract given
|
CompanyCreatedResponseDTO |
CollaboratorApi.postCompanyUsingPOST(CompanyFieldsDTO body,
Long contractId) |
Create a company given a contract
This operation will create a company associated to the contract given
|
CompanyCreatedResponseDTO |
CollaboratorsApi.postCompanyUsingPOST(CompanyFieldsDTO body,
Long contractId) |
Create a company given a contract
This operation will create a company associated to the contract given
|
com.squareup.okhttp.Call |
CollaboratorApi.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
|
com.squareup.okhttp.Call |
CollaboratorsApi.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
|
com.squareup.okhttp.Call |
CollaboratorApi.postCompanyUsingPOSTCall(CompanyFieldsDTO body,
Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postCompanyUsingPOST
|
com.squareup.okhttp.Call |
CollaboratorsApi.postCompanyUsingPOSTCall(CompanyFieldsDTO body,
Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postCompanyUsingPOST
|
ApiResponse<CompanyCreatedResponseDTO> |
CollaboratorApi.postCompanyUsingPOSTWithHttpInfo(CompanyFieldsDTO body,
Long contractId) |
Create a company given a contract
This operation will create a company associated to the contract given
|
ApiResponse<CompanyCreatedResponseDTO> |
CollaboratorsApi.postCompanyUsingPOSTWithHttpInfo(CompanyFieldsDTO body,
Long contractId) |
Create a company given a contract
This operation will create a company associated to the contract given
|
Link |
ContractApi.postContractUsingPOST(CreateContractRequestDTO body,
Long teamId) |
Create a contract with an auto-generated bundle.
|
Link |
ContractsApi.postContractUsingPOST(CreateContractRequestDTO body,
Long teamId) |
Create a contract with an auto-generated bundle.
|
com.squareup.okhttp.Call |
ContractApi.postContractUsingPOSTAsync(CreateContractRequestDTO body,
Long teamId,
ApiCallback<Link> callback) |
Create a contract with an auto-generated bundle.
|
com.squareup.okhttp.Call |
ContractsApi.postContractUsingPOSTAsync(CreateContractRequestDTO body,
Long teamId,
ApiCallback<Link> callback) |
Create a contract with an auto-generated bundle.
|
com.squareup.okhttp.Call |
ContractApi.postContractUsingPOSTCall(CreateContractRequestDTO body,
Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postContractUsingPOST
|
com.squareup.okhttp.Call |
ContractsApi.postContractUsingPOSTCall(CreateContractRequestDTO body,
Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postContractUsingPOST
|
ApiResponse<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.
|
TeamResponseDTO |
TeamApi.postTeamUsingPOST(CreateTeamRequestDTO body,
Long userId) |
Create a team for a given user.
|
TeamResponseDTO |
TeamsApi.postTeamUsingPOST(CreateTeamRequestDTO body,
Long userId) |
Create a team for a given user.
|
com.squareup.okhttp.Call |
TeamApi.postTeamUsingPOSTAsync(CreateTeamRequestDTO body,
Long userId,
ApiCallback<TeamResponseDTO> callback) |
Create a team for a given user.
|
com.squareup.okhttp.Call |
TeamsApi.postTeamUsingPOSTAsync(CreateTeamRequestDTO body,
Long userId,
ApiCallback<TeamResponseDTO> callback) |
Create a team for a given user.
|
com.squareup.okhttp.Call |
TeamApi.postTeamUsingPOSTCall(CreateTeamRequestDTO body,
Long userId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postTeamUsingPOST
|
com.squareup.okhttp.Call |
TeamsApi.postTeamUsingPOSTCall(CreateTeamRequestDTO body,
Long userId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postTeamUsingPOST
|
ApiResponse<TeamResponseDTO> |
TeamApi.postTeamUsingPOSTWithHttpInfo(CreateTeamRequestDTO body,
Long userId) |
Create a team for a given user.
|
ApiResponse<TeamResponseDTO> |
TeamsApi.postTeamUsingPOSTWithHttpInfo(CreateTeamRequestDTO body,
Long userId) |
Create a team for a given user.
|
ContractCollaboratorResponseDTO |
CollaboratorApi.updateCollaboratorBinaryFileSignatureUsingPATCH(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ContractCollaboratorResponseDTO |
CollaboratorsApi.updateCollaboratorBinaryFileSignatureUsingPATCH(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorBinaryFileSignatureUsingPATCHAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Upload a signature to a collaborator (asynchronously)
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorBinaryFileSignatureUsingPATCHAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Upload a signature to a collaborator (asynchronously)
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorBinaryFileSignatureUsingPATCHCall(Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateCollaboratorBinaryFileSignatureUsingPATCH
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorBinaryFileSignatureUsingPATCHCall(Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateCollaboratorBinaryFileSignatureUsingPATCH
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.updateCollaboratorBinaryFileSignatureUsingPATCHWithHttpInfo(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.updateCollaboratorBinaryFileSignatureUsingPATCHWithHttpInfo(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ContractCollaboratorResponseDTO |
CollaboratorApi.updateCollaboratorFieldsUsingPATCH(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId) |
Update collaborator fields
This operation will update a collaborator details.
|
ContractCollaboratorResponseDTO |
CollaboratorsApi.updateCollaboratorFieldsUsingPATCH(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId) |
Update collaborator fields
This operation will update a collaborator details.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorFieldsUsingPATCHAsync(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Update collaborator fields (asynchronously)
This operation will update a collaborator details.
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorFieldsUsingPATCHAsync(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Update collaborator fields (asynchronously)
This operation will update a collaborator details.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorFieldsUsingPATCHCall(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateCollaboratorFieldsUsingPATCH
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorFieldsUsingPATCHCall(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateCollaboratorFieldsUsingPATCH
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.updateCollaboratorFieldsUsingPATCHWithHttpInfo(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId) |
Update collaborator fields
This operation will update a collaborator details.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.updateCollaboratorFieldsUsingPATCHWithHttpInfo(UpdateCollaboratorIdentityFieldsRequestDTO body,
Long collaboratorId) |
Update collaborator fields
This operation will update a collaborator details.
|
ContractCollaboratorResponseDTO |
CollaboratorApi.updateCollaboratorRolesUsingPATCH(UpdateFieldsCollaboratorDTO body,
Long collaboratorId) |
Update collaborator role
This operation will update a collaborator fields.
|
ContractCollaboratorResponseDTO |
CollaboratorsApi.updateCollaboratorRolesUsingPATCH(UpdateFieldsCollaboratorDTO body,
Long collaboratorId) |
Update collaborator role
This operation will update a collaborator fields.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorRolesUsingPATCHAsync(UpdateFieldsCollaboratorDTO body,
Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Update collaborator role (asynchronously)
This operation will update a collaborator fields.
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorRolesUsingPATCHAsync(UpdateFieldsCollaboratorDTO body,
Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Update collaborator role (asynchronously)
This operation will update a collaborator fields.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorRolesUsingPATCHCall(UpdateFieldsCollaboratorDTO body,
Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateCollaboratorRolesUsingPATCH
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorRolesUsingPATCHCall(UpdateFieldsCollaboratorDTO body,
Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateCollaboratorRolesUsingPATCH
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.updateCollaboratorRolesUsingPATCHWithHttpInfo(UpdateFieldsCollaboratorDTO body,
Long collaboratorId) |
Update collaborator role
This operation will update a collaborator fields.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.updateCollaboratorRolesUsingPATCHWithHttpInfo(UpdateFieldsCollaboratorDTO body,
Long collaboratorId) |
Update collaborator role
This operation will update a collaborator fields.
|
ContractCollaboratorResponseDTO |
CollaboratorApi.updateCollaboratorSignatureUsingPATCH(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ContractCollaboratorResponseDTO |
CollaboratorsApi.updateCollaboratorSignatureUsingPATCH(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorSignatureUsingPATCHAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Upload a signature to a collaborator (asynchronously)
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorSignatureUsingPATCHAsync(Long collaboratorId,
ApiCallback<ContractCollaboratorResponseDTO> callback) |
Upload a signature to a collaborator (asynchronously)
This operation will sign a contract.
|
com.squareup.okhttp.Call |
CollaboratorApi.updateCollaboratorSignatureUsingPATCHCall(Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateCollaboratorSignatureUsingPATCH
|
com.squareup.okhttp.Call |
CollaboratorsApi.updateCollaboratorSignatureUsingPATCHCall(Long collaboratorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateCollaboratorSignatureUsingPATCH
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorApi.updateCollaboratorSignatureUsingPATCHWithHttpInfo(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ApiResponse<ContractCollaboratorResponseDTO> |
CollaboratorsApi.updateCollaboratorSignatureUsingPATCHWithHttpInfo(Long collaboratorId) |
Upload a signature to a collaborator
This operation will sign a contract.
|
ContractResponseDTO |
ContractApi.updateContractUsingPATCH(UpdateContractRequestDTO body,
Long contractId) |
Updates a contract.
|
ContractResponseDTO |
ContractsApi.updateContractUsingPATCH(UpdateContractRequestDTO body,
Long contractId) |
Updates a contract.
|
com.squareup.okhttp.Call |
ContractApi.updateContractUsingPATCHAsync(UpdateContractRequestDTO body,
Long contractId,
ApiCallback<ContractResponseDTO> callback) |
Updates a contract.
|
com.squareup.okhttp.Call |
ContractsApi.updateContractUsingPATCHAsync(UpdateContractRequestDTO body,
Long contractId,
ApiCallback<ContractResponseDTO> callback) |
Updates a contract.
|
com.squareup.okhttp.Call |
ContractApi.updateContractUsingPATCHCall(UpdateContractRequestDTO body,
Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateContractUsingPATCH
|
com.squareup.okhttp.Call |
ContractsApi.updateContractUsingPATCHCall(UpdateContractRequestDTO body,
Long contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateContractUsingPATCH
|
ApiResponse<ContractResponseDTO> |
ContractApi.updateContractUsingPATCHWithHttpInfo(UpdateContractRequestDTO body,
Long contractId) |
Updates a contract.
|
ApiResponse<ContractResponseDTO> |
ContractsApi.updateContractUsingPATCHWithHttpInfo(UpdateContractRequestDTO body,
Long contractId) |
Updates a contract.
|
TeamResponseDTO |
TeamApi.updateTeamUsingPATCH(UpdateTeamRequestDTO body,
Long teamId) |
Updates a team.
|
TeamResponseDTO |
TeamsApi.updateTeamUsingPATCH(UpdateTeamRequestDTO body,
Long teamId) |
Updates a team.
|
com.squareup.okhttp.Call |
TeamApi.updateTeamUsingPATCHAsync(UpdateTeamRequestDTO body,
Long teamId,
ApiCallback<TeamResponseDTO> callback) |
Updates a team.
|
com.squareup.okhttp.Call |
TeamsApi.updateTeamUsingPATCHAsync(UpdateTeamRequestDTO body,
Long teamId,
ApiCallback<TeamResponseDTO> callback) |
Updates a team.
|
com.squareup.okhttp.Call |
TeamApi.updateTeamUsingPATCHCall(UpdateTeamRequestDTO body,
Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateTeamUsingPATCH
|
com.squareup.okhttp.Call |
TeamsApi.updateTeamUsingPATCHCall(UpdateTeamRequestDTO body,
Long teamId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for updateTeamUsingPATCH
|
ApiResponse<TeamResponseDTO> |
TeamApi.updateTeamUsingPATCHWithHttpInfo(UpdateTeamRequestDTO body,
Long teamId) |
Updates a team.
|
ApiResponse<TeamResponseDTO> |
TeamsApi.updateTeamUsingPATCHWithHttpInfo(UpdateTeamRequestDTO body,
Long teamId) |
Updates a team.
|