Interface ParcelChangeValue

All Known Implementing Classes:
ParcelChangeValueImpl

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

     ParcelChangeValue parcelChangeValue = ParcelChangeValue.builder()
             .id("{id}")
             .createdAt("{createdAt}")
             .build()
 
  • Method Details