Class PurchaseContractNotes.PurchaseContractNotesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurchaseContractNotes.PurchaseContractNotesBuilder
- Enclosing class:
- PurchaseContractNotes
-
Method Summary
Modifier and TypeMethodDescriptionarchitecturalObjectNumber(String architecturalObjectNumber) (Key Field) Constraints: Not nullable, Maximum length: 70build()(Key Field) Constraints: Not nullable, Maximum length: 2noteDescription(String noteDescription) Constraints: nonepurchaseContract(String purchaseContract) (Key Field) Constraints: Not nullable, Maximum length: 10technicalObjectType(String technicalObjectType) (Key Field) Constraints: Not nullable, Maximum length: 10textObjectType(String textObjectType) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
language
@Nonnull public PurchaseContractNotes.PurchaseContractNotesBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
textObjectType
@Nonnull public PurchaseContractNotes.PurchaseContractNotesBuilder textObjectType(@Nullable String textObjectType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TextObjectType
- Returns:
this.
-
technicalObjectType
@Nonnull public PurchaseContractNotes.PurchaseContractNotesBuilder technicalObjectType(@Nullable String technicalObjectType) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TechnicalObjectType
- Returns:
this.
-
architecturalObjectNumber
@Nonnull public PurchaseContractNotes.PurchaseContractNotesBuilder architecturalObjectNumber(@Nullable String architecturalObjectNumber) (Key Field) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ArchitecturalObjectNumber
- Returns:
this.
-
purchaseContract
@Nonnull public PurchaseContractNotes.PurchaseContractNotesBuilder purchaseContract(@Nullable String purchaseContract) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseContract
- Returns:
this.
-
noteDescription
@Nonnull public PurchaseContractNotes.PurchaseContractNotesBuilder noteDescription(@Nullable String noteDescription) Constraints: noneOriginal property name from the Odata EDM: NoteDescription
- Returns:
this.
-
build
-
toString
-