Class RowLevelPermissionTagRule

    • Method Detail

      • tagKey

        public final String tagKey()

        The unique key for a tag.

        Returns:
        The unique key for a tag.
      • columnName

        public final String columnName()

        The column name that a tag key is assigned to.

        Returns:
        The column name that a tag key is assigned to.
      • tagMultiValueDelimiter

        public final String tagMultiValueDelimiter()

        A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

        Returns:
        A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.
      • matchAllValue

        public final String matchAllValue()

        A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

        Returns:
        A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)