public static interface RelatedItemTypeFilter.Builder extends SdkPojo, CopyableBuilder<RelatedItemTypeFilter.Builder,RelatedItemTypeFilter>
| Modifier and Type | Method and Description |
|---|---|
RelatedItemTypeFilter.Builder |
comment(CommentFilter comment)
A filter for related items of type
Comment. |
default RelatedItemTypeFilter.Builder |
comment(Consumer<CommentFilter.Builder> comment)
A filter for related items of type
Comment. |
default RelatedItemTypeFilter.Builder |
contact(Consumer<ContactFilter.Builder> contact)
A filter for related items of type
Contact. |
RelatedItemTypeFilter.Builder |
contact(ContactFilter contact)
A filter for related items of type
Contact. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelatedItemTypeFilter.Builder comment(CommentFilter comment)
A filter for related items of type Comment.
comment - A filter for related items of type Comment.default RelatedItemTypeFilter.Builder comment(Consumer<CommentFilter.Builder> comment)
A filter for related items of type Comment.
CommentFilter.Builder avoiding the need
to create one manually via CommentFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to comment(CommentFilter).
comment - a consumer that will call methods on CommentFilter.Buildercomment(CommentFilter)RelatedItemTypeFilter.Builder contact(ContactFilter contact)
A filter for related items of type Contact.
contact - A filter for related items of type Contact.default RelatedItemTypeFilter.Builder contact(Consumer<ContactFilter.Builder> contact)
A filter for related items of type Contact.
ContactFilter.Builder avoiding the need
to create one manually via ContactFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contact(ContactFilter).
contact - a consumer that will call methods on ContactFilter.Buildercontact(ContactFilter)Copyright © 2023. All rights reserved.