Package org.bonitasoft.web.client.api
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 Summary
Modifier and TypeMethodDescriptionGet the maintenance details Returns maintenance details of the platformGet the maintenance details Similar togetMaintenanceDetailsbut it also returns the http response headers .updateMaintenanceDetails(MaintenanceDetails maintenanceDetails) Update the maintenance details Update maintenance detailsupdateMaintenanceDetailsWithHttpInfo(MaintenanceDetails maintenanceDetails) Update the maintenance details Similar toupdateMaintenanceDetailsbut it also returns the http response headers .
-
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 togetMaintenanceDetailsbut 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
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 toupdateMaintenanceDetailsbut 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.
-