public static interface ChannelMembershipForAppInstanceUserSummary.Builder extends SdkPojo, CopyableBuilder<ChannelMembershipForAppInstanceUserSummary.Builder,ChannelMembershipForAppInstanceUserSummary>
| Modifier and Type | Method and Description |
|---|---|
ChannelMembershipForAppInstanceUserSummary.Builder |
appInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Returns the channel membership data for an
AppInstance. |
default ChannelMembershipForAppInstanceUserSummary.Builder |
appInstanceUserMembershipSummary(Consumer<AppInstanceUserMembershipSummary.Builder> appInstanceUserMembershipSummary)
Returns the channel membership data for an
AppInstance. |
ChannelMembershipForAppInstanceUserSummary.Builder |
channelSummary(ChannelSummary channelSummary)
Returns the channel data for an
AppInstance. |
default ChannelMembershipForAppInstanceUserSummary.Builder |
channelSummary(Consumer<ChannelSummary.Builder> channelSummary)
Returns the channel data for an
AppInstance. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelMembershipForAppInstanceUserSummary.Builder channelSummary(ChannelSummary channelSummary)
Returns the channel data for an AppInstance.
channelSummary - Returns the channel data for an AppInstance.default ChannelMembershipForAppInstanceUserSummary.Builder channelSummary(Consumer<ChannelSummary.Builder> channelSummary)
Returns the channel data for an AppInstance.
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)
Returns the channel membership data for an AppInstance.
appInstanceUserMembershipSummary - Returns the channel membership data for an AppInstance.default ChannelMembershipForAppInstanceUserSummary.Builder appInstanceUserMembershipSummary(Consumer<AppInstanceUserMembershipSummary.Builder> appInstanceUserMembershipSummary)
Returns the channel membership data for an AppInstance.
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 © 2022. All rights reserved.