PreferenceDefinitions

PreferenceDefinitions
PreferenceDefinitions

A list of preference definitions

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "string",
            "name": "string",
            "description": "string",
            "classifier": "string",
            "dataType": "string",
            "constrained": false,
            "minValue": "number",
            "maxValue": "number",
            "defaultValue": "string",
            "allowedValues": [
                "string"
            ]
        }
    ]
}
Availability
Added in 32.0