C - the type of the complete builder.@DoNotImplement public static interface Mqtt5SubscribeBuilderBase.Complete<C extends Mqtt5SubscribeBuilderBase.Complete<C>> extends Mqtt5SubscribeBuilderBase<C>
Mqtt5SubscribeBuilderBase that is complete which means all mandatory fields are set.Mqtt5SubscribeBuilderBase.Complete<C extends Mqtt5SubscribeBuilderBase.Complete<C>>, Mqtt5SubscribeBuilderBase.Start<C extends Mqtt5SubscribeBuilderBase.Complete<C>,SC extends Mqtt5SubscribeBuilderBase.Start.Complete<C,SC>>| 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. |
addSubscription, addSubscription, addSubscriptions, addSubscriptions, addSubscriptions@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)