The details on the available options per each udid. Created by nick on 9/15/15.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| datatype | int | element | 0/1 | The type of data allowed to be entered. | ||
| maximum | int | element | 0/1 | The maximum length of the entry. | ||
| minimum | int | element | 0/1 | The minimum length. | ||
| name | string | element | 0/1 | The name of the udid. | ||
| number | int | element | 0/1 | The number of the udid. | ||
| options | list of displayOption | element | 0/unbounded | Get the available options for this udid. | ||
| refresh | boolean | element | 1/1 | required boolean | Whether or not all UDID details should be refreshed if populated. You can use this flag to determine if validations should be refreshed if this UDID is modified. | |
| value | string | element | 0/1 | The value of the udid. | ||
Properties inherited from baseEntity |
||||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | ||
Example
<udidEditDetail>
<datatype>...</datatype>
<minimum>...</minimum>
<name>...</name>
<value>...</value>
<number>...</number>
<maximum>...</maximum>
<options>
<name>...</name>
<value>...</value>
<position>...</position>
</options>
<refresh>...</refresh>
<violations>
<propertyName>...</propertyName>
<failureMessage>...</failureMessage>
<stackTrace>...</stackTrace>
</violations>
</udidEditDetail>