Package com.flagright.api.types
Class BatchConsumerUserEventsRulesResult.Builder
- java.lang.Object
-
- com.flagright.api.types.BatchConsumerUserEventsRulesResult.Builder
-
- All Implemented Interfaces:
BatchConsumerUserEventsRulesResult._FinalStage,BatchConsumerUserEventsRulesResult.TotalCountStage
- Enclosing class:
- BatchConsumerUserEventsRulesResult
public static final class BatchConsumerUserEventsRulesResult.Builder extends java.lang.Object implements BatchConsumerUserEventsRulesResult.TotalCountStage, BatchConsumerUserEventsRulesResult._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete 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)BatchConsumerUserEventsRulesResult.Builderfrom(BatchConsumerUserEventsRulesResult other)BatchConsumerUserEventsRulesResult._FinalStagetotalCount(double totalCount)
-
-
-
Method Detail
-
from
public BatchConsumerUserEventsRulesResult.Builder from(BatchConsumerUserEventsRulesResult other)
- Specified by:
fromin interfaceBatchConsumerUserEventsRulesResult.TotalCountStage
-
totalCount
public BatchConsumerUserEventsRulesResult._FinalStage totalCount(double totalCount)
- Specified by:
totalCountin interfaceBatchConsumerUserEventsRulesResult.TotalCountStage
-
addAllConsumerUserEvents
public BatchConsumerUserEventsRulesResult._FinalStage addAllConsumerUserEvents(java.util.List<BatchConsumerUserEventWithRulesResult> consumerUserEvents)
- Specified by:
addAllConsumerUserEventsin interfaceBatchConsumerUserEventsRulesResult._FinalStage
-
addConsumerUserEvents
public BatchConsumerUserEventsRulesResult._FinalStage addConsumerUserEvents(BatchConsumerUserEventWithRulesResult consumerUserEvents)
- Specified by:
addConsumerUserEventsin interfaceBatchConsumerUserEventsRulesResult._FinalStage
-
consumerUserEvents
public BatchConsumerUserEventsRulesResult._FinalStage consumerUserEvents(java.util.List<BatchConsumerUserEventWithRulesResult> consumerUserEvents)
- Specified by:
consumerUserEventsin interfaceBatchConsumerUserEventsRulesResult._FinalStage
-
build
public BatchConsumerUserEventsRulesResult build()
- Specified by:
buildin interfaceBatchConsumerUserEventsRulesResult._FinalStage
-
-