| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
RoleAssignment |
ApplicationsApi.roleAssignmentGet(Integer applicationId,
Integer roleAssignmentId)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<RoleAssignment> |
ApplicationsApi.roleAssignmentGetWithHttpInfo(Integer applicationId,
Integer roleAssignmentId)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentGetAsync(Integer applicationId,
Integer roleAssignmentId,
ApiCallback<RoleAssignment> callback)
(asynchronously)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
| Modifier and Type | Method and Description |
|---|---|
RoleAssignment |
RoleAssignment.applicationRoleId(Integer applicationRoleId) |
RoleAssignment |
RoleAssignment.id(Integer id) |
RoleAssignment |
RoleAssignment.user(User user) |
| Modifier and Type | Method and Description |
|---|---|
List<RoleAssignment> |
RoleAssignmentList.getRoleAssignments()
Get roleAssignments
|
| Modifier and Type | Method and Description |
|---|---|
RoleAssignmentList |
RoleAssignmentList.addRoleAssignmentsItem(RoleAssignment roleAssignmentsItem) |
| Modifier and Type | Method and Description |
|---|---|
RoleAssignmentList |
RoleAssignmentList.roleAssignments(List<RoleAssignment> roleAssignments) |
void |
RoleAssignmentList.setRoleAssignments(List<RoleAssignment> roleAssignments) |
Copyright © 2018. All rights reserved.