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
      FantasyGroupMeta getMeta()
      .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
      boolean hasMeta()
      .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.