Interface DataProductVisibilityFilter.Builder

    • Method Detail

      • valueListWithStrings

        DataProductVisibilityFilter.Builder valueListWithStrings​(Collection<String> valueList)

        A string array of unique visibility values to be filtered on.

        Parameters:
        valueList - A string array of unique visibility values to be filtered on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • valueListWithStrings

        DataProductVisibilityFilter.Builder valueListWithStrings​(String... valueList)

        A string array of unique visibility values to be filtered on.

        Parameters:
        valueList - A string array of unique visibility values to be filtered on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • valueList

        DataProductVisibilityFilter.Builder valueList​(DataProductVisibilityString... valueList)

        A string array of unique visibility values to be filtered on.

        Parameters:
        valueList - A string array of unique visibility values to be filtered on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.