Interface TopicPreference._FinalStage
-
- All Known Implementing Classes:
TopicPreference.Builder
- Enclosing class:
- TopicPreference
public static interface TopicPreference._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicPreferencebuild()TopicPreference._FinalStagecustomRouting(java.util.List<ChannelClassification> customRouting)TopicPreference._FinalStagecustomRouting(java.util.Optional<java.util.List<ChannelClassification>> customRouting)TopicPreference._FinalStagehasCustomRouting(java.lang.Boolean hasCustomRouting)TopicPreference._FinalStagehasCustomRouting(java.util.Optional<java.lang.Boolean> hasCustomRouting)
-
-
-
Method Detail
-
build
TopicPreference build()
-
customRouting
TopicPreference._FinalStage customRouting(java.util.Optional<java.util.List<ChannelClassification>> customRouting)
-
customRouting
TopicPreference._FinalStage customRouting(java.util.List<ChannelClassification> customRouting)
-
hasCustomRouting
TopicPreference._FinalStage hasCustomRouting(java.util.Optional<java.lang.Boolean> hasCustomRouting)
-
hasCustomRouting
TopicPreference._FinalStage hasCustomRouting(java.lang.Boolean hasCustomRouting)
-
-