public interface ChannelJoinOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.BoolValue |
getHidden()
Whether the user should appear in the channel's presence list and events.
|
com.google.protobuf.BoolValueOrBuilder |
getHiddenOrBuilder()
Whether the user should appear in the channel's presence list and events.
|
com.google.protobuf.BoolValue |
getPersistence()
Whether messages sent on this channel should be persistent.
|
com.google.protobuf.BoolValueOrBuilder |
getPersistenceOrBuilder()
Whether messages sent on this channel should be persistent.
|
java.lang.String |
getTarget()
The user ID to DM with, group ID to chat with, or room channel name to join.
|
com.google.protobuf.ByteString |
getTargetBytes()
The user ID to DM with, group ID to chat with, or room channel name to join.
|
int |
getType()
The type of the chat channel.
|
boolean |
hasHidden()
Whether the user should appear in the channel's presence list and events.
|
boolean |
hasPersistence()
Whether messages sent on this channel should be persistent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getTarget()
The user ID to DM with, group ID to chat with, or room channel name to join.
string target = 1 [json_name = "target"];
com.google.protobuf.ByteString getTargetBytes()
The user ID to DM with, group ID to chat with, or room channel name to join.
string target = 1 [json_name = "target"];
int getType()
The type of the chat channel.
int32 type = 2 [json_name = "type"];
boolean hasPersistence()
Whether messages sent on this channel should be persistent.
.google.protobuf.BoolValue persistence = 3 [json_name = "persistence"];
com.google.protobuf.BoolValue getPersistence()
Whether messages sent on this channel should be persistent.
.google.protobuf.BoolValue persistence = 3 [json_name = "persistence"];
com.google.protobuf.BoolValueOrBuilder getPersistenceOrBuilder()
Whether messages sent on this channel should be persistent.
.google.protobuf.BoolValue persistence = 3 [json_name = "persistence"];
boolean hasHidden()
Whether the user should appear in the channel's presence list and events.
.google.protobuf.BoolValue hidden = 4 [json_name = "hidden"];
com.google.protobuf.BoolValue getHidden()
Whether the user should appear in the channel's presence list and events.
.google.protobuf.BoolValue hidden = 4 [json_name = "hidden"];
com.google.protobuf.BoolValueOrBuilder getHiddenOrBuilder()
Whether the user should appear in the channel's presence list and events.
.google.protobuf.BoolValue hidden = 4 [json_name = "hidden"];