Class LoginApi

java.lang.Object
com.redhat.parodos.sdk.api.LoginApi

public class LoginApi extends Object
  • Constructor Details

    • LoginApi

      public LoginApi()
    • LoginApi

      public LoginApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • loginCall

      public okhttp3.Call loginCall(ApiCallback _callback) throws ApiException
      Build call for login
      Parameters:
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • login

      public void login() throws ApiException
      Login
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • loginWithHttpInfo

      public ApiResponse<Void> loginWithHttpInfo() throws ApiException
      Login
      Returns:
      ApiResponse<Void>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • loginAsync

      public okhttp3.Call loginAsync(ApiCallback<Void> _callback) throws ApiException
      Login (asynchronously)
      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