Version 1.8 - Updated on 06/16/2017
public class Share
Used to represent a Share in the return values for the getShares
and postShare
APIs.
public List<ShareResource> getResources()
Retrieves resources included in the share. This field is only populated in a postShare
. It is not populated in a getShares
response.
public List<ShareLink> getLinks()
Lists links (URLs) for share data. Currently only contains a single link of type public. The URL can be used directly to access the share.
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.