Interface GetDeviceLinkRequest._FinalStage
-
- All Known Implementing Classes:
GetDeviceLinkRequest.Builder
- Enclosing class:
- GetDeviceLinkRequest
public static interface GetDeviceLinkRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeviceLinkRequestbuild()GetDeviceLinkRequest._FinalStagewatchIndex(java.lang.String watchIndex)GetDeviceLinkRequest._FinalStagewatchIndex(java.util.Optional<java.lang.String> watchIndex)
-
-
-
Method Detail
-
build
GetDeviceLinkRequest build()
-
watchIndex
GetDeviceLinkRequest._FinalStage watchIndex(java.util.Optional<java.lang.String> watchIndex)
-
watchIndex
GetDeviceLinkRequest._FinalStage watchIndex(java.lang.String watchIndex)
-
-