Package pl.gsmservice.gateway.operations
Class GetMmsPrice.Sync
- java.lang.Object
-
- pl.gsmservice.gateway.operations.GetMmsPrice.Sync
-
- All Implemented Interfaces:
Operations.Operation<GetMmsPriceResponse>,Operations.RequestOperation<GetMmsPriceRequestBody,GetMmsPriceResponse>
- Enclosing class:
- GetMmsPrice
public static class GetMmsPrice.Sync extends java.lang.Object implements Operations.RequestOperation<GetMmsPriceRequestBody,GetMmsPriceResponse>
-
-
Constructor Summary
Constructors Constructor Description Sync(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, Headers _headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.http.HttpResponse<java.io.InputStream>doRequest(GetMmsPriceRequestBody request)GetMmsPriceResponsehandleResponse(java.net.http.HttpResponse<java.io.InputStream> response)
-
-
-
Constructor Detail
-
Sync
public Sync(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, Headers _headers)
-
-
Method Detail
-
doRequest
public java.net.http.HttpResponse<java.io.InputStream> doRequest(GetMmsPriceRequestBody request) throws java.lang.Exception
- Specified by:
doRequestin interfaceOperations.RequestOperation<GetMmsPriceRequestBody,GetMmsPriceResponse>- Throws:
java.lang.Exception
-
handleResponse
public GetMmsPriceResponse handleResponse(java.net.http.HttpResponse<java.io.InputStream> response) throws java.lang.Exception
- Specified by:
handleResponsein interfaceOperations.Operation<GetMmsPriceResponse>- Throws:
java.lang.Exception
-
-