Package com.independentsoft.graph.sites
Class Site
java.lang.Object
com.independentsoft.graph.sites.Site
Represents a SharePoint site in Microsoft Graph.
A Site contains lists and document libraries and is used to organize and share content. Sites
are organized into site collections; the root site of a collection exposes additional
SiteCollection details.
Example usage:
Site site = client.getSite("contoso.sharepoint.com:/sites/marketing");
System.out.println(site.getDisplayName());
System.out.println(site.getWebUrl());
- Since:
- 1.0
- See Also:
- site resource type