Class SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder
- Enclosing class:
- SchedgAgrmtHdrNotes
-
Method Summary
Modifier and TypeMethodDescriptionarchObjectNumber(String archObjectNumber) (Key Field) Constraints: Not nullable, Maximum length: 70build()documentText(String documentText) (Key Field) Constraints: Not nullable, Maximum length: 4fixedIndicator(String fixedIndicator) Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 2noteDescription(String noteDescription) Constraints: noneschedulingAgreement(String schedulingAgreement) (Key Field) Constraints: Not nullable, Maximum length: 10technicalObjectType(String technicalObjectType) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
documentText
@Nonnull public SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder documentText(@Nullable String documentText) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DocumentText
- Returns:
this.
-
technicalObjectType
@Nonnull public SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder technicalObjectType(@Nullable String technicalObjectType) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TechnicalObjectType
- Returns:
this.
-
archObjectNumber
@Nonnull public SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder archObjectNumber(@Nullable String archObjectNumber) (Key Field) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ArchObjectNumber
- Returns:
this.
-
schedulingAgreement
@Nonnull public SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder schedulingAgreement(@Nullable String schedulingAgreement) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SchedulingAgreement
- Returns:
this.
-
noteDescription
@Nonnull public SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder noteDescription(@Nullable String noteDescription) Constraints: noneOriginal property name from the Odata EDM: NoteDescription
- Returns:
this.
-
fixedIndicator
@Nonnull public SchedgAgrmtHdrNotes.SchedgAgrmtHdrNotesBuilder fixedIndicator(@Nullable String fixedIndicator) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FixedIndicator
- Returns:
this.
-
build
-
toString
-