| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyPresentationTextBox |
GroupPolicyPresentationTextBox.Builder.build() |
GroupPolicyPresentationTextBox |
GroupPolicyPresentationTextBox.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GroupPolicyPresentationTextBox |
GroupPolicyPresentationTextBox.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GroupPolicyPresentationTextBox |
GroupPolicyPresentationTextBox.withDefaultValue(String defaultValue)
Returns an immutable copy of
this with just the defaultValue
field changed. |
GroupPolicyPresentationTextBox |
GroupPolicyPresentationTextBox.withMaxLength(Long maxLength)
Returns an immutable copy of
this with just the maxLength field
changed. |
GroupPolicyPresentationTextBox |
GroupPolicyPresentationTextBox.withRequired(Boolean required)
Returns an immutable copy of
this with just the required field
changed. |
Copyright © 2018–2020. All rights reserved.