Interface DeleteWebhookRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEventId()
      optional uint64 event_id = 2 [json_name = "eventId"];
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      java.lang.String getQuestionId()
      optional string question_id = 3 [json_name = "questionId"];
      com.google.protobuf.ByteString getQuestionIdBytes()
      optional string question_id = 3 [json_name = "questionId"];
      boolean hasEventId()
      optional uint64 event_id = 2 [json_name = "eventId"];
      boolean hasQuestionId()
      optional string question_id = 3 [json_name = "questionId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

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

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

        boolean hasEventId()
        optional uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        Whether the eventId field is set.
      • getEventId

        long getEventId()
        optional uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • hasQuestionId

        boolean hasQuestionId()
        optional string question_id = 3 [json_name = "questionId"];
        Returns:
        Whether the questionId field is set.
      • getQuestionId

        java.lang.String getQuestionId()
        optional string question_id = 3 [json_name = "questionId"];
        Returns:
        The questionId.
      • getQuestionIdBytes

        com.google.protobuf.ByteString getQuestionIdBytes()
        optional string question_id = 3 [json_name = "questionId"];
        Returns:
        The bytes for questionId.