| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
SubAccountKey |
SubAccountApi.getSubAccountKey(Integer userId,
String key)
Get the API Key of the sub-account
|
| Modifier and Type | Method and Description |
|---|---|
List<SubAccountKey> |
SubAccountApi.createSubAccountKeys(Long userId,
SubAccountKey subAccountKey)
Create API Key of the sub-account
|
ApiResponse<List<SubAccountKey>> |
SubAccountApi.createSubAccountKeysWithHttpInfo(Long userId,
SubAccountKey subAccountKey)
Create API Key of the sub-account
|
ApiResponse<SubAccountKey> |
SubAccountApi.getSubAccountKeyWithHttpInfo(Integer userId,
String key)
Get the API Key of the sub-account
|
List<SubAccountKey> |
SubAccountApi.listSubAccountKeys(Integer userId)
List all API Key of the sub-account
|
ApiResponse<List<SubAccountKey>> |
SubAccountApi.listSubAccountKeysWithHttpInfo(Integer userId)
List all API Key of the sub-account
|
| Modifier and Type | Method and Description |
|---|---|
List<SubAccountKey> |
SubAccountApi.createSubAccountKeys(Long userId,
SubAccountKey subAccountKey)
Create API Key of the sub-account
|
okhttp3.Call |
SubAccountApi.createSubAccountKeysAsync(Long userId,
SubAccountKey subAccountKey,
ApiCallback<List<SubAccountKey>> _callback)
Create API Key of the sub-account (asynchronously)
|
okhttp3.Call |
SubAccountApi.createSubAccountKeysCall(Long userId,
SubAccountKey subAccountKey,
ApiCallback _callback)
Build call for createSubAccountKeys
|
ApiResponse<List<SubAccountKey>> |
SubAccountApi.createSubAccountKeysWithHttpInfo(Long userId,
SubAccountKey subAccountKey)
Create API Key of the sub-account
|
void |
SubAccountApi.updateSubAccountKeys(Integer userId,
String key,
SubAccountKey subAccountKey)
Update API key of the sub-account
|
okhttp3.Call |
SubAccountApi.updateSubAccountKeysAsync(Integer userId,
String key,
SubAccountKey subAccountKey,
ApiCallback<Void> _callback)
Update API key of the sub-account (asynchronously)
|
okhttp3.Call |
SubAccountApi.updateSubAccountKeysCall(Integer userId,
String key,
SubAccountKey subAccountKey,
ApiCallback _callback)
Build call for updateSubAccountKeys
|
ApiResponse<Void> |
SubAccountApi.updateSubAccountKeysWithHttpInfo(Integer userId,
String key,
SubAccountKey subAccountKey)
Update API key of the sub-account
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SubAccountApi.createSubAccountKeysAsync(Long userId,
SubAccountKey subAccountKey,
ApiCallback<List<SubAccountKey>> _callback)
Create API Key of the sub-account (asynchronously)
|
okhttp3.Call |
SubAccountApi.getSubAccountKeyAsync(Integer userId,
String key,
ApiCallback<SubAccountKey> _callback)
Get the API Key of the sub-account (asynchronously)
|
okhttp3.Call |
SubAccountApi.listSubAccountKeysAsync(Integer userId,
ApiCallback<List<SubAccountKey>> _callback)
List all API Key of the sub-account (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
SubAccountKey |
SubAccountKey.addIpWhitelistItem(String ipWhitelistItem) |
SubAccountKey |
SubAccountKey.addPermsItem(ApiV4KeyPerm permsItem) |
SubAccountKey |
SubAccountKey.ipWhitelist(List<String> ipWhitelist) |
SubAccountKey |
SubAccountKey.name(String name) |
SubAccountKey |
SubAccountKey.perms(List<ApiV4KeyPerm> perms) |
Copyright © 2023. All rights reserved.