Class EntityTypesApi

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

public class EntityTypesApi extends Object
  • Constructor Details

    • EntityTypesApi

      public EntityTypesApi()
    • EntityTypesApi

      public EntityTypesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getEntityTypesCall

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

      public InlineResponse20016 getEntityTypes() throws ApiException
      returns the active entity types
      Returns:
      InlineResponse20016
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getEntityTypesWithHttpInfo

      public ApiResponse<InlineResponse20016> getEntityTypesWithHttpInfo() throws ApiException
      returns the active entity types
      Returns:
      ApiResponse<InlineResponse20016>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • getEntityTypesAsync

      public okhttp3.Call getEntityTypesAsync(ApiCallback<InlineResponse20016> callback) throws ApiException
      (asynchronously) returns the active entity types
      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