Class FindDataElementsRequest
Object
PagedRequest
FindDataElementsRequest
- All Implemented Interfaces:
Serializable
public class FindDataElementsRequest
extends PagedRequest
The search criteria for data elements in a data set.
- 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()Creates aFindDataElementsRequestbuilder.booleaninthashCode()voidsetDataSetId(UUID dataSetId) Sets the id of the data set to find the data elements in.toString()Methods inherited from class PagedRequest
canEqual, getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindDataElementsRequest
public FindDataElementsRequest()
-
-
Method Details
-
setDataSetId
Sets the id of the data set to find the data elements in.- Parameters:
dataSetId- The id of the data set to find the data elements in.
-
getDataSetId
-
builder
Creates aFindDataElementsRequestbuilder.- Returns:
- The created builder.
-
toString
- Overrides:
toStringin classPagedRequest
-
equals
- Overrides:
equalsin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-