Class WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder
- Enclosing class:
- WhseInboundDeliveryHead
-
Method Summary
Modifier and TypeMethodDescriptionadvancedShippingNotification(String advancedShippingNotification) Constraints: Not nullable, Maximum length: 35build()Constraints: Not nullable, Maximum length: 10carrierName(String carrierName) Constraints: Not nullable, Maximum length: 40deliveryCategory(String deliveryCategory) Constraints: Not nullable, Maximum length: 3deliveryType(String deliveryType) Constraints: Not nullable, Maximum length: 4inboundDelivery(String inboundDelivery) (Key Field) Constraints: Not nullable, Maximum length: 35lastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0plannedDeliveryUTCDateTime(ZonedDateTime plannedDeliveryUTCDateTime) Constraints: Not nullable, Precision: 0receivingOffice(String receivingOffice) Constraints: Not nullable, Maximum length: 20shipFromParty(String shipFromParty) Constraints: Not nullable, Maximum length: 10shipFromPartyName(String shipFromPartyName) Constraints: Not nullable, Maximum length: 40toString()Constraints: Not nullable, Maximum length: 4Navigation property to_WhseInboundDeliveryItem for WhseInboundDeliveryHead to multiple WhseInboundDeliveryItem.
-
Method Details
-
whseInboundDeliveryItem
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder whseInboundDeliveryItem(WhseInboundDeliveryItem... value) Navigation property to_WhseInboundDeliveryItem for WhseInboundDeliveryHead to multiple WhseInboundDeliveryItem.- Parameters:
value- The WhseInboundDeliveryItems to build this WhseInboundDeliveryHead with.- Returns:
- This Builder to allow for a fluent interface.
-
inboundDelivery
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder inboundDelivery(@Nullable String inboundDelivery) (Key Field) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: InboundDelivery
- Returns:
this.
-
warehouse
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder warehouse(@Nullable String warehouse) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Returns:
this.
-
deliveryCategory
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder deliveryCategory(@Nullable String deliveryCategory) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DeliveryCategory
- Returns:
this.
-
deliveryType
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder deliveryType(@Nullable String deliveryType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DeliveryType
- Returns:
this.
-
shipFromParty
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder shipFromParty(@Nullable String shipFromParty) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ShipFromParty
- Returns:
this.
-
shipFromPartyName
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder shipFromPartyName(@Nullable String shipFromPartyName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ShipFromPartyName
- Returns:
this.
-
carrier
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder carrier(@Nullable String carrier) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Carrier
- Returns:
this.
-
carrierName
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder carrierName(@Nullable String carrierName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CarrierName
- Returns:
this.
-
advancedShippingNotification
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder advancedShippingNotification(@Nullable String advancedShippingNotification) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: AdvancedShippingNotification
- Returns:
this.
-
plannedDeliveryUTCDateTime
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder plannedDeliveryUTCDateTime(@Nullable ZonedDateTime plannedDeliveryUTCDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PlannedDeliveryUTCDateTime
- Returns:
this.
-
receivingOffice
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder receivingOffice(@Nullable String receivingOffice) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ReceivingOffice
- Returns:
this.
-
lastChangeDateTime
@Nonnull public WhseInboundDeliveryHead.WhseInboundDeliveryHeadBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-