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