Class CnsldtnDistrChannelText.CnsldtnDistrChannelTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationdistributionchannel.CnsldtnDistrChannelText.CnsldtnDistrChannelTextBuilder
- Enclosing class:
- CnsldtnDistrChannelText
Helper class to allow for fluent creation of CnsldtnDistrChannelText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableNavigation property _DistributionChannel for CnsldtnDistrChannelText to single CnsldtnDistributionChannel.distributionChannel(String value) (Key Field) Constraints: Not nullable, Maximum length: 2distributionChannelName(String distributionChannelName) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
distributionChannel
@Nonnull public CnsldtnDistrChannelText.CnsldtnDistrChannelTextBuilder distributionChannel(CnsldtnDistributionChannel value) Navigation property _DistributionChannel for CnsldtnDistrChannelText to single CnsldtnDistributionChannel.- Parameters:
value- The CnsldtnDistributionChannel to build this CnsldtnDistrChannelText with.- Returns:
- This Builder to allow for a fluent interface.
-
distributionChannel
@Nonnull public CnsldtnDistrChannelText.CnsldtnDistrChannelTextBuilder distributionChannel(String value) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Parameters:
value- The distributionChannel to build this CnsldtnDistrChannelText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CnsldtnDistrChannelText.CnsldtnDistrChannelTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
distributionChannelName
@Nonnull public CnsldtnDistrChannelText.CnsldtnDistrChannelTextBuilder distributionChannelName(@Nullable String distributionChannelName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: DistributionChannelName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnDistrChannelText.CnsldtnDistrChannelTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-