Uses of Class
com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Uses of DistributionChannel in com.sap.cloud.sdk.s4hana.serialization
Modifier and TypeFieldDescriptionstatic final DistributionChannel
DistributionChannel.EMPTY
Deprecated.The empty instance.Modifier and TypeMethodDescriptionstatic DistributionChannel
Deprecated.Static method factory for the value type.Modifier and TypeMethodDescriptionDistributionChannelConverter.fromDomainNonNull
(String domainObject) Deprecated.DistributionChannel.getType()
Deprecated.DistributionChannelConverter.getType()
Deprecated.DistributionChannel.getTypeConverter()
Deprecated.static Set<DistributionChannel>
DistributionChannel.toDistributionChannels
(Collection<String> values) Deprecated.Helper method to transform a collection of Strings to a Set of objects.Modifier and TypeMethodDescriptionDistributionChannelConverter.toDomainNonNull
(DistributionChannel object) Deprecated.Modifier and TypeMethodDescriptionDistributionChannel.toStrings
(Collection<DistributionChannel> values) Deprecated.Helper method to transform a collection of objects to a Set of Strings.