Uses of Class
com.amilesend.onedrive.resource.site.Site
Packages that use Site
Package
Description
-
Uses of Site in com.amilesend.onedrive.parse.resource.creator
Classes in com.amilesend.onedrive.parse.resource.creator that implement interfaces with type arguments of type SiteModifier and TypeClassDescriptionclassA customInstanceCreatorimplementation that injects theOneDriveConnectionto the resource type so that method operations can be performed on theSiteresource.Methods in com.amilesend.onedrive.parse.resource.creator that return SiteModifier and TypeMethodDescriptionSiteInstanceCreator.createInstance(Type type) Creates a newSitewith the current client connection instance. -
Uses of Site in com.amilesend.onedrive.parse.resource.parser
Fields in com.amilesend.onedrive.parse.resource.parser with type parameters of type SiteModifier and TypeFieldDescriptionParsers.SITE_LIST_PARSERstatic final com.amilesend.client.parse.parser.GsonParser<Site> Parsers.SITE_PARSER -
Uses of Site in com.amilesend.onedrive.resource
Constructors in com.amilesend.onedrive.resource with parameters of type Site -
Uses of Site in com.amilesend.onedrive.resource.site
Classes in com.amilesend.onedrive.resource.site with type parameters of type SiteModifier and TypeClassDescriptionstatic classSite.SiteBuilder<C extends Site, B extends Site.SiteBuilder<C,B>>