C - the type of the complete builder.@DoNotImplement public static interface Mqtt5UnsubscribeBuilderBase.Complete<C extends Mqtt5UnsubscribeBuilderBase.Complete<C>> extends Mqtt5UnsubscribeBuilderBase<C>
Mqtt5UnsubscribeBuilderBase that is complete which means all mandatory fields are set.Mqtt5UnsubscribeBuilderBase.Complete<C extends Mqtt5UnsubscribeBuilderBase.Complete<C>>, Mqtt5UnsubscribeBuilderBase.Start<C extends Mqtt5UnsubscribeBuilderBase.Complete<C>>| Modifier and Type | Method and Description |
|---|---|
Mqtt5UserPropertiesBuilder.Nested<? extends C> |
userProperties()
Fluent counterpart of
userProperties(Mqtt5UserProperties). |
C |
userProperties(@NotNull Mqtt5UserProperties userProperties)
Sets the
User Properties. |
addTopicFilter, addTopicFilter, addTopicFilter, addTopicFilters, addTopicFilters, addTopicFilters, reverse@CheckReturnValue @NotNull C userProperties(@NotNull @NotNull Mqtt5UserProperties userProperties)
User Properties.userProperties - the User Properties.@CheckReturnValue Mqtt5UserPropertiesBuilder.Nested<? extends C> userProperties()
userProperties(Mqtt5UserProperties).
Calling Mqtt5UserPropertiesBuilder.Nested#applyUserProperties() on the returned builder has the
effect of extending the current User Properties.
userProperties(Mqtt5UserProperties)