Package com.amilesend.tvdb.client.api
Class ListsApi
java.lang.Object
com.amilesend.tvdb.client.api.ListsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllLists
(BigDecimal page) returns list of list base recordsokhttp3.Call
getAllListsAsync
(BigDecimal page, ApiCallback<InlineResponse20026> callback) (asynchronously) returns list of list base recordsokhttp3.Call
getAllListsCall
(BigDecimal page, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAllListsreturns list of list base recordsgetList
(BigDecimal id) returns an list base recordokhttp3.Call
getListAsync
(BigDecimal id, ApiCallback<InlineResponse20027> callback) (asynchronously) returns an list base recordgetListBySlug
(String slug) returns an list base record search by slugokhttp3.Call
getListBySlugAsync
(String slug, ApiCallback<InlineResponse20027> callback) (asynchronously) returns an list base record search by slugokhttp3.Call
getListBySlugCall
(String slug, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getListBySlugreturns an list base record search by slugokhttp3.Call
getListCall
(BigDecimal id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getListreturns a list extended recordokhttp3.Call
getListExtendedAsync
(BigDecimal id, ApiCallback<InlineResponse20028> callback) (asynchronously) returns a list extended recordokhttp3.Call
getListExtendedCall
(BigDecimal id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getListExtendedreturns a list extended recordgetListTranslation
(BigDecimal id, String language) Returns list translation recordokhttp3.Call
getListTranslationAsync
(BigDecimal id, String language, ApiCallback<InlineResponse20029> callback) (asynchronously) Returns list translation recordokhttp3.Call
getListTranslationCall
(BigDecimal id, String language, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getListTranslationgetListTranslationWithHttpInfo
(BigDecimal id, String language) Returns list translation recordreturns an list base recordvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
ListsApi
public ListsApi() -
ListsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAllListsCall
public okhttp3.Call getAllListsCall(BigDecimal page, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getAllLists- Parameters:
page
- page number (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getAllLists
returns list of list base records- Parameters:
page
- page number (optional)- Returns:
- InlineResponse20026
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllListsWithHttpInfo
public ApiResponse<InlineResponse20026> getAllListsWithHttpInfo(BigDecimal page) throws ApiException returns list of list base records- Parameters:
page
- page number (optional)- Returns:
- ApiResponse<InlineResponse20026>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllListsAsync
public okhttp3.Call getAllListsAsync(BigDecimal page, ApiCallback<InlineResponse20026> callback) throws ApiException (asynchronously) returns list of list base records- Parameters:
page
- page number (optional)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getListCall
public okhttp3.Call getListCall(BigDecimal id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getList- Parameters:
id
- id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getList
returns an list base record- Parameters:
id
- id (required)- Returns:
- InlineResponse20027
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getListWithHttpInfo
returns an list base record- Parameters:
id
- id (required)- Returns:
- ApiResponse<InlineResponse20027>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getListAsync
public okhttp3.Call getListAsync(BigDecimal id, ApiCallback<InlineResponse20027> callback) throws ApiException (asynchronously) returns an list base record- Parameters:
id
- id (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getListBySlugCall
public okhttp3.Call getListBySlugCall(String slug, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getListBySlug- Parameters:
slug
- slug (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getListBySlug
returns an list base record search by slug- Parameters:
slug
- slug (required)- Returns:
- InlineResponse20027
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getListBySlugWithHttpInfo
returns an list base record search by slug- Parameters:
slug
- slug (required)- Returns:
- ApiResponse<InlineResponse20027>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getListBySlugAsync
public okhttp3.Call getListBySlugAsync(String slug, ApiCallback<InlineResponse20027> callback) throws ApiException (asynchronously) returns an list base record search by slug- Parameters:
slug
- slug (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getListExtendedCall
public okhttp3.Call getListExtendedCall(BigDecimal id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getListExtended- Parameters:
id
- id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getListExtended
returns a list extended record- Parameters:
id
- id (required)- Returns:
- InlineResponse20028
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getListExtendedWithHttpInfo
public ApiResponse<InlineResponse20028> getListExtendedWithHttpInfo(BigDecimal id) throws ApiException returns a list extended record- Parameters:
id
- id (required)- Returns:
- ApiResponse<InlineResponse20028>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getListExtendedAsync
public okhttp3.Call getListExtendedAsync(BigDecimal id, ApiCallback<InlineResponse20028> callback) throws ApiException (asynchronously) returns a list extended record- Parameters:
id
- id (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-
getListTranslationCall
public okhttp3.Call getListTranslationCall(BigDecimal id, String language, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getListTranslation- Parameters:
id
- id (required)language
- language (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getListTranslation
Returns list translation record- Parameters:
id
- id (required)language
- language (required)- Returns:
- InlineResponse20029
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getListTranslationWithHttpInfo
public ApiResponse<InlineResponse20029> getListTranslationWithHttpInfo(BigDecimal id, String language) throws ApiException Returns list translation record- Parameters:
id
- id (required)language
- language (required)- Returns:
- ApiResponse<InlineResponse20029>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getListTranslationAsync
public okhttp3.Call getListTranslationAsync(BigDecimal id, String language, ApiCallback<InlineResponse20029> callback) throws ApiException (asynchronously) Returns list translation record- Parameters:
id
- id (required)language
- language (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body object
-