public class RxSearch extends PublishableSearch
PublishableSearch.OutputType, PublishableSearch.SearchMode| Constructor and Description |
|---|
RxSearch() |
RxSearch(java.lang.String query) |
RxSearch(java.lang.String query,
Rx.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Rx.DoNoCodeValue |
getDoNotCode() |
Rx.Type |
getType() |
java.util.Map<java.lang.String,java.lang.String> |
paramMap()
Return a map of parameters to be used in the API calls
|
void |
setDoNotCode(Rx.DoNoCodeValue doNotCode) |
void |
setType(Rx.Type type) |
getAssignedTo, getCount, getMode, getModifiedFrom, getModifiedTo, getOffset, getOrderBy, getOutputType, getPublishedFrom, getPublishedTo, getQuery, getStatus, setAssignedTo, setCount, setMode, setModifiedFrom, setModifiedTo, setOffset, setOrderBy, setOutputType, setPublishedFrom, setPublishedTo, setQuery, setStatuspublic RxSearch()
public RxSearch(java.lang.String query)
public RxSearch(java.lang.String query,
Rx.Type type)
public Rx.Type getType()
public void setType(Rx.Type type)
public Rx.DoNoCodeValue getDoNotCode()
public void setDoNotCode(Rx.DoNoCodeValue doNotCode)
public java.util.Map<java.lang.String,java.lang.String> paramMap()
PublishableSearchparamMap in class PublishableSearch