Interface CreateModerationRequestOrBuilder

    • Method Detail

      • getEventId

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

        com.google.protobuf.ByteString getEventIdBytes()
         sport event id
         
        string event_id = 1 [json_name = "eventId"];
        Returns:
        The bytes for eventId.
      • hasSettings

        @Deprecated
        boolean hasSettings()
        Deprecated.
        streamlayer.interactive.event.moderation.CreateModerationRequest.settings is deprecated. See streamlayer/interactive/event/moderation/interactive.event.moderation.proto;l=22
        .streamlayer.interactive.event.moderation.CreateModerationRequest.EventModerationSettings settings = 2 [json_name = "settings", deprecated = true];
        Returns:
        Whether the settings field is set.
      • getSettings

        @Deprecated
        CreateModerationRequest.EventModerationSettings getSettings()
        Deprecated.
        streamlayer.interactive.event.moderation.CreateModerationRequest.settings is deprecated. See streamlayer/interactive/event/moderation/interactive.event.moderation.proto;l=22
        .streamlayer.interactive.event.moderation.CreateModerationRequest.EventModerationSettings settings = 2 [json_name = "settings", deprecated = true];
        Returns:
        The settings.
      • hasData

        boolean hasData()
        .streamlayer.interactive.EventModeration data = 3 [json_name = "data"];
        Returns:
        Whether the data field is set.
      • getData

        EventModeration getData()
        .streamlayer.interactive.EventModeration data = 3 [json_name = "data"];
        Returns:
        The data.
      • getOrganizationId

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

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

        boolean hasServerNotification()
        .streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
        Returns:
        Whether the serverNotification field is set.
      • getServerNotification

        ServerNotificationOptions getServerNotification()
        .streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
        Returns:
        The serverNotification.
      • hasBypassNotifications

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

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