public class MembersApi
extends java.lang.Object
| Constructor and Description |
|---|
MembersApi() |
MembersApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMemberToGroup(java.util.UUID organizationId,
java.lang.String userId,
UpdateMemberPermissionsRequest updateMemberPermissionsRequest)
Update Member Permissions This endpoint updates the permissions of a Member identified by the
`userId`.
|
okhttp3.Call |
addMemberToGroupAsync(java.util.UUID organizationId,
java.lang.String userId,
UpdateMemberPermissionsRequest updateMemberPermissionsRequest,
ApiCallback<java.lang.Void> _callback)
Update Member Permissions (asynchronously) This endpoint updates the permissions of a Member
identified by the `userId`.
|
okhttp3.Call |
addMemberToGroupCall(java.util.UUID organizationId,
java.lang.String userId,
UpdateMemberPermissionsRequest updateMemberPermissionsRequest,
ApiCallback _callback)
Build call for addMemberToGroup
|
ApiResponse<java.lang.Void> |
addMemberToGroupWithHttpInfo(java.util.UUID organizationId,
java.lang.String userId,
UpdateMemberPermissionsRequest updateMemberPermissionsRequest)
Update Member Permissions This endpoint updates the permissions of a Member identified by the
`userId`.
|
void |
deleteInvitation(java.util.UUID invitationId)
Delete Invitation This endpoint removes an Invitation identified by the
`invitationId` parameter.
|
okhttp3.Call |
deleteInvitationAsync(java.util.UUID invitationId,
ApiCallback<java.lang.Void> _callback)
Delete Invitation (asynchronously) This endpoint removes an Invitation identified by the
`invitationId` parameter.
|
okhttp3.Call |
deleteInvitationCall(java.util.UUID invitationId,
ApiCallback _callback)
Build call for deleteInvitation
|
ApiResponse<java.lang.Void> |
deleteInvitationWithHttpInfo(java.util.UUID invitationId)
Delete Invitation This endpoint removes an Invitation identified by the
`invitationId` parameter.
|
void |
deleteOrganizationMember(java.util.UUID organizationId,
java.lang.String userId)
Delete Member from Organization This endpoint removes a Member identified by the
`userId` from the given Organization identified by the `organizationId`
parameter.
|
okhttp3.Call |
deleteOrganizationMemberAsync(java.util.UUID organizationId,
java.lang.String userId,
ApiCallback<java.lang.Void> _callback)
Delete Member from Organization (asynchronously) This endpoint removes a Member identified by
the `userId` from the given Organization identified by the
`organizationId` parameter.
|
okhttp3.Call |
deleteOrganizationMemberCall(java.util.UUID organizationId,
java.lang.String userId,
ApiCallback _callback)
Build call for deleteOrganizationMember
|
ApiResponse<java.lang.Void> |
deleteOrganizationMemberWithHttpInfo(java.util.UUID organizationId,
java.lang.String userId)
Delete Member from Organization This endpoint removes a Member identified by the
`userId` from the given Organization identified by the `organizationId`
parameter.
|
void |
deleteProductMember(java.util.UUID productId,
java.lang.String userId)
Delete Member from Product This endpoint removes a Member identified by the
`userId` from the given Product identified by the `productId` parameter.
|
okhttp3.Call |
deleteProductMemberAsync(java.util.UUID productId,
java.lang.String userId,
ApiCallback<java.lang.Void> _callback)
Delete Member from Product (asynchronously) This endpoint removes a Member identified by the
`userId` from the given Product identified by the `productId` parameter.
|
okhttp3.Call |
deleteProductMemberCall(java.util.UUID productId,
java.lang.String userId,
ApiCallback _callback)
Build call for deleteProductMember
|
ApiResponse<java.lang.Void> |
deleteProductMemberWithHttpInfo(java.util.UUID productId,
java.lang.String userId)
Delete Member from Product This endpoint removes a Member identified by the
`userId` from the given Product identified by the `productId` parameter.
|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
java.util.List<UserModel> |
getOrganizationMembers(java.util.UUID organizationId)
Deprecated.
|
okhttp3.Call |
getOrganizationMembersAsync(java.util.UUID organizationId,
ApiCallback<java.util.List<UserModel>> _callback)
Deprecated.
|
okhttp3.Call |
getOrganizationMembersCall(java.util.UUID organizationId,
ApiCallback _callback)
Deprecated.
|
OrganizationMembersModel |
getOrganizationMembersV2(java.util.UUID organizationId)
List Organization Members This endpoint returns the list of Members that belongs to the given
Organization, identified by the `organizationId` parameter.
|
okhttp3.Call |
getOrganizationMembersV2Async(java.util.UUID organizationId,
ApiCallback<OrganizationMembersModel> _callback)
List Organization Members (asynchronously) This endpoint returns the list of Members that
belongs to the given Organization, identified by the `organizationId` parameter.
|
okhttp3.Call |
getOrganizationMembersV2Call(java.util.UUID organizationId,
ApiCallback _callback)
Build call for getOrganizationMembersV2
|
ApiResponse<OrganizationMembersModel> |
getOrganizationMembersV2WithHttpInfo(java.util.UUID organizationId)
List Organization Members This endpoint returns the list of Members that belongs to the given
Organization, identified by the `organizationId` parameter.
|
ApiResponse<java.util.List<UserModel>> |
getOrganizationMembersWithHttpInfo(java.util.UUID organizationId)
Deprecated.
|
java.util.List<InvitationModel> |
getPendingInvitations(java.util.UUID productId)
List Pending Invitations in Product This endpoint returns the list of pending invitations
within the given Product identified by the `productId` parameter.
|
okhttp3.Call |
getPendingInvitationsAsync(java.util.UUID productId,
ApiCallback<java.util.List<InvitationModel>> _callback)
List Pending Invitations in Product (asynchronously) This endpoint returns the list of
pending invitations within the given Product identified by the `productId`
parameter.
|
okhttp3.Call |
getPendingInvitationsCall(java.util.UUID productId,
ApiCallback _callback)
Build call for getPendingInvitations
|
java.util.List<OrganizationInvitationModel> |
getPendingInvitationsOrg(java.util.UUID organizationId)
List Pending Invitations in Organization This endpoint returns the list of pending
invitations within the given Organization identified by the `organizationId`
parameter.
|
okhttp3.Call |
getPendingInvitationsOrgAsync(java.util.UUID organizationId,
ApiCallback<java.util.List<OrganizationInvitationModel>> _callback)
List Pending Invitations in Organization (asynchronously) This endpoint returns the list of
pending invitations within the given Organization identified by the
`organizationId` parameter.
|
okhttp3.Call |
getPendingInvitationsOrgCall(java.util.UUID organizationId,
ApiCallback _callback)
Build call for getPendingInvitationsOrg
|
ApiResponse<java.util.List<OrganizationInvitationModel>> |
getPendingInvitationsOrgWithHttpInfo(java.util.UUID organizationId)
List Pending Invitations in Organization This endpoint returns the list of pending
invitations within the given Organization identified by the `organizationId`
parameter.
|
ApiResponse<java.util.List<InvitationModel>> |
getPendingInvitationsWithHttpInfo(java.util.UUID productId)
List Pending Invitations in Product This endpoint returns the list of pending invitations
within the given Product identified by the `productId` parameter.
|
java.util.List<MemberModel> |
getProductMembers(java.util.UUID productId)
List Product Members This endpoint returns the list of Members that belongs to the given
Product, identified by the `productId` parameter.
|
okhttp3.Call |
getProductMembersAsync(java.util.UUID productId,
ApiCallback<java.util.List<MemberModel>> _callback)
List Product Members (asynchronously) This endpoint returns the list of Members that belongs
to the given Product, identified by the `productId` parameter.
|
okhttp3.Call |
getProductMembersCall(java.util.UUID productId,
ApiCallback _callback)
Build call for getProductMembers
|
ApiResponse<java.util.List<MemberModel>> |
getProductMembersWithHttpInfo(java.util.UUID productId)
List Product Members This endpoint returns the list of Members that belongs to the given
Product, identified by the `productId` parameter.
|
void |
inviteMember(java.util.UUID productId,
InviteMembersRequest inviteMembersRequest)
Invite Member This endpoint invites a Member into the given Product identified by the
`productId` parameter.
|
okhttp3.Call |
inviteMemberAsync(java.util.UUID productId,
InviteMembersRequest inviteMembersRequest,
ApiCallback<java.lang.Void> _callback)
Invite Member (asynchronously) This endpoint invites a Member into the given Product
identified by the `productId` parameter.
|
okhttp3.Call |
inviteMemberCall(java.util.UUID productId,
InviteMembersRequest inviteMembersRequest,
ApiCallback _callback)
Build call for inviteMember
|
ApiResponse<java.lang.Void> |
inviteMemberWithHttpInfo(java.util.UUID productId,
InviteMembersRequest inviteMembersRequest)
Invite Member This endpoint invites a Member into the given Product identified by the
`productId` parameter.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public MembersApi()
public MembersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call addMemberToGroupCall(java.util.UUID organizationId,
java.lang.String userId,
UpdateMemberPermissionsRequest updateMemberPermissionsRequest,
ApiCallback _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)userId - The identifier of the Member. (required)updateMemberPermissionsRequest - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When the update was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public void addMemberToGroup(java.util.UUID organizationId,
java.lang.String userId,
UpdateMemberPermissionsRequest updateMemberPermissionsRequest)
throws ApiException
organizationId - The identifier of the Organization. (required)userId - The identifier of the Member. (required)updateMemberPermissionsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When the update was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.lang.Void> addMemberToGroupWithHttpInfo(java.util.UUID organizationId, java.lang.String userId, UpdateMemberPermissionsRequest updateMemberPermissionsRequest) throws ApiException
organizationId - The identifier of the Organization. (required)userId - The identifier of the Member. (required)updateMemberPermissionsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When the update was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call addMemberToGroupAsync(java.util.UUID organizationId,
java.lang.String userId,
UpdateMemberPermissionsRequest updateMemberPermissionsRequest,
ApiCallback<java.lang.Void> _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)userId - The identifier of the Member. (required)updateMemberPermissionsRequest - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 200 | When the update was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call deleteInvitationCall(java.util.UUID invitationId,
ApiCallback _callback)
throws ApiException
invitationId - The identifier of the Invitation. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public void deleteInvitation(java.util.UUID invitationId)
throws ApiException
invitationId - The identifier of the Invitation. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.lang.Void> deleteInvitationWithHttpInfo(java.util.UUID invitationId) throws ApiException
invitationId - The identifier of the Invitation. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call deleteInvitationAsync(java.util.UUID invitationId,
ApiCallback<java.lang.Void> _callback)
throws ApiException
invitationId - The identifier of the Invitation. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call deleteOrganizationMemberCall(java.util.UUID organizationId,
java.lang.String userId,
ApiCallback _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)userId - The identifier of the Member. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public void deleteOrganizationMember(java.util.UUID organizationId,
java.lang.String userId)
throws ApiException
organizationId - The identifier of the Organization. (required)userId - The identifier of the Member. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.lang.Void> deleteOrganizationMemberWithHttpInfo(java.util.UUID organizationId, java.lang.String userId) throws ApiException
organizationId - The identifier of the Organization. (required)userId - The identifier of the Member. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call deleteOrganizationMemberAsync(java.util.UUID organizationId,
java.lang.String userId,
ApiCallback<java.lang.Void> _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)userId - The identifier of the Member. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call deleteProductMemberCall(java.util.UUID productId,
java.lang.String userId,
ApiCallback _callback)
throws ApiException
productId - The identifier of the Product. (required)userId - The identifier of the Member. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public void deleteProductMember(java.util.UUID productId,
java.lang.String userId)
throws ApiException
productId - The identifier of the Product. (required)userId - The identifier of the Member. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.lang.Void> deleteProductMemberWithHttpInfo(java.util.UUID productId, java.lang.String userId) throws ApiException
productId - The identifier of the Product. (required)userId - The identifier of the Member. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call deleteProductMemberAsync(java.util.UUID productId,
java.lang.String userId,
ApiCallback<java.lang.Void> _callback)
throws ApiException
productId - The identifier of the Product. (required)userId - The identifier of the Member. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 204 | When the delete was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
@Deprecated
public okhttp3.Call getOrganizationMembersCall(java.util.UUID organizationId,
ApiCallback _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
@Deprecated public java.util.List<UserModel> getOrganizationMembers(java.util.UUID organizationId) throws ApiException
organizationId - The identifier of the Organization. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
@Deprecated public ApiResponse<java.util.List<UserModel>> getOrganizationMembersWithHttpInfo(java.util.UUID organizationId) throws ApiException
organizationId - The identifier of the Organization. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
@Deprecated
public okhttp3.Call getOrganizationMembersAsync(java.util.UUID organizationId,
ApiCallback<java.util.List<UserModel>> _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getOrganizationMembersV2Call(java.util.UUID organizationId,
ApiCallback _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public OrganizationMembersModel getOrganizationMembersV2(java.util.UUID organizationId) throws ApiException
organizationId - The identifier of the Organization. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<OrganizationMembersModel> getOrganizationMembersV2WithHttpInfo(java.util.UUID organizationId) throws ApiException
organizationId - The identifier of the Organization. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getOrganizationMembersV2Async(java.util.UUID organizationId,
ApiCallback<OrganizationMembersModel> _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getPendingInvitationsCall(java.util.UUID productId,
ApiCallback _callback)
throws ApiException
productId - The identifier of the Product. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public java.util.List<InvitationModel> getPendingInvitations(java.util.UUID productId) throws ApiException
productId - The identifier of the Product. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.util.List<InvitationModel>> getPendingInvitationsWithHttpInfo(java.util.UUID productId) throws ApiException
productId - The identifier of the Product. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getPendingInvitationsAsync(java.util.UUID productId,
ApiCallback<java.util.List<InvitationModel>> _callback)
throws ApiException
productId - The identifier of the Product. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getPendingInvitationsOrgCall(java.util.UUID organizationId,
ApiCallback _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public java.util.List<OrganizationInvitationModel> getPendingInvitationsOrg(java.util.UUID organizationId) throws ApiException
organizationId - The identifier of the Organization. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.util.List<OrganizationInvitationModel>> getPendingInvitationsOrgWithHttpInfo(java.util.UUID organizationId) throws ApiException
organizationId - The identifier of the Organization. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getPendingInvitationsOrgAsync(java.util.UUID organizationId,
ApiCallback<java.util.List<OrganizationInvitationModel>> _callback)
throws ApiException
organizationId - The identifier of the Organization. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getProductMembersCall(java.util.UUID productId,
ApiCallback _callback)
throws ApiException
productId - The identifier of the Product. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public java.util.List<MemberModel> getProductMembers(java.util.UUID productId) throws ApiException
productId - The identifier of the Product. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.util.List<MemberModel>> getProductMembersWithHttpInfo(java.util.UUID productId) throws ApiException
productId - The identifier of the Product. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getProductMembersAsync(java.util.UUID productId,
ApiCallback<java.util.List<MemberModel>> _callback)
throws ApiException
productId - The identifier of the Product. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call inviteMemberCall(java.util.UUID productId,
InviteMembersRequest inviteMembersRequest,
ApiCallback _callback)
throws ApiException
productId - The identifier of the Product. (required)inviteMembersRequest - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When the invite was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public void inviteMember(java.util.UUID productId,
InviteMembersRequest inviteMembersRequest)
throws ApiException
productId - The identifier of the Product. (required)inviteMembersRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When the invite was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.lang.Void> inviteMemberWithHttpInfo(java.util.UUID productId, InviteMembersRequest inviteMembersRequest) throws ApiException
productId - The identifier of the Product. (required)inviteMembersRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When the invite was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call inviteMemberAsync(java.util.UUID productId,
InviteMembersRequest inviteMembersRequest,
ApiCallback<java.lang.Void> _callback)
throws ApiException
productId - The identifier of the Product. (required)inviteMembersRequest - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body
object| Status Code | Description | Response Headers |
| 200 | When the invite was successful. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |