Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
GroupDto |
GroupApi.getGroup(String id)
Get Group
Retrieves a group by id.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<GroupDto> |
GroupApi.getGroupWithHttpInfo(String id)
Get Group
Retrieves a group by id.
|
List<GroupDto> |
GroupApi.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.
|
ApiResponse<List<GroupDto>> |
GroupApi.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> |
GroupApi.postQueryGroups(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto)
Get List (POST)
Queries for a list of groups using a list of parameters.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupApi.createGroup(GroupDto groupDto)
Create Group
Creates a new group.
|
okhttp3.Call |
GroupApi.createGroupAsync(GroupDto groupDto,
ApiCallback<Void> _callback)
Create Group (asynchronously)
Creates a new group.
|
okhttp3.Call |
GroupApi.createGroupCall(GroupDto groupDto,
ApiCallback _callback)
Build call for createGroup
|
ApiResponse<Void> |
GroupApi.createGroupWithHttpInfo(GroupDto groupDto)
Create Group
Creates a new group.
|
void |
GroupApi.updateGroup(String id,
GroupDto groupDto)
Update Group
Updates a given group by id.
|
okhttp3.Call |
GroupApi.updateGroupAsync(String id,
GroupDto groupDto,
ApiCallback<Void> _callback)
Update Group (asynchronously)
Updates a given group by id.
|
okhttp3.Call |
GroupApi.updateGroupCall(String id,
GroupDto groupDto,
ApiCallback _callback)
Build call for updateGroup
|
ApiResponse<Void> |
GroupApi.updateGroupWithHttpInfo(String id,
GroupDto groupDto)
Update Group
Updates a given group by id.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
GroupApi.getGroupAsync(String id,
ApiCallback<GroupDto> _callback)
Get Group (asynchronously)
Retrieves a group by id.
|
okhttp3.Call |
GroupApi.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 |
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.
|
Modifier and Type | Method and Description |
---|---|
GroupDto |
GroupDto.id(String id) |
GroupDto |
GroupDto.name(String name) |
GroupDto |
GroupDto.type(String type) |
Copyright © 2022. All rights reserved.