Uses of Class
com.attribyte.parser.model.Entry.Builder
Packages that use Entry.Builder
-
Uses of Entry.Builder in com.attribyte.parser
Methods in com.attribyte.parser with parameters of type Entry.BuilderModifier and TypeMethodDescriptionstatic booleanUtil.containsImage(Entry.Builder entry, String src) Determine if an entry contains the image. -
Uses of Entry.Builder in com.attribyte.parser.entry
Methods in com.attribyte.parser.entry that return Entry.BuilderModifier and TypeMethodDescriptionprotected static Entry.BuilderFeedParser.addImage(Entry.Builder entry, Image.Builder builder) Adds an image to an entry and if entry has no primary image, sets primary image to this image.protected static Entry.BuilderFeedParser.addImage(Entry.Builder entry, String url, String protocol) Adds an image to an entry if a valid URL and sets the primary image, if unset.protected Entry.BuilderAtomParser.parseEntry(org.jsoup.nodes.Element elem, ContentCleaner contentCleaner, String baseUri) protected abstract Entry.BuilderFeedParser.parseEntry(org.jsoup.nodes.Element elem, ContentCleaner contentCleaner, String baseUri) Parse an entry.protected Entry.BuilderRSSParser.parseEntry(org.jsoup.nodes.Element item, ContentCleaner contentCleaner, String baseUri) Methods in com.attribyte.parser.entry with parameters of type Entry.BuilderModifier and TypeMethodDescriptionprotected static Entry.BuilderFeedParser.addImage(Entry.Builder entry, Image.Builder builder) Adds an image to an entry and if entry has no primary image, sets primary image to this image.protected static Entry.BuilderFeedParser.addImage(Entry.Builder entry, String url, String protocol) Adds an image to an entry if a valid URL and sets the primary image, if unset. -
Uses of Entry.Builder in com.attribyte.parser.model
Methods in com.attribyte.parser.model that return Entry.BuilderModifier and TypeMethodDescriptionEntry.Builder.addAltLink(String altLink) Adds an alternate link.Adds an audio stream.Adds an author.Entry.Builder.addCitation(Link citation) Adds a citation.Adds an image.Adds a tag.Adds a video.static Entry.BuilderEntry.builder()Creates a new builder.Entry.Builder.setAltLinks(List<String> altLinks) Sets the list of alt links.Sets the list of audio streams.Entry.Builder.setAuthors(List<Author> authors) Sets the list of authors.Entry.Builder.setCanonicalLink(String canonicalLink) Sets the canonical link.Entry.Builder.setCitations(List<Link> citations) Sets the list of citations.Entry.Builder.setCleanContent(String cleanContent) Sets the clean content.Sets the id.Sets the list of images.Entry.Builder.setOriginalContent(org.jsoup.nodes.Document originalContent) Sets the (parsed) original content.Entry.Builder.setPrimaryAudio(Audio primaryAudio) Sets the primary audio stream.Entry.Builder.setPrimaryImage(Image primaryImage) Sets the primary image.Entry.Builder.setPrimaryVideo(Video primaryVideo) Sets the primary video.Entry.Builder.setPublishedTimestamp(long publishedTimestamp) Sets the published timestamp.Sets the rights.Entry.Builder.setSummary(String summary) Sets the summary.Sets the list of tags.Sets the title.Entry.Builder.setUpdatedTimestamp(long updatedTimestamp) Sets the updated timestamp.Sets the list of videos.