Class FindTagsRequest
Object
PagedRequest
FindTagsRequest
- All Implemented Interfaces:
Serializable
Represents all parameters that are possible to search for tags.
- 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 FindTagsRequest.Builderbuilder()protected booleanbooleangetName()The match mode used to comparename.inthashCode()voidvoidsetNameMatchMode(MatchMode nameMatchMode) The match mode used to comparename.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindTagsRequest
public FindTagsRequest()
-
-
Method Details
-
builder
-
getName
-
getNameMatchMode
The match mode used to comparename. If the match mode isEXACTthe search is case-sensitive, otherwise the search is case-insensitive. -
setName
-
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
-