Interface EndOfStringByteAccessor.EndOfStringByteBuilder<B extends EndOfStringByteAccessor.EndOfStringByteBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Implementing Classes:
TransmissionMetrics.Builder
Enclosing interface:
EndOfStringByteAccessor

public static interface EndOfStringByteAccessor.EndOfStringByteBuilder<B extends EndOfStringByteAccessor.EndOfStringByteBuilder<B>>
Provides a builder method for a end of string byte property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEndOfStringByte(byte aEndOfStringByte)
    Sets the end of string byte for the end of string byte property.
  • Method Details

    • withEndOfStringByte

      B withEndOfStringByte(byte aEndOfStringByte)
      Sets the end of string byte for the end of string byte property.
      Parameters:
      aEndOfStringByte - The end of string byte to be stored by the end of string byte property.
      Returns:
      The builder for applying multiple build operations.