Class FindTraitsRequest
Object
PagedRequest
FindTraitsRequest
- All Implemented Interfaces:
Serializable
The search criteria for Traits.
Only parameters that are specified in this request and do not have null values are used for
filtering. All other parameters are ignored.
The returned Traits satisfy all constraints that are specified in these search criteria.
By default, a result containing at most 1000 Traits is returned.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FindTraitsRequest.Builderbuilder()protected booleanbooleangetName()The name of the Trait to search for.The match mode used to comparename.inthashCode()voidThe name of the Trait to search for.voidsetNameMatchMode(MatchMode nameMatchMode) The match mode used to comparename.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindTraitsRequest
public FindTraitsRequest()
-
-
Method Details
-
builder
-
getName
The name of the Trait to search for. -
getNameMatchMode
The match mode used to comparename. If the match mode isEXACTthe search is case-sensitive, otherwise the search is case-insensitive. -
setName
The name of the Trait to search for. -
setNameMatchMode
The match mode used to comparename. If the match mode isEXACTthe search is case-sensitive, otherwise the search is case-insensitive. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-