| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
SubAccount |
SubAccountApi.createSubAccounts(SubAccount subAccount)
Create a new sub-account
|
SubAccount |
SubAccountApi.getSubAccount(Long userId)
Get the sub-account
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SubAccount> |
SubAccountApi.createSubAccountsWithHttpInfo(SubAccount subAccount)
Create a new sub-account
|
List<SubAccount> |
SubAccountApi.APIlistSubAccountsRequest.execute()
Execute listSubAccounts request
|
ApiResponse<List<SubAccount>> |
SubAccountApi.APIlistSubAccountsRequest.executeWithHttpInfo()
Execute listSubAccounts request with HTTP info returned
|
ApiResponse<SubAccount> |
SubAccountApi.getSubAccountWithHttpInfo(Long userId)
Get the sub-account
|
| Modifier and Type | Method and Description |
|---|---|
SubAccount |
SubAccountApi.createSubAccounts(SubAccount subAccount)
Create a new sub-account
|
okhttp3.Call |
SubAccountApi.createSubAccountsAsync(SubAccount subAccount,
ApiCallback<SubAccount> _callback)
Create a new sub-account (asynchronously)
|
okhttp3.Call |
SubAccountApi.createSubAccountsCall(SubAccount subAccount,
ApiCallback _callback)
Build call for createSubAccounts
|
ApiResponse<SubAccount> |
SubAccountApi.createSubAccountsWithHttpInfo(SubAccount subAccount)
Create a new sub-account
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SubAccountApi.createSubAccountsAsync(SubAccount subAccount,
ApiCallback<SubAccount> _callback)
Create a new sub-account (asynchronously)
|
okhttp3.Call |
SubAccountApi.APIlistSubAccountsRequest.executeAsync(ApiCallback<List<SubAccount>> _callback)
Execute listSubAccounts request (asynchronously)
|
okhttp3.Call |
SubAccountApi.getSubAccountAsync(Long userId,
ApiCallback<SubAccount> _callback)
Get the sub-account (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
SubAccount |
SubAccount.email(String email) |
SubAccount |
SubAccount.loginName(String loginName) |
SubAccount |
SubAccount.password(String password) |
SubAccount |
SubAccount.remark(String remark) |
SubAccount |
SubAccount.type(Integer type) |
Copyright © 2023. All rights reserved.