Class RemoveFromEventsRequest.Builder

    • Method Detail

      • getOrganizationIdBytes

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

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

        public RemoveFromEventsRequest.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 RemoveFromEventsRequestOrBuilder
        Returns:
        A list containing the templateIds.
      • getTemplateIds

        public java.lang.String getTemplateIds​(int index)
        repeated string template_ids = 2 [json_name = "templateIds"];
        Specified by:
        getTemplateIds in interface RemoveFromEventsRequestOrBuilder
        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 RemoveFromEventsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the templateIds at the given index.
      • setTemplateIds

        public RemoveFromEventsRequest.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 RemoveFromEventsRequest.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 RemoveFromEventsRequest.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 RemoveFromEventsRequest.Builder clearTemplateIds()
        repeated string template_ids = 2 [json_name = "templateIds"];
        Returns:
        This builder for chaining.
      • addTemplateIdsBytes

        public RemoveFromEventsRequest.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 RemoveFromEventsRequestOrBuilder
        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 RemoveFromEventsRequestOrBuilder
        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 RemoveFromEventsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the eventIds at the given index.
      • setEventIds

        public RemoveFromEventsRequest.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 RemoveFromEventsRequest.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 RemoveFromEventsRequest.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 RemoveFromEventsRequest.Builder clearEventIds()
        repeated string event_ids = 3 [json_name = "eventIds"];
        Returns:
        This builder for chaining.
      • addEventIdsBytes

        public RemoveFromEventsRequest.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.