Class LogicalSystem.LogicalSystemBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.LogicalSystem.LogicalSystemBuilder
- Enclosing class:
- LogicalSystem
-
Method Summary
Modifier and TypeMethodDescriptionbuild()logicalSystem_ID(String logicalSystem_ID) (Key Field) Constraints: Not nullable, Maximum length: 10logicalSystemText(String logicalSystemText) Constraints: nonetoString()
-
Method Details
-
logicalSystem_ID
@Nonnull public LogicalSystem.LogicalSystemBuilder logicalSystem_ID(@Nullable String logicalSystem_ID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LogicalSystem_ID
- Returns:
this.
-
logicalSystemText
@Nonnull public LogicalSystem.LogicalSystemBuilder logicalSystemText(@Nullable String logicalSystemText) Constraints: noneOriginal property name from the Odata EDM: LogicalSystemText
- Returns:
this.
-
build
-
toString
-