| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationsApi.applicationGet(Integer applicationId)
Gets the blockchain application matching a specific application ID.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Application> |
ApplicationsApi.applicationGetWithHttpInfo(Integer applicationId)
Gets the blockchain application matching a specific application ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationsApi.applicationGetAsync(Integer applicationId,
ApiCallback<Application> callback)
(asynchronously)
Gets the blockchain application matching a specific application ID.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.addApplicationRolesItem(ApplicationRole applicationRolesItem) |
Application |
Application.applicationRoles(List<ApplicationRole> applicationRoles) |
Application |
Application.createdByUserId(Integer createdByUserId) |
Application |
Application.createdDtTm(org.joda.time.DateTime createdDtTm) |
Application |
Application.description(String description) |
Application |
Application.displayName(String displayName) |
Application |
Application.enabled(Boolean enabled) |
Application |
Application.id(Integer id) |
Application |
Application.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationList.getApplications()
Get applications
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationList |
ApplicationList.addApplicationsItem(Application applicationsItem) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationList |
ApplicationList.applications(List<Application> applications) |
void |
ApplicationList.setApplications(List<Application> applications) |
Copyright © 2018. All rights reserved.