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
      ModerationGeneral getGeneral()
      .streamlayer.sdkSettings.moderation.common.ModerationGeneral general = 1 [json_name = "general"];
      ModerationNotifications getNotifications()
      .streamlayer.sdkSettings.moderation.common.ModerationNotifications notifications = 2 [json_name = "notifications"];
      ModerationSponsorships getSponsorships()
      .streamlayer.sdkSettings.moderation.common.ModerationSponsorships sponsorships = 3 [json_name = "sponsorships"];
      boolean hasGeneral()
      .streamlayer.sdkSettings.moderation.common.ModerationGeneral general = 1 [json_name = "general"];
      boolean hasNotifications()
      .streamlayer.sdkSettings.moderation.common.ModerationNotifications notifications = 2 [json_name = "notifications"];
      boolean hasSponsorships()
      .streamlayer.sdkSettings.moderation.common.ModerationSponsorships sponsorships = 3 [json_name = "sponsorships"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

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