Uses of Class
odata.msgraph.client.beta.entity.Site
-
Packages that use Site Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of Site in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Site Modifier and Type Method Description SiteSite.Builder. build()SiteSite. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SiteSite. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SiteSite. withDeleted(Deleted deleted)SiteSite. withDisplayName(String displayName)SiteSite. withRoot(Root root)SiteSite. withSharepointIds(SharepointIds sharepointIds)SiteSite. withSiteCollection(SiteCollection siteCollection)SiteSite. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type Site Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Site>Site. getByPath(String path) -
Uses of Site in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type Site Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Site>SiteCollectionRequest. add(List<Site> value)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Site>SiteCollectionRequest. delta()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Site>SiteCollectionRequest. delta_Function(String token)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Site>SiteCollectionRequest. remove(List<Site> value)Method parameters in odata.msgraph.client.beta.entity.collection.request with type arguments of type Site Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Site>SiteCollectionRequest. add(List<Site> value)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Site>SiteCollectionRequest. remove(List<Site> value) -
Uses of Site in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Site Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Site>SiteRequest. getByPath(String path)
-