Class CalendarQuarter.CalendarQuarterBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.CalendarQuarter.CalendarQuarterBuilder
- Enclosing class:
- CalendarQuarter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()calendarQuarter_ID(String calendarQuarter_ID) (Key Field) Constraints: Not nullable, Maximum length: 1calendarQuarterText(String calendarQuarterText) Constraints: nonetoString()
-
Method Details
-
calendarQuarter_ID
@Nonnull public CalendarQuarter.CalendarQuarterBuilder calendarQuarter_ID(@Nullable String calendarQuarter_ID) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CalendarQuarter_ID
- Returns:
this.
-
calendarQuarterText
@Nonnull public CalendarQuarter.CalendarQuarterBuilder calendarQuarterText(@Nullable String calendarQuarterText) Constraints: noneOriginal property name from the Odata EDM: CalendarQuarterText
- Returns:
this.
-
build
-
toString
-