| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupPolicyPresentationCheckBox
“Represents an ADMX checkBox element and an ADMX boolean element.”
|
class |
GroupPolicyPresentationComboBox
“Represents an ADMX comboBox element and an ADMX text element.”
|
class |
GroupPolicyPresentationDecimalTextBox
“Represents an ADMX decimalTextBox element and an ADMX decimal element.”
|
class |
GroupPolicyPresentationDropdownList
“Represents an ADMX dropdownList element and an ADMX enum element.”
|
class |
GroupPolicyPresentationListBox
“Represents an ADMX listBox element and an ADMX list element.”
|
class |
GroupPolicyPresentationLongDecimalTextBox
“Represents an ADMX longDecimalTextBox element and an ADMX longDecimal element.”
|
class |
GroupPolicyPresentationMultiTextBox
“Represents an ADMX multiTextBox element and an ADMX multiText element.”
|
class |
GroupPolicyPresentationText
“Represents an ADMX text element.”
|
class |
GroupPolicyPresentationTextBox
“Represents an ADMX textBox element and an ADMX text element.”
|
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyPresentation |
GroupPolicyPresentation.Builder.build() |
GroupPolicyPresentation |
GroupPolicyPresentation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GroupPolicyPresentation |
GroupPolicyPresentation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GroupPolicyPresentation |
GroupPolicyPresentation.withLabel(String label)
Returns an immutable copy of
this with just the label field
changed. |
GroupPolicyPresentation |
GroupPolicyPresentation.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
Copyright © 2018–2020. All rights reserved.