Package com.chrt.api.types
Class SessionByDeviceDeleteResponse1.Builder
- java.lang.Object
-
- com.chrt.api.types.SessionByDeviceDeleteResponse1.Builder
-
- All Implemented Interfaces:
SessionByDeviceDeleteResponse1._FinalStage,SessionByDeviceDeleteResponse1.SessionDeletedStage,SessionByDeviceDeleteResponse1.TrackingSessionByDeviceDataPointsDeletedStage
- Enclosing class:
- SessionByDeviceDeleteResponse1
public static final class SessionByDeviceDeleteResponse1.Builder extends java.lang.Object implements SessionByDeviceDeleteResponse1.SessionDeletedStage, SessionByDeviceDeleteResponse1.TrackingSessionByDeviceDataPointsDeletedStage, SessionByDeviceDeleteResponse1._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionByDeviceDeleteResponse1build()SessionByDeviceDeleteResponse1.Builderfrom(SessionByDeviceDeleteResponse1 other)SessionByDeviceDeleteResponse1.TrackingSessionByDeviceDataPointsDeletedStagesessionDeleted(boolean sessionDeleted)SessionByDeviceDeleteResponse1._FinalStagetrackingSessionByDeviceDataPointsDeleted(int trackingSessionByDeviceDataPointsDeleted)
-
-
-
Method Detail
-
from
public SessionByDeviceDeleteResponse1.Builder from(SessionByDeviceDeleteResponse1 other)
- Specified by:
fromin interfaceSessionByDeviceDeleteResponse1.SessionDeletedStage
-
sessionDeleted
public SessionByDeviceDeleteResponse1.TrackingSessionByDeviceDataPointsDeletedStage sessionDeleted(boolean sessionDeleted)
- Specified by:
sessionDeletedin interfaceSessionByDeviceDeleteResponse1.SessionDeletedStage
-
trackingSessionByDeviceDataPointsDeleted
public SessionByDeviceDeleteResponse1._FinalStage trackingSessionByDeviceDataPointsDeleted(int trackingSessionByDeviceDataPointsDeleted)
-
build
public SessionByDeviceDeleteResponse1 build()
- Specified by:
buildin interfaceSessionByDeviceDeleteResponse1._FinalStage
-
-