Class DocumentsListFilesQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsListFilesQueryParamFilter
-
public class DocumentsListFilesQueryParamFilter extends java.lang.ObjectDocumentsListFilesQueryParamFilterDocuments Files Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentsListFilesQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description DocumentsListFilesQueryParamFilter()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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentsListFilesQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>content()Search if the contents of the file contains the string (contents can include file metadata)org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAfter()Use a string with a date to only select results created after that given dateorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>driveId()Use to only include Files within the specified Drivebooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>folderId()Use to only include Files within the specified Folder.inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Search if the name of the file contains the stringjava.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 dateDocumentsListFilesQueryParamFilterwithContent(java.lang.String content)Search if the contents of the file contains the string (contents can include file metadata)DocumentsListFilesQueryParamFilterwithContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)Search if the contents of the file contains the string (contents can include file metadata)DocumentsListFilesQueryParamFilterwithCreatedAfter(java.time.OffsetDateTime createdAfter)Use a string with a date to only select results created after that given dateDocumentsListFilesQueryParamFilterwithCreatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAfter)Use a string with a date to only select results created after that given dateDocumentsListFilesQueryParamFilterwithDriveId(java.lang.String driveId)Use to only include Files within the specified DriveDocumentsListFilesQueryParamFilterwithDriveId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> driveId)Use to only include Files within the specified DriveDocumentsListFilesQueryParamFilterwithFolderId(java.lang.String folderId)Use to only include Files within the specified Folder.DocumentsListFilesQueryParamFilterwithFolderId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> folderId)Use to only include Files within the specified Folder.DocumentsListFilesQueryParamFilterwithName(java.lang.String name)Search if the name of the file contains the stringDocumentsListFilesQueryParamFilterwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Search if the name of the file contains the stringDocumentsListFilesQueryParamFilterwithUpdatedAfter(java.time.OffsetDateTime updatedAfter)Use a string with a date to only select results updated after that given dateDocumentsListFilesQueryParamFilterwithUpdatedAfter(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
-
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
-
builder
public static DocumentsListFilesQueryParamFilter.Builder builder()
-
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(java.lang.String name)
Search if the name of the file contains the string
-
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(java.lang.String driveId)
Use to only include Files within the specified Drive
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-