Class ListsApi

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

public class ListsApi extends Object
  • Constructor Details

    • ListsApi

      public ListsApi()
    • ListsApi

      public ListsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

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

      public InlineResponse20026 getAllLists(BigDecimal page) throws ApiException
      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 listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • getList

      public InlineResponse20027 getList(BigDecimal id) throws ApiException
      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

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

      public InlineResponse20027 getListBySlug(String slug) throws ApiException
      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

      public ApiResponse<InlineResponse20027> getListBySlugWithHttpInfo(String slug) throws ApiException
      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 listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • getListExtended

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

      public InlineResponse20029 getListTranslation(BigDecimal id, String language) throws ApiException
      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