Class InbDeliveryPartner.InbDeliveryPartnerBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.InbDeliveryPartner.InbDeliveryPartnerBuilder
- Enclosing class:
- InbDeliveryPartner
Helper class to allow for fluent creation of InbDeliveryPartner instances.
-
Method Summary
Modifier and TypeMethodDescriptionaddress(InbDeliveryAddress value) Navigation property to_Address for InbDeliveryPartner to single InbDeliveryAddress.Constraints: Not nullable, Maximum length: 10build()contactPerson(String contactPerson) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10partnerFunction(String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 8sDDocument(String sDDocument) (Key Field) Constraints: Not nullable, Maximum length: 10sDDocumentItem(String sDDocumentItem) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
address
Navigation property to_Address for InbDeliveryPartner to single InbDeliveryAddress.- Parameters:
value- The InbDeliveryAddress to build this InbDeliveryPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
addressID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
contactPerson
@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder contactPerson(@Nullable String contactPerson) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ContactPerson
- Returns:
this.
-
customer
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
partnerFunction
@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder partnerFunction(@Nullable String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Returns:
this.
-
personnel
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: Personnel
- Returns:
this.
-
sDDocument
@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder sDDocument(@Nullable String sDDocument) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SDDocument
- Returns:
this.
-
sDDocumentItem
@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder sDDocumentItem(@Nullable String sDDocumentItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SDDocumentItem
- Returns:
this.
-
supplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
build
-
toString
-