public static class UpdateRecommendationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateRecommendationDetails |
build() |
UpdateRecommendationDetails.Builder |
copy(UpdateRecommendationDetails model) |
UpdateRecommendationDetails.Builder |
status(Status status)
The status of the recommendation.
|
UpdateRecommendationDetails.Builder |
timeStatusEnd(Date timeStatusEnd)
The date and time the current status will change.
|
public UpdateRecommendationDetails.Builder status(Status status)
The status of the recommendation.
status
- the value to setpublic UpdateRecommendationDetails.Builder timeStatusEnd(Date timeStatusEnd)
The date and time the current status will change. The format is defined by RFC3339.
For example, "The current postponed
status of the recommendation will end and
change to pending
on this date and time."
timeStatusEnd
- the value to setpublic UpdateRecommendationDetails build()
public UpdateRecommendationDetails.Builder copy(UpdateRecommendationDetails model)
Copyright © 2016–2024. All rights reserved.