Class ArtworkStatusesApi

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

public class ArtworkStatusesApi extends Object
  • Constructor Details

    • ArtworkStatusesApi

      public ArtworkStatusesApi()
    • ArtworkStatusesApi

      public ArtworkStatusesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getAllArtworkStatusesCall

      public okhttp3.Call getAllArtworkStatusesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for getAllArtworkStatuses
      Parameters:
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • getAllArtworkStatuses

      public InlineResponse2003 getAllArtworkStatuses() throws ApiException
      Returns list of artwork status records.
      Returns:
      InlineResponse2003
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getAllArtworkStatusesWithHttpInfo

      public ApiResponse<InlineResponse2003> getAllArtworkStatusesWithHttpInfo() throws ApiException
      Returns list of artwork status records.
      Returns:
      ApiResponse<InlineResponse2003>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getAllArtworkStatusesAsync

      public okhttp3.Call getAllArtworkStatusesAsync(ApiCallback<InlineResponse2003> callback) throws ApiException
      (asynchronously) Returns list of artwork status records.
      Parameters:
      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