public interface Order
An immutable client-side representation of Order.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the contactInformation property: The contact details.
    Gets the currentStatus property: Current status of the order.
    Gets the deliveryTrackingInfo property: Tracking information for the package delivered to the customer whether it has an original or a replacement device.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.OrderInner object.
    Gets the name property: The name of the resource.
    Gets the orderHistory property: List of status changes in the order.
    Gets the returnTrackingInfo property: Tracking information for the package returned from the customer whether it has an original or a replacement device.
    Gets the serialNumber property: Serial number of the device.
    Gets the shippingAddress property: The shipping address.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • contactInformation

      ContactDetails contactInformation()
      Gets the contactInformation property: The contact details.
      Returns:
      the contactInformation value.
    • shippingAddress

      Address shippingAddress()
      Gets the shippingAddress property: The shipping address.
      Returns:
      the shippingAddress value.
    • currentStatus

      OrderStatus currentStatus()
      Gets the currentStatus property: Current status of the order.
      Returns:
      the currentStatus value.
    • orderHistory

      List<OrderStatus> orderHistory()
      Gets the orderHistory property: List of status changes in the order.
      Returns:
      the orderHistory value.
    • serialNumber

      String serialNumber()
      Gets the serialNumber property: Serial number of the device.
      Returns:
      the serialNumber value.
    • deliveryTrackingInfo

      List<TrackingInfo> deliveryTrackingInfo()
      Gets the deliveryTrackingInfo property: Tracking information for the package delivered to the customer whether it has an original or a replacement device.
      Returns:
      the deliveryTrackingInfo value.
    • returnTrackingInfo

      List<TrackingInfo> returnTrackingInfo()
      Gets the returnTrackingInfo property: Tracking information for the package returned from the customer whether it has an original or a replacement device.
      Returns:
      the returnTrackingInfo value.
    • innerModel

      OrderInner innerModel()
      Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.OrderInner object.
      Returns:
      the inner object.