ShipmentPickUpResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.databox.fluent.models.ShipmentPickUpResponseInner

Implements

public final class ShipmentPickUpResponseInner
implements JsonSerializable<ShipmentPickUpResponseInner>

Shipment pick up response.

Constructor Summary

Constructor Description
ShipmentPickUpResponseInner()

Creates an instance of ShipmentPickUpResponseInner class.

Method Summary

Modifier and Type Method and Description
String confirmationNumber()

Get the confirmationNumber property: Confirmation number for the pick up request.

static ShipmentPickUpResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ShipmentPickUpResponseInner from the JsonReader.

OffsetDateTime readyByTime()

Get the readyByTime property: Time by which shipment should be ready for pick up, this is in local time of pick up area.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ShipmentPickUpResponseInner

public ShipmentPickUpResponseInner()

Creates an instance of ShipmentPickUpResponseInner class.

Method Details

confirmationNumber

public String confirmationNumber()

Get the confirmationNumber property: Confirmation number for the pick up request.

Returns:

the confirmationNumber value.

fromJson

public static ShipmentPickUpResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ShipmentPickUpResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ShipmentPickUpResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ShipmentPickUpResponseInner.

readyByTime

public OffsetDateTime readyByTime()

Get 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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to