| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.api | |
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationIndividualApi.applicationsApplicationIdGet(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
Application |
ApplicationIndividualApi.applicationsApplicationIdPut(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an application
This operation can be used to update an application.
|
Application |
ApplicationIndividualApi.applicationsPost(Application body,
String contentType)
Create a new application
This operation can be used to create a new application specifying the details of the application in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Application> |
ApplicationIndividualApi.applicationsApplicationIdGetWithHttpInfo(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
ApiResponse<Application> |
ApplicationIndividualApi.applicationsApplicationIdPutWithHttpInfo(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an application
This operation can be used to update an application.
|
ApiResponse<Application> |
ApplicationIndividualApi.applicationsPostWithHttpInfo(Application body,
String contentType)
Create a new application
This operation can be used to create a new application specifying the details of the application in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationIndividualApi.applicationsApplicationIdPut(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an application
This operation can be used to update an application.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsApplicationIdPutAsync(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Application> callback)
Update an application (asynchronously)
This operation can be used to update an application.
|
ApiResponse<Application> |
ApplicationIndividualApi.applicationsApplicationIdPutWithHttpInfo(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an application
This operation can be used to update an application.
|
Application |
ApplicationIndividualApi.applicationsPost(Application body,
String contentType)
Create a new application
This operation can be used to create a new application specifying the details of the application in the payload.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsPostAsync(Application body,
String contentType,
ApiCallback<Application> callback)
Create a new application (asynchronously)
This operation can be used to create a new application specifying the details of the application in the payload.
|
ApiResponse<Application> |
ApplicationIndividualApi.applicationsPostWithHttpInfo(Application body,
String contentType)
Create a new application
This operation can be used to create a new application specifying the details of the application in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsApplicationIdGetAsync(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Application> callback)
Get details of an application (asynchronously)
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsApplicationIdPutAsync(String applicationId,
Application body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Application> callback)
Update an application (asynchronously)
This operation can be used to update an application.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsPostAsync(Application body,
String contentType,
ApiCallback<Application> callback)
Create a new application (asynchronously)
This operation can be used to create a new application specifying the details of the application in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.addKeysItem(ApplicationKey keysItem) |
Application |
Application.applicationId(String applicationId) |
Application |
Application.callbackUrl(String callbackUrl) |
Application |
Application.description(String description) |
Application |
Application.groupId(String groupId) |
Application |
Application.keys(List<ApplicationKey> keys) |
Application |
Application.name(String name) |
Application |
Application.status(String status) |
Application |
Application.subscriber(String subscriber) |
Application |
Application.throttlingTier(String throttlingTier) |
Copyright © 2018 WSO2 Inc. All rights reserved.