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 Type
    Method
    Description
    withEndOfLifeDate(org.joda.time.DateTime endOfLifeDate)
    Specifies end of life date of the image.
  • Method Details

    • withEndOfLifeDate

      GalleryImage.Update withEndOfLifeDate(org.joda.time.DateTime endOfLifeDate)
      Specifies end of life date of the image.
      Parameters:
      endOfLifeDate - the end of life of the gallery image
      Returns:
      the next update stage