Interface QueryParameters.Parameter

  • Enclosing interface:
    QueryParameters

    public static interface QueryParameters.Parameter
    Interface representing a single, individual key/value parameter
    • Method Detail

      • getKey

        String getKey()
        Returns the key of the parameter
        Returns:
        Parameter key
      • getValue

        String getValue()
        Returns the value of the parameter
        Returns:
        Parameter value