public class ApiDocumentsApi extends Object
| Constructor and Description |
|---|
ApiDocumentsApi() |
ApiDocumentsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
apisApiIdDocumentsDocumentIdContentGet(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get the Content of an API Document
This operation can be used to retrive the content of an API's document.
|
okhttp3.Call |
apisApiIdDocumentsDocumentIdContentGetAsync(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<Void> _callback)
Get the Content of an API Document (asynchronously)
This operation can be used to retrive the content of an API's document.
|
okhttp3.Call |
apisApiIdDocumentsDocumentIdContentGetCall(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdDocumentsDocumentIdContentGet
|
ApiResponse<Void> |
apisApiIdDocumentsDocumentIdContentGetWithHttpInfo(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get the Content of an API Document
This operation can be used to retrive the content of an API's document.
|
DocumentDTO |
apisApiIdDocumentsDocumentIdGet(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get a Document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
okhttp3.Call |
apisApiIdDocumentsDocumentIdGetAsync(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<DocumentDTO> _callback)
Get a Document of an API (asynchronously)
This operation can be used to retrieve a particular document's metadata associated with an API.
|
okhttp3.Call |
apisApiIdDocumentsDocumentIdGetCall(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdDocumentsDocumentIdGet
|
ApiResponse<DocumentDTO> |
apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get a Document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
DocumentListDTO |
apisApiIdDocumentsGet(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get a List of Documents of an API
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
okhttp3.Call |
apisApiIdDocumentsGetAsync(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<DocumentListDTO> _callback)
Get a List of Documents of an API (asynchronously)
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
okhttp3.Call |
apisApiIdDocumentsGetCall(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdDocumentsGet
|
ApiResponse<DocumentListDTO> |
apisApiIdDocumentsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get a List of Documents of an API
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApiDocumentsApi()
public ApiDocumentsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call apisApiIdDocumentsDocumentIdContentGetCall(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)documentId - Document Identifier (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void apisApiIdDocumentsDocumentIdContentGet(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)documentId - Document Identifier (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apisApiIdDocumentsDocumentIdContentGetWithHttpInfo(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)documentId - Document Identifier (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisApiIdDocumentsDocumentIdContentGetAsync(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<Void> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)documentId - Document Identifier (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call apisApiIdDocumentsDocumentIdGetCall(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)documentId - Document Identifier (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic DocumentDTO apisApiIdDocumentsDocumentIdGet(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)documentId - Document Identifier (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentDTO> apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)documentId - Document Identifier (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisApiIdDocumentsDocumentIdGetAsync(String apiId, String documentId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)documentId - Document Identifier (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call apisApiIdDocumentsGetCall(String apiId, Integer limit, Integer offset, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic DocumentListDTO apisApiIdDocumentsGet(String apiId, Integer limit, Integer offset, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentListDTO> apisApiIdDocumentsGetWithHttpInfo(String apiId, Integer limit, Integer offset, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisApiIdDocumentsGetAsync(String apiId, Integer limit, Integer offset, String xWSO2Tenant, String ifNoneMatch, ApiCallback<DocumentListDTO> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.