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