Uses of Enum Class
org.azd.enums.FeedViewType
Packages that use FeedViewType
Package
Description
-
Uses of FeedViewType in org.azd.enums
Methods in org.azd.enums that return FeedViewTypeModifier and TypeMethodDescriptionstatic FeedViewTypeReturns the enum constant of this class with the specified name.static FeedViewType[]FeedViewType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FeedViewType in org.azd.feedmanagement
Methods in org.azd.feedmanagement with parameters of type FeedViewTypeModifier and TypeMethodDescriptionFeedManagementApi.createFeedView(String feedName, String name, FeedViewType feedViewType, FeedVisibility visibility) Create a new view on the referenced feed. -
Uses of FeedViewType in org.azd.feedmanagement.types
Methods in org.azd.feedmanagement.types that return FeedViewTypeMethods in org.azd.feedmanagement.types with parameters of type FeedViewType -
Uses of FeedViewType in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type FeedViewTypeModifier and TypeMethodDescriptionFeedManagementDetails.createFeedView(String feedName, String name, FeedViewType feedViewType, FeedVisibility visibility)