Interface Operations.RequestlessOperation<ResT>
-
- All Superinterfaces:
Operations.Operation<ResT>
- Enclosing class:
- Operations
public static interface Operations.RequestlessOperation<ResT> extends Operations.Operation<ResT>
Interface for operations that don't require a request parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.http.HttpResponse<java.io.InputStream>doRequest()-
Methods inherited from interface com.stackone.stackone_client_java.operations.Operations.Operation
handleResponse
-
-