public static class SpecialGLCode.SpecialGLCodeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SpecialGLCode |
build() |
SpecialGLCode.SpecialGLCodeBuilder |
financialAccountType(String financialAccountType)
(Key Field) Constraints: Not nullable
|
SpecialGLCode.SpecialGLCodeBuilder |
financialAccountTypeName(String financialAccountTypeName)
Constraints: none
|
SpecialGLCode.SpecialGLCodeBuilder |
specialGLCode_ID(String specialGLCode_ID)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
SpecialGLCode.SpecialGLCodeBuilder |
specialGLCodeText(String specialGLCodeText)
Constraints: none
|
String |
toString() |
public SpecialGLCode.SpecialGLCodeBuilder specialGLCode_ID(@Nullable String specialGLCode_ID)
Original property name from the Odata EDM: SpecialGLCode_ID
this
.public SpecialGLCode.SpecialGLCodeBuilder specialGLCodeText(@Nullable String specialGLCodeText)
Original property name from the Odata EDM: SpecialGLCodeText
this
.public SpecialGLCode.SpecialGLCodeBuilder financialAccountType(@Nullable String financialAccountType)
Original property name from the Odata EDM: FinancialAccountType
this
.public SpecialGLCode.SpecialGLCodeBuilder financialAccountTypeName(@Nullable String financialAccountTypeName)
Original property name from the Odata EDM: FinancialAccountTypeName
this
.public SpecialGLCode build()
Copyright © 2020 SAP SE. All rights reserved.