Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
UserInfoDto |
UserControllerApi.getUserInfo()
Get account information for your user
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<UserInfoDto> |
UserControllerApi.getUserInfoWithHttpInfo()
Get account information for your user
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
UserControllerApi.getUserInfoAsync(ApiCallback<UserInfoDto> _callback)
(asynchronously)
Get account information for your user
|
Modifier and Type | Method and Description |
---|---|
UserInfoDto |
UserInfoDto.accountState(UserInfoDto.AccountStateEnum accountState) |
UserInfoDto |
UserInfoDto.accountType(UserInfoDto.AccountTypeEnum accountType) |
UserInfoDto |
UserInfoDto.createdAt(OffsetDateTime createdAt) |
UserInfoDto |
UserInfoDto.emailAddress(String emailAddress) |
static UserInfoDto |
UserInfoDto.fromJson(String jsonString)
Create an instance of UserInfoDto given an JSON string
|
UserInfoDto |
UserInfoDto.id(UUID id) |
UserInfoDto |
UserInfoDto.subscriptionType(UserInfoDto.SubscriptionTypeEnum subscriptionType) |
Copyright © 2023. All rights reserved.