Interface GalleryImage.UpdateStages.WithEndOfLifeDate
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithEndOfLifeDate
The stage of the gallery image update allowing to specify EndOfLifeDate.
-
Method Summary
Modifier and TypeMethodDescriptionwithEndOfLifeDate
(org.joda.time.DateTime endOfLifeDate) Specifies end of life date of the image.
-
Method Details
-
withEndOfLifeDate
Specifies end of life date of the image.- Parameters:
endOfLifeDate
- the end of life of the gallery image- Returns:
- the next update stage
-