Interface Contact.DefinitionStages.WithReservationStartTime

All Known Subinterfaces:
Contact.Definition, Contact.DefinitionStages.WithCreate
Enclosing interface:
Contact.DefinitionStages

public static interface Contact.DefinitionStages.WithReservationStartTime
The stage of the Contact definition allowing to specify reservationStartTime.
  • Method Details

    • withReservationStartTime

      Contact.DefinitionStages.WithCreate withReservationStartTime(OffsetDateTime reservationStartTime)
      Specifies the reservationStartTime property: Reservation start time of a contact (ISO 8601 UTC standard)..
      Parameters:
      reservationStartTime - Reservation start time of a contact (ISO 8601 UTC standard).
      Returns:
      the next definition stage.