| java.lang.Object | |
| ↳ | com.esri.core.map.AttachmentInfo |
Information about an attachment associated with a feature.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AttachmentInfo() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static AttachmentInfo |
fromJson(JsonParser parser)
Decodes objects from JSON representation.
| ||||||||||
| String |
getContentType()
Gets the contentType of the Attachment.
| ||||||||||
| int |
getId()
Gets the id of the Attachment.
| ||||||||||
| String |
getName()
Gets the name of the Attachment.
| ||||||||||
| long |
getSize()
Gets the size of the Attachment.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Decodes objects from JSON representation.
| parser | the Jackson parser holding the JSON data. |
|---|
| Exception |
|---|
Gets the contentType of the Attachment.
Gets the id of the Attachment.
Gets the size of the Attachment.