Class FindAttachmentsRequest

  • All Implemented Interfaces:
    Serializable

    public class FindAttachmentsRequest
    extends PagedRequest
    The search criteria for attachments. Only parameters that are specified in this request and have not null values are used for filtering. All other parameters are ignored. The returned attachments satisfy all constraints that are specified in this search criteria. By default a result containing 1000 attachments is returned
    See Also:
    Serialized Form
    • Constructor Detail

      • FindAttachmentsRequest

        public FindAttachmentsRequest()
    • Method Detail

      • getFileName

        public String getFileName()
        The name of the file representing searched attachment.
      • getFileContentType

        public String getFileContentType()
        The type of the content of the file representing searched attachment.
      • getUploadDate

        public Long getUploadDate()
        The date of attachment upload. It is the timestamp (in UTC time standard).
      • getUserId

        public UUID getUserId()
        The ID of the user who uploaded the attachment.
      • getBaseResourceId

        public UUID getBaseResourceId()
        The ID of the resource the attachment refers to.
      • getScanState

        public AntivirusScanState getScanState()
      • getSortOrder

        public SortOrder getSortOrder()
        The order of sorting.
      • setFileName

        public void setFileName​(String fileName)
        The name of the file representing searched attachment.
      • setFileContentType

        public void setFileContentType​(String fileContentType)
        The type of the content of the file representing searched attachment.
      • setUploadDate

        public void setUploadDate​(Long uploadDate)
        The date of attachment upload. It is the timestamp (in UTC time standard).
      • setUserId

        public void setUserId​(UUID userId)
        The ID of the user who uploaded the attachment.
      • setBaseResourceId

        public void setBaseResourceId​(UUID baseResourceId)
        The ID of the resource the attachment refers to.
      • setScanState

        public void setScanState​(AntivirusScanState scanState)
      • setSortOrder

        public void setSortOrder​(SortOrder sortOrder)
        The order of sorting.
      • canEqual

        protected boolean canEqual​(Object other)
        Overrides:
        canEqual in class PagedRequest