Uses of Class
org.azd.feedmanagement.types.Feed
Packages that use Feed
-
Uses of Feed in org.azd.feedmanagement
Methods in org.azd.feedmanagement that return FeedModifier and TypeMethodDescriptionFeedManagementApi.createFeed(String name, String description, boolean badgesEnabled, boolean hideDeletedPackageVersions) Create a feed, a container for various package types.Get the settings for a specific feed.Get the settings for a specific feed.FeedManagementApi.updateFeed(String feedId, Feed feed) Change the attributes of a feed.Methods in org.azd.feedmanagement with parameters of type FeedModifier and TypeMethodDescriptionFeedManagementApi.updateFeed(String feedId, Feed feed) Change the attributes of a feed. -
Uses of Feed in org.azd.feedmanagement.types
Methods in org.azd.feedmanagement.types that return types with arguments of type FeedMethod parameters in org.azd.feedmanagement.types with type arguments of type Feed -
Uses of Feed in org.azd.interfaces
Methods in org.azd.interfaces that return FeedModifier and TypeMethodDescriptionFeedManagementDetails.createFeed(String name, String description, boolean badgesEnabled, boolean hideDeletedPackageVersions) FeedManagementDetails.updateFeed(String feedId, Feed feed) Methods in org.azd.interfaces with parameters of type Feed