Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel.DistributionChannelText
Packages that use DistributionChannelText
Package
Description
-
Uses of DistributionChannelText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel with type parameters of type DistributionChannelTextModifier and TypeFieldDescriptionstatic final DistributionChannelLink<DistributionChannelText>DistributionChannel.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel that return DistributionChannelTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel that return types with arguments of type DistributionChannelTextModifier and TypeMethodDescriptionDistributionChannel.fetchText()Fetches the DistributionChannelText entities (one to many) associated with this entity.protected Class<DistributionChannelText>DistributionChannelTextByKeyFluentHelper.getEntityClass()protected Class<DistributionChannelText>DistributionChannelTextFluentHelper.getEntityClass()io.vavr.control.Option<List<DistributionChannelText>>DistributionChannel.getTextIfPresent()Retrieval of associated DistributionChannelText entities (one to many).DistributionChannel.getTextOrFetch()Retrieval of associated DistributionChannelText entities (one to many).DistributionChannelText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel with parameters of type DistributionChannelTextModifier and TypeMethodDescriptionvoidDistributionChannel.addText(DistributionChannelText... entity) Adds elements to the list of associated DistributionChannelText entities.DistributionChannel.DistributionChannelBuilder.text(DistributionChannelText... value) Navigation property to_Text for DistributionChannel to multiple DistributionChannelText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel with type arguments of type DistributionChannelTextModifier and TypeMethodDescriptionvoidDistributionChannel.setText(List<DistributionChannelText> value) Overwrites the list of associated DistributionChannelText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel with type arguments of type DistributionChannelTextModifierConstructorDescriptionDistributionChannel(String distributionChannel, List<DistributionChannelText> toText) -
Uses of DistributionChannelText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel.link that return types with arguments of type DistributionChannelTextModifier and TypeMethodDescriptionDistributionChannelTextOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel.link with type arguments of type DistributionChannelTextModifier and TypeMethodDescriptionprotected DistributionChannelTextLink<ObjectT>DistributionChannelTextLink.translateLinkType(EntityLink<DistributionChannelTextLink<ObjectT>, DistributionChannelText, ObjectT> link)