public static final class GroupPolicyPresentationValueList.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyPresentationValueList |
build() |
GroupPolicyPresentationValueList.Builder |
createdDateTime(OffsetDateTime createdDateTime) |
GroupPolicyPresentationValueList.Builder |
id(String id) |
GroupPolicyPresentationValueList.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
GroupPolicyPresentationValueList.Builder |
values(KeyValuePair... values)
“A list of pairs for the associated presentation.”
|
GroupPolicyPresentationValueList.Builder |
values(List<KeyValuePair> values)
“A list of pairs for the associated presentation.”
|
GroupPolicyPresentationValueList.Builder |
valuesNextLink(String valuesNextLink)
“A list of pairs for the associated presentation.”
|
public GroupPolicyPresentationValueList.Builder id(String id)
public GroupPolicyPresentationValueList.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public GroupPolicyPresentationValueList.Builder createdDateTime(OffsetDateTime createdDateTime)
public GroupPolicyPresentationValueList.Builder values(List<KeyValuePair> values)
values - value of values property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationValueList.Builder values(KeyValuePair... values)
values - value of values property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationValueList.Builder valuesNextLink(String valuesNextLink)
valuesNextLink - value of values@nextLink property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationValueList build()
Copyright © 2018–2020. All rights reserved.