Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.Blog Class Reference

An online store blog. More...

Inheritance diagram for Shopify.Unity.Blog:
Shopify.Unity.SDK.AbstractResponse Shopify.Unity.Node

Public Member Functions

 Blog (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Article articleByHandle (string alias=null)
 Find an article by its handle. More...
 
ArticleConnection articles (string alias=null)
 List of the blog's articles. More...
 
List< ArticleAuthorauthors ()
 The authors who have contributed to the blog. More...
 
string handle ()
 A human-friendly unique string for the Blog automatically generated from its title. More...
 
string id ()
 Globally unique identifier. More...
 
string title ()
 The blogs’s title. More...
 
string url ()
 The url pointing to the blog accessible from the web. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

An online store blog.

Constructor & Destructor Documentation

◆ Blog()

Shopify.Unity.Blog.Blog ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for Blog

Member Function Documentation

◆ articleByHandle()

Article Shopify.Unity.Blog.articleByHandle ( string  alias = null)
inline

Find an article by its handle.

Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ articles()

ArticleConnection Shopify.Unity.Blog.articles ( string  alias = null)
inline

List of the blog's articles.

Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ authors()

List<ArticleAuthor> Shopify.Unity.Blog.authors ( )
inline

The authors who have contributed to the blog.

◆ handle()

string Shopify.Unity.Blog.handle ( )
inline

A human-friendly unique string for the Blog automatically generated from its title.

◆ id()

string Shopify.Unity.Blog.id ( )
inline

Globally unique identifier.

Implements Shopify.Unity.Node.

◆ title()

string Shopify.Unity.Blog.title ( )
inline

The blogs’s title.

◆ url()

string Shopify.Unity.Blog.url ( )
inline

The url pointing to the blog accessible from the web.


The documentation for this class was generated from the following file: