public class OMRSAPIFindRequest extends OMRSAPIRequest
| Constructor and Description |
|---|
OMRSAPIFindRequest()
Default constructor
|
OMRSAPIFindRequest(OMRSAPIFindRequest template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<InstanceStatus> |
getLimitResultsByStatus()
Return the list of statuses that the resulting metadata instances must be in.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setLimitResultsByStatus(List<InstanceStatus> limitResultsByStatus)
Set up the list of statuses that the resulting metadata instances must be in.
|
String |
toString()
Standard toString method.
|
public OMRSAPIFindRequest()
public OMRSAPIFindRequest(OMRSAPIFindRequest template)
template - object to copypublic List<InstanceStatus> getLimitResultsByStatus()
public void setLimitResultsByStatus(List<InstanceStatus> limitResultsByStatus)
limitResultsByStatus - list of instance status enums.public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.