public static interface GroupSearchFilter.Builder extends SdkPojo, CopyableBuilder<GroupSearchFilter.Builder,GroupSearchFilter>
| Modifier and Type | Method and Description |
|---|---|
GroupSearchFilter.Builder |
name(GroupFilterAttribute name)
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
GroupSearchFilter.Builder |
name(String name)
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
GroupSearchFilter.Builder |
operator(GroupFilterOperator operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
GroupSearchFilter.Builder |
operator(String operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
GroupSearchFilter.Builder |
value(String value)
The value of the named item, in this case
GROUP_NAME, that you want to use as a filter. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupSearchFilter.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.
operator - The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator is
StartsWith.GroupFilterOperator,
GroupFilterOperatorGroupSearchFilter.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.
operator - The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator is
StartsWith.GroupFilterOperator,
GroupFilterOperatorGroupSearchFilter.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.
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.GroupFilterAttribute,
GroupFilterAttributeGroupSearchFilter.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.
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.GroupFilterAttribute,
GroupFilterAttributeGroupSearchFilter.Builder value(String value)
The value of the named item, in this case GROUP_NAME, that you want to use as a filter.
value - The value of the named item, in this case GROUP_NAME, that you want to use as a filter.Copyright © 2023. All rights reserved.