public static final class DataTypes.DataPointsResult.Builder
extends java.lang.Object
DataTypes.DataPointsResult
.Constructor and Description |
---|
Builder(java.util.List<DataTypes.DataPoint> dataPoints)
Constructor with parameters for the required properties of
DataTypes.DataPointsResult . |
Modifier and Type | Method and Description |
---|---|
DataTypes.DataPointsResult |
build() |
DataTypes.DataPointsResult.Builder |
setNext(java.lang.String next)
The
getNext() property is a token used to retrieve paged data for larger
result sets. |
public Builder(java.util.List<DataTypes.DataPoint> dataPoints)
DataTypes.DataPointsResult
.public DataTypes.DataPointsResult.Builder setNext(java.lang.String next)
getNext()
property is a token used to retrieve paged data for larger
result sets. This is opaque token generated by the server. It is to be sent in
the DataTypes.FilterSpec.getPage()
property to issue a
subsequent call to the query method for retrieving results that did not fit the
current page. Warning: This property is available as Technology Preview.
These are early access APIs provided to test, automate and provide feedback on
the feature. Since this can change based on feedback, VMware does not guarantee
backwards compatibility and recommends against using them in production
environments. Some Technology Preview APIs might only be applicable to specific
environments.
Set
when there are more results to retrieve.next
- New value for the property.public DataTypes.DataPointsResult build()