Interface MonitorUserDocument.IMonitorUserAttributesTypeBoolean

    • Method Detail

      • getValue

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

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