-
-
Constructor Summary
Constructors
Constructor and Description |
Annotation() |
-
-
Constructor Detail
-
Annotation
public Annotation()
-
Method Detail
-
getActor
public Actor getActor()
- Returns:
- Actor referenced in the Annotation
- Since:
- 0.5.0
-
getColor
public String getColor()
- Returns:
- String hex colour for the Annotation
- Since:
- 0.5.0
-
getCreated
public Date getCreated()
- Returns:
- Date the Annotation was created
- Since:
- 0.5.0
-
getId
public String getId()
- Returns:
- String id of the Annotation
- Since:
- 0.5.0
-
getText
public String getText()
- Returns:
- String body of text to send inside the Annotation. May include a subset of markdown
- Since:
- 0.5.0
-
getTitle
public String getTitle()
- Returns:
- String title of the Annotation. May include a subset of markdown
- Since:
- 0.5.0
-
getType
public String getType()
- Returns:
- String type of the Annotation, default is "generic"
- Since:
- 0.5.0
-
getVersion
public int getVersion()
- Returns:
- int version of the Annotation
- Since:
- 0.5.0
Copyright © 2017 OpenNTF. All rights reserved.