@Immutable @VisibleForTesting(visibility=PRIVATE) public static final class WebLinkJsonFactory.JsonKeys extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MODEL_ROOT
The key under which this model can be nested.
|
static String |
TITLE
Required string field describing the display value.
|
static String |
WEB_LINK_TYPE_ID
Required Long field value describing the type of link.
|
static String |
WEB_URL
Required string field value describing the web URL.
|
@JsonValueType(value=JSON_OBJECT) public static final String MODEL_ROOT
@JsonValueType(value=STRING) public static final String TITLE
WebLink.getTitle()
,
Constant Field Values@JsonValueType(value=INT) public static final String WEB_LINK_TYPE_ID
WebLink.getWebLinkTypeId()
,
Constant Field Values@JsonValueType(value=STRING) public static final String WEB_URL
WebLink.getWebUrl()
,
Constant Field Values