Package pl.gsmservice.gateway.operations
Interface Operations.RequestOperation<ReqT,ResT>
-
- All Superinterfaces:
Operations.Operation<ResT>
- All Known Implementing Classes:
AddSender.Sync,CancelMessages.Sync,DeleteSender.Sync,GetIncomingMessages.Sync,GetMessages.Sync,GetMmsPrice.Sync,GetSmsPrice.Sync,GetSubaccountDetails.Sync,ListIncomingMessages.Sync,ListMessages.Sync,SendMms.Sync,SendSms.Sync,SetDefaultSender.Sync
- Enclosing class:
- Operations
public static interface Operations.RequestOperation<ReqT,ResT> extends Operations.Operation<ResT>
Interface for operations that 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(ReqT request)-
Methods inherited from interface pl.gsmservice.gateway.operations.Operations.Operation
handleResponse
-
-
-
-
Method Detail
-
doRequest
java.net.http.HttpResponse<java.io.InputStream> doRequest(ReqT request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-