Class AwardCategoriesApi

java.lang.Object
com.amilesend.tvdb.client.api.AwardCategoriesApi

public class AwardCategoriesApi extends Object
  • Constructor Details

    • AwardCategoriesApi

      public AwardCategoriesApi()
    • AwardCategoriesApi

      public AwardCategoriesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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 listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • getAwardCategory

      public InlineResponse2008 getAwardCategory(BigDecimal id) throws ApiException
      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 listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • getAwardCategoryExtended

      public InlineResponse2009 getAwardCategoryExtended(BigDecimal id) throws ApiException
      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