Interface AssociateDraft

All Superinterfaces:
io.vrap.rmf.base.client.Draft<AssociateDraft>
All Known Implementing Classes:
AssociateDraftImpl

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

     AssociateDraft associateDraft = AssociateDraft.builder()
             .customer(customerBuilder -> customerBuilder)
             .build()