Content class

Constructors

Content()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getContentById(HttpClient client, bool head, String id, String locale) Future<ContentItemPublicContractResponse>
Returns a content item referenced by id
getContentByTagAndType(HttpClient client, bool head, String locale, String tag, String type) Future<ContentItemPublicContractResponse>
Returns the newest item that matches a given tag and Content Type.
getContentType(HttpClient client, String type) Future<ContentTypeDescriptionResponse>
Gets an object describing a particular variant of content.
rssNewsArticles(HttpClient client, String categoryfilter, bool includebody, String pageToken) Future<NewsArticleRssResponseResponse>
Returns a JSON string response that is the RSS feed for news articles.
searchContentByTagAndType(HttpClient client, int currentpage, bool head, int itemsperpage, String locale, String tag, String type) Future<SearchResultOfContentItemPublicContractResponse>
Searches for Content Items that match the given Tag and Content Type.
searchContentWithText(HttpClient client, String ctype, int currentpage, bool head, String locale, String searchtext, String source, String tag) Future<SearchResultOfContentItemPublicContractResponse>
Gets content based on querystring information passed in. Provides basic search and text search capabilities.
searchHelpArticles(HttpClient client, String searchtext, String size) Future<IReadOnlyCollectionOfContentItemPublicContractResponse>
Search for Help Articles.