Class DocumentsListFoldersQueryParamFilter


  • public class DocumentsListFoldersQueryParamFilter
    extends java.lang.Object
    DocumentsListFoldersQueryParamFilter

    Documents Folders Filter

    • Constructor Detail

      • DocumentsListFoldersQueryParamFilter

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

        public DocumentsListFoldersQueryParamFilter()
    • 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
      • driveId

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

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

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

        public DocumentsListFoldersQueryParamFilter 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
      • withDriveId

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

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

        public DocumentsListFoldersQueryParamFilter withFolderId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)
        Use to only include Folders 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