| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
TermsAndConditions.Builder |
TermsAndConditions.Builder.acceptanceStatement(String acceptanceStatement)
“Administrator-supplied explanation of the terms and conditions, typically
describing what it means to accept the terms and conditions set out in the T&C
policy.
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.bodyText(String bodyText)
“Administrator-supplied body text of the terms and conditions, typically the
terms themselves.
|
static TermsAndConditions.Builder |
TermsAndConditions.builderTermsAndConditions()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.createdDateTime(OffsetDateTime createdDateTime)
“DateTime the object was created.”
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.description(String description)
“Administrator-supplied description of the T&C policy.”
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.displayName(String displayName)
“Administrator-supplied name for the T&C policy.”
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.id(String id) |
TermsAndConditions.Builder |
TermsAndConditions.Builder.lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“DateTime the object was last modified.”
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.modifiedDateTime(OffsetDateTime modifiedDateTime)
“DateTime the object was last modified.”
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tags for this Entity instance.”
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.roleScopeTagIds(String... roleScopeTagIds)
“List of Scope Tags for this Entity instance.”
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tags for this Entity instance.”
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.title(String title)
“Administrator-supplied title of the terms and conditions.
|
TermsAndConditions.Builder |
TermsAndConditions.Builder.version(Integer version)
“Integer indicating the current version of the terms.
|
Copyright © 2018–2020. All rights reserved.