Class AttachmentImpl
java.lang.Object
pw.chew.clickup4j.internal.entities.AttachmentImpl
- All Implemented Interfaces:
Attachment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ClickUp4jReturns thisClickUp4jinstance.@NotNull OffsetDateTimegetDate()Returns the date of the attachment.@NotNull StringReturns the file extension of the attachment.@NotNull StringgetId()The ID of the attachment.@NotNull StringgetTitle()Returns the name of the attachment.@NotNull StringgetUrl()Returns the URL for the attachment.@NotNull StringThe version of the attachment.
-
Constructor Details
-
AttachmentImpl
-
-
Method Details
-
getId
Description copied from interface:AttachmentThe ID of the attachment.- Specified by:
getIdin interfaceAttachment- Returns:
- never-null ID of the attachment.
-
getVersion
Description copied from interface:AttachmentThe version of the attachment.- Specified by:
getVersionin interfaceAttachment- Returns:
- never-null version of the attachment.
-
getDate
Description copied from interface:AttachmentReturns the date of the attachment.
Presumably this is when it was uploaded.- Specified by:
getDatein interfaceAttachment- Returns:
- never-null date of the attachment.
-
getTitle
Description copied from interface:AttachmentReturns the name of the attachment.- Specified by:
getTitlein interfaceAttachment- Returns:
- never-null name of the attachment.
-
getExtension
Description copied from interface:AttachmentReturns the file extension of the attachment.- Specified by:
getExtensionin interfaceAttachment- Returns:
- never-null file extension of the attachment.
-
getUrl
Description copied from interface:AttachmentReturns the URL for the attachment.- Specified by:
getUrlin interfaceAttachment- Returns:
- never-null URL for the attachment.
-
getClickUp4j
Description copied from interface:AttachmentReturns thisClickUp4jinstance.- Specified by:
getClickUp4jin interfaceAttachment- Returns:
- never-null
ClickUp4jinstance.
-