-
public final class ApiUserControllerApi extends ApiClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classApiUserControllerApi.Companion
-
Constructor Summary
Constructors Constructor Description ApiUserControllerApi(String xApiKey, String basePath)
-
Method Summary
Modifier and Type Method Description final StringgetBaseUrl()final StringgetSmtpPassword()final RequestConfiggetSmtpPasswordRequestConfig()To obtain the request config of the operation getSmtpPassword final StringgetSmtpUsername()final RequestConfiggetSmtpUsernameRequestConfig()To obtain the request config of the operation getSmtpUsername final UserInfoDtogetUserInfo()final RequestConfiggetUserInfoRequestConfig()To obtain the request config of the operation getUserInfo -
-
Method Detail
-
getBaseUrl
final String getBaseUrl()
-
getSmtpPassword
final String getSmtpPassword()
-
getSmtpPasswordRequestConfig
final RequestConfig getSmtpPasswordRequestConfig()
To obtain the request config of the operation getSmtpPassword
-
getSmtpUsername
final String getSmtpUsername()
-
getSmtpUsernameRequestConfig
final RequestConfig getSmtpUsernameRequestConfig()
To obtain the request config of the operation getSmtpUsername
-
getUserInfo
final UserInfoDto getUserInfo()
-
getUserInfoRequestConfig
final RequestConfig getUserInfoRequestConfig()
To obtain the request config of the operation getUserInfo
-
-
-
-