Class AssociateRoleReferenceBuilder

java.lang.Object
com.commercetools.api.models.associate_role.AssociateRoleReferenceBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<AssociateRoleReference>

public class AssociateRoleReferenceBuilder extends Object implements io.vrap.rmf.base.client.Builder<AssociateRoleReference>
AssociateRoleReferenceBuilder
Example to create an instance using the builder pattern

     AssociateRoleReference associateRoleReference = AssociateRoleReference.builder()
             .id("{id}")
             .build()