SearchFilter instead.public final class SearchFilter extends Object
| Constructor and Description |
|---|
SearchFilter()
Deprecated.
Instantiates the new
SearchFilter. |
SearchFilter(Context context)
Deprecated.
Instantiates a new
SearchFilter. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetContentType()
Deprecated.
Gets the asset content type.
|
DateRange |
getCreationDateRange()
Deprecated.
Gets the creation date range.
|
String |
getDriveId()
Deprecated.
Gets the drive id.
|
String |
getKeyword()
Deprecated.
Gets the keyword.
|
String |
getMimeType()
Deprecated.
Gets the mime type.
|
List<SortCriteria> |
getSortCriteria()
Deprecated.
Gets the sort criteria.
|
String |
getTag()
Deprecated.
Gets the tag.
|
String |
getTagDomain()
Deprecated.
|
String |
getTagId()
Deprecated.
Gets the tag id.
|
List<String> |
getTagIds()
Deprecated.
Gets the tag ids.
|
DateRange |
getUpdateDateRange()
Deprecated.
Gets the update date range.
|
void |
setAssetContentType(String assetContentType)
Deprecated.
Specifies the asset content type to filter.
|
void |
setCreationDateRange(DateRange creationDateRange)
Deprecated.
Specifies the creation date range to filter.
|
void |
setDriveId(String driveId)
Deprecated.
Specifies the Drive id of the Drive to search for digital assets.
|
void |
setKeyWord(String keyword)
Deprecated.
Specifies the keyword to search.
|
void |
setMimeType(String mimeType)
Deprecated.
Specifies the mime type to filter.
|
void |
setSortCriteria(List<SortCriteria> sortCriteria)
Deprecated.
Specifies the sort criteria.
|
void |
setTagDomain(String domain)
Deprecated.
|
void |
setTagId(String tagCode)
Deprecated.
Specifies the tag code to filter.
|
void |
setTagIds(List<String> tagIds)
Deprecated.
Sets the tag ids.
|
void |
setUpdateDateRange(DateRange updateDateRange)
Deprecated.
Specifies the update date range to filter.
|
public SearchFilter(Context context)
SearchFilter. The Context parameter specifies the current Drive.context - the Context used to specify the current Drive. See Contextpublic SearchFilter()
SearchFilter.public void setDriveId(String driveId)
Note: Drive id must be provided to specify which Drive will be used during the search operation.
driveId - the Drive's Idpublic void setKeyWord(String keyword)
keyword - the keyword to search for.public void setAssetContentType(String assetContentType)
assetContentType - the asset content typepublic void setTagId(String tagCode)
tagCode - the new tag idpublic void setMimeType(String mimeType)
mimeType - the new mime typepublic void setCreationDateRange(DateRange creationDateRange)
DateRangecreationDateRange - the new creation date rangepublic void setUpdateDateRange(DateRange updateDateRange)
DateRangeupdateDateRange - the new update date rangepublic void setTagDomain(String domain)
domain - the new tag domainpublic void setSortCriteria(List<SortCriteria> sortCriteria)
sortCriteria - the new sort criteriapublic String getKeyword()
public String getAssetContentType()
public String getTag()
public String getDriveId()
public String getMimeType()
public String getTagId()
public DateRange getCreationDateRange()
public DateRange getUpdateDateRange()
public List<SortCriteria> getSortCriteria()
public String getTagDomain()
public List<String> getTagIds()