Uses of Enum Class
travel.wink.sdk.affiliate.model.SimpleMultimediaSupplier.SourceEnum
Packages that use SimpleMultimediaSupplier.SourceEnum
-
Uses of SimpleMultimediaSupplier.SourceEnum in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SimpleMultimediaSupplier.SourceEnumModifier and TypeMethodDescription@NotNull SimpleMultimediaSupplier.SourceEnumSimpleMultimediaSupplier.getSource()Currently ONLY using Cloudinary to store all image / video assets.Returns the enum constant of this class with the specified name.static SimpleMultimediaSupplier.SourceEnum[]SimpleMultimediaSupplier.SourceEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.affiliate.model with parameters of type SimpleMultimediaSupplier.SourceEnumModifier and TypeMethodDescriptionvoidSimpleMultimediaSupplier.setSource(SimpleMultimediaSupplier.SourceEnum source) SimpleMultimediaSupplier.source(SimpleMultimediaSupplier.SourceEnum source)