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