Package com.amilesend.tvdb.client.api
Class AwardCategoriesApi
java.lang.Object
com.amilesend.tvdb.client.api.AwardCategoriesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a single award category base recordokhttp3.Call
getAwardCategoryAsync
(BigDecimal id, ApiCallback<InlineResponse2008> callback) (asynchronously) Returns a single award category base recordokhttp3.Call
getAwardCategoryCall
(BigDecimal id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAwardCategoryReturns a single award category extended recordokhttp3.Call
getAwardCategoryExtendedAsync
(BigDecimal id, ApiCallback<InlineResponse2009> callback) (asynchronously) Returns a single award category extended recordokhttp3.Call
getAwardCategoryExtendedCall
(BigDecimal id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAwardCategoryExtendedReturns a single award category extended recordReturns a single award category base recordvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
AwardCategoriesApi
public AwardCategoriesApi() -
AwardCategoriesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAwardCategoryCall
public okhttp3.Call getAwardCategoryCall(BigDecimal id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getAwardCategory- Parameters:
id
- id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getAwardCategory
Returns a single award category base record- Parameters:
id
- id (required)- Returns:
- InlineResponse2008
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAwardCategoryWithHttpInfo
public ApiResponse<InlineResponse2008> getAwardCategoryWithHttpInfo(BigDecimal id) throws ApiException Returns a single award category base record- Parameters:
id
- id (required)- Returns:
- ApiResponse<InlineResponse2008>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAwardCategoryAsync
public okhttp3.Call getAwardCategoryAsync(BigDecimal id, ApiCallback<InlineResponse2008> callback) throws ApiException (asynchronously) Returns a single award category 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
-
getAwardCategoryExtendedCall
public okhttp3.Call getAwardCategoryExtendedCall(BigDecimal id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getAwardCategoryExtended- Parameters:
id
- id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getAwardCategoryExtended
Returns a single award category extended record- Parameters:
id
- id (required)- Returns:
- InlineResponse2009
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAwardCategoryExtendedWithHttpInfo
public ApiResponse<InlineResponse2009> getAwardCategoryExtendedWithHttpInfo(BigDecimal id) throws ApiException Returns a single award category extended record- Parameters:
id
- id (required)- Returns:
- ApiResponse<InlineResponse2009>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAwardCategoryExtendedAsync
public okhttp3.Call getAwardCategoryExtendedAsync(BigDecimal id, ApiCallback<InlineResponse2009> callback) throws ApiException (asynchronously) Returns a single award category 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
-