Version 1.8 - Updated on 06/16/2017
public class Shares
Response class for the getShares()
API.
public int getCount()
Total shares count for this user. When paginating, may be higher than the number of shares included in the response.
public List<ShareLink> getLinks()
List of links (URLs) for pagination. ShareLink.getType()
can be next or previous. Do not use these URLs directly. Select cursor values from a call to getPrevCursor()
or getNextCursor()
and use them in calls to getShares()
.
public String getPrevCursor()
For paginated responses, returns a cursor to use with getShares()
to access the previous page of data.
public String getNextCursor()
For paginated responses, returns a cursor to use with getShares()
to access the next page of data.
public List<Share> getShares()
Returns the list of shares in the response.
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.