Interface UserHierarchyGroupSearchFilter.Builder

    • Method Detail

      • attributeFilter

        UserHierarchyGroupSearchFilter.Builder attributeFilter​(ControlPlaneAttributeFilter attributeFilter)

        An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of List) input where:

        • The top level list specifies conditions that need to be applied with OR operator.

        • The inner list specifies conditions that need to be applied with AND operator.

        Parameters:
        attributeFilter - An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of List) input where:

        • The top level list specifies conditions that need to be applied with OR operator.

        • The inner list specifies conditions that need to be applied with AND operator.

        Returns:
        Returns a reference to this object so that method calls can be chained together.