Package org.kiwiproject.consul.option
Class DeleteOptions
java.lang.Object
org.kiwiproject.consul.option.DeleteOptions
- All Implemented Interfaces:
ParamAdder
- Direct Known Subclasses:
ImmutableDeleteOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kiwiproject.consul.option.ParamAdder
toHeaders, toQueryParameters
-
Field Details
-
BLANK
-
RECURSE
-
-
Constructor Details
-
DeleteOptions
public DeleteOptions()
-
-
Method Details
-
getCas
-
getRecurse
-
getDatacenter
-
isRecurse
@Derived public boolean isRecurse() -
toQuery
- Specified by:
toQueryin interfaceParamAdder
-