Class ControllingDebitCreditCode.ControllingDebitCreditCodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.debitorcreditindicator.ControllingDebitCreditCode.ControllingDebitCreditCodeBuilder
- Enclosing class:
- ControllingDebitCreditCode
public static final class ControllingDebitCreditCode.ControllingDebitCreditCodeBuilder
extends Object
Helper class to allow for fluent creation of ControllingDebitCreditCode instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()controllingDebitCreditCode(String controllingDebitCreditCode) (Key Field) Constraints: Not nullable, Maximum length: 1text(ControllingDebitCreditCodeT... value) Navigation property to_Text for ControllingDebitCreditCode to multiple ControllingDebitCreditCodeT.toString()
-
Method Details
-
text
@Nonnull public ControllingDebitCreditCode.ControllingDebitCreditCodeBuilder text(ControllingDebitCreditCodeT... value) Navigation property to_Text for ControllingDebitCreditCode to multiple ControllingDebitCreditCodeT.- Parameters:
value- The ControllingDebitCreditCodeTs to build this ControllingDebitCreditCode with.- Returns:
- This Builder to allow for a fluent interface.
-
controllingDebitCreditCode
@Nonnull public ControllingDebitCreditCode.ControllingDebitCreditCodeBuilder controllingDebitCreditCode(@Nullable String controllingDebitCreditCode) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ControllingDebitCreditCode
- Returns:
this.
-
build
-
toString
-