Package com.amilesend.tvdb.client.api
Class SeriesStatusesApi
java.lang.Object
com.amilesend.tvdb.client.api.SeriesStatusesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns list of status recordsokhttp3.Call
(asynchronously) returns list of status recordsokhttp3.Call
getAllSeriesStatusesCall
(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAllSeriesStatusesreturns list of status recordsvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
SeriesStatusesApi
public SeriesStatusesApi() -
SeriesStatusesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAllSeriesStatusesCall
public okhttp3.Call getAllSeriesStatusesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getAllSeriesStatuses- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getAllSeriesStatuses
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
-
getAllSeriesStatusesWithHttpInfo
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
-
getAllSeriesStatusesAsync
public okhttp3.Call getAllSeriesStatusesAsync(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
-