Class GetMmsPriceResponse.Builder
- java.lang.Object
-
- pl.gsmservice.gateway.models.operations.GetMmsPriceResponse.Builder
-
- Enclosing class:
- GetMmsPriceResponse
public static final class GetMmsPriceResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMmsPriceResponsebuild()GetMmsPriceResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationGetMmsPriceResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)GetMmsPriceResponse.Builderprices(java.util.List<Price> prices)The request was processed successfully.GetMmsPriceResponse.Builderprices(java.util.Optional<? extends java.util.List<Price>> prices)The request was processed successfully.GetMmsPriceResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingGetMmsPriceResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public GetMmsPriceResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public GetMmsPriceResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public GetMmsPriceResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
prices
public GetMmsPriceResponse.Builder prices(java.util.List<Price> prices)
The request was processed successfully. Please check the price and the details of particular messages in eachPriceobject
-
prices
public GetMmsPriceResponse.Builder prices(java.util.Optional<? extends java.util.List<Price>> prices)
The request was processed successfully. Please check the price and the details of particular messages in eachPriceobject
-
headers
public GetMmsPriceResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public GetMmsPriceResponse build()
-
-