| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupPolicyUploadedDefinitionFile
“The entity represents an ADMX (Administrative Template) XML file uploaded by
Administrator.
|
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.Builder.build() |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.withPolicyType(GroupPolicyType policyType)
Returns an immutable copy of
this with just the policyType field
changed. |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.withRevision(String revision)
Returns an immutable copy of
this with just the revision field
changed. |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.withTargetNamespace(String targetNamespace)
Returns an immutable copy of
this with just the targetNamespace
field changed. |
GroupPolicyDefinitionFile |
GroupPolicyDefinitionFile.withTargetPrefix(String targetPrefix)
Returns an immutable copy of
this with just the targetPrefix
field changed. |
Copyright © 2018–2020. All rights reserved.