Interface SessionByDeviceDataPointsPublicV1Request._FinalStage
-
- All Known Implementing Classes:
SessionByDeviceDataPointsPublicV1Request.Builder
- Enclosing class:
- SessionByDeviceDataPointsPublicV1Request
public static interface SessionByDeviceDataPointsPublicV1Request._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionByDeviceDataPointsPublicV1Request._FinalStagebucketSeconds(Nullable<java.lang.Integer> bucketSeconds)SessionByDeviceDataPointsPublicV1Request._FinalStagebucketSeconds(java.lang.Integer bucketSeconds)SessionByDeviceDataPointsPublicV1Request._FinalStagebucketSeconds(java.util.Optional<java.lang.Integer> bucketSeconds)SessionByDeviceDataPointsPublicV1Requestbuild()
-
-
-
Method Detail
-
build
SessionByDeviceDataPointsPublicV1Request build()
-
bucketSeconds
SessionByDeviceDataPointsPublicV1Request._FinalStage bucketSeconds(java.util.Optional<java.lang.Integer> bucketSeconds)
-
bucketSeconds
SessionByDeviceDataPointsPublicV1Request._FinalStage bucketSeconds(java.lang.Integer bucketSeconds)
-
bucketSeconds
SessionByDeviceDataPointsPublicV1Request._FinalStage bucketSeconds(Nullable<java.lang.Integer> bucketSeconds)
-
-