public class DeliveryOutcome extends Object
Modified while others require only a DeliveryState. An outcome with no metadata is
DeliveryState.ACCEPTED.| Constructor and Description |
|---|
DeliveryOutcome(DeliveryState deliveryState)
Creates an instance of the delivery outcome with its state.
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryState |
getDeliveryState()
Gets the delivery state.
|
public DeliveryOutcome(DeliveryState deliveryState)
deliveryState - The state of the delivery.public DeliveryState getDeliveryState()
Copyright © 2021 Microsoft Corporation. All rights reserved.