Interface ProjectChangeCustomerSearchStatusAction

All Superinterfaces:
ProjectUpdateAction, ResourceUpdateAction<ProjectUpdateAction>

public interface ProjectChangeCustomerSearchStatusAction extends ProjectUpdateAction
ProjectChangeCustomerSearchStatusAction
Example to create an instance using the builder pattern

     ProjectChangeCustomerSearchStatusAction projectChangeCustomerSearchStatusAction = ProjectChangeCustomerSearchStatusAction.builder()
             .status(CustomerSearchStatus.ACTIVATED)
             .build()