Interface Mqtt3SimpleAuthBuilderBase<C extends Mqtt3SimpleAuthBuilderBase.Complete<C>>
- Type Parameters:
C- the type of the complete builder.
- All Known Subinterfaces:
Mqtt3SimpleAuthBuilder,Mqtt3SimpleAuthBuilder.Complete,Mqtt3SimpleAuthBuilder.Nested<P>,Mqtt3SimpleAuthBuilder.Nested.Complete<P>,Mqtt3SimpleAuthBuilderBase.Complete<C>
@DoNotImplement
public interface Mqtt3SimpleAuthBuilderBase<C extends Mqtt3SimpleAuthBuilderBase.Complete<C>>
Builder base for a
Mqtt3SimpleAuth.- Since:
- 1.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceMqtt3SimpleAuthBuilderBasethat is complete which means all mandatory fields are set. -
Method Summary
-
Method Details
-
username
Sets the mandatoryusername.- Parameters:
username- the username string.- Returns:
- the builder that is now complete as the mandatory username is set.
-
username
Sets the mandatoryusername.- Parameters:
username- the username string.- Returns:
- the builder that is now complete as the mandatory username is set.
-