Interface PutEntry.KeyStage
-
- All Known Implementing Classes:
PutEntry.Builder
- Enclosing class:
- PutEntry
public static interface PutEntry.KeyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutEntry.Builderfrom(PutEntry other)PutEntry.ValueStagekey(java.lang.String key)
-
-
-
Method Detail
-
key
PutEntry.ValueStage key(java.lang.String key)
-
from
PutEntry.Builder from(PutEntry other)
-
-