Class InspirationTypesApi

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

public class InspirationTypesApi extends Object
  • Constructor Details

    • InspirationTypesApi

      public InspirationTypesApi()
    • InspirationTypesApi

      public InspirationTypesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getAllInspirationTypesCall

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

      public InlineResponse20024 getAllInspirationTypes() throws ApiException
      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

      public ApiResponse<InlineResponse20024> getAllInspirationTypesWithHttpInfo() throws ApiException
      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