Uses of Class
odata.msgraph.client.complex.Root
-
Packages that use Root Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Root in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Root Modifier and Type Field Description protected RootSiteCollection. rootMethods in odata.msgraph.client.complex that return Root Modifier and Type Method Description RootRoot.Builder. build()RootRoot. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type Root Modifier and Type Method Description Optional<Root>SiteCollection. getRoot()Methods in odata.msgraph.client.complex with parameters of type Root Modifier and Type Method Description SiteCollection.BuilderSiteCollection.Builder. root(Root root)SiteCollectionSiteCollection. withRoot(Root root) -
Uses of Root in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Root Modifier and Type Field Description protected RootDriveItem. rootprotected RootSite. rootMethods in odata.msgraph.client.entity that return types with arguments of type Root Modifier and Type Method Description Optional<Root>DriveItem. getRoot()Optional<Root>Site. getRoot()Methods in odata.msgraph.client.entity with parameters of type Root Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. root(Root root)Site.BuilderSite.Builder. root(Root root)DriveItemDriveItem. withRoot(Root root)SiteSite. withRoot(Root root)
-