com.epam.jdi.http.cucumber.IRestService Maven / Gradle / Ivy
package com.epam.jdi.http.cucumber;
import com.epam.http.requests.RestMethod;
public interface IRestService {
RestMethod getGetMethod();
RestMethod getPostMethod();
RestMethod getPutMethod();
RestMethod getPatch();
RestMethod getDelete();
RestMethod getStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy