Class GetMmsPriceRequestBuilder
- java.lang.Object
-
- pl.gsmservice.gateway.models.operations.async.GetMmsPriceRequestBuilder
-
public class GetMmsPriceRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetMmsPriceRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<GetMmsPriceResponse>call()GetMmsPriceRequestBuilderrequest(GetMmsPriceRequestBody request)GetMmsPriceRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)GetMmsPriceRequestBuilderretryConfig(RetryConfig retryConfig)
-
-
-
Constructor Detail
-
GetMmsPriceRequestBuilder
public GetMmsPriceRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public GetMmsPriceRequestBuilder request(GetMmsPriceRequestBody request)
-
retryConfig
public GetMmsPriceRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public GetMmsPriceRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<GetMmsPriceResponse> call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-