Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<UserProfileDto> |
UserApi.getUserProfile(String id)
Get Profile
Retrieves a user's profile.
|
ApiResponse<List<UserProfileDto>> |
UserApi.getUserProfileWithHttpInfo(String id)
Get Profile
Retrieves a user's profile.
|
List<UserProfileDto> |
UserApi.getUsers(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Query for a list of users using a list of parameters.
|
ApiResponse<List<UserProfileDto>> |
UserApi.getUsersWithHttpInfo(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Query for a list of users using a list of parameters.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
UserApi.getUserProfileAsync(String id,
ApiCallback<List<UserProfileDto>> _callback)
Get Profile (asynchronously)
Retrieves a user's profile.
|
okhttp3.Call |
UserApi.getUsersAsync(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<UserProfileDto>> _callback)
Get List (asynchronously)
Query for a list of users using a list of parameters.
|
Modifier and Type | Method and Description |
---|---|
UserProfileDto |
UserProfileDto.email(String email) |
UserProfileDto |
UserProfileDto.firstName(String firstName) |
UserProfileDto |
UserDto.getProfile()
Get profile
|
UserProfileDto |
UserProfileDto.id(String id) |
UserProfileDto |
UserProfileDto.lastName(String lastName) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserDto.profile(UserProfileDto profile) |
void |
UserDto.setProfile(UserProfileDto profile) |
Copyright © 2022. All rights reserved.