Interface DeviceClientCreate1._FinalStage
-
- All Known Implementing Classes:
DeviceClientCreate1.Builder
- Enclosing class:
- DeviceClientCreate1
public static interface DeviceClientCreate1._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceClientCreate1build()DeviceClientCreate1._FinalStagecomments(Nullable<java.lang.String> comments)DeviceClientCreate1._FinalStagecomments(java.lang.String comments)DeviceClientCreate1._FinalStagecomments(java.util.Optional<java.lang.String> comments)DeviceClientCreate1._FinalStageoffChrtReferenceId(Nullable<java.lang.String> offChrtReferenceId)DeviceClientCreate1._FinalStageoffChrtReferenceId(java.lang.String offChrtReferenceId)DeviceClientCreate1._FinalStageoffChrtReferenceId(java.util.Optional<java.lang.String> offChrtReferenceId)DeviceClientCreate1._FinalStagetype(Nullable<TrackingDeviceTypeEnum1> type)DeviceClientCreate1._FinalStagetype(TrackingDeviceTypeEnum1 type)DeviceClientCreate1._FinalStagetype(java.util.Optional<TrackingDeviceTypeEnum1> type)
-
-
-
Method Detail
-
build
DeviceClientCreate1 build()
-
type
DeviceClientCreate1._FinalStage type(java.util.Optional<TrackingDeviceTypeEnum1> type)
-
type
DeviceClientCreate1._FinalStage type(TrackingDeviceTypeEnum1 type)
-
type
DeviceClientCreate1._FinalStage type(Nullable<TrackingDeviceTypeEnum1> type)
-
comments
DeviceClientCreate1._FinalStage comments(java.util.Optional<java.lang.String> comments)
-
comments
DeviceClientCreate1._FinalStage comments(java.lang.String comments)
-
comments
DeviceClientCreate1._FinalStage comments(Nullable<java.lang.String> comments)
-
offChrtReferenceId
DeviceClientCreate1._FinalStage offChrtReferenceId(java.util.Optional<java.lang.String> offChrtReferenceId)
-
offChrtReferenceId
DeviceClientCreate1._FinalStage offChrtReferenceId(java.lang.String offChrtReferenceId)
-
offChrtReferenceId
DeviceClientCreate1._FinalStage offChrtReferenceId(Nullable<java.lang.String> offChrtReferenceId)
-
-