Class RelatedEntitiesFindRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.RelatedEntitiesFindRequest
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RelatedEntitiesHistoricalFindRequest
public class RelatedEntitiesFindRequest extends OMRSAPIPagedFindRequest
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelatedEntitiesFindRequest()Default constructorRelatedEntitiesFindRequest(RelatedEntitiesFindRequest template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.List<String>getEntityTypeGUIDs()Return the list of entity types that should restrict the find request.List<String>getLimitResultsByClassification()Return the list of entity classifications that should restrict the find request.inthashCode()Create a hash code for this element type.voidsetEntityTypeGUIDs(List<String> entityTypeGUIDs)Set up the list of entity types that should restrict the find request.voidsetLimitResultsByClassification(List<String> limitResultsByClassification)Set up the list of entity classifications that should restrict the find request.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
getOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingProperty
-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
getLimitResultsByStatus, setLimitResultsByStatus
-
-
-
-
Constructor Detail
-
RelatedEntitiesFindRequest
public RelatedEntitiesFindRequest()
Default constructor
-
RelatedEntitiesFindRequest
public RelatedEntitiesFindRequest(RelatedEntitiesFindRequest template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getEntityTypeGUIDs
public List<String> getEntityTypeGUIDs()
Return the list of entity types that should restrict the find request.- Returns:
- list of guids
-
setEntityTypeGUIDs
public void setEntityTypeGUIDs(List<String> entityTypeGUIDs)
Set up the list of entity types that should restrict the find request.- Parameters:
entityTypeGUIDs- list of guids
-
getLimitResultsByClassification
public List<String> getLimitResultsByClassification()
Return the list of entity classifications that should restrict the find request.- Returns:
- list of classification names
-
setLimitResultsByClassification
public void setLimitResultsByClassification(List<String> limitResultsByClassification)
Set up the list of entity classifications that should restrict the find request.- Parameters:
limitResultsByClassification- list of classification names
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classOMRSAPIPagedFindRequest- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classOMRSAPIPagedFindRequest- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Create a hash code for this element type.- Overrides:
hashCodein classOMRSAPIPagedFindRequest- Returns:
- int hash code
-
-