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

UnknownNode is a response object. With UnknownNode.Create you'll be able instantiate objects implementing Node. UnknownNode.Create will return one of the following types:

More...

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

Public Member Functions

 UnknownNode (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string id ()
 Globally unique identifier. More...
 
object Clone ()
 

Static Public Member Functions

static Node Create (Dictionary< string, object > dataJSON)
 Instantiate objects implementing Node. Possible types are:

More...
 

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

UnknownNode is a response object. With UnknownNode.Create you'll be able instantiate objects implementing Node. UnknownNode.Create will return one of the following types:

Constructor & Destructor Documentation

◆ UnknownNode()

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

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

Parameters
dataJSONDeserialized JSON data for Node

Member Function Documentation

◆ Create()

static Node Shopify.Unity.UnknownNode.Create ( Dictionary< string, object >  dataJSON)
inlinestatic

◆ id()

string Shopify.Unity.UnknownNode.id ( )
inline

Globally unique identifier.

Implements Shopify.Unity.Node.


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