public static final class InbDeliveryPartner.InbDeliveryPartnerBuilder extends Object
Modifier and Type | Method and Description |
---|---|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
address(InbDeliveryAddress value)
Navigation property to_Address for InbDeliveryPartner to single InbDeliveryAddress.
|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
addressID(String addressID)
Constraints: Not nullable, Maximum length: 10
|
InbDeliveryPartner |
build() |
InbDeliveryPartner.InbDeliveryPartnerBuilder |
contactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
customer(String customer)
Constraints: Not nullable, Maximum length: 10
|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
partnerFunction(String partnerFunction)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
personnel(String personnel)
Constraints: Not nullable, Maximum length: 8
|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
sDDocument(String sDDocument)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
sDDocumentItem(String sDDocumentItem)
Constraints: Not nullable, Maximum length: 6
|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
supplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder address(InbDeliveryAddress value)
value
- The InbDeliveryAddress to build this InbDeliveryPartner with.@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder addressID(@Nullable String addressID)
Original property name from the Odata EDM: AddressID
this
.@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder contactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
this
.@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
this
.@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder partnerFunction(@Nullable String partnerFunction)
Original property name from the Odata EDM: PartnerFunction
this
.@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder personnel(@Nullable String personnel)
Original property name from the Odata EDM: Personnel
enter a personnel number before you can display and maintain an employee's master data and time data.this
.@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder sDDocument(@Nullable String sDDocument)
Original property name from the Odata EDM: SDDocument
this
.@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder sDDocumentItem(@Nullable String sDDocumentItem)
Original property name from the Odata EDM: SDDocumentItem
this
.@Nonnull public InbDeliveryPartner.InbDeliveryPartnerBuilder supplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
this
.@Nonnull public InbDeliveryPartner build()
Copyright © 2020 SAP SE. All rights reserved.