Class GetSmsPriceRequestBuilder
- java.lang.Object
-
- pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBuilder
-
public class GetSmsPriceRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetSmsPriceRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSmsPriceResponsecall()GetSmsPriceRequestBuilderrequest(GetSmsPriceRequestBody request)GetSmsPriceRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)GetSmsPriceRequestBuilderretryConfig(RetryConfig retryConfig)
-
-
-
Constructor Detail
-
GetSmsPriceRequestBuilder
public GetSmsPriceRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public GetSmsPriceRequestBuilder request(GetSmsPriceRequestBody request)
-
retryConfig
public GetSmsPriceRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public GetSmsPriceRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public GetSmsPriceResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-