-
public final class RemoveAccountRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRemoveAccountRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final DeviceInfodeviceInfoprivate final UserInfouserInfoprivate final StringrequestTypeprivate final List<AccountInfo>accountListprivate final StringreferenceId
-
Constructor Summary
Constructors Constructor Description RemoveAccountRequest(DeviceInfo deviceInfo, UserInfo userInfo, String requestType, List<AccountInfo> accountList, String referenceId)
-
Method Summary
Modifier and Type Method Description final DeviceInfogetDeviceInfo()final UserInfogetUserInfo()final StringgetRequestType()final List<AccountInfo>getAccountList()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
RemoveAccountRequest
RemoveAccountRequest(DeviceInfo deviceInfo, UserInfo userInfo, String requestType, List<AccountInfo> accountList, String referenceId)
-
-
Method Detail
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getUserInfo
final UserInfo getUserInfo()
-
getRequestType
final String getRequestType()
-
getAccountList
final List<AccountInfo> getAccountList()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-