| 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 |
|---|---|
Document |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGet(String apiId,
String documentId,
String xWSO2Tenant,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Document> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId,
String documentId,
String xWSO2Tenant,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGetAsync(String apiId,
String documentId,
String xWSO2Tenant,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Document> callback)
Get a document of an API (asynchronously)
This operation can be used to retrieve a particular document's metadata associated with an API.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.documentId(String documentId) |
Document |
Document.name(String name) |
Document |
Document.otherTypeName(String otherTypeName) |
Document |
Document.sourceType(Document.SourceTypeEnum sourceType) |
Document |
Document.sourceUrl(String sourceUrl) |
Document |
Document.summary(String summary) |
Document |
Document.type(Document.TypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
DocumentList.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
DocumentList |
DocumentList.addListItem(Document listItem) |
| Modifier and Type | Method and Description |
|---|---|
DocumentList |
DocumentList.list(List<Document> list) |
void |
DocumentList.setList(List<Document> list) |
Copyright © 2018 WSO2 Inc. All rights reserved.