Interface SendWebhookEventRequestOrBuilder

    • Method Detail

      • hasOrganizationId

        boolean hasOrganizationId()
         [sets by grpc-proxy]
         
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        java.lang.String getOrganizationId()
         [sets by grpc-proxy]
         
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

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

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

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

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

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

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

        boolean hasData()
        .streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];
        Returns:
        Whether the data field is set.
      • getData

        SendWebhookEventRequest.EventData getData()
        .streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];
        Returns:
        The data.