Package com.c8db.model
Class GraphDocumentReadOptions
- java.lang.Object
-
- com.c8db.model.GraphDocumentReadOptions
-
public class GraphDocumentReadOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphDocumentReadOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIfMatch()StringgetIfNoneMatch()GraphDocumentReadOptionsifMatch(String ifMatch)GraphDocumentReadOptionsifNoneMatch(String ifNoneMatch)
-
-
-
Method Detail
-
getIfNoneMatch
public String getIfNoneMatch()
-
ifNoneMatch
public GraphDocumentReadOptions ifNoneMatch(String ifNoneMatch)
- Parameters:
ifNoneMatch- document revision must not contain If-None-Match- Returns:
- options
-
getIfMatch
public String getIfMatch()
-
ifMatch
public GraphDocumentReadOptions ifMatch(String ifMatch)
- Parameters:
ifMatch- document revision must contain If-Match- Returns:
- options
-
-