Package com.streamlayer.chatManager
Interface CreateGroupRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CreateGroupRequest,CreateGroupRequest.Builder
public interface CreateGroupRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FantasyGroupMetagetMeta().streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];booleanhasMeta().streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
-
-
-
Method Detail
-
hasMeta
boolean hasMeta()
.streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];- Returns:
- Whether the meta field is set.
-
getMeta
FantasyGroupMeta getMeta()
.streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];- Returns:
- The meta.
-
-