Class GraphQLClient


  • @Service
    public class GraphQLClient
    extends java.lang.Object

    GraphQLClient class.

    Version:
    $Id: $Id
    Author:
    pvela00
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphQLClient()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CartDTO getCartDetails​(java.lang.String cartId)
      getCartDetails.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphQLClient

        public GraphQLClient()
    • Method Detail

      • getCartDetails

        public CartDTO getCartDetails​(java.lang.String cartId)
                               throws java.io.IOException,
                                      java.net.URISyntaxException

        getCartDetails.

        Parameters:
        cartId - a String object
        Returns:
        a CartDTO object
        Throws:
        java.io.IOException - if any.
        java.net.URISyntaxException - if any.