public static interface AppInstanceUserMembershipSummary.Builder extends SdkPojo, CopyableBuilder<AppInstanceUserMembershipSummary.Builder,AppInstanceUserMembershipSummary>
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUserMembershipSummary.Builder |
readMarkerTimestamp(Instant readMarkerTimestamp)
The time at which an
AppInstanceUser last marked a channel as read. |
AppInstanceUserMembershipSummary.Builder |
subChannelId(String subChannelId)
The ID of the SubChannel that the
AppInstanceUser is a member of. |
AppInstanceUserMembershipSummary.Builder |
type(ChannelMembershipType type)
The type of
ChannelMembership. |
AppInstanceUserMembershipSummary.Builder |
type(String type)
The type of
ChannelMembership. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppInstanceUserMembershipSummary.Builder type(String type)
The type of ChannelMembership.
type - The type of ChannelMembership.ChannelMembershipType,
ChannelMembershipTypeAppInstanceUserMembershipSummary.Builder type(ChannelMembershipType type)
The type of ChannelMembership.
type - The type of ChannelMembership.ChannelMembershipType,
ChannelMembershipTypeAppInstanceUserMembershipSummary.Builder readMarkerTimestamp(Instant readMarkerTimestamp)
The time at which an AppInstanceUser last marked a channel as read.
readMarkerTimestamp - The time at which an AppInstanceUser last marked a channel as read.AppInstanceUserMembershipSummary.Builder subChannelId(String subChannelId)
The ID of the SubChannel that the AppInstanceUser is a member of.
subChannelId - The ID of the SubChannel that the AppInstanceUser is a member of.Copyright © 2023. All rights reserved.