Package com.flagright.api.types
Interface BatchConsumerUsersWithRulesResult._FinalStage
-
- All Known Implementing Classes:
BatchConsumerUsersWithRulesResult.Builder
- Enclosing class:
- BatchConsumerUsersWithRulesResult
public static interface BatchConsumerUsersWithRulesResult._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Method Detail
-
build
BatchConsumerUsersWithRulesResult build()
-
consumerUsers
BatchConsumerUsersWithRulesResult._FinalStage consumerUsers(java.util.List<BatchConsumerUserWithRulesResult> consumerUsers)
-
addConsumerUsers
BatchConsumerUsersWithRulesResult._FinalStage addConsumerUsers(BatchConsumerUserWithRulesResult consumerUsers)
-
addAllConsumerUsers
BatchConsumerUsersWithRulesResult._FinalStage addAllConsumerUsers(java.util.List<BatchConsumerUserWithRulesResult> consumerUsers)
-
-