public class GroupApi extends Object
Constructor and Description |
---|
GroupApi() |
GroupApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ResourceOptionsDto |
availableGroupInstanceOperations(String id)
Group Resource Instance Options
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
okhttp3.Call |
availableGroupInstanceOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Group Resource Instance Options (asynchronously)
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
okhttp3.Call |
availableGroupInstanceOperationsCall(String id,
ApiCallback _callback)
Build call for availableGroupInstanceOperations
|
ApiResponse<ResourceOptionsDto> |
availableGroupInstanceOperationsWithHttpInfo(String id)
Group Resource Instance Options
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
ResourceOptionsDto |
availableGroupMembersOperations(String id)
Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
availableGroupMembersOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Group Membership Resource Options (asynchronously)
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
availableGroupMembersOperationsCall(String id,
ApiCallback _callback)
Build call for availableGroupMembersOperations
|
ApiResponse<ResourceOptionsDto> |
availableGroupMembersOperationsWithHttpInfo(String id)
Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
ResourceOptionsDto |
availableGroupOperations()
Group Resource Options
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
okhttp3.Call |
availableGroupOperationsAsync(ApiCallback<ResourceOptionsDto> _callback)
Group Resource Options (asynchronously)
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
okhttp3.Call |
availableGroupOperationsCall(ApiCallback _callback)
Build call for availableGroupOperations
|
ApiResponse<ResourceOptionsDto> |
availableGroupOperationsWithHttpInfo()
Group Resource Options
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
void |
createGroup(GroupDto groupDto)
Create Group
Creates a new group.
|
okhttp3.Call |
createGroupAsync(GroupDto groupDto,
ApiCallback<Void> _callback)
Create Group (asynchronously)
Creates a new group.
|
okhttp3.Call |
createGroupCall(GroupDto groupDto,
ApiCallback _callback)
Build call for createGroup
|
void |
createGroupMember(String id,
String userId)
Create Group Member
Adds a member to a group.
|
okhttp3.Call |
createGroupMemberAsync(String id,
String userId,
ApiCallback<Void> _callback)
Create Group Member (asynchronously)
Adds a member to a group.
|
okhttp3.Call |
createGroupMemberCall(String id,
String userId,
ApiCallback _callback)
Build call for createGroupMember
|
ApiResponse<Void> |
createGroupMemberWithHttpInfo(String id,
String userId)
Create Group Member
Adds a member to a group.
|
ApiResponse<Void> |
createGroupWithHttpInfo(GroupDto groupDto)
Create Group
Creates a new group.
|
void |
deleteGroup(String id)
Delete Group
Deletes a group by id.
|
okhttp3.Call |
deleteGroupAsync(String id,
ApiCallback<Void> _callback)
Delete Group (asynchronously)
Deletes a group by id.
|
okhttp3.Call |
deleteGroupCall(String id,
ApiCallback _callback)
Build call for deleteGroup
|
void |
deleteGroupMember(String id,
String userId)
Delete a Group Member
Removes a member from a group.
|
okhttp3.Call |
deleteGroupMemberAsync(String id,
String userId,
ApiCallback<Void> _callback)
Delete a Group Member (asynchronously)
Removes a member from a group.
|
okhttp3.Call |
deleteGroupMemberCall(String id,
String userId,
ApiCallback _callback)
Build call for deleteGroupMember
|
ApiResponse<Void> |
deleteGroupMemberWithHttpInfo(String id,
String userId)
Delete a Group Member
Removes a member from a group.
|
ApiResponse<Void> |
deleteGroupWithHttpInfo(String id)
Delete Group
Deletes a group by id.
|
ApiClient |
getApiClient() |
GroupDto |
getGroup(String id)
Get Group
Retrieves a group by id.
|
okhttp3.Call |
getGroupAsync(String id,
ApiCallback<GroupDto> _callback)
Get Group (asynchronously)
Retrieves a group by id.
|
okhttp3.Call |
getGroupCall(String id,
ApiCallback _callback)
Build call for getGroup
|
CountResultDto |
getGroupCount(String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant)
Get List Count
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
getGroupCountAsync(String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
getGroupCountCall(String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant,
ApiCallback _callback)
Build call for getGroupCount
|
ApiResponse<CountResultDto> |
getGroupCountWithHttpInfo(String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant)
Get List Count
Queries for groups using a list of parameters and retrieves the count.
|
ApiResponse<GroupDto> |
getGroupWithHttpInfo(String id)
Get Group
Retrieves a group by id.
|
List<GroupDto> |
getQueryGroups(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant)
Get List
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
getQueryGroupsAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant,
ApiCallback<List<GroupDto>> _callback)
Get List (asynchronously)
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
getQueryGroupsCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant,
ApiCallback _callback)
Build call for getQueryGroups
|
ApiResponse<List<GroupDto>> |
getQueryGroupsWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant)
Get List
Queries for a list of groups using a list of parameters.
|
List<GroupDto> |
postQueryGroups(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto)
Get List (POST)
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
postQueryGroupsAsync(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto,
ApiCallback<List<GroupDto>> _callback)
Get List (POST) (asynchronously)
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
postQueryGroupsCall(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto,
ApiCallback _callback)
Build call for postQueryGroups
|
ApiResponse<List<GroupDto>> |
postQueryGroupsWithHttpInfo(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto)
Get List (POST)
Queries for a list of groups using a list of parameters.
|
CountResultDto |
queryGroupCount(GroupQueryDto groupQueryDto)
Get List Count (POST)
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
queryGroupCountAsync(GroupQueryDto groupQueryDto,
ApiCallback<CountResultDto> _callback)
Get List Count (POST) (asynchronously)
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
queryGroupCountCall(GroupQueryDto groupQueryDto,
ApiCallback _callback)
Build call for queryGroupCount
|
ApiResponse<CountResultDto> |
queryGroupCountWithHttpInfo(GroupQueryDto groupQueryDto)
Get List Count (POST)
Queries for groups using a list of parameters and retrieves the count.
|
void |
setApiClient(ApiClient apiClient) |
void |
updateGroup(String id,
GroupDto groupDto)
Update Group
Updates a given group by id.
|
okhttp3.Call |
updateGroupAsync(String id,
GroupDto groupDto,
ApiCallback<Void> _callback)
Update Group (asynchronously)
Updates a given group by id.
|
okhttp3.Call |
updateGroupCall(String id,
GroupDto groupDto,
ApiCallback _callback)
Build call for updateGroup
|
ApiResponse<Void> |
updateGroupWithHttpInfo(String id,
GroupDto groupDto)
Update Group
Updates a given group by id.
|
public GroupApi()
public GroupApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call availableGroupInstanceOperationsCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the group. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ResourceOptionsDto availableGroupInstanceOperations(String id) throws ApiException
id
- The id of the group. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResourceOptionsDto> availableGroupInstanceOperationsWithHttpInfo(String id) throws ApiException
id
- The id of the group. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call availableGroupInstanceOperationsAsync(String id, ApiCallback<ResourceOptionsDto> _callback) throws ApiException
id
- The id of the group. (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 objectpublic okhttp3.Call availableGroupMembersOperationsCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the group. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ResourceOptionsDto availableGroupMembersOperations(String id) throws ApiException
id
- The id of the group. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResourceOptionsDto> availableGroupMembersOperationsWithHttpInfo(String id) throws ApiException
id
- The id of the group. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call availableGroupMembersOperationsAsync(String id, ApiCallback<ResourceOptionsDto> _callback) throws ApiException
id
- The id of the group. (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 objectpublic okhttp3.Call availableGroupOperationsCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ResourceOptionsDto availableGroupOperations() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResourceOptionsDto> availableGroupOperationsWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call availableGroupOperationsAsync(ApiCallback<ResourceOptionsDto> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call createGroupCall(GroupDto groupDto, ApiCallback _callback) throws ApiException
groupDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void createGroup(GroupDto groupDto) throws ApiException
groupDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> createGroupWithHttpInfo(GroupDto groupDto) throws ApiException
groupDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createGroupAsync(GroupDto groupDto, ApiCallback<Void> _callback) throws ApiException
groupDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call createGroupMemberCall(String id, String userId, ApiCallback _callback) throws ApiException
id
- The id of the group. (required)userId
- The id of user to add to the group. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void createGroupMember(String id, String userId) throws ApiException
id
- The id of the group. (required)userId
- The id of user to add to the group. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> createGroupMemberWithHttpInfo(String id, String userId) throws ApiException
id
- The id of the group. (required)userId
- The id of user to add to the group. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createGroupMemberAsync(String id, String userId, ApiCallback<Void> _callback) throws ApiException
id
- The id of the group. (required)userId
- The id of user to add to the group. (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 objectpublic okhttp3.Call deleteGroupCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the group to be deleted. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void deleteGroup(String id) throws ApiException
id
- The id of the group to be deleted. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteGroupWithHttpInfo(String id) throws ApiException
id
- The id of the group to be deleted. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteGroupAsync(String id, ApiCallback<Void> _callback) throws ApiException
id
- The id of the group to be deleted. (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 objectpublic okhttp3.Call deleteGroupMemberCall(String id, String userId, ApiCallback _callback) throws ApiException
id
- The id of the group. (required)userId
- The id of user to remove from the group. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void deleteGroupMember(String id, String userId) throws ApiException
id
- The id of the group. (required)userId
- The id of user to remove from the group. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteGroupMemberWithHttpInfo(String id, String userId) throws ApiException
id
- The id of the group. (required)userId
- The id of user to remove from the group. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteGroupMemberAsync(String id, String userId, ApiCallback<Void> _callback) throws ApiException
id
- The id of the group. (required)userId
- The id of user to remove from the group. (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 objectpublic okhttp3.Call getGroupCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the group to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic GroupDto getGroup(String id) throws ApiException
id
- The id of the group to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GroupDto> getGroupWithHttpInfo(String id) throws ApiException
id
- The id of the group to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getGroupAsync(String id, ApiCallback<GroupDto> _callback) throws ApiException
id
- The id of the group to be retrieved. (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 objectpublic okhttp3.Call getGroupCountCall(String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant, ApiCallback _callback) throws ApiException
id
- Filter by the id of the group. (optional)idIn
- Filter by a comma seperated list of group ids. (optional)name
- Filter by the name of the group. (optional)nameLike
- Filter by the name that the parameter is a substring of. (optional)type
- Filter by the type of the group. (optional)member
- Only retrieve groups where the given user id is a member of. (optional)memberOfTenant
- Only retrieve groups which are members of the given tenant. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto getGroupCount(String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant) throws ApiException
id
- Filter by the id of the group. (optional)idIn
- Filter by a comma seperated list of group ids. (optional)name
- Filter by the name of the group. (optional)nameLike
- Filter by the name that the parameter is a substring of. (optional)type
- Filter by the type of the group. (optional)member
- Only retrieve groups where the given user id is a member of. (optional)memberOfTenant
- Only retrieve groups which are members of the given tenant. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> getGroupCountWithHttpInfo(String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant) throws ApiException
id
- Filter by the id of the group. (optional)idIn
- Filter by a comma seperated list of group ids. (optional)name
- Filter by the name of the group. (optional)nameLike
- Filter by the name that the parameter is a substring of. (optional)type
- Filter by the type of the group. (optional)member
- Only retrieve groups where the given user id is a member of. (optional)memberOfTenant
- Only retrieve groups which are members of the given tenant. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getGroupCountAsync(String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant, ApiCallback<CountResultDto> _callback) throws ApiException
id
- Filter by the id of the group. (optional)idIn
- Filter by a comma seperated list of group ids. (optional)name
- Filter by the name of the group. (optional)nameLike
- Filter by the name that the parameter is a substring of. (optional)type
- Filter by the type of the group. (optional)member
- Only retrieve groups where the given user id is a member of. (optional)memberOfTenant
- Only retrieve groups which are members of the given tenant. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getQueryGroupsCall(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant, ApiCallback _callback) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)id
- Filter by the id of the group. (optional)idIn
- Filter by a comma seperated list of group ids. (optional)name
- Filter by the name of the group. (optional)nameLike
- Filter by the name that the parameter is a substring of. (optional)type
- Filter by the type of the group. (optional)member
- Only retrieve groups where the given user id is a member of. (optional)memberOfTenant
- Only retrieve groups which are members of the given tenant. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<GroupDto> getQueryGroups(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)id
- Filter by the id of the group. (optional)idIn
- Filter by a comma seperated list of group ids. (optional)name
- Filter by the name of the group. (optional)nameLike
- Filter by the name that the parameter is a substring of. (optional)type
- Filter by the type of the group. (optional)member
- Only retrieve groups where the given user id is a member of. (optional)memberOfTenant
- Only retrieve groups which are members of the given tenant. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<GroupDto>> getQueryGroupsWithHttpInfo(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)id
- Filter by the id of the group. (optional)idIn
- Filter by a comma seperated list of group ids. (optional)name
- Filter by the name of the group. (optional)nameLike
- Filter by the name that the parameter is a substring of. (optional)type
- Filter by the type of the group. (optional)member
- Only retrieve groups where the given user id is a member of. (optional)memberOfTenant
- Only retrieve groups which are members of the given tenant. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getQueryGroupsAsync(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant, ApiCallback<List<GroupDto>> _callback) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)id
- Filter by the id of the group. (optional)idIn
- Filter by a comma seperated list of group ids. (optional)name
- Filter by the name of the group. (optional)nameLike
- Filter by the name that the parameter is a substring of. (optional)type
- Filter by the type of the group. (optional)member
- Only retrieve groups where the given user id is a member of. (optional)memberOfTenant
- Only retrieve groups which are members of the given tenant. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call postQueryGroupsCall(Integer firstResult, Integer maxResults, GroupQueryDto groupQueryDto, ApiCallback _callback) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)groupQueryDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<GroupDto> postQueryGroups(Integer firstResult, Integer maxResults, GroupQueryDto groupQueryDto) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)groupQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<GroupDto>> postQueryGroupsWithHttpInfo(Integer firstResult, Integer maxResults, GroupQueryDto groupQueryDto) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)groupQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call postQueryGroupsAsync(Integer firstResult, Integer maxResults, GroupQueryDto groupQueryDto, ApiCallback<List<GroupDto>> _callback) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)groupQueryDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call queryGroupCountCall(GroupQueryDto groupQueryDto, ApiCallback _callback) throws ApiException
groupQueryDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto queryGroupCount(GroupQueryDto groupQueryDto) throws ApiException
groupQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> queryGroupCountWithHttpInfo(GroupQueryDto groupQueryDto) throws ApiException
groupQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call queryGroupCountAsync(GroupQueryDto groupQueryDto, ApiCallback<CountResultDto> _callback) throws ApiException
groupQueryDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateGroupCall(String id, GroupDto groupDto, ApiCallback _callback) throws ApiException
id
- The id of the group. (required)groupDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateGroup(String id, GroupDto groupDto) throws ApiException
id
- The id of the group. (required)groupDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateGroupWithHttpInfo(String id, GroupDto groupDto) throws ApiException
id
- The id of the group. (required)groupDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateGroupAsync(String id, GroupDto groupDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the group. (required)groupDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.