Class DistributionChannelText.DistributionChannelTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel.DistributionChannelText.DistributionChannelTextBuilder
- Enclosing class:
- DistributionChannelText
Helper class to allow for fluent creation of DistributionChannelText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_DistributionChannel for DistributionChannelText to single DistributionChannel.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 DistributionChannelText.DistributionChannelTextBuilder distributionChannel(DistributionChannel value) Navigation property to_DistributionChannel for DistributionChannelText to single DistributionChannel.- Parameters:
value- The DistributionChannel to build this DistributionChannelText with.- Returns:
- This Builder to allow for a fluent interface.
-
distributionChannel
@Nonnull public DistributionChannelText.DistributionChannelTextBuilder 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 DistributionChannelText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public DistributionChannelText.DistributionChannelTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
distributionChannelName
@Nonnull public DistributionChannelText.DistributionChannelTextBuilder distributionChannelName(@Nullable String distributionChannelName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: DistributionChannelName
- Returns:
this.
-
build
-
toString
-