Class SubtypeLimitedFindRequest
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.TypeLimitedFindRequest
org.odpi.openmetadata.repositoryservices.rest.properties.SubtypeLimitedFindRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InstanceFindRequest
SubtypeLimitedFindRequest extends the type limited find request to allow the caller to request that only a restricted
list of subtypes of the overall type are included in the results.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the subtype guids to limit the results of the find request.inthashCode()Create a hash code for this element type.voidsetSubtypeGUIDs(List<String> subtypeGUIDs) Set up the subtype guids to limit the results of the find request.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.TypeLimitedFindRequest
getTypeGUID, setTypeGUIDMethods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
getOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertyMethods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
getLimitResultsByStatus, setLimitResultsByStatus
-
Constructor Details
-
SubtypeLimitedFindRequest
public SubtypeLimitedFindRequest()Default constructor -
SubtypeLimitedFindRequest
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getSubtypeGUIDs
Return the subtype guids to limit the results of the find request.- Returns:
List<String>guids
-
setSubtypeGUIDs
Set up the subtype guids to limit the results of the find request.- Parameters:
subtypeGUIDs-List<String>guids
-
toString
Standard toString method.- Overrides:
toStringin classTypeLimitedFindRequest- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classTypeLimitedFindRequest- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classTypeLimitedFindRequest- Returns:
- int hash code
-