Interface WatchThreadResponse.WatchStage
-
- All Known Implementing Classes:
WatchThreadResponse.Builder
- Enclosing class:
- WatchThreadResponse
public static interface WatchThreadResponse.WatchStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WatchThreadResponse.Builderfrom(WatchThreadResponse other)WatchThreadResponse._FinalStagewatch(WatchResponse watch)
-
-
-
Method Detail
-
watch
WatchThreadResponse._FinalStage watch(WatchResponse watch)
-
from
WatchThreadResponse.Builder from(WatchThreadResponse other)
-
-