Class CalendarMonth.CalendarMonthBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.CalendarMonth.CalendarMonthBuilder
- Enclosing class:
- CalendarMonth
-
Method Summary
Modifier and TypeMethodDescriptionbuild()calendarMonth_ID(String calendarMonth_ID) (Key Field) Constraints: Not nullable, Maximum length: 2calendarMonthText(String calendarMonthText) Constraints: nonetoString()
-
Method Details
-
calendarMonth_ID
@Nonnull public CalendarMonth.CalendarMonthBuilder calendarMonth_ID(@Nullable String calendarMonth_ID) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CalendarMonth_ID
- Returns:
this.
-
calendarMonthText
@Nonnull public CalendarMonth.CalendarMonthBuilder calendarMonthText(@Nullable String calendarMonthText) Constraints: noneOriginal property name from the Odata EDM: CalendarMonthText
- Returns:
this.
-
build
-
toString
-