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

Information about pagination in a connection. More...

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

Public Member Functions

 PageInfo (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
bool hasNextPage ()
 Indicates if there are more pages to fetch. More...
 
bool hasPreviousPage ()
 Indicates if there are any pages prior to the current page. 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

Information about pagination in a connection.

Constructor & Destructor Documentation

◆ PageInfo()

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

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

Parameters
dataJSONDeserialized JSON data for PageInfo

Member Function Documentation

◆ hasNextPage()

bool Shopify.Unity.PageInfo.hasNextPage ( )
inline

Indicates if there are more pages to fetch.

◆ hasPreviousPage()

bool Shopify.Unity.PageInfo.hasPreviousPage ( )
inline

Indicates if there are any pages prior to the current page.


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