Interface ManagedGroupOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    ManagedGroup, ManagedGroup.Builder

    public interface ManagedGroupOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFantasyGroupId()
      string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
      com.google.protobuf.ByteString getFantasyGroupIdBytes()
      string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
      java.lang.String getGroupId()
      string group_id = 1 [json_name = "groupId"];
      com.google.protobuf.ByteString getGroupIdBytes()
      string group_id = 1 [json_name = "groupId"];
      ManagedGroupType getGroupType()
      .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
      int getGroupTypeValue()
      .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getGroupId

        java.lang.String getGroupId()
        string group_id = 1 [json_name = "groupId"];
        Returns:
        The groupId.
      • getGroupIdBytes

        com.google.protobuf.ByteString getGroupIdBytes()
        string group_id = 1 [json_name = "groupId"];
        Returns:
        The bytes for groupId.
      • getFantasyGroupId

        java.lang.String getFantasyGroupId()
        string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
        Returns:
        The fantasyGroupId.
      • getFantasyGroupIdBytes

        com.google.protobuf.ByteString getFantasyGroupIdBytes()
        string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
        Returns:
        The bytes for fantasyGroupId.
      • getGroupTypeValue

        int getGroupTypeValue()
        .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
        Returns:
        The enum numeric value on the wire for groupType.
      • getGroupType

        ManagedGroupType getGroupType()
        .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
        Returns:
        The groupType.