Class KeyLongValuePair.Builder

    • Method Detail

      • name

        public KeyLongValuePair.Builder name​(String name)
        “Name for this key long value pair”
        Parameters:
        name - value of name property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • value

        public KeyLongValuePair.Builder value​(Long value)
        “Value for this key long value pair”
        Parameters:
        value - value of value property (as defined in service metadata)
        Returns:
        this (for method chaining)