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.StringgetFantasyGroupId()string fantasy_group_id = 2 [json_name = "fantasyGroupId"];com.google.protobuf.ByteStringgetFantasyGroupIdBytes()string fantasy_group_id = 2 [json_name = "fantasyGroupId"];java.lang.StringgetGroupId()string group_id = 1 [json_name = "groupId"];com.google.protobuf.ByteStringgetGroupIdBytes()string group_id = 1 [json_name = "groupId"];ManagedGroupTypegetGroupType().streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];intgetGroupTypeValue().streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
-
-
-
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.
-
-