Package com.arangodb.model
Class VertexDeleteOptions
- java.lang.Object
-
- com.arangodb.model.TransactionalOptions<VertexDeleteOptions>
-
- com.arangodb.model.VertexDeleteOptions
-
public final class VertexDeleteOptions extends TransactionalOptions<VertexDeleteOptions>
- Author:
- Mark Vollmary
-
-
Constructor Summary
Constructors Constructor Description VertexDeleteOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIfMatch()BooleangetWaitForSync()VertexDeleteOptionsifMatch(String ifMatch)VertexDeleteOptionswaitForSync(Boolean waitForSync)-
Methods inherited from class com.arangodb.model.TransactionalOptions
getStreamTransactionId, streamTransactionId
-
-
-
-
Method Detail
-
getWaitForSync
public Boolean getWaitForSync()
-
waitForSync
public VertexDeleteOptions waitForSync(Boolean waitForSync)
- Parameters:
waitForSync- Wait until deletion operation has been synced to disk.- Returns:
- options
-
getIfMatch
public String getIfMatch()
-
ifMatch
public VertexDeleteOptions ifMatch(String ifMatch)
- Parameters:
ifMatch- remove a document based on a target revision- Returns:
- options
-
-