| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
DataSharingConsent |
DataSharingConsent.Builder.build() |
DataSharingConsent |
DataSharingConsent.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DataSharingConsent |
DataSharingConsent.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DataSharingConsent |
DataSharingConsent.withGrantDateTime(OffsetDateTime grantDateTime)
Returns an immutable copy of
this with just the grantDateTime
field changed. |
DataSharingConsent |
DataSharingConsent.withGranted(Boolean granted)
Returns an immutable copy of
this with just the granted field
changed. |
DataSharingConsent |
DataSharingConsent.withGrantedByUpn(String grantedByUpn)
Returns an immutable copy of
this with just the grantedByUpn
field changed. |
DataSharingConsent |
DataSharingConsent.withGrantedByUserId(String grantedByUserId)
Returns an immutable copy of
this with just the grantedByUserId
field changed. |
DataSharingConsent |
DataSharingConsent.withServiceDisplayName(String serviceDisplayName)
Returns an immutable copy of
this with just the serviceDisplayName field changed. |
DataSharingConsent |
DataSharingConsent.withTermsUrl(String termsUrl)
Returns an immutable copy of
this with just the termsUrl field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DataSharingConsent> |
DataSharingConsent.consentToDataSharing() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DataSharingConsent> |
DataSharingConsentRequest.consentToDataSharing() |
Copyright © 2018–2020. All rights reserved.