Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<GroupDto> |
GroupApi.postQueryGroups(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto)
Get List (POST)
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
GroupApi.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 |
GroupApi.postQueryGroupsCall(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto,
ApiCallback _callback)
Build call for postQueryGroups
|
ApiResponse<List<GroupDto>> |
GroupApi.postQueryGroupsWithHttpInfo(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto)
Get List (POST)
Queries for a list of groups using a list of parameters.
|
CountResultDto |
GroupApi.queryGroupCount(GroupQueryDto groupQueryDto)
Get List Count (POST)
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
GroupApi.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 |
GroupApi.queryGroupCountCall(GroupQueryDto groupQueryDto,
ApiCallback _callback)
Build call for queryGroupCount
|
ApiResponse<CountResultDto> |
GroupApi.queryGroupCountWithHttpInfo(GroupQueryDto groupQueryDto)
Get List Count (POST)
Queries for groups using a list of parameters and retrieves the count.
|
Modifier and Type | Method and Description |
---|---|
GroupQueryDto |
GroupQueryDto.addIdInItem(String idInItem) |
GroupQueryDto |
GroupQueryDto.addSortingItem(GroupQueryDtoSorting sortingItem) |
GroupQueryDto |
GroupQueryDto.id(String id) |
GroupQueryDto |
GroupQueryDto.idIn(List<String> idIn) |
GroupQueryDto |
GroupQueryDto.member(String member) |
GroupQueryDto |
GroupQueryDto.memberOfTenant(String memberOfTenant) |
GroupQueryDto |
GroupQueryDto.name(String name) |
GroupQueryDto |
GroupQueryDto.nameLike(String nameLike) |
GroupQueryDto |
GroupQueryDto.sorting(List<GroupQueryDtoSorting> sorting) |
GroupQueryDto |
GroupQueryDto.type(String type) |
Copyright © 2022. All rights reserved.