public class ContentPublicControllerApi
extends java.lang.Object
| Constructor and Description |
|---|
ContentPublicControllerApi() |
ContentPublicControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ContentContainerDto |
getAllContentsPublic(java.lang.String cmsContentType)
Will return all Contents for given ContentType
|
okhttp3.Call |
getAllContentsPublicAsync(java.lang.String cmsContentType,
ApiCallback<ContentContainerDto> _callback)
(asynchronously)
Will return all Contents for given ContentType
|
okhttp3.Call |
getAllContentsPublicCall(java.lang.String cmsContentType,
ApiCallback _callback)
Build call for getAllContentsPublic
|
ApiResponse<ContentContainerDto> |
getAllContentsPublicWithHttpInfo(java.lang.String cmsContentType)
Will return all Contents for given ContentType
|
ApiClient |
getApiClient() |
ContentContainerDto |
getContentPublicStartingWithId(java.lang.String cmsContentType,
java.lang.String contentId)
Get specific Content starting with Id
|
okhttp3.Call |
getContentPublicStartingWithIdAsync(java.lang.String cmsContentType,
java.lang.String contentId,
ApiCallback<ContentContainerDto> _callback)
(asynchronously)
Get specific Content starting with Id
|
okhttp3.Call |
getContentPublicStartingWithIdCall(java.lang.String cmsContentType,
java.lang.String contentId,
ApiCallback _callback)
Build call for getContentPublicStartingWithId
|
ApiResponse<ContentContainerDto> |
getContentPublicStartingWithIdWithHttpInfo(java.lang.String cmsContentType,
java.lang.String contentId)
Get specific Content starting with Id
|
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
ContentDto |
getOneContentPublic(java.lang.String cmsContentType,
java.lang.String contentId)
Get specific Content
|
okhttp3.Call |
getOneContentPublicAsync(java.lang.String cmsContentType,
java.lang.String contentId,
ApiCallback<ContentDto> _callback)
(asynchronously)
Get specific Content
|
okhttp3.Call |
getOneContentPublicCall(java.lang.String cmsContentType,
java.lang.String contentId,
ApiCallback _callback)
Build call for getOneContentPublic
|
ApiResponse<ContentDto> |
getOneContentPublicWithHttpInfo(java.lang.String cmsContentType,
java.lang.String contentId)
Get specific Content
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public ContentPublicControllerApi()
public ContentPublicControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call getAllContentsPublicCall(java.lang.String cmsContentType,
ApiCallback _callback)
throws ApiException
cmsContentType - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public ContentContainerDto getAllContentsPublic(java.lang.String cmsContentType) throws ApiException
cmsContentType - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public ApiResponse<ContentContainerDto> getAllContentsPublicWithHttpInfo(java.lang.String cmsContentType) throws ApiException
cmsContentType - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public okhttp3.Call getAllContentsPublicAsync(java.lang.String cmsContentType,
ApiCallback<ContentContainerDto> _callback)
throws ApiException
cmsContentType - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public okhttp3.Call getContentPublicStartingWithIdCall(java.lang.String cmsContentType,
java.lang.String contentId,
ApiCallback _callback)
throws ApiException
cmsContentType - (required)contentId - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public ContentContainerDto getContentPublicStartingWithId(java.lang.String cmsContentType, java.lang.String contentId) throws ApiException
cmsContentType - (required)contentId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public ApiResponse<ContentContainerDto> getContentPublicStartingWithIdWithHttpInfo(java.lang.String cmsContentType, java.lang.String contentId) throws ApiException
cmsContentType - (required)contentId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call getContentPublicStartingWithIdAsync(java.lang.String cmsContentType,
java.lang.String contentId,
ApiCallback<ContentContainerDto> _callback)
throws ApiException
cmsContentType - (required)contentId - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call getOneContentPublicCall(java.lang.String cmsContentType,
java.lang.String contentId,
ApiCallback _callback)
throws ApiException
cmsContentType - (required)contentId - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public ContentDto getOneContentPublic(java.lang.String cmsContentType, java.lang.String contentId) throws ApiException
cmsContentType - (required)contentId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public ApiResponse<ContentDto> getOneContentPublicWithHttpInfo(java.lang.String cmsContentType, java.lang.String contentId) throws ApiException
cmsContentType - (required)contentId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call getOneContentPublicAsync(java.lang.String cmsContentType,
java.lang.String contentId,
ApiCallback<ContentDto> _callback)
throws ApiException
cmsContentType - (required)contentId - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |