SitemapsResourceApi class
Constructors
- SitemapsResourceApi(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(
String siteUrl, String feedpath, {String $fields}) → Future - Deletes a sitemap from this site. [...]
-
get(
String siteUrl, String feedpath, {String $fields}) → Future< WmxSitemap> - Retrieves information about a specific sitemap. [...]
-
list(
String siteUrl, {String sitemapIndex, String $fields}) → Future< SitemapsListResponse> - Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request). [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
submit(
String siteUrl, String feedpath, {String $fields}) → Future - Submits a sitemap for a site. [...]
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited