Package odata.msgraph.client.beta.entity
Class GroupPolicyPresentationValue.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.GroupPolicyPresentationValue.Builder
-
- Enclosing class:
- GroupPolicyPresentationValue
public static final class GroupPolicyPresentationValue.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupPolicyPresentationValuebuild()GroupPolicyPresentationValue.BuildercreatedDateTime(OffsetDateTime createdDateTime)“The date and time the object was created.”GroupPolicyPresentationValue.Builderid(String id)GroupPolicyPresentationValue.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)“The date and time the object was last modified.”
-
-
-
Method Detail
-
id
public GroupPolicyPresentationValue.Builder id(String id)
-
createdDateTime
public GroupPolicyPresentationValue.Builder createdDateTime(OffsetDateTime createdDateTime)
“The date and time the object was created.”- Parameters:
createdDateTime- value ofcreatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastModifiedDateTime
public GroupPolicyPresentationValue.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“The date and time the object was last modified.”- Parameters:
lastModifiedDateTime- value oflastModifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public GroupPolicyPresentationValue build()
-
-