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.Builder
builder()
protected boolean
boolean
getName()
The match mode used to comparename
.int
hashCode()
void
void
setNameMatchMode
(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 isEXACT
the search is case-sensitive, otherwise the search is case-insensitive. -
setName
-
setNameMatchMode
The match mode used to comparename
. If the match mode isEXACT
the search is case-sensitive, otherwise the search is case-insensitive. -
equals
- Overrides:
equals
in classPagedRequest
-
canEqual
- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedRequest
-
toString
- Overrides:
toString
in classPagedRequest
-