Uses of Class
odata.msgraph.client.beta.entity.GroupPolicyPresentationValue
-
Packages that use GroupPolicyPresentationValue Package Description odata.msgraph.client.beta.entity -
-
Uses of GroupPolicyPresentationValue in odata.msgraph.client.beta.entity
Subclasses of GroupPolicyPresentationValue in odata.msgraph.client.beta.entity Modifier and Type Class Description classGroupPolicyPresentationValueBoolean“The entity represents a Boolean value of a checkbox presentation on a policy definition.”classGroupPolicyPresentationValueDecimal“The entity represents an unsigned integer value of a decimal text box presentation on a policy definition.”classGroupPolicyPresentationValueList“The entity represents a collection of name/value pairs of a list box presentation on a policy definition.”classGroupPolicyPresentationValueLongDecimal“The entity represents an unsigned long value of a long decimal text box presentation on a policy definition.”classGroupPolicyPresentationValueMultiText“The entity represents a string value of a multi-line text box presentation on a policy definition.”classGroupPolicyPresentationValueText“The entity represents a string value for a drop-down list, combo box, or text box presentation on a policy definition.”Methods in odata.msgraph.client.beta.entity that return GroupPolicyPresentationValue Modifier and Type Method Description GroupPolicyPresentationValueGroupPolicyPresentationValue.Builder. build()GroupPolicyPresentationValueGroupPolicyPresentationValue. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GroupPolicyPresentationValueGroupPolicyPresentationValue. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GroupPolicyPresentationValueGroupPolicyPresentationValue. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.GroupPolicyPresentationValueGroupPolicyPresentationValue. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.GroupPolicyPresentationValueGroupPolicyPresentationValue. withUnmappedField(String name, String value)
-