Class MovieStatusesApi

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

public class MovieStatusesApi extends Object
  • Constructor Details

    • MovieStatusesApi

      public MovieStatusesApi()
    • MovieStatusesApi

      public MovieStatusesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getAllMovieStatusesCall

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

      public InlineResponse20034 getAllMovieStatuses() throws ApiException
      returns list of status records
      Returns:
      InlineResponse20034
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getAllMovieStatusesWithHttpInfo

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

      public okhttp3.Call getAllMovieStatusesAsync(ApiCallback<InlineResponse20034> callback) throws ApiException
      (asynchronously) returns list of 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