| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.Builder.build() |
Site |
Site.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Site |
Site.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Site |
Site.withDisplayName(String displayName) |
Site |
Site.withRoot(Root root) |
Site |
Site.withSharepointIds(SharepointIds sharepointIds) |
Site |
Site.withSiteCollection(SiteCollection siteCollection) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Site> |
Site.getByPath(String path) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Site> |
SiteRequest.getByPath(String path) |
Copyright © 2018–2020. All rights reserved.