public static class MaintenanceNotificationResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaintenanceNotificationResponse |
build() |
MaintenanceNotificationResponse.Builder |
copy(MaintenanceNotificationResponse model) |
MaintenanceNotificationResponse.Builder |
failedNotifications(List<MaintenanceNotificationFailure> failedNotifications)
List of failed maintenance notifications
|
MaintenanceNotificationResponse.Builder |
message(String message)
Response message for the maintenance notification request
|
public MaintenanceNotificationResponse.Builder message(String message)
Response message for the maintenance notification request
message
- the value to setpublic MaintenanceNotificationResponse.Builder failedNotifications(List<MaintenanceNotificationFailure> failedNotifications)
List of failed maintenance notifications
failedNotifications
- the value to setpublic MaintenanceNotificationResponse build()
public MaintenanceNotificationResponse.Builder copy(MaintenanceNotificationResponse model)
Copyright © 2016–2025. All rights reserved.