package org.onap.vid.scheduler; import org.springframework.stereotype.Service; @Service public interface SchedulerRestInterfaceIfc { void initRestClient(); void Get(T t, String sourceId, String path, org.onap.vid.scheduler.RestObject restObject); void Delete(T t, String sourceID, String path, org.onap.vid.scheduler.RestObject restObject) throws Exception; }