Package odata.msgraph.client.beta.entity
Class GroupPolicyPresentationValueList.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.GroupPolicyPresentationValueList.Builder
-
- Enclosing class:
- GroupPolicyPresentationValueList
public static final class GroupPolicyPresentationValueList.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupPolicyPresentationValueListbuild()GroupPolicyPresentationValueList.BuildercreatedDateTime(OffsetDateTime createdDateTime)GroupPolicyPresentationValueList.Builderid(String id)GroupPolicyPresentationValueList.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)GroupPolicyPresentationValueList.Buildervalues(List<KeyValuePair> values)“A list of pairs for the associated presentation.”GroupPolicyPresentationValueList.Buildervalues(KeyValuePair... values)“A list of pairs for the associated presentation.”GroupPolicyPresentationValueList.BuildervaluesNextLink(String valuesNextLink)“A list of pairs for the associated presentation.”
-
-
-
Method Detail
-
id
public GroupPolicyPresentationValueList.Builder id(String id)
-
createdDateTime
public GroupPolicyPresentationValueList.Builder createdDateTime(OffsetDateTime createdDateTime)
-
lastModifiedDateTime
public GroupPolicyPresentationValueList.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
values
public GroupPolicyPresentationValueList.Builder values(List<KeyValuePair> values)
“A list of pairs for the associated presentation.”- Parameters:
values- value ofvaluesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
values
public GroupPolicyPresentationValueList.Builder values(KeyValuePair... values)
“A list of pairs for the associated presentation.”- Parameters:
values- value ofvaluesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
valuesNextLink
public GroupPolicyPresentationValueList.Builder valuesNextLink(String valuesNextLink)
“A list of pairs for the associated presentation.”- Parameters:
valuesNextLink- value ofvalues@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public GroupPolicyPresentationValueList build()
-
-