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

An auto-generated type for paginating through multiple MailingAddresses. . MailingAddressConnection can be cast to List<MailingAddress>. More...

Inheritance diagram for Shopify.Unity.MailingAddressConnection:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 MailingAddressConnection (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
IEnumerator GetEnumerator ()
 
List< MailingAddressEdgeedges ()
 A list of edges. More...
 
PageInfo pageInfo ()
 Information to aid in pagination. More...
 
object Clone ()
 
void AddFromConnection (MailingAddressConnection connection)
 This is a utility function that allows you to append newly queried data from a connection into this one. The passed in Connection will be appended into this Connection. The edges will receive all new nodes, and both the cursors and pageInfo will be updated based on the passed Connection. More...
 

Static Public Member Functions

static operator List< MailingAddress > (MailingAddressConnection connection)
 Adds the ability to cast MailingAddressConnection to List<MailingAddress>. More...
 

Protected Attributes

List< MailingAddressNodes
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 

Additional Inherited Members

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

Detailed Description

An auto-generated type for paginating through multiple MailingAddresses. . MailingAddressConnection can be cast to List<MailingAddress>.

Constructor & Destructor Documentation

◆ MailingAddressConnection()

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

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

Parameters
dataJSONDeserialized JSON data for MailingAddressConnection

Member Function Documentation

◆ AddFromConnection()

void Shopify.Unity.MailingAddressConnection.AddFromConnection ( MailingAddressConnection  connection)
inline

This is a utility function that allows you to append newly queried data from a connection into this one. The passed in Connection will be appended into this Connection. The edges will receive all new nodes, and both the cursors and pageInfo will be updated based on the passed Connection.

Parameters
connectionresponse

◆ edges()

List<MailingAddressEdge> Shopify.Unity.MailingAddressConnection.edges ( )
inline

A list of edges.

◆ operator List< MailingAddress >()

static Shopify.Unity.MailingAddressConnection.operator List< MailingAddress > ( MailingAddressConnection  connection)
inlineexplicitstatic

Adds the ability to cast MailingAddressConnection to List<MailingAddress>.

◆ pageInfo()

PageInfo Shopify.Unity.MailingAddressConnection.pageInfo ( )
inline

Information to aid in pagination.


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