Class SendWebhookEventRequest.Builder

    • Method Detail

      • hasOrganizationId

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

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

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

        public SendWebhookEventRequest.Builder setOrganizationId​(java.lang.String value)
         [sets by grpc-proxy]
         
        optional string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The organizationId to set.
        Returns:
        This builder for chaining.
      • clearOrganizationId

        public SendWebhookEventRequest.Builder clearOrganizationId()
         [sets by grpc-proxy]
         
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public SendWebhookEventRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
         [sets by grpc-proxy]
         
        optional string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.
      • hasEventId

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

        public SendWebhookEventRequest.Builder setEventId​(long value)
         [sets by SDK client]
         
        optional uint64 event_id = 2 [json_name = "eventId"];
        Parameters:
        value - The eventId to set.
        Returns:
        This builder for chaining.
      • clearEventId

        public SendWebhookEventRequest.Builder clearEventId()
         [sets by SDK client]
         
        optional uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        This builder for chaining.
      • hasQuestionId

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

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

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

        public SendWebhookEventRequest.Builder setQuestionId​(java.lang.String value)
         [sets by SDK client]
         
        optional string question_id = 3 [json_name = "questionId"];
        Parameters:
        value - The questionId to set.
        Returns:
        This builder for chaining.
      • clearQuestionId

        public SendWebhookEventRequest.Builder clearQuestionId()
         [sets by SDK client]
         
        optional string question_id = 3 [json_name = "questionId"];
        Returns:
        This builder for chaining.
      • setQuestionIdBytes

        public SendWebhookEventRequest.Builder setQuestionIdBytes​(com.google.protobuf.ByteString value)
         [sets by SDK client]
         
        optional string question_id = 3 [json_name = "questionId"];
        Parameters:
        value - The bytes for questionId to set.
        Returns:
        This builder for chaining.
      • hasData

        public boolean hasData()
        .streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];
        Specified by:
        hasData in interface SendWebhookEventRequestOrBuilder
        Returns:
        Whether the data field is set.
      • clearData

        public SendWebhookEventRequest.Builder clearData()
        .streamlayer.sdkSettings.organization.webhooks.SendWebhookEventRequest.EventData data = 5 [json_name = "data"];