Class AddToEventsRequest.Builder

    • Field Summary

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

        instance
    • Method Detail

      • getOrganizationId

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

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

        public AddToEventsRequest.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 AddToEventsRequest.Builder clearOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public AddToEventsRequest.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.
      • getTemplateIdsList

        public java.util.List<java.lang.String> getTemplateIdsList()
        repeated string template_ids = 2 [json_name = "templateIds"];
        Specified by:
        getTemplateIdsList in interface AddToEventsRequestOrBuilder
        Returns:
        A list containing the templateIds.
      • getTemplateIdsCount

        public int getTemplateIdsCount()
        repeated string template_ids = 2 [json_name = "templateIds"];
        Specified by:
        getTemplateIdsCount in interface AddToEventsRequestOrBuilder
        Returns:
        The count of templateIds.
      • getTemplateIds

        public java.lang.String getTemplateIds​(int index)
        repeated string template_ids = 2 [json_name = "templateIds"];
        Specified by:
        getTemplateIds in interface AddToEventsRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The templateIds at the given index.
      • getTemplateIdsBytes

        public com.google.protobuf.ByteString getTemplateIdsBytes​(int index)
        repeated string template_ids = 2 [json_name = "templateIds"];
        Specified by:
        getTemplateIdsBytes in interface AddToEventsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the templateIds at the given index.
      • setTemplateIds

        public AddToEventsRequest.Builder setTemplateIds​(int index,
                                                         java.lang.String value)
        repeated string template_ids = 2 [json_name = "templateIds"];
        Parameters:
        index - The index to set the value at.
        value - The templateIds to set.
        Returns:
        This builder for chaining.
      • addTemplateIds

        public AddToEventsRequest.Builder addTemplateIds​(java.lang.String value)
        repeated string template_ids = 2 [json_name = "templateIds"];
        Parameters:
        value - The templateIds to add.
        Returns:
        This builder for chaining.
      • addAllTemplateIds

        public AddToEventsRequest.Builder addAllTemplateIds​(java.lang.Iterable<java.lang.String> values)
        repeated string template_ids = 2 [json_name = "templateIds"];
        Parameters:
        values - The templateIds to add.
        Returns:
        This builder for chaining.
      • clearTemplateIds

        public AddToEventsRequest.Builder clearTemplateIds()
        repeated string template_ids = 2 [json_name = "templateIds"];
        Returns:
        This builder for chaining.
      • addTemplateIdsBytes

        public AddToEventsRequest.Builder addTemplateIdsBytes​(com.google.protobuf.ByteString value)
        repeated string template_ids = 2 [json_name = "templateIds"];
        Parameters:
        value - The bytes of the templateIds to add.
        Returns:
        This builder for chaining.
      • getEventIdsList

        public java.util.List<java.lang.String> getEventIdsList()
        repeated string event_ids = 3 [json_name = "eventIds"];
        Specified by:
        getEventIdsList in interface AddToEventsRequestOrBuilder
        Returns:
        A list containing the eventIds.
      • getEventIds

        public java.lang.String getEventIds​(int index)
        repeated string event_ids = 3 [json_name = "eventIds"];
        Specified by:
        getEventIds in interface AddToEventsRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • getEventIdsBytes

        public com.google.protobuf.ByteString getEventIdsBytes​(int index)
        repeated string event_ids = 3 [json_name = "eventIds"];
        Specified by:
        getEventIdsBytes in interface AddToEventsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the eventIds at the given index.
      • setEventIds

        public AddToEventsRequest.Builder setEventIds​(int index,
                                                      java.lang.String value)
        repeated string event_ids = 3 [json_name = "eventIds"];
        Parameters:
        index - The index to set the value at.
        value - The eventIds to set.
        Returns:
        This builder for chaining.
      • addEventIds

        public AddToEventsRequest.Builder addEventIds​(java.lang.String value)
        repeated string event_ids = 3 [json_name = "eventIds"];
        Parameters:
        value - The eventIds to add.
        Returns:
        This builder for chaining.
      • addAllEventIds

        public AddToEventsRequest.Builder addAllEventIds​(java.lang.Iterable<java.lang.String> values)
        repeated string event_ids = 3 [json_name = "eventIds"];
        Parameters:
        values - The eventIds to add.
        Returns:
        This builder for chaining.
      • clearEventIds

        public AddToEventsRequest.Builder clearEventIds()
        repeated string event_ids = 3 [json_name = "eventIds"];
        Returns:
        This builder for chaining.
      • addEventIdsBytes

        public AddToEventsRequest.Builder addEventIdsBytes​(com.google.protobuf.ByteString value)
        repeated string event_ids = 3 [json_name = "eventIds"];
        Parameters:
        value - The bytes of the eventIds to add.
        Returns:
        This builder for chaining.