Class FindDomainTypesRequest
Object
PagedRequest
FindDomainTypesRequest
- All Implemented Interfaces:
Serializable
The search criteria for Domain 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 Domain Types satisfy all constraints that are specified in these search criteria.
By default, a result containing at most 1000 Domain 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 booleanbooleanWhether the meta Domain Types should be excluded from search or not.getName()The name of the Domain Type to search for.The match mode used to comparename.The ID of the parent to find the Domain Types in.Whether only top level Domain Types should be searched or not.inthashCode()voidsetExcludeMeta(Boolean excludeMeta) Whether the meta Domain Types should be excluded from search or not.voidThe name of the Domain Type to search for.voidsetNameMatchMode(MatchMode nameMatchMode) The match mode used to comparename.voidsetParentId(UUID parentId) The ID of the parent to find the Domain Types in.voidsetTopLevel(Boolean topLevel) Whether only top level Domain Types should be searched or not.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindDomainTypesRequest
public FindDomainTypesRequest()
-
-
Method Details
-
builder
-
getName
The name of the Domain Type to search for. -
getNameMatchMode
The match mode used to comparename. The search is case-insensitive. -
getParentId
The ID of the parent to find the Domain Types in. -
getExcludeMeta
Whether the meta Domain Types should be excluded from search or not. -
getTopLevel
Whether only top level Domain Types should be searched or not. -
setName
The name of the Domain Type to search for. -
setNameMatchMode
The match mode used to comparename. The search is case-insensitive. -
setParentId
The ID of the parent to find the Domain Types in. -
setExcludeMeta
Whether the meta Domain Types should be excluded from search or not. -
setTopLevel
Whether only top level Domain Types should be searched or not. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-