Uses of Enum Class
com.attribyte.parser.model.SitemapLink.ChangeFrequency
Packages that use SitemapLink.ChangeFrequency
-
Uses of SitemapLink.ChangeFrequency in com.attribyte.parser.model
Fields in com.attribyte.parser.model declared as SitemapLink.ChangeFrequencyMethods in com.attribyte.parser.model that return SitemapLink.ChangeFrequencyModifier and TypeMethodDescriptionstatic SitemapLink.ChangeFrequencySitemapLink.ChangeFrequency.fromString(String str) Create frequency from a string.static SitemapLink.ChangeFrequencyReturns the enum constant of this class with the specified name.static SitemapLink.ChangeFrequency[]SitemapLink.ChangeFrequency.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.attribyte.parser.model with parameters of type SitemapLink.ChangeFrequencyModifierConstructorDescriptionSitemapLink(String url, long lastModifiedTimestamp, SitemapLink.ChangeFrequency changeFrequency) Creates a sitemap link.