| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyObjectFile |
GroupPolicyObjectFile.Builder.build() |
GroupPolicyObjectFile |
GroupPolicyObjectFile.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GroupPolicyObjectFile |
GroupPolicyObjectFile.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GroupPolicyObjectFile |
GroupPolicyObjectFile.withContent(String content)
Returns an immutable copy of
this with just the content field
changed. |
GroupPolicyObjectFile |
GroupPolicyObjectFile.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
GroupPolicyObjectFile |
GroupPolicyObjectFile.withGroupPolicyObjectId(String groupPolicyObjectId)
Returns an immutable copy of
this with just the groupPolicyObjectId field changed. |
GroupPolicyObjectFile |
GroupPolicyObjectFile.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
GroupPolicyObjectFile |
GroupPolicyObjectFile.withOuDistinguishedName(String ouDistinguishedName)
Returns an immutable copy of
this with just the ouDistinguishedName field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<String> |
GroupPolicyMigrationReportCollectionRequest.createMigrationReport(GroupPolicyObjectFile groupPolicyObjectFile) |
Copyright © 2018–2020. All rights reserved.