Interface TextLineItemValue

All Known Implementing Classes:
TextLineItemValueImpl

public interface TextLineItemValue
TextLineItemValue
Example to create an instance using the builder pattern

     TextLineItemValue textLineItemValue = TextLineItemValue.builder()
             .id("{id}")
             .name(nameBuilder -> nameBuilder)
             .build()