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 TypeClassDescriptionclass
A customInstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on theSite
resource.Methods in com.amilesend.onedrive.parse.resource.creator that return SiteModifier and TypeMethodDescriptionSiteInstanceCreator.createInstance
(Type type) Creates a newSite
with 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_PARSER
static 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 class
Site.SiteBuilder<C extends Site, B extends Site.SiteBuilder<C,
B>>