JobDeliveryInfo Class

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

public final class JobDeliveryInfo

Additional delivery info.

Constructor Summary

Constructor Description
JobDeliveryInfo()

Creates an instance of JobDeliveryInfo class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime scheduledDateTime()

Get the scheduledDateTime property: Scheduled date time.

void validate()

Validates the instance.

JobDeliveryInfo withScheduledDateTime(OffsetDateTime scheduledDateTime)

Set the scheduledDateTime property: Scheduled date time.

Methods inherited from java.lang.Object

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.

validate

public void validate()

Validates the instance.

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.

Applies to