Class InspirationTypesApi
java.lang.Object
com.amilesend.tvdb.client.api.InspirationTypesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns list of inspiration types recordsokhttp3.Call(asynchronously) returns list of inspiration types recordsokhttp3.CallgetAllInspirationTypesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAllInspirationTypesreturns list of inspiration types recordsvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
InspirationTypesApi
public InspirationTypesApi() -
InspirationTypesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAllInspirationTypesCall
public okhttp3.Call getAllInspirationTypesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getAllInspirationTypes- Parameters:
progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getAllInspirationTypes
returns list of inspiration types records- Returns:
- InlineResponse20024
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllInspirationTypesWithHttpInfo
returns list of inspiration types records- Returns:
- ApiResponse<InlineResponse20024>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllInspirationTypesAsync
public okhttp3.Call getAllInspirationTypesAsync(ApiCallback<InlineResponse20024> callback) throws ApiException (asynchronously) returns list of inspiration types 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
-