public static interface ContactFilter.Builder extends SdkPojo, CopyableBuilder<ContactFilter.Builder,ContactFilter>
| Modifier and Type | Method and Description |
|---|---|
ContactFilter.Builder |
contactStates(Collection<ContactState> contactStates)
A list of up to 9 contact states.
|
ContactFilter.Builder |
contactStates(ContactState... contactStates)
A list of up to 9 contact states.
|
ContactFilter.Builder |
contactStatesWithStrings(Collection<String> contactStates)
A list of up to 9 contact states.
|
ContactFilter.Builder |
contactStatesWithStrings(String... contactStates)
A list of up to 9 contact states.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactFilter.Builder contactStatesWithStrings(Collection<String> contactStates)
A list of up to 9 contact states.
contactStates - A list of up to 9 contact
states.ContactFilter.Builder contactStatesWithStrings(String... contactStates)
A list of up to 9 contact states.
contactStates - A list of up to 9 contact
states.ContactFilter.Builder contactStates(Collection<ContactState> contactStates)
A list of up to 9 contact states.
contactStates - A list of up to 9 contact
states.ContactFilter.Builder contactStates(ContactState... contactStates)
A list of up to 9 contact states.
contactStates - A list of up to 9 contact
states.Copyright © 2023. All rights reserved.