Interface GroupSearchFilter.Builder

    • Method Detail

      • operator

        GroupSearchFilter.Builder operator​(String operator)

        The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.

        Parameters:
        operator - The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupFilterOperator, GroupFilterOperator
      • operator

        GroupSearchFilter.Builder operator​(GroupFilterOperator operator)

        The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.

        Parameters:
        operator - The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupFilterOperator, GroupFilterOperator
      • name

        GroupSearchFilter.Builder name​(String name)

        The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.

        Parameters:
        name - The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupFilterAttribute, GroupFilterAttribute
      • name

        GroupSearchFilter.Builder name​(GroupFilterAttribute name)

        The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.

        Parameters:
        name - The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupFilterAttribute, GroupFilterAttribute
      • value

        GroupSearchFilter.Builder value​(String value)

        The value of the named item, in this case GROUP_NAME, that you want to use as a filter.

        Parameters:
        value - The value of the named item, in this case GROUP_NAME, that you want to use as a filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.