Package pl.gsmservice.gateway.operations
Interface Operations.RequestlessOperation<ResT>
-
- All Superinterfaces:
Operations.Operation<ResT>
- All Known Implementing Classes:
GetAccountDetails.Sync,ListSenders.Sync,Ping.Sync
- 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 pl.gsmservice.gateway.operations.Operations.Operation
handleResponse
-
-