JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.dialob.api.rest
Interface IdAndRevision
All Superinterfaces:
Serializable
All Known Implementing Classes:
ImmutableIdAndRevision
@Immutable @TypeAdapters
public interface
IdAndRevision
extends
Serializable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NotNull
String
getId
()
@NotNull
String
getRev
()
Method Details
getId
@Named("_id") @NotNull
@NotNull
String
getId
()
getRev
@Named("_rev") @NotNull
@NotNull
String
getRev
()