Package com.flagright.api.types
Class BatchBusinessUserEventsWithRulesResult.Builder
- java.lang.Object
-
- com.flagright.api.types.BatchBusinessUserEventsWithRulesResult.Builder
-
- All Implemented Interfaces:
BatchBusinessUserEventsWithRulesResult._FinalStage,BatchBusinessUserEventsWithRulesResult.TotalCountStage
- Enclosing class:
- BatchBusinessUserEventsWithRulesResult
public static final class BatchBusinessUserEventsWithRulesResult.Builder extends java.lang.Object implements BatchBusinessUserEventsWithRulesResult.TotalCountStage, BatchBusinessUserEventsWithRulesResult._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchBusinessUserEventsWithRulesResult._FinalStageaddAllBusinessUserEvents(java.util.List<BatchBusinessUserEventWithRulesResult> businessUserEvents)BatchBusinessUserEventsWithRulesResult._FinalStageaddBusinessUserEvents(BatchBusinessUserEventWithRulesResult businessUserEvents)BatchBusinessUserEventsWithRulesResultbuild()BatchBusinessUserEventsWithRulesResult._FinalStagebusinessUserEvents(java.util.List<BatchBusinessUserEventWithRulesResult> businessUserEvents)BatchBusinessUserEventsWithRulesResult.Builderfrom(BatchBusinessUserEventsWithRulesResult other)BatchBusinessUserEventsWithRulesResult._FinalStagetotalCount(double totalCount)
-
-
-
Method Detail
-
from
public BatchBusinessUserEventsWithRulesResult.Builder from(BatchBusinessUserEventsWithRulesResult other)
- Specified by:
fromin interfaceBatchBusinessUserEventsWithRulesResult.TotalCountStage
-
totalCount
public BatchBusinessUserEventsWithRulesResult._FinalStage totalCount(double totalCount)
- Specified by:
totalCountin interfaceBatchBusinessUserEventsWithRulesResult.TotalCountStage
-
addAllBusinessUserEvents
public BatchBusinessUserEventsWithRulesResult._FinalStage addAllBusinessUserEvents(java.util.List<BatchBusinessUserEventWithRulesResult> businessUserEvents)
- Specified by:
addAllBusinessUserEventsin interfaceBatchBusinessUserEventsWithRulesResult._FinalStage
-
addBusinessUserEvents
public BatchBusinessUserEventsWithRulesResult._FinalStage addBusinessUserEvents(BatchBusinessUserEventWithRulesResult businessUserEvents)
- Specified by:
addBusinessUserEventsin interfaceBatchBusinessUserEventsWithRulesResult._FinalStage
-
businessUserEvents
public BatchBusinessUserEventsWithRulesResult._FinalStage businessUserEvents(java.util.List<BatchBusinessUserEventWithRulesResult> businessUserEvents)
- Specified by:
businessUserEventsin interfaceBatchBusinessUserEventsWithRulesResult._FinalStage
-
build
public BatchBusinessUserEventsWithRulesResult build()
- Specified by:
buildin interfaceBatchBusinessUserEventsWithRulesResult._FinalStage
-
-