public class SubtypeLimitedFindRequest extends TypeLimitedFindRequest
| Constructor and Description |
|---|
SubtypeLimitedFindRequest()
Default constructor
|
SubtypeLimitedFindRequest(SubtypeLimitedFindRequest 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<String> |
getSubtypeGUIDs()
Return the subtype guids to limit the results of the find request.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setSubtypeGUIDs(List<String> subtypeGUIDs)
Set up the subtype guids to limit the results of the find request.
|
String |
toString()
Standard toString method.
|
getTypeGUID, setTypeGUIDgetOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertygetLimitResultsByStatus, setLimitResultsByStatuspublic SubtypeLimitedFindRequest()
public SubtypeLimitedFindRequest(SubtypeLimitedFindRequest template)
template - object to copypublic List<String> getSubtypeGUIDs()
List<String> guidspublic void setSubtypeGUIDs(List<String> subtypeGUIDs)
subtypeGUIDs - List<String> guidspublic String toString()
toString in class TypeLimitedFindRequestpublic boolean equals(Object objectToCompare)
equals in class TypeLimitedFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class TypeLimitedFindRequestCopyright © 2018–2020 ODPi. All rights reserved.