| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
static DataSharingConsent.Builder |
DataSharingConsent.builderDataSharingConsent()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
DataSharingConsent.Builder |
DataSharingConsent.Builder.grantDateTime(OffsetDateTime grantDateTime)
“The time consent was granted for this account”
|
DataSharingConsent.Builder |
DataSharingConsent.Builder.granted(Boolean granted)
“The granted state for the data sharing consent”
|
DataSharingConsent.Builder |
DataSharingConsent.Builder.grantedByUpn(String grantedByUpn)
“The Upn of the user that granted consent for this account”
|
DataSharingConsent.Builder |
DataSharingConsent.Builder.grantedByUserId(String grantedByUserId)
“The UserId of the user that granted consent for this account”
|
DataSharingConsent.Builder |
DataSharingConsent.Builder.id(String id) |
DataSharingConsent.Builder |
DataSharingConsent.Builder.serviceDisplayName(String serviceDisplayName)
“The display name of the service work flow”
|
DataSharingConsent.Builder |
DataSharingConsent.Builder.termsUrl(String termsUrl)
“The TermsUrl for the data sharing consent”
|
Copyright © 2018–2020. All rights reserved.