Package org.openstack4j.core.transport
Class Handle<T>
- java.lang.Object
-
- org.openstack4j.core.transport.Handle<T>
-
public class Handle<T> extends Object
A handle which is used to visit entity handling conditions and to determine if the workflow is satisfied- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionOptions<T>getOptions()HttpResponsegetResponse()TgetReturnObject()Class<T>getReturnType()booleanisComplete()booleanisRequiresVoidBodyHandling()
-
-
-
Method Detail
-
getReturnObject
public T getReturnObject()
-
isComplete
public boolean isComplete()
-
getResponse
public HttpResponse getResponse()
-
getOptions
public ExecutionOptions<T> getOptions()
-
isRequiresVoidBodyHandling
public boolean isRequiresVoidBodyHandling()
-
-