| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
TermsAndConditions |
TermsAndConditions.Builder.build() |
TermsAndConditions |
TermsAndConditions.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TermsAndConditions |
TermsAndConditions.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TermsAndConditions |
TermsAndConditions.withAcceptanceStatement(String acceptanceStatement)
Returns an immutable copy of
this with just the acceptanceStatement field changed. |
TermsAndConditions |
TermsAndConditions.withBodyText(String bodyText)
Returns an immutable copy of
this with just the bodyText field
changed. |
TermsAndConditions |
TermsAndConditions.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
TermsAndConditions |
TermsAndConditions.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
TermsAndConditions |
TermsAndConditions.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
TermsAndConditions |
TermsAndConditions.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
TermsAndConditions |
TermsAndConditions.withModifiedDateTime(OffsetDateTime modifiedDateTime)
Returns an immutable copy of
this with just the modifiedDateTime
field changed. |
TermsAndConditions |
TermsAndConditions.withTitle(String title)
Returns an immutable copy of
this with just the title field
changed. |
TermsAndConditions |
TermsAndConditions.withVersion(Integer version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.