Class FindDataQualityRulesRequest
Object
PagedRequest
FindDataQualityRulesRequest
- All Implemented Interfaces:
- Serializable
Deprecated.
This class will be removed in the future.  This feature is being dropped, so no replacement will be available.
The search criteria for DataqualityRules.
 
Only parameters that are specified in this request and have not null values are used for filtering.
 All other parameters are ignored.
The returned dataqualityrules satisfy all constraints that are specified in this search criteria.
By default a result containing 1000 attribute types is returned
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.static enumDeprecated.
- 
Field SummaryFields inherited from class PagedRequestcountLimit, limit, offset
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.getName()Deprecated.The name of the dataquality rule to search for.Deprecated.The match mode used to comparename.Deprecated.The field that should be used as reference for sorting.Deprecated.The order of sorting.inthashCode()Deprecated.voidDeprecated.The name of the dataquality rule to search for.voidsetNameMatchMode(MatchMode nameMatchMode) Deprecated.The match mode used to comparename.voidDeprecated.The field that should be used as reference for sorting.voidsetSortOrder(SortOrder sortOrder) Deprecated.The order of sorting.toString()Deprecated.Methods inherited from class PagedRequestgetCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
- 
Constructor Details- 
FindDataQualityRulesRequestpublic FindDataQualityRulesRequest()Deprecated.
 
- 
- 
Method Details- 
builderDeprecated.
- 
getNameDeprecated.The name of the dataquality rule to search for.
- 
getNameMatchModeDeprecated.The match mode used to comparename.
- 
getSortFieldDeprecated.The field that should be used as reference for sorting.
- 
getSortOrderDeprecated.The order of sorting.
- 
setNameDeprecated.The name of the dataquality rule to search for.
- 
setNameMatchModeDeprecated.The match mode used to comparename.
- 
setSortFieldDeprecated.The field that should be used as reference for sorting.
- 
setSortOrderDeprecated.The order of sorting.
- 
equalsDeprecated.- Overrides:
- equalsin class- PagedRequest
 
- 
canEqualDeprecated.- Overrides:
- canEqualin class- PagedRequest
 
- 
hashCodepublic int hashCode()Deprecated.- Overrides:
- hashCodein class- PagedRequest
 
- 
toStringDeprecated.- Overrides:
- toStringin class- PagedRequest
 
 
-