Uses of Class
odata.msgraph.client.beta.entity.GroupPolicyPresentation
-
Packages that use GroupPolicyPresentation Package Description odata.msgraph.client.beta.entity -
-
Uses of GroupPolicyPresentation in odata.msgraph.client.beta.entity
Subclasses of GroupPolicyPresentation in odata.msgraph.client.beta.entity Modifier and Type Class Description classGroupPolicyPresentationCheckBox“Represents an ADMX checkBox element and an ADMX boolean element.”classGroupPolicyPresentationComboBox“Represents an ADMX comboBox element and an ADMX text element.”classGroupPolicyPresentationDecimalTextBox“Represents an ADMX decimalTextBox element and an ADMX decimal element.”classGroupPolicyPresentationDropdownList“Represents an ADMX dropdownList element and an ADMX enum element.”classGroupPolicyPresentationListBox“Represents an ADMX listBox element and an ADMX list element.”classGroupPolicyPresentationLongDecimalTextBox“Represents an ADMX longDecimalTextBox element and an ADMX longDecimal element.”classGroupPolicyPresentationMultiTextBox“Represents an ADMX multiTextBox element and an ADMX multiText element.”classGroupPolicyPresentationText“Represents an ADMX text element.”classGroupPolicyPresentationTextBox“Represents an ADMX textBox element and an ADMX text element.”Methods in odata.msgraph.client.beta.entity that return GroupPolicyPresentation Modifier and Type Method Description GroupPolicyPresentationGroupPolicyPresentation.Builder. build()GroupPolicyPresentationGroupPolicyPresentation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GroupPolicyPresentationGroupPolicyPresentation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GroupPolicyPresentationGroupPolicyPresentation. withLabel(String label)Returns an immutable copy ofthiswith just thelabelfield changed.GroupPolicyPresentationGroupPolicyPresentation. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.GroupPolicyPresentationGroupPolicyPresentation. withUnmappedField(String name, String value)
-