| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
StpGroup |
AccountApi.createSTPGroup(StpGroup stpGroup)
Create STP Group
Only the main account is allowed to create a new STP user group
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<StpGroup> |
AccountApi.createSTPGroupWithHttpInfo(StpGroup stpGroup)
Create STP Group
Only the main account is allowed to create a new STP user group
|
List<StpGroup> |
AccountApi.APIlistSTPGroupsRequest.execute()
Execute listSTPGroups request
|
ApiResponse<List<StpGroup>> |
AccountApi.APIlistSTPGroupsRequest.executeWithHttpInfo()
Execute listSTPGroups request with HTTP info returned
|
| Modifier and Type | Method and Description |
|---|---|
StpGroup |
AccountApi.createSTPGroup(StpGroup stpGroup)
Create STP Group
Only the main account is allowed to create a new STP user group
|
okhttp3.Call |
AccountApi.createSTPGroupAsync(StpGroup stpGroup,
ApiCallback<StpGroup> _callback)
Create STP Group (asynchronously)
Only the main account is allowed to create a new STP user group
|
okhttp3.Call |
AccountApi.createSTPGroupCall(StpGroup stpGroup,
ApiCallback _callback)
Build call for createSTPGroup
|
ApiResponse<StpGroup> |
AccountApi.createSTPGroupWithHttpInfo(StpGroup stpGroup)
Create STP Group
Only the main account is allowed to create a new STP user group
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AccountApi.createSTPGroupAsync(StpGroup stpGroup,
ApiCallback<StpGroup> _callback)
Create STP Group (asynchronously)
Only the main account is allowed to create a new STP user group
|
okhttp3.Call |
AccountApi.APIlistSTPGroupsRequest.executeAsync(ApiCallback<List<StpGroup>> _callback)
Execute listSTPGroups request (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
StpGroup |
StpGroup.createTime(Long createTime) |
StpGroup |
StpGroup.creatorId(Long creatorId) |
StpGroup |
StpGroup.id(Long id) |
StpGroup |
StpGroup.name(String name) |
Copyright © 2023. All rights reserved.