Interface CreateRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BypassNotifications getBypassNotifications()
      .streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];
      java.lang.String getModerationId()
      string moderation_id = 1 [json_name = "moderationId"];
      com.google.protobuf.ByteString getModerationIdBytes()
      string moderation_id = 1 [json_name = "moderationId"];
      java.lang.String getOrganizationId()
      string organization_id = 4 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 4 [json_name = "organizationId"];
      Question getQuestion()
      .streamlayer.interactive.Question question = 3 [json_name = "question"];
      ServerNotificationOptions getServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
      QuestionType getType()
      .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
      int getTypeValue()
      .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
      boolean hasBypassNotifications()
      .streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];
      boolean hasQuestion()
      .streamlayer.interactive.Question question = 3 [json_name = "question"];
      boolean hasServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getModerationId

        java.lang.String getModerationId()
        string moderation_id = 1 [json_name = "moderationId"];
        Returns:
        The moderationId.
      • getModerationIdBytes

        com.google.protobuf.ByteString getModerationIdBytes()
        string moderation_id = 1 [json_name = "moderationId"];
        Returns:
        The bytes for moderationId.
      • getTypeValue

        int getTypeValue()
        .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        QuestionType getType()
        .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
        Returns:
        The type.
      • hasQuestion

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

        Question getQuestion()
        .streamlayer.interactive.Question question = 3 [json_name = "question"];
        Returns:
        The question.
      • 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.