Class FindRatingsRequest
Object
PagedRequest
FindRatingsRequest
- All Implemented Interfaces:
Serializable
The properties of the rating to be found.
- 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 FindRatingsRequest.Builderbuilder()protected booleanbooleanThe ID of the asset to which the rating belongs to.The order of sorting on the date the rating was created.The ID of the rating's author.inthashCode()voidsetAssetId(UUID assetId) The ID of the asset to which the rating belongs to.voidsetSortOrder(SortOrder sortOrder) The order of sorting on the date the rating was created.voidThe ID of the rating's author.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindRatingsRequest
public FindRatingsRequest()
-
-
Method Details
-
builder
-
getSortOrder
The order of sorting on the date the rating was created. -
getAssetId
The ID of the asset to which the rating belongs to. -
getUserId
The ID of the rating's author. -
setSortOrder
The order of sorting on the date the rating was created. -
setAssetId
The ID of the asset to which the rating belongs to. -
setUserId
The ID of the rating's author. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-