Interface GroupSearchFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GroupSearchFilter.Builder,GroupSearchFilter>, SdkBuilder<GroupSearchFilter.Builder,GroupSearchFilter>, SdkPojo
Enclosing class:
GroupSearchFilter

public static interface GroupSearchFilter.Builder extends SdkPojo, CopyableBuilder<GroupSearchFilter.Builder,GroupSearchFilter>
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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.