Class PurchaseOrderNote.PurchaseOrderNoteBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder.PurchaseOrderNote.PurchaseOrderNoteBuilder
- Enclosing class:
- PurchaseOrderNote
Helper class to allow for fluent creation of PurchaseOrderNote instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2plainLongText(String plainLongText) Constraints: Not nullablepurchaseOrder(PurchaseOrder value) Navigation property _PurchaseOrder for PurchaseOrderNote to single PurchaseOrder.purchaseOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10textObjectType(String textObjectType) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
purchaseOrder
Navigation property _PurchaseOrder for PurchaseOrderNote to single PurchaseOrder.- Parameters:
value- The PurchaseOrder to build this PurchaseOrderNote with.- Returns:
- This Builder to allow for a fluent interface.
-
purchaseOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseOrder
- Parameters:
value- The purchaseOrder to build this PurchaseOrderNote with.- Returns:
- This Builder to allow for a fluent interface.
-
textObjectType
@Nonnull public PurchaseOrderNote.PurchaseOrderNoteBuilder textObjectType(@Nullable String textObjectType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TextObjectType
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
plainLongText
@Nonnull public PurchaseOrderNote.PurchaseOrderNoteBuilder plainLongText(@Nullable String plainLongText) Constraints: Not nullableOriginal property name from the Odata EDM: PlainLongText
- Returns:
this.
-
build
-
toString
-