Uses of Enum Class
com.yahoo.vespa.http.client.config.FeedParams.DataFormat
Packages that use FeedParams.DataFormat
-
Uses of FeedParams.DataFormat in com.yahoo.vespa.http.client.config
Methods in com.yahoo.vespa.http.client.config that return FeedParams.DataFormatModifier and TypeMethodDescriptionFeedParams.Builder.getDataFormat()FeedParams.getDataFormat()static FeedParams.DataFormatReturns the enum constant of this class with the specified name.static FeedParams.DataFormat[]FeedParams.DataFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.http.client.config with parameters of type FeedParams.DataFormatModifier and TypeMethodDescriptionFeedParams.Builder.setDataFormat(FeedParams.DataFormat dataFormat) Sets the data format to be used.