Package com.flagright.api.types
Interface BatchConsumerUserEventsRulesResult._FinalStage
-
- All Known Implementing Classes:
BatchConsumerUserEventsRulesResult.Builder
- Enclosing class:
- BatchConsumerUserEventsRulesResult
public static interface BatchConsumerUserEventsRulesResult._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchConsumerUserEventsRulesResult._FinalStageaddAllConsumerUserEvents(java.util.List<BatchConsumerUserEventWithRulesResult> consumerUserEvents)BatchConsumerUserEventsRulesResult._FinalStageaddConsumerUserEvents(BatchConsumerUserEventWithRulesResult consumerUserEvents)BatchConsumerUserEventsRulesResultbuild()BatchConsumerUserEventsRulesResult._FinalStageconsumerUserEvents(java.util.List<BatchConsumerUserEventWithRulesResult> consumerUserEvents)
-
-
-
Method Detail
-
build
BatchConsumerUserEventsRulesResult build()
-
consumerUserEvents
BatchConsumerUserEventsRulesResult._FinalStage consumerUserEvents(java.util.List<BatchConsumerUserEventWithRulesResult> consumerUserEvents)
-
addConsumerUserEvents
BatchConsumerUserEventsRulesResult._FinalStage addConsumerUserEvents(BatchConsumerUserEventWithRulesResult consumerUserEvents)
-
addAllConsumerUserEvents
BatchConsumerUserEventsRulesResult._FinalStage addAllConsumerUserEvents(java.util.List<BatchConsumerUserEventWithRulesResult> consumerUserEvents)
-
-