Interface CreateModerationRequest.EventModerationSettingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getOnboardingEnabled()
      bool onboarding_enabled = 2 [json_name = "onboardingEnabled"];
      Sponsorship getSponsorship()
      .streamlayer.interactive.Sponsorship sponsorship = 1 [json_name = "sponsorship"];
      boolean hasSponsorship()
      .streamlayer.interactive.Sponsorship sponsorship = 1 [json_name = "sponsorship"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasSponsorship

        boolean hasSponsorship()
        .streamlayer.interactive.Sponsorship sponsorship = 1 [json_name = "sponsorship"];
        Returns:
        Whether the sponsorship field is set.
      • getSponsorship

        Sponsorship getSponsorship()
        .streamlayer.interactive.Sponsorship sponsorship = 1 [json_name = "sponsorship"];
        Returns:
        The sponsorship.
      • getOnboardingEnabled

        boolean getOnboardingEnabled()
        bool onboarding_enabled = 2 [json_name = "onboardingEnabled"];
        Returns:
        The onboardingEnabled.