public class SearchFacetOptions
extends java.lang.Object
Constructor and Description |
---|
SearchFacetOptions()
Constructs a SearchFacetOptions object that will hold various facet search data.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DateFacetParam> |
getDates()
Get the facet value(s) for date(s).
|
java.lang.String |
getFolderPath()
Get the facet value for folder path.
|
java.util.List<Id> |
getMimeTypeIDs()
Get the facet value for MIME type.
|
java.util.List<Id> |
getObjectTypeIDs()
Get the facet value for object-types.
|
java.util.List<UserFacetParam> |
getUsers()
Get the facet value(s) for user(s).
|
void |
setDates(java.util.List<DateFacetParam> dates)
Set the facet value(s) for date(s).
|
void |
setFolderPath(java.lang.String folderPath)
Set the facet value for folder path.
|
void |
setMimeTypeIDs(java.util.List<Id> mimeTypeIDs)
Set the facet value for MIME type.
|
void |
setObjectTypes(java.util.List<Id> objectTypeIDs)
Set the facet value for object-types.
|
void |
setUsers(java.util.List<UserFacetParam> users)
Set the facet value(s) for user(s).
|
java.lang.String |
toString() |
public SearchFacetOptions()
public java.util.List<Id> getObjectTypeIDs()
public void setObjectTypes(java.util.List<Id> objectTypeIDs)
objectTypeIDs
- List of object-type IDs.public java.util.List<UserFacetParam> getUsers()
public void setUsers(java.util.List<UserFacetParam> users)
users
- The user(s) facet.public java.util.List<DateFacetParam> getDates()
public void setDates(java.util.List<DateFacetParam> dates)
dates
- The date(s) facet.public java.lang.String getFolderPath()
public void setFolderPath(java.lang.String folderPath)
folderPath
- The folder path.public java.util.List<Id> getMimeTypeIDs()
public void setMimeTypeIDs(java.util.List<Id> mimeTypeIDs)
mimeTypeIDs
- The MIME type IDs.public java.lang.String toString()
toString
in class java.lang.Object
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.