Interface RemoveFromEventsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventIds​(int index)
      repeated string event_ids = 3 [json_name = "eventIds"];
      com.google.protobuf.ByteString getEventIdsBytes​(int index)
      repeated string event_ids = 3 [json_name = "eventIds"];
      int getEventIdsCount()
      repeated string event_ids = 3 [json_name = "eventIds"];
      java.util.List<java.lang.String> getEventIdsList()
      repeated string event_ids = 3 [json_name = "eventIds"];
      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 getTemplateIds​(int index)
      repeated string template_ids = 2 [json_name = "templateIds"];
      com.google.protobuf.ByteString getTemplateIdsBytes​(int index)
      repeated string template_ids = 2 [json_name = "templateIds"];
      int getTemplateIdsCount()
      repeated string template_ids = 2 [json_name = "templateIds"];
      java.util.List<java.lang.String> getTemplateIdsList()
      repeated string template_ids = 2 [json_name = "templateIds"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getTemplateIdsList

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

        int getTemplateIdsCount()
        repeated string template_ids = 2 [json_name = "templateIds"];
        Returns:
        The count of templateIds.
      • getTemplateIds

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

        com.google.protobuf.ByteString getTemplateIdsBytes​(int index)
        repeated string template_ids = 2 [json_name = "templateIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The templateIds at the given index.
      • getEventIdsList

        java.util.List<java.lang.String> getEventIdsList()
        repeated string event_ids = 3 [json_name = "eventIds"];
        Returns:
        A list containing the eventIds.
      • getEventIdsCount

        int getEventIdsCount()
        repeated string event_ids = 3 [json_name = "eventIds"];
        Returns:
        The count of eventIds.
      • getEventIds

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

        com.google.protobuf.ByteString getEventIdsBytes​(int index)
        repeated string event_ids = 3 [json_name = "eventIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.