Interface ModemModeAccessor.ModemModeBuilder<B extends ModemModeAccessor.ModemModeBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ModemModeAccessor

public static interface ModemModeAccessor.ModemModeBuilder<B extends ModemModeAccessor.ModemModeBuilder<B>>
Provides a builder method for a Modem-Mode property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the Modem-Mode for the Modem-Mode property.
  • Method Details

    • withModemMode

      B withModemMode(ModemMode aModemMode)
      Sets the Modem-Mode for the Modem-Mode property.
      Parameters:
      aModemMode - The Modem-Mode to be stored by the Modem-Mode property.
      Returns:
      The builder for applying multiple build operations.