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
-
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Creates aFindDataElementsRequest
builder.boolean
int
hashCode()
void
setDataSetId
(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 aFindDataElementsRequest
builder.- Returns:
- The created builder.
-
toString
- Overrides:
toString
in classPagedRequest
-
equals
- Overrides:
equals
in classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedRequest
-