Interface MaintenanceApi

All Superinterfaces:
ApiClient.Api

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public interface MaintenanceApi extends ApiClient.Api
  • Method Details

    • getMaintenanceDetails

      MaintenanceDetails getMaintenanceDetails()
      Get the maintenance details Returns maintenance details of the platform
      Returns:
      MaintenanceDetails
    • getMaintenanceDetailsWithHttpInfo

      ApiResponse<MaintenanceDetails> getMaintenanceDetailsWithHttpInfo()
      Get the maintenance details Similar to getMaintenanceDetails but it also returns the http response headers . Returns maintenance details of the platform
      Returns:
      A ApiResponse that wraps the response boyd and the http headers.
    • updateMaintenanceDetails

      MaintenanceDetails updateMaintenanceDetails(MaintenanceDetails maintenanceDetails)
      Update the maintenance details Update maintenance details
      Parameters:
      maintenanceDetails - Maintenance details; One or all attributes can be updated (required)
      Returns:
      MaintenanceDetails
    • updateMaintenanceDetailsWithHttpInfo

      ApiResponse<MaintenanceDetails> updateMaintenanceDetailsWithHttpInfo(MaintenanceDetails maintenanceDetails)
      Update the maintenance details Similar to updateMaintenanceDetails but it also returns the http response headers . Update maintenance details
      Parameters:
      maintenanceDetails - Maintenance details; One or all attributes can be updated (required)
      Returns:
      A ApiResponse that wraps the response boyd and the http headers.