Class JobDeliveryInfo

java.lang.Object
com.azure.resourcemanager.databox.models.JobDeliveryInfo

public final class JobDeliveryInfo extends Object
Additional delivery info.
  • Constructor Details

    • JobDeliveryInfo

      public JobDeliveryInfo()
      Creates an instance of JobDeliveryInfo class.
  • Method Details

    • scheduledDateTime

      public OffsetDateTime scheduledDateTime()
      Get the scheduledDateTime property: Scheduled date time.
      Returns:
      the scheduledDateTime value.
    • withScheduledDateTime

      public JobDeliveryInfo withScheduledDateTime(OffsetDateTime scheduledDateTime)
      Set the scheduledDateTime property: Scheduled date time.
      Parameters:
      scheduledDateTime - the scheduledDateTime value to set.
      Returns:
      the JobDeliveryInfo object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.