JobResource.DefinitionStages.WithDeliveryInfo Interface

public static interface JobResource.DefinitionStages.WithDeliveryInfo

The stage of the JobResource definition allowing to specify deliveryInfo.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDeliveryInfo(JobDeliveryInfo deliveryInfo)

Specifies the deliveryInfo property: Delivery Info of Job..

Method Details

withDeliveryInfo

public abstract JobResource.DefinitionStages.WithCreate withDeliveryInfo(JobDeliveryInfo deliveryInfo)

Specifies the deliveryInfo property: Delivery Info of Job..

Parameters:

deliveryInfo - Delivery Info of Job.

Returns:

the next definition stage.

Applies to