Class ApplicationApi


  • public class ApplicationApi
    extends Object
    • Constructor Detail

      • ApplicationApi

        public ApplicationApi()
      • ApplicationApi

        public ApplicationApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • applicationsApplicationIdChangeOwnerPostCall

        public okhttp3.Call applicationsApplicationIdChangeOwnerPostCall​(String owner,
                                                                         String applicationId,
                                                                         ApiCallback _callback)
                                                                  throws ApiException
        Build call for applicationsApplicationIdChangeOwnerPost
        Parameters:
        owner - (required)
        applicationId - Application UUID (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • applicationsApplicationIdChangeOwnerPost

        public void applicationsApplicationIdChangeOwnerPost​(String owner,
                                                             String applicationId)
                                                      throws ApiException
        Change Application Owner This operation is used to change the owner of an Application. In order to change the owner of an application, we need to pass the new application owner as a query parameter
        Parameters:
        owner - (required)
        applicationId - Application UUID (required)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • applicationsApplicationIdChangeOwnerPostWithHttpInfo

        public ApiResponse<Void> applicationsApplicationIdChangeOwnerPostWithHttpInfo​(String owner,
                                                                                      String applicationId)
                                                                               throws ApiException
        Change Application Owner This operation is used to change the owner of an Application. In order to change the owner of an application, we need to pass the new application owner as a query parameter
        Parameters:
        owner - (required)
        applicationId - Application UUID (required)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • applicationsApplicationIdChangeOwnerPostAsync

        public okhttp3.Call applicationsApplicationIdChangeOwnerPostAsync​(String owner,
                                                                          String applicationId,
                                                                          ApiCallback<Void> _callback)
                                                                   throws ApiException
        Change Application Owner (asynchronously) This operation is used to change the owner of an Application. In order to change the owner of an application, we need to pass the new application owner as a query parameter
        Parameters:
        owner - (required)
        applicationId - Application UUID (required)
        _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