Package com.flagright.api.types
Class BatchConsumerUsersWithRulesResult.Builder
- java.lang.Object
-
- com.flagright.api.types.BatchConsumerUsersWithRulesResult.Builder
-
- All Implemented Interfaces:
BatchConsumerUsersWithRulesResult._FinalStage,BatchConsumerUsersWithRulesResult.TotalCountStage
- Enclosing class:
- BatchConsumerUsersWithRulesResult
public static final class BatchConsumerUsersWithRulesResult.Builder extends java.lang.Object implements BatchConsumerUsersWithRulesResult.TotalCountStage, BatchConsumerUsersWithRulesResult._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchConsumerUsersWithRulesResult._FinalStageaddAllConsumerUsers(java.util.List<BatchConsumerUserWithRulesResult> consumerUsers)BatchConsumerUsersWithRulesResult._FinalStageaddConsumerUsers(BatchConsumerUserWithRulesResult consumerUsers)BatchConsumerUsersWithRulesResultbuild()BatchConsumerUsersWithRulesResult._FinalStageconsumerUsers(java.util.List<BatchConsumerUserWithRulesResult> consumerUsers)BatchConsumerUsersWithRulesResult.Builderfrom(BatchConsumerUsersWithRulesResult other)BatchConsumerUsersWithRulesResult._FinalStagetotalCount(double totalCount)
-
-
-
Method Detail
-
from
public BatchConsumerUsersWithRulesResult.Builder from(BatchConsumerUsersWithRulesResult other)
- Specified by:
fromin interfaceBatchConsumerUsersWithRulesResult.TotalCountStage
-
totalCount
public BatchConsumerUsersWithRulesResult._FinalStage totalCount(double totalCount)
- Specified by:
totalCountin interfaceBatchConsumerUsersWithRulesResult.TotalCountStage
-
addAllConsumerUsers
public BatchConsumerUsersWithRulesResult._FinalStage addAllConsumerUsers(java.util.List<BatchConsumerUserWithRulesResult> consumerUsers)
- Specified by:
addAllConsumerUsersin interfaceBatchConsumerUsersWithRulesResult._FinalStage
-
addConsumerUsers
public BatchConsumerUsersWithRulesResult._FinalStage addConsumerUsers(BatchConsumerUserWithRulesResult consumerUsers)
- Specified by:
addConsumerUsersin interfaceBatchConsumerUsersWithRulesResult._FinalStage
-
consumerUsers
public BatchConsumerUsersWithRulesResult._FinalStage consumerUsers(java.util.List<BatchConsumerUserWithRulesResult> consumerUsers)
- Specified by:
consumerUsersin interfaceBatchConsumerUsersWithRulesResult._FinalStage
-
build
public BatchConsumerUsersWithRulesResult build()
- Specified by:
buildin interfaceBatchConsumerUsersWithRulesResult._FinalStage
-
-