Class ParamsUtils


  • public class ParamsUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ParamsUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Param[] enrichParams​(Param[] params, ClientOptions options)
      Produce either new or extend provided array of parameters based on values in Client options
      • Methods inherited from class java.lang.Object

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

      • ParamsUtils

        public ParamsUtils()
    • Method Detail

      • enrichParams

        public static Param[] enrichParams​(Param[] params,
                                           ClientOptions options)
        Produce either new or extend provided array of parameters based on values in Client options
        Parameters:
        params - Array of already set parameters
        options - Client options
        Returns:
        Array of parameters extended of parameters based on values in client options