| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupPolicyPresentationValueBoolean
“The entity represents a Boolean value of a checkbox presentation on a policy
definition.”
|
class |
GroupPolicyPresentationValueDecimal
“The entity represents an unsigned integer value of a decimal text box
presentation on a policy definition.”
|
class |
GroupPolicyPresentationValueList
“The entity represents a collection of name/value pairs of a list box
presentation on a policy definition.”
|
class |
GroupPolicyPresentationValueLongDecimal
“The entity represents an unsigned long value of a long decimal text box
presentation on a policy definition.”
|
class |
GroupPolicyPresentationValueMultiText
“The entity represents a string value of a multi-line text box presentation on a
policy definition.”
|
class |
GroupPolicyPresentationValueText
“The entity represents a string value for a drop-down list, combo box, or text
box presentation on a policy definition.”
|
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyPresentationValue |
GroupPolicyPresentationValue.Builder.build() |
GroupPolicyPresentationValue |
GroupPolicyPresentationValue.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GroupPolicyPresentationValue |
GroupPolicyPresentationValue.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GroupPolicyPresentationValue |
GroupPolicyPresentationValue.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
GroupPolicyPresentationValue |
GroupPolicyPresentationValue.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
Copyright © 2018–2020. All rights reserved.