Interface EnabledAccessor.EnabledBuilder<B extends EnabledAccessor.EnabledBuilder<B>>

    • Method Detail

      • withEnabled

        B withEnabled​(boolean isEnabled)
        Parameters:
        isEnabled - The enabled status to be stored by the enabled property.
        Returns:
        The implementing instance as of the builder pattern.