@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class AttachmentMetadata extends Object
| Constructor and Description |
|---|
AttachmentMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
User |
getAuthor()
Details of the user who attached the file.
|
String |
getContent()
The URL of the attachment.
|
OffsetDateTime |
getCreated()
The datetime the attachment was created.
|
String |
getFilename()
The name of the attachment file.
|
Long |
getId()
The ID of the attachment.
|
String |
getMimeType()
The MIME type of the attachment.
|
Map<String,Object> |
getProperties()
Additional properties of the attachment.
|
URI |
getSelf()
The URL of the attachment metadata details.
|
Long |
getSize()
The size of the attachment.
|
String |
getThumbnail()
The URL of a thumbnail representing the attachment.
|
int |
hashCode() |
String |
toString() |
public Long getId()
public URI getSelf()
public String getFilename()
public User getAuthor()
public OffsetDateTime getCreated()
public Long getSize()
public String getMimeType()
public Map<String,Object> getProperties()
public String getContent()
public String getThumbnail()
Copyright © 2011–2021 Everit Kft.. All rights reserved.