| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyCategory |
GroupPolicyCategory.Builder.build() |
GroupPolicyCategory |
GroupPolicyCategory.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GroupPolicyCategory |
GroupPolicyCategory.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GroupPolicyCategory |
GroupPolicyCategory.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
GroupPolicyCategory |
GroupPolicyCategory.withIsRoot(Boolean isRoot)
Returns an immutable copy of
this with just the isRoot field
changed. |
GroupPolicyCategory |
GroupPolicyCategory.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
Copyright © 2018–2020. All rights reserved.