DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.Builder.build() |
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withConstraints(List<DeviceManagementConstraint> constraints) |
Returns an immutable copy of this with just the constraints
field changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withDependencies(List<DeviceManagementSettingDependency> dependencies) |
Returns an immutable copy of this with just the dependencies
field changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withDocumentationUrl(String documentationUrl) |
Returns an immutable copy of this with just the documentationUrl
field changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withHeaderSubtitle(String headerSubtitle) |
Returns an immutable copy of this with just the headerSubtitle
field changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withHeaderTitle(String headerTitle) |
Returns an immutable copy of this with just the headerTitle
field changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withIsTopLevel(Boolean isTopLevel) |
Returns an immutable copy of this with just the isTopLevel field
changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withKeywords(List<String> keywords) |
Returns an immutable copy of this with just the keywords field
changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withPlaceholderText(String placeholderText) |
Returns an immutable copy of this with just the placeholderText
field changed.
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withUnmappedField(String name,
String value) |
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withValueType(DeviceManangementIntentValueType valueType) |
Returns an immutable copy of this with just the valueType field
changed.
|