Interface EventCategoriesMap.Builder

    • Method Detail

      • sourceType

        EventCategoriesMap.Builder sourceType​(String sourceType)

        The source type that the returned categories belong to

        Parameters:
        sourceType - The source type that the returned categories belong to
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventCategories

        EventCategoriesMap.Builder eventCategories​(Collection<String> eventCategories)

        The event categories for the specified source type

        Parameters:
        eventCategories - The event categories for the specified source type
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventCategories

        EventCategoriesMap.Builder eventCategories​(String... eventCategories)

        The event categories for the specified source type

        Parameters:
        eventCategories - The event categories for the specified source type
        Returns:
        Returns a reference to this object so that method calls can be chained together.