| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
IntegerAttributeMetadata |
IntegerAttributeMetadata.Builder.build() |
IntegerAttributeMetadata |
IntegerAttributeMetadata.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
IntegerAttributeMetadata |
IntegerAttributeMetadata.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
IntegerAttributeMetadata |
IntegerAttributeMetadata.withFormat(IntegerFormat format) |
IntegerAttributeMetadata |
IntegerAttributeMetadata.withFormulaDefinition(String formulaDefinition) |
IntegerAttributeMetadata |
IntegerAttributeMetadata.withMaxValue(Integer maxValue) |
IntegerAttributeMetadata |
IntegerAttributeMetadata.withMinValue(Integer minValue) |
IntegerAttributeMetadata |
IntegerAttributeMetadata.withSourceTypeMask(Integer sourceTypeMask) |
IntegerAttributeMetadata |
IntegerAttributeMetadata.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.