Class GetSmsPriceResponse.Builder

  • Enclosing class:
    GetSmsPriceResponse

    public static final class GetSmsPriceResponse.Builder
    extends java.lang.Object
    • Method Detail

      • contentType

        public GetSmsPriceResponse.Builder contentType​(java.lang.String contentType)
        HTTP response content type for this operation
      • rawResponse

        public GetSmsPriceResponse.Builder rawResponse​(java.net.http.HttpResponse<Blob> rawResponse)
        Raw HTTP response; suitable for custom response parsing
      • prices

        public GetSmsPriceResponse.Builder prices​(java.util.List<Price> prices)
        The request was processed successfully. Please check the price and the details of particular messages in each Price object
      • prices

        public GetSmsPriceResponse.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 each Price object
      • headers

        public GetSmsPriceResponse.Builder headers​(java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)