public class FindRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
FindRequestBody()
Default constructor
|
FindRequestBody(FindRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
List<ElementStatus> |
getLimitResultsByStatus()
Return the status values that the resulting metadata elements must match.
|
SearchClassifications |
getMatchClassifications()
Return details about the classifications that need to be present/absent from the search request.
|
List<String> |
getMetadataElementSubtypeName()
Return the list of valid subtypes that the returned metadata elements must belong to.
|
String |
getMetadataElementTypeName()
Return the type of metadata element that the caller is searching for.
|
SearchProperties |
getSearchProperties()
Return the details of the property values that must be true for the returned metadata elements.
|
SequencingOrder |
getSequencingOrder()
Return the order that the results should be returned in.
|
String |
getSequencingProperty()
Return the name of the property whose value will be used to sequence the results.
|
int |
hashCode()
Return hash code for this object
|
void |
setLimitResultsByStatus(List<ElementStatus> limitResultsByStatus)
Set up the status values that the resulting metadata elements must match.
|
void |
setMatchClassifications(SearchClassifications matchClassifications)
Set up details about the classifications that need to be present/absent from the search request.
|
void |
setMetadataElementSubtypeName(List<String> metadataElementSubtypeName)
Set up the list of valid subtypes that the returned metadata elements must belong to.
|
void |
setMetadataElementTypeName(String metadataElementTypeName)
Set up the type of metadata element that the caller is searching for.
|
void |
setSearchProperties(SearchProperties searchProperties)
Set up the details of the property values that must be true for the returned metadata elements.
|
void |
setSequencingOrder(SequencingOrder sequencingOrder)
Set up the order that the results should be returned in.
|
void |
setSequencingProperty(String sequencingProperty)
Set up the name of the property whose value will be used to sequence the results.
|
String |
toString()
JSON-style toString.
|
public FindRequestBody()
public FindRequestBody(FindRequestBody template)
template - object to copypublic String getMetadataElementTypeName()
public void setMetadataElementTypeName(String metadataElementTypeName)
metadataElementTypeName - open metadata type namepublic List<String> getMetadataElementSubtypeName()
public void setMetadataElementSubtypeName(List<String> metadataElementSubtypeName)
metadataElementSubtypeName - open metadata type namespublic SearchProperties getSearchProperties()
public void setSearchProperties(SearchProperties searchProperties)
searchProperties - property specificationpublic List<ElementStatus> getLimitResultsByStatus()
public void setLimitResultsByStatus(List<ElementStatus> limitResultsByStatus)
limitResultsByStatus - status valuespublic SearchClassifications getMatchClassifications()
public void setMatchClassifications(SearchClassifications matchClassifications)
matchClassifications - classification specificationpublic String getSequencingProperty()
public void setSequencingProperty(String sequencingProperty)
sequencingProperty - property namepublic SequencingOrder getSequencingOrder()
public void setSequencingOrder(SequencingOrder sequencingOrder)
sequencingOrder - enum for the sequencing orderpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.