public static interface EventCategoriesMap.Builder extends SdkPojo, CopyableBuilder<EventCategoriesMap.Builder,EventCategoriesMap>
| Modifier and Type | Method and Description |
|---|---|
EventCategoriesMap.Builder |
eventCategories(Collection<String> eventCategories)
The event categories for the specified source type.
|
EventCategoriesMap.Builder |
eventCategories(String... eventCategories)
The event categories for the specified source type.
|
EventCategoriesMap.Builder |
sourceType(String sourceType)
The source type that the returned categories belong to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventCategoriesMap.Builder sourceType(String sourceType)
The source type that the returned categories belong to.
sourceType - The source type that the returned categories belong to.EventCategoriesMap.Builder eventCategories(Collection<String> eventCategories)
The event categories for the specified source type.
eventCategories - The event categories for the specified source type.EventCategoriesMap.Builder eventCategories(String... eventCategories)
The event categories for the specified source type.
eventCategories - The event categories for the specified source type.Copyright © 2022. All rights reserved.