public static class MaintenanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaintenanceDetails |
build() |
MaintenanceDetails.Builder |
copy(MaintenanceDetails model) |
MaintenanceDetails.Builder |
endTime(Date endTime)
End time of the maintenance activity
|
MaintenanceDetails.Builder |
notificationEmailIds(List<String> notificationEmailIds)
The Email Ids given the by customer to get notified about maintenance activities
|
MaintenanceDetails.Builder |
startTime(Date startTime)
Start time of the maintenance activity
|
MaintenanceDetails.Builder |
state(MaintenanceState state)
State of the maintenance activity
|
public MaintenanceDetails.Builder state(MaintenanceState state)
State of the maintenance activity
state
- the value to setpublic MaintenanceDetails.Builder startTime(Date startTime)
Start time of the maintenance activity
startTime
- the value to setpublic MaintenanceDetails.Builder endTime(Date endTime)
End time of the maintenance activity
endTime
- the value to setpublic MaintenanceDetails.Builder notificationEmailIds(List<String> notificationEmailIds)
The Email Ids given the by customer to get notified about maintenance activities
notificationEmailIds
- the value to setpublic MaintenanceDetails build()
public MaintenanceDetails.Builder copy(MaintenanceDetails model)
Copyright © 2016–2025. All rights reserved.