Interface PropertyEscapeCodeAccessor.PropertyEscapeCodeBuilder<B extends PropertyEscapeCodeAccessor.PropertyEscapeCodeBuilder<B>>

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

public static interface PropertyEscapeCodeAccessor.PropertyEscapeCodeBuilder<B extends PropertyEscapeCodeAccessor.PropertyEscapeCodeBuilder<B>>
Provides a builder method for a option Escape-Code property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPropertyEscapeCode(String aPropertyEscCode)
    Sets the option Escape-Code for the option Escape-Code property.
  • Method Details

    • withPropertyEscapeCode

      B withPropertyEscapeCode(String aPropertyEscCode)
      Sets the option Escape-Code for the option Escape-Code property.
      Parameters:
      aPropertyEscCode - The option Escape-Code to be stored by the option Escape-Code property.
      Returns:
      The builder for applying multiple build operations.