public static interface ChannelMembershipForAppInstanceUserSummary.Builder extends SdkPojo, CopyableBuilder<ChannelMembershipForAppInstanceUserSummary.Builder,ChannelMembershipForAppInstanceUserSummary>
| Modifier and Type | Method and Description |
|---|---|
ChannelMembershipForAppInstanceUserSummary.Builder |
appInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Summary of the membership details of an
AppInstanceUser. |
default ChannelMembershipForAppInstanceUserSummary.Builder |
appInstanceUserMembershipSummary(Consumer<AppInstanceUserMembershipSummary.Builder> appInstanceUserMembershipSummary)
Summary of the membership details of an
AppInstanceUser. |
ChannelMembershipForAppInstanceUserSummary.Builder |
channelSummary(ChannelSummary channelSummary)
Summary of the details of a
Channel. |
default ChannelMembershipForAppInstanceUserSummary.Builder |
channelSummary(Consumer<ChannelSummary.Builder> channelSummary)
Summary of the details of a
Channel. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelMembershipForAppInstanceUserSummary.Builder channelSummary(ChannelSummary channelSummary)
Summary of the details of a Channel.
channelSummary - Summary of the details of a Channel.default ChannelMembershipForAppInstanceUserSummary.Builder channelSummary(Consumer<ChannelSummary.Builder> channelSummary)
Summary of the details of a Channel.
ChannelSummary.Builder avoiding the need
to create one manually via ChannelSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to channelSummary(ChannelSummary).
channelSummary - a consumer that will call methods on ChannelSummary.BuilderchannelSummary(ChannelSummary)ChannelMembershipForAppInstanceUserSummary.Builder appInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Summary of the membership details of an AppInstanceUser.
appInstanceUserMembershipSummary - Summary of the membership details of an AppInstanceUser.default ChannelMembershipForAppInstanceUserSummary.Builder appInstanceUserMembershipSummary(Consumer<AppInstanceUserMembershipSummary.Builder> appInstanceUserMembershipSummary)
Summary of the membership details of an AppInstanceUser.
AppInstanceUserMembershipSummary.Builder
avoiding the need to create one manually via AppInstanceUserMembershipSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
appInstanceUserMembershipSummary(AppInstanceUserMembershipSummary).
appInstanceUserMembershipSummary - a consumer that will call methods on AppInstanceUserMembershipSummary.BuilderappInstanceUserMembershipSummary(AppInstanceUserMembershipSummary)Copyright © 2023. All rights reserved.