Class SpecialGLCode.SpecialGLCodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.SpecialGLCode.SpecialGLCodeBuilder
- Enclosing class:
- SpecialGLCode
-
Method Summary
Modifier and TypeMethodDescriptionbuild()financialAccountType(String financialAccountType) (Key Field) Constraints: Not nullable, Maximum length: 1financialAccountTypeName(String financialAccountTypeName) Constraints: nonespecialGLCode_ID(String specialGLCode_ID) (Key Field) Constraints: Not nullable, Maximum length: 1specialGLCodeText(String specialGLCodeText) Constraints: nonetoString()
-
Method Details
-
specialGLCode_ID
@Nonnull public SpecialGLCode.SpecialGLCodeBuilder specialGLCode_ID(@Nullable String specialGLCode_ID) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SpecialGLCode_ID
- Returns:
this.
-
specialGLCodeText
@Nonnull public SpecialGLCode.SpecialGLCodeBuilder specialGLCodeText(@Nullable String specialGLCodeText) Constraints: noneOriginal property name from the Odata EDM: SpecialGLCodeText
- Returns:
this.
-
financialAccountType
@Nonnull public SpecialGLCode.SpecialGLCodeBuilder financialAccountType(@Nullable String financialAccountType) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FinancialAccountType
- Returns:
this.
-
financialAccountTypeName
@Nonnull public SpecialGLCode.SpecialGLCodeBuilder financialAccountTypeName(@Nullable String financialAccountTypeName) Constraints: noneOriginal property name from the Odata EDM: FinancialAccountTypeName
- Returns:
this.
-
build
-
toString
-