Interface MonitorUserDocument.IMonitorUserAttributesTypeText

    • Method Detail

      • getValue

        List<String> getValue()
        Returns the value of this attribute stored in this document.
        Returns:
        the value.
        Since:
        12.0.0
      • addValue

        void addValue​(Collection<String> values)
        Adds the given values in this attribute stored in this document.
        Parameters:
        values - the values
        Since:
        12.0.0