Interface AssociateRoleChangeBuyerAssignableAction

All Superinterfaces:
AssociateRoleUpdateAction, ResourceUpdateAction<AssociateRoleUpdateAction>

public interface AssociateRoleChangeBuyerAssignableAction extends AssociateRoleUpdateAction

Changing the buyerAssignable value of an AssociateRole generates an AssociateRoleBuyerAssignableChanged Message.


Example to create an instance using the builder pattern

     AssociateRoleChangeBuyerAssignableAction associateRoleChangeBuyerAssignableAction = AssociateRoleChangeBuyerAssignableAction.builder()
             .buyerAssignable(true)
             .build()