Interface ShipmentPickUpResponse


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

    Modifier and Type
    Method
    Description
    Gets the confirmationNumber property: Confirmation number for the pick up request.
    Gets the inner com.azure.resourcemanager.databox.fluent.models.ShipmentPickUpResponseInner object.
    Gets the readyByTime property: Time by which shipment should be ready for pick up, this is in local time of pick up area.
  • Method Details

    • confirmationNumber

      String confirmationNumber()
      Gets the confirmationNumber property: Confirmation number for the pick up request.
      Returns:
      the confirmationNumber value.
    • readyByTime

      OffsetDateTime readyByTime()
      Gets the readyByTime property: Time by which shipment should be ready for pick up, this is in local time of pick up area.
      Returns:
      the readyByTime value.
    • innerModel

      Gets the inner com.azure.resourcemanager.databox.fluent.models.ShipmentPickUpResponseInner object.
      Returns:
      the inner object.