| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
RoleAssignmentList |
ApplicationsApi.roleAssignmentsGet(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip)
List all role assignments of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<RoleAssignmentList> |
ApplicationsApi.roleAssignmentsGetWithHttpInfo(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip)
List all role assignments of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentsGetAsync(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip,
ApiCallback<RoleAssignmentList> callback)
(asynchronously)
List all role assignments of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
RoleAssignmentList |
RoleAssignmentList.addRoleAssignmentsItem(RoleAssignment roleAssignmentsItem) |
RoleAssignmentList |
RoleAssignmentList.nextLink(String nextLink) |
RoleAssignmentList |
RoleAssignmentList.roleAssignments(List<RoleAssignment> roleAssignments) |
Copyright © 2018. All rights reserved.