Class ArtworkStatusesApi
java.lang.Object
com.amilesend.tvdb.client.api.ArtworkStatusesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns list of artwork status records.okhttp3.Call(asynchronously) Returns list of artwork status records.okhttp3.CallgetAllArtworkStatusesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAllArtworkStatusesReturns list of artwork status records.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
ArtworkStatusesApi
public ArtworkStatusesApi() -
ArtworkStatusesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAllArtworkStatusesCall
public okhttp3.Call getAllArtworkStatusesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getAllArtworkStatuses- Parameters:
progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getAllArtworkStatuses
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
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
-