Class FindComplexRelationTypesRequest
Object
PagedRequest
FindComplexRelationTypesRequest
- All Implemented Interfaces:
Serializable
The search criteria for Complex Relation Types.
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 Complex Relation Types satisfy all constraints that are specified in these search criteria.
By default a result containing at most 1000 asset types 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 TypeMethodDescriptionbuilder()protected booleanbooleangetName()The name of the Complex Relation Type to search for.The match mode used to comparename.inthashCode()voidThe name of the Complex Relation Type 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
-
FindComplexRelationTypesRequest
public FindComplexRelationTypesRequest()
-
-
Method Details
-
builder
-
getName
The name of the Complex Relation Type 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 Complex Relation Type 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
-