Class GetWebhookRequest.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetWebhookRequest.Builder clearEventId()
      optional uint64 event_id = 2 [json_name = "eventId"];
      GetWebhookRequest.Builder clearOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      GetWebhookRequest.Builder clearQuestionId()
      optional string question_id = 3 [json_name = "questionId"];
      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"];
      GetWebhookRequest.Builder setEventId​(long value)
      optional uint64 event_id = 2 [json_name = "eventId"];
      GetWebhookRequest.Builder setOrganizationId​(java.lang.String value)
      string organization_id = 1 [json_name = "organizationId"];
      GetWebhookRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
      string organization_id = 1 [json_name = "organizationId"];
      GetWebhookRequest.Builder setQuestionId​(java.lang.String value)
      optional string question_id = 3 [json_name = "questionId"];
      GetWebhookRequest.Builder setQuestionIdBytes​(com.google.protobuf.ByteString value)
      optional string question_id = 3 [json_name = "questionId"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        public java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface GetWebhookRequestOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

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

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

        public GetWebhookRequest.Builder clearOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

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

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

        public long getEventId()
        optional uint64 event_id = 2 [json_name = "eventId"];
        Specified by:
        getEventId in interface GetWebhookRequestOrBuilder
        Returns:
        The eventId.
      • setEventId

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

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

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

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

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

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

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

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