| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyDefinition |
GroupPolicyDefinition.Builder.build() |
GroupPolicyDefinition |
GroupPolicyDefinition.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GroupPolicyDefinition |
GroupPolicyDefinition.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GroupPolicyDefinition |
GroupPolicyDefinition.withCategoryPath(String categoryPath)
Returns an immutable copy of
this with just the categoryPath
field changed. |
GroupPolicyDefinition |
GroupPolicyDefinition.withClassType(GroupPolicyDefinitionClassType classType)
Returns an immutable copy of
this with just the classType field
changed. |
GroupPolicyDefinition |
GroupPolicyDefinition.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
GroupPolicyDefinition |
GroupPolicyDefinition.withExplainText(String explainText)
Returns an immutable copy of
this with just the explainText
field changed. |
GroupPolicyDefinition |
GroupPolicyDefinition.withGroupPolicyCategoryId(String groupPolicyCategoryId)
Returns an immutable copy of
this with just the groupPolicyCategoryId field changed. |
GroupPolicyDefinition |
GroupPolicyDefinition.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
GroupPolicyDefinition |
GroupPolicyDefinition.withPolicyType(GroupPolicyType policyType)
Returns an immutable copy of
this with just the policyType field
changed. |
GroupPolicyDefinition |
GroupPolicyDefinition.withSupportedOn(String supportedOn)
Returns an immutable copy of
this with just the supportedOn
field changed. |
Copyright © 2018–2020. All rights reserved.