Uses of Class
com.c8db.model.GraphDocumentReadOptions
-
Packages that use GraphDocumentReadOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of GraphDocumentReadOptions in com.c8db
Methods in com.c8db with parameters of type GraphDocumentReadOptions Modifier and Type Method Description <T> TC8EdgeCollection. getEdge(String key, Class<T> type, GraphDocumentReadOptions options)Fetches an existing edge<T> TC8VertexCollection. getVertex(String key, Class<T> type, GraphDocumentReadOptions options)Retrieves the vertex document with the givenkeyfrom the collection. -
Uses of GraphDocumentReadOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type GraphDocumentReadOptions Modifier and Type Method Description <T> TC8EdgeCollectionImpl. getEdge(String key, Class<T> type, GraphDocumentReadOptions options)protected RequestInternalC8EdgeCollection. getEdgeRequest(String key, GraphDocumentReadOptions options)<T> TC8VertexCollectionImpl. getVertex(String key, Class<T> type, GraphDocumentReadOptions options)protected RequestInternalC8VertexCollection. getVertexRequest(String key, GraphDocumentReadOptions options) -
Uses of GraphDocumentReadOptions in com.c8db.model
Methods in com.c8db.model that return GraphDocumentReadOptions Modifier and Type Method Description GraphDocumentReadOptionsGraphDocumentReadOptions. ifMatch(String ifMatch)GraphDocumentReadOptionsGraphDocumentReadOptions. ifNoneMatch(String ifNoneMatch)
-