Class AttachmentImpl
java.lang.Object
pw.chew.clickup4j.internal.entities.AttachmentImpl
- All Implemented Interfaces:
Attachment
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull ClickUp4j
Returns thisClickUp4j
instance.@NotNull OffsetDateTime
getDate()
Returns the date of the attachment.@NotNull String
Returns the file extension of the attachment.@NotNull String
getId()
The ID of the attachment.@NotNull String
getTitle()
Returns the name of the attachment.@NotNull String
getUrl()
Returns the URL for the attachment.@NotNull String
The version of the attachment.
-
Constructor Details
-
AttachmentImpl
-
-
Method Details
-
getId
Description copied from interface:Attachment
The ID of the attachment.- Specified by:
getId
in interfaceAttachment
- Returns:
- never-null ID of the attachment.
-
getVersion
Description copied from interface:Attachment
The version of the attachment.- Specified by:
getVersion
in interfaceAttachment
- Returns:
- never-null version of the attachment.
-
getDate
Description copied from interface:Attachment
Returns the date of the attachment.
Presumably this is when it was uploaded.- Specified by:
getDate
in interfaceAttachment
- Returns:
- never-null date of the attachment.
-
getTitle
Description copied from interface:Attachment
Returns the name of the attachment.- Specified by:
getTitle
in interfaceAttachment
- Returns:
- never-null name of the attachment.
-
getExtension
Description copied from interface:Attachment
Returns the file extension of the attachment.- Specified by:
getExtension
in interfaceAttachment
- Returns:
- never-null file extension of the attachment.
-
getUrl
Description copied from interface:Attachment
Returns the URL for the attachment.- Specified by:
getUrl
in interfaceAttachment
- Returns:
- never-null URL for the attachment.
-
getClickUp4j
Description copied from interface:Attachment
Returns thisClickUp4j
instance.- Specified by:
getClickUp4j
in interfaceAttachment
- Returns:
- never-null
ClickUp4j
instance.
-