Package com.rivet.api.resources.kv.types
Interface GetResponse.ValueStage
-
- All Known Implementing Classes:
GetResponse.Builder
- Enclosing class:
- GetResponse
public static interface GetResponse.ValueStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResponse.Builderfrom(GetResponse other)GetResponse.WatchStagevalue(java.lang.Object value)
-
-
-
Method Detail
-
value
GetResponse.WatchStage value(java.lang.Object value)
-
from
GetResponse.Builder from(GetResponse other)
-
-