Interface ProductSelectionDraft

All Superinterfaces:
CustomizableDraft<ProductSelectionDraft>, io.vrap.rmf.base.client.Draft<ProductSelectionDraft>, WithKey
All Known Implementing Classes:
ProductSelectionDraftImpl

public interface ProductSelectionDraft extends CustomizableDraft<ProductSelectionDraft>, WithKey, io.vrap.rmf.base.client.Draft<ProductSelectionDraft>
ProductSelectionDraft
Example to create an instance using the builder pattern

     ProductSelectionDraft productSelectionDraft = ProductSelectionDraft.builder()
             .name(nameBuilder -> nameBuilder)
             .build()