Interface EventModerationOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getActivatedAt()
      .google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];
      BypassNotifications getBypassNotifications()
      .streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];
      com.google.protobuf.Timestamp getDeactivatedAt()
      .google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];
      java.lang.String getEventId()
      string event_id = 2 [json_name = "eventId"];
      com.google.protobuf.ByteString getEventIdBytes()
      string event_id = 2 [json_name = "eventId"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      ImporterCollaboration getImporterCollaboration()
      .streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];
      EventModeration.NotificationSettings getNotification()
      .streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];
      boolean getOnboardingEnabled()
      bool onboarding_enabled = 4 [json_name = "onboardingEnabled"];
      java.lang.String getOrganizationId()
      string organization_id = 13 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 13 [json_name = "organizationId"];
      EventModeration.QuestionSettings getQuestion()
      .streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];
      QuestionAutoPost getQuestionAutoPost()
      .streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];
      EventModeration.SponsorshipSettings getSponsors()
      .streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];
      Sponsorship getSponsorship()
      Deprecated.
      streamlayer.interactive.EventModeration.sponsorship is deprecated.
      boolean hasActivatedAt()
      .google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];
      boolean hasBypassNotifications()
      .streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];
      boolean hasDeactivatedAt()
      .google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];
      boolean hasImporterCollaboration()
      .streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];
      boolean hasNotification()
      .streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];
      boolean hasQuestion()
      .streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];
      boolean hasQuestionAutoPost()
      .streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];
      boolean hasSponsors()
      .streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];
      boolean hasSponsorship()
      Deprecated.
      streamlayer.interactive.EventModeration.sponsorship is deprecated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getEventId

        java.lang.String getEventId()
        string event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getEventIdBytes

        com.google.protobuf.ByteString getEventIdBytes()
        string event_id = 2 [json_name = "eventId"];
        Returns:
        The bytes for eventId.
      • hasSponsorship

        @Deprecated
        boolean hasSponsorship()
        Deprecated.
        streamlayer.interactive.EventModeration.sponsorship is deprecated. See streamlayer/interactive/interactive.common.proto;l=804
        .streamlayer.interactive.Sponsorship sponsorship = 3 [json_name = "sponsorship", deprecated = true];
        Returns:
        Whether the sponsorship field is set.
      • getSponsorship

        @Deprecated
        Sponsorship getSponsorship()
        Deprecated.
        streamlayer.interactive.EventModeration.sponsorship is deprecated. See streamlayer/interactive/interactive.common.proto;l=804
        .streamlayer.interactive.Sponsorship sponsorship = 3 [json_name = "sponsorship", deprecated = true];
        Returns:
        The sponsorship.
      • getOnboardingEnabled

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

        boolean hasQuestion()
        .streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];
        Returns:
        Whether the question field is set.
      • getQuestion

        EventModeration.QuestionSettings getQuestion()
        .streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];
        Returns:
        The question.
      • hasSponsors

        boolean hasSponsors()
        .streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];
        Returns:
        Whether the sponsors field is set.
      • getSponsors

        EventModeration.SponsorshipSettings getSponsors()
        .streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];
        Returns:
        The sponsors.
      • hasNotification

        boolean hasNotification()
        .streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];
        Returns:
        Whether the notification field is set.
      • getNotification

        EventModeration.NotificationSettings getNotification()
        .streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];
        Returns:
        The notification.
      • hasActivatedAt

        boolean hasActivatedAt()
        .google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];
        Returns:
        Whether the activatedAt field is set.
      • getActivatedAt

        com.google.protobuf.Timestamp getActivatedAt()
        .google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];
        Returns:
        The activatedAt.
      • hasDeactivatedAt

        boolean hasDeactivatedAt()
        .google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];
        Returns:
        Whether the deactivatedAt field is set.
      • getDeactivatedAt

        com.google.protobuf.Timestamp getDeactivatedAt()
        .google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];
        Returns:
        The deactivatedAt.
      • hasQuestionAutoPost

        boolean hasQuestionAutoPost()
        .streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];
        Returns:
        Whether the questionAutoPost field is set.
      • getQuestionAutoPost

        QuestionAutoPost getQuestionAutoPost()
        .streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];
        Returns:
        The questionAutoPost.
      • hasBypassNotifications

        boolean hasBypassNotifications()
        .streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];
        Returns:
        Whether the bypassNotifications field is set.
      • getBypassNotifications

        BypassNotifications getBypassNotifications()
        .streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];
        Returns:
        The bypassNotifications.
      • hasImporterCollaboration

        boolean hasImporterCollaboration()
        .streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];
        Returns:
        Whether the importerCollaboration field is set.
      • getImporterCollaboration

        ImporterCollaboration getImporterCollaboration()
        .streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];
        Returns:
        The importerCollaboration.
      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 13 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 13 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.