Interface ModerationSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ModerationSettings,ModerationSettings.Builder
public interface ModerationSettingsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModerationGeneralgetGeneral().streamlayer.sdkSettings.moderation.common.ModerationGeneral general = 1 [json_name = "general"];ModerationNotificationsgetNotifications().streamlayer.sdkSettings.moderation.common.ModerationNotifications notifications = 2 [json_name = "notifications"];ModerationSponsorshipsgetSponsorships().streamlayer.sdkSettings.moderation.common.ModerationSponsorships sponsorships = 3 [json_name = "sponsorships"];booleanhasGeneral().streamlayer.sdkSettings.moderation.common.ModerationGeneral general = 1 [json_name = "general"];booleanhasNotifications().streamlayer.sdkSettings.moderation.common.ModerationNotifications notifications = 2 [json_name = "notifications"];booleanhasSponsorships().streamlayer.sdkSettings.moderation.common.ModerationSponsorships sponsorships = 3 [json_name = "sponsorships"];
-
-
-
Method Detail
-
hasGeneral
boolean hasGeneral()
.streamlayer.sdkSettings.moderation.common.ModerationGeneral general = 1 [json_name = "general"];- Returns:
- Whether the general field is set.
-
getGeneral
ModerationGeneral getGeneral()
.streamlayer.sdkSettings.moderation.common.ModerationGeneral general = 1 [json_name = "general"];- Returns:
- The general.
-
hasNotifications
boolean hasNotifications()
.streamlayer.sdkSettings.moderation.common.ModerationNotifications notifications = 2 [json_name = "notifications"];- Returns:
- Whether the notifications field is set.
-
getNotifications
ModerationNotifications getNotifications()
.streamlayer.sdkSettings.moderation.common.ModerationNotifications notifications = 2 [json_name = "notifications"];- Returns:
- The notifications.
-
hasSponsorships
boolean hasSponsorships()
.streamlayer.sdkSettings.moderation.common.ModerationSponsorships sponsorships = 3 [json_name = "sponsorships"];- Returns:
- Whether the sponsorships field is set.
-
getSponsorships
ModerationSponsorships getSponsorships()
.streamlayer.sdkSettings.moderation.common.ModerationSponsorships sponsorships = 3 [json_name = "sponsorships"];- Returns:
- The sponsorships.
-
-