Class DocumentsListFoldersQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsListFoldersQueryParamFilter
-
public class DocumentsListFoldersQueryParamFilter extends java.lang.ObjectDocumentsListFoldersQueryParamFilterDocuments Folders Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentsListFoldersQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description DocumentsListFoldersQueryParamFilter()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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentsListFoldersQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>driveId()Use to only include Folders within the specified Drivebooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>folderId()Use to only include Folders within the specified Folder.inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAfter()Use a string with a date to only select results updated after that given dateDocumentsListFoldersQueryParamFilterwithDriveId(java.lang.String driveId)Use to only include Folders within the specified DriveDocumentsListFoldersQueryParamFilterwithDriveId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId)Use to only include Folders within the specified DriveDocumentsListFoldersQueryParamFilterwithFolderId(java.lang.String folderId)Use to only include Folders within the specified Folder.DocumentsListFoldersQueryParamFilterwithFolderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)Use to only include Folders within the specified Folder.DocumentsListFoldersQueryParamFilterwithUpdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateDocumentsListFoldersQueryParamFilterwithUpdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Use a string with a date to only select results updated after that given date
-
-
-
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
-
builder
public static DocumentsListFoldersQueryParamFilter.Builder builder()
-
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(java.lang.String driveId)
Use to only include Folders within the specified Drive
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-