Class DocumentsListFilesQueryParamFilter


  • public class DocumentsListFilesQueryParamFilter
    extends java.lang.Object
    DocumentsListFilesQueryParamFilter

    Documents Files Filter

    • Constructor Detail

      • DocumentsListFilesQueryParamFilter

        public DocumentsListFilesQueryParamFilter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter,
                                                  org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                                                  org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content,
                                                  org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter,
                                                  org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId,
                                                  org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)
      • DocumentsListFilesQueryParamFilter

        public DocumentsListFilesQueryParamFilter()
    • Method Detail

      • updatedAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter()
        Use a string with a date to only select results updated after that given date
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        Search if the name of the file contains the string
      • content

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content()
        Search if the contents of the file contains the string (contents can include file metadata)
      • createdAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter()
        Use a string with a date to only select results created after that given date
      • driveId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId()
        Use to only include Files within the specified Drive
      • folderId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId()
        Use to only include Files within the specified Folder. Required when requesting nested items
      • withUpdatedAfter

        public DocumentsListFilesQueryParamFilter withUpdatedAfter​(java.time.OffsetDateTime updatedAfter)
        Use a string with a date to only select results updated after that given date
      • withUpdatedAfter

        public DocumentsListFilesQueryParamFilter withUpdatedAfter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
        Use a string with a date to only select results updated after that given date
      • withName

        public DocumentsListFilesQueryParamFilter withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Search if the name of the file contains the string
      • withContent

        public DocumentsListFilesQueryParamFilter withContent​(java.lang.String content)
        Search if the contents of the file contains the string (contents can include file metadata)
      • withContent

        public DocumentsListFilesQueryParamFilter withContent​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
        Search if the contents of the file contains the string (contents can include file metadata)
      • withCreatedAfter

        public DocumentsListFilesQueryParamFilter withCreatedAfter​(java.time.OffsetDateTime createdAfter)
        Use a string with a date to only select results created after that given date
      • withCreatedAfter

        public DocumentsListFilesQueryParamFilter withCreatedAfter​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter)
        Use a string with a date to only select results created after that given date
      • withDriveId

        public DocumentsListFilesQueryParamFilter withDriveId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId)
        Use to only include Files within the specified Drive
      • withFolderId

        public DocumentsListFilesQueryParamFilter withFolderId​(java.lang.String folderId)
        Use to only include Files within the specified Folder. Required when requesting nested items
      • withFolderId

        public DocumentsListFilesQueryParamFilter withFolderId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)
        Use to only include Files within the specified Folder. Required when requesting nested items
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object