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