| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
TermsAndConditionsAcceptanceStatus |
TermsAndConditionsAcceptanceStatus.Builder.build() |
TermsAndConditionsAcceptanceStatus |
TermsAndConditionsAcceptanceStatus.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TermsAndConditionsAcceptanceStatus |
TermsAndConditionsAcceptanceStatus.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TermsAndConditionsAcceptanceStatus |
TermsAndConditionsAcceptanceStatus.withAcceptedDateTime(OffsetDateTime acceptedDateTime)
Returns an immutable copy of
this with just the acceptedDateTime
field changed. |
TermsAndConditionsAcceptanceStatus |
TermsAndConditionsAcceptanceStatus.withAcceptedVersion(Integer acceptedVersion)
Returns an immutable copy of
this with just the acceptedVersion
field changed. |
TermsAndConditionsAcceptanceStatus |
TermsAndConditionsAcceptanceStatus.withUserDisplayName(String userDisplayName)
Returns an immutable copy of
this with just the userDisplayName
field changed. |
TermsAndConditionsAcceptanceStatus |
TermsAndConditionsAcceptanceStatus.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
Copyright © 2018–2020. All rights reserved.