Package com.amilesend.tvdb.client.api
Class PeopleTypesApi
java.lang.Object
com.amilesend.tvdb.client.api.PeopleTypesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns list of peopleType recordsokhttp3.Call
getAllPeopleTypesAsync
(ApiCallback<InlineResponse20038> callback) (asynchronously) returns list of peopleType recordsokhttp3.Call
getAllPeopleTypesCall
(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAllPeopleTypesreturns list of peopleType recordsvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
PeopleTypesApi
public PeopleTypesApi() -
PeopleTypesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAllPeopleTypesCall
public okhttp3.Call getAllPeopleTypesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for getAllPeopleTypes- Parameters:
progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body object
-
getAllPeopleTypes
returns list of peopleType records- Returns:
- InlineResponse20038
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllPeopleTypesWithHttpInfo
returns list of peopleType records- Returns:
- ApiResponse<InlineResponse20038>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllPeopleTypesAsync
public okhttp3.Call getAllPeopleTypesAsync(ApiCallback<InlineResponse20038> callback) throws ApiException (asynchronously) returns list of peopleType 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
-