Class SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder
- Enclosing class:
- SchedgAgrmtItmNotes
-
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) Constraints: Not nullable, Maximum length: 10schedulingAgreementItem(String schedulingAgreementItem) Constraints: Not nullable, Maximum length: 5technicalObjectType(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 SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder documentText(@Nullable String documentText) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DocumentText
- Returns:
this.
-
technicalObjectType
@Nonnull public SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder technicalObjectType(@Nullable String technicalObjectType) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TechnicalObjectType
- Returns:
this.
-
archObjectNumber
@Nonnull public SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder archObjectNumber(@Nullable String archObjectNumber) (Key Field) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ArchObjectNumber
- Returns:
this.
-
schedulingAgreement
@Nonnull public SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder schedulingAgreement(@Nullable String schedulingAgreement) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SchedulingAgreement
- Returns:
this.
-
schedulingAgreementItem
@Nonnull public SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder schedulingAgreementItem(@Nullable String schedulingAgreementItem) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SchedulingAgreementItem
- Returns:
this.
-
noteDescription
@Nonnull public SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder noteDescription(@Nullable String noteDescription) Constraints: noneOriginal property name from the Odata EDM: NoteDescription
- Returns:
this.
-
fixedIndicator
@Nonnull public SchedgAgrmtItmNotes.SchedgAgrmtItmNotesBuilder fixedIndicator(@Nullable String fixedIndicator) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FixedIndicator
- Returns:
this.
-
build
-
toString
-