Interface SetStatusRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getOrganizationId()
      string organization_id = 3 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 3 [json_name = "organizationId"];
      QuestionPosition getPosition()
      optional .streamlayer.interactive.QuestionPosition position = 5 [json_name = "position"];
      int getPositionValue()
      optional .streamlayer.interactive.QuestionPosition position = 5 [json_name = "position"];
      ServerNotificationOptions getServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
      QuestionStatus getStatus()
      .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];
      int getStatusValue()
      .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];
      boolean hasPosition()
      optional .streamlayer.interactive.QuestionPosition position = 5 [json_name = "position"];
      boolean hasServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
      • 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.
      • getStatusValue

        int getStatusValue()
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        QuestionStatus getStatus()
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];
        Returns:
        The status.
      • getOrganizationId

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

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

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

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

        boolean hasPosition()
        optional .streamlayer.interactive.QuestionPosition position = 5 [json_name = "position"];
        Returns:
        Whether the position field is set.
      • getPositionValue

        int getPositionValue()
        optional .streamlayer.interactive.QuestionPosition position = 5 [json_name = "position"];
        Returns:
        The enum numeric value on the wire for position.
      • getPosition

        QuestionPosition getPosition()
        optional .streamlayer.interactive.QuestionPosition position = 5 [json_name = "position"];
        Returns:
        The position.