All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.auto.common.constants.RestMethod Maven / Gradle / Ivy

package com.auto.common.constants;

public class RestMethod {

	public enum TYPE {
		POST, GET, PUT, DELETE, MULTIPARTPOST, MULTIPARTGET;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy