|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.clusterpoint.api.CPSRequest
com.clusterpoint.api.request.CPSListFacetsRequest
public class CPSListFacetsRequest
The CPSListFacetsRequest class is a wrapper for the CPSRequest class for the list-facets command
CPSListFacetsResponse| Field Summary |
|---|
| Fields inherited from class com.clusterpoint.api.CPSRequest |
|---|
CPSREQUEST_TYPE_AUTO, CPSREQUEST_TYPE_CLUSTER, CPSREQUEST_TYPE_SINGLE |
| Constructor Summary | |
|---|---|
CPSListFacetsRequest()
Constructs an instance of the CPSListFacetsRequest class. |
|
CPSListFacetsRequest(java.lang.String path)
Constructs an instance of the CPSListFacetsRequest class. |
|
CPSListFacetsRequest(java.lang.String[] paths)
Constructs an instance of the CPSListFacetsRequest class. |
|
| Method Summary | |
|---|---|
void |
setPaths(java.lang.String path)
Set path for facet for which values will be returned |
void |
setPaths(java.lang.String[] path)
Set array of paths for facets for which values will be returned |
| Methods inherited from class com.clusterpoint.api.CPSRequest |
|---|
get_requestTypeString, getCommand, getRequestID, getRequestType, getRequestXml, setParam, setParam, setRequestID, setRequestType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CPSListFacetsRequest()
throws java.lang.Exception
java.lang.Exception
public CPSListFacetsRequest(java.lang.String[] paths)
throws java.lang.Exception
paths - an array of paths to list the facet terms from
java.lang.Exception
public CPSListFacetsRequest(java.lang.String path)
throws java.lang.Exception
path - facet path to list the facet terms from
java.lang.Exception| Method Detail |
|---|
public void setPaths(java.lang.String path)
throws java.lang.Exception
path - facet path to list the facet terms from
java.lang.Exception
public void setPaths(java.lang.String[] path)
throws java.lang.Exception
path - facet path to list the facet terms from
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||