Class FindStatusesRequest
Object
PagedRequest
FindStatusesRequest
- All Implemented Interfaces:
Serializable
The search criteria for Statuses.
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 Statuses satisfy all constraints that are specified in these search criteria.
By default, a result containing at most 1000 Statuses 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 FindStatusesRequest.Builderbuilder()protected booleanbooleanThe description of the Status to search for.getName()The name of the Status to search for.The match mode used to comparename.inthashCode()voidsetDescription(String description) The description of the Status to search for.voidThe name of the Status 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
-
FindStatusesRequest
public FindStatusesRequest()
-
-
Method Details
-
builder
-
getName
The name of the Status 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. -
getDescription
The description of the Status to search for. -
setName
The name of the Status 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. -
setDescription
The description of the Status to search for. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-