public static final class TermsAndConditions.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
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 |
bodyText(String bodyText)
“Administrator-supplied body text of the terms and conditions, typically the
terms themselves.
|
TermsAndConditions |
build() |
TermsAndConditions.Builder |
createdDateTime(OffsetDateTime createdDateTime)
“DateTime the object was created.”
|
TermsAndConditions.Builder |
description(String description)
“Administrator-supplied description of the T&C policy.”
|
TermsAndConditions.Builder |
displayName(String displayName)
“Administrator-supplied name for the T&C policy.”
|
TermsAndConditions.Builder |
id(String id) |
TermsAndConditions.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“DateTime the object was last modified.”
|
TermsAndConditions.Builder |
modifiedDateTime(OffsetDateTime modifiedDateTime)
“DateTime the object was last modified.”
|
TermsAndConditions.Builder |
roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tags for this Entity instance.”
|
TermsAndConditions.Builder |
roleScopeTagIds(String... roleScopeTagIds)
“List of Scope Tags for this Entity instance.”
|
TermsAndConditions.Builder |
roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tags for this Entity instance.”
|
TermsAndConditions.Builder |
title(String title)
“Administrator-supplied title of the terms and conditions.
|
TermsAndConditions.Builder |
version(Integer version)
“Integer indicating the current version of the terms.
|
public TermsAndConditions.Builder id(String id)
public TermsAndConditions.Builder createdDateTime(OffsetDateTime createdDateTime)
createdDateTime - value of createdDateTime property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder modifiedDateTime(OffsetDateTime modifiedDateTime)
modifiedDateTime - value of modifiedDateTime property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
lastModifiedDateTime - value of lastModifiedDateTime property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder description(String description)
description - value of description property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder title(String title)
title - value of title property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder bodyText(String bodyText)
bodyText - value of bodyText property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder acceptanceStatement(String acceptanceStatement)
acceptanceStatement - value of acceptanceStatement property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder version(Integer version)
version - value of version property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder roleScopeTagIds(List<String> roleScopeTagIds)
roleScopeTagIds - value of roleScopeTagIds property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder roleScopeTagIds(String... roleScopeTagIds)
roleScopeTagIds - value of roleScopeTagIds property (as defined in service metadata)this (for method chaining)public TermsAndConditions.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
roleScopeTagIdsNextLink - value of roleScopeTagIds@nextLink property (as defined in service metadata)this (for method chaining)public TermsAndConditions build()
Copyright © 2018–2020. All rights reserved.