Package com.alfresco.content.models
Class Preference
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class PreferenceA specific preference.
-
-
Constructor Summary
Constructors Constructor Description Preference(String id, String value)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique id of the preference final UnitsetId(@Json(name = "id") String id)The unique id of the preference final StringgetValue()The value of the preference. final UnitsetValue(@Json(name = "value") String value)The value of the preference.
-