Class MaintenancePlanText.MaintenancePlanTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.MaintenancePlanText.MaintenancePlanTextBuilder
- Enclosing class:
- MaintenancePlanText
Helper class to allow for fluent creation of MaintenancePlanText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2maintenancePlan(MaintenancePlan value) Navigation property to_MaintenancePlan for MaintenancePlanText to single MaintenancePlan.maintenancePlan(String value) (Key Field) Constraints: Not nullable, Maximum length: 12maintenancePlanLongText(String maintenancePlanLongText) Constraints: nonetoString()
-
Method Details
-
maintenancePlan
@Nonnull public MaintenancePlanText.MaintenancePlanTextBuilder maintenancePlan(MaintenancePlan value) Navigation property to_MaintenancePlan for MaintenancePlanText to single MaintenancePlan.- Parameters:
value- The MaintenancePlan to build this MaintenancePlanText with.- Returns:
- This Builder to allow for a fluent interface.
-
maintenancePlan
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenancePlan
- Parameters:
value- The maintenancePlan to build this MaintenancePlanText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
maintenancePlanLongText
@Nonnull public MaintenancePlanText.MaintenancePlanTextBuilder maintenancePlanLongText(@Nullable String maintenancePlanLongText) Constraints: noneOriginal property name from the Odata EDM: MaintenancePlanLongText
- Returns:
this.
-
build
-
toString
-