public static interface ChannelModeratorSummary.Builder extends SdkPojo, CopyableBuilder<ChannelModeratorSummary.Builder,ChannelModeratorSummary>
| Modifier and Type | Method and Description |
|---|---|
default ChannelModeratorSummary.Builder |
moderator(Consumer<Identity.Builder> moderator)
The data for a moderator.
|
ChannelModeratorSummary.Builder |
moderator(Identity moderator)
The data for a moderator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelModeratorSummary.Builder moderator(Identity moderator)
The data for a moderator.
moderator - The data for a moderator.default ChannelModeratorSummary.Builder moderator(Consumer<Identity.Builder> moderator)
The data for a moderator.
This is a convenience method that creates an instance of theIdentity.Builder avoiding the need to
create one manually via Identity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to moderator(Identity).moderator - a consumer that will call methods on Identity.Buildermoderator(Identity)Copyright © 2022. All rights reserved.