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

info.unterrainer.commons.httpserver.enums.Endpoint Maven / Gradle / Ivy

There is a newer version: 0.3.14
Show newest version
package info.unterrainer.commons.httpserver.enums;

public enum Endpoint {

	ALL,
	READONLY,
	WRITEONLY,
	GET_SINGLE,
	GET_LIST,
	CREATE,
	DELETE,
	UPDATE_FULL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy