Class SegmentForElimText.SegmentForElimTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SegmentForElimText.SegmentForElimTextBuilder
- Enclosing class:
- SegmentForElimText
Helper class to allow for fluent creation of SegmentForElimText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnSegmentForElim for SegmentForElimText to single SegmentForElimination.(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 25segmentForElimText(String segmentForElimText) Constraints: Not nullable, Maximum length: 50toString()
-
Method Details
-
cnsldtnSegmentForElim
@Nonnull public SegmentForElimText.SegmentForElimTextBuilder cnsldtnSegmentForElim(SegmentForElimination value) Navigation property to_CnsldtnSegmentForElim for SegmentForElimText to single SegmentForElimination.- Parameters:
value- The SegmentForElimination to build this SegmentForElimText with.- Returns:
- This Builder to allow for a fluent interface.
-
segment
(Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: Segment
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
segmentForElimText
@Nonnull public SegmentForElimText.SegmentForElimTextBuilder segmentForElimText(@Nullable String segmentForElimText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SegmentForElimText
- Returns:
this.
-
build
-
toString
-