| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
DoubleAttributeMetadata |
DoubleAttributeMetadata.Builder.build() |
DoubleAttributeMetadata |
DoubleAttributeMetadata.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DoubleAttributeMetadata |
DoubleAttributeMetadata.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DoubleAttributeMetadata |
DoubleAttributeMetadata.withImeMode(ImeMode imeMode) |
DoubleAttributeMetadata |
DoubleAttributeMetadata.withMaxValue(Double maxValue) |
DoubleAttributeMetadata |
DoubleAttributeMetadata.withMinValue(Double minValue) |
DoubleAttributeMetadata |
DoubleAttributeMetadata.withPrecision(Integer precision) |
DoubleAttributeMetadata |
DoubleAttributeMetadata.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.