com.atlassian.jira.issue.fields.rest
Class FieldJsonRepresentation
java.lang.Object
com.atlassian.jira.issue.fields.rest.FieldJsonRepresentation
@PublicApi
public class FieldJsonRepresentation
- extends Object
For json representation of Field data. Contains a raw format version and if required a rendered version for direct display.
For example the rendered data may contain html instead of raw wiki markup. Or pretty dates rather than timestamps.
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldJsonRepresentation
public FieldJsonRepresentation(@Nullable
JsonData plainData)
FieldJsonRepresentation
public FieldJsonRepresentation(@Nullable
JsonData plainData,
@Nullable
JsonData renderedData)
setRenderedData
public void setRenderedData(JsonData renderedData)
getStandardData
@Nullable
public JsonData getStandardData()
getRenderedData
@Nullable
public JsonData getRenderedData()
Copyright © 2002-2012 Atlassian. All Rights Reserved.