| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
SharingDetail |
SharingDetail.Builder.build() |
SharingDetail |
SharingDetail.withSharedBy(InsightIdentity sharedBy) |
SharingDetail |
SharingDetail.withSharedDateTime(OffsetDateTime sharedDateTime) |
SharingDetail |
SharingDetail.withSharingReference(ResourceReference sharingReference)
Returns an immutable copy of
this with just the sharingReference
field changed. |
SharingDetail |
SharingDetail.withSharingSubject(String sharingSubject) |
SharingDetail |
SharingDetail.withSharingType(String sharingType) |
| Modifier and Type | Field and Description |
|---|---|
protected SharingDetail |
SharedInsight.lastShared |
| Modifier and Type | Field and Description |
|---|---|
protected List<SharingDetail> |
SharedInsight.sharingHistory |
| Modifier and Type | Method and Description |
|---|---|
Optional<SharingDetail> |
SharedInsight.getLastShared() |
com.github.davidmoten.odata.client.CollectionPage<SharingDetail> |
SharedInsight.getSharingHistory() |
com.github.davidmoten.odata.client.CollectionPage<SharingDetail> |
SharedInsight.getSharingHistory(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SharedInsight.Builder |
SharedInsight.Builder.lastShared(SharingDetail lastShared) |
SharedInsight.Builder |
SharedInsight.Builder.sharingHistory(SharingDetail... sharingHistory) |
SharedInsight |
SharedInsight.withLastShared(SharingDetail lastShared) |
| Modifier and Type | Method and Description |
|---|---|
SharedInsight.Builder |
SharedInsight.Builder.sharingHistory(List<SharingDetail> sharingHistory) |
Copyright © 2018–2020. All rights reserved.