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

com.github.fluorumlabs.disconnect.vaadin.constants.UploadMethod Maven / Gradle / Ivy

The newest version!
package com.github.fluorumlabs.disconnect.vaadin.constants;

import js.extras.JsEnum;

/**
 * Created by Artem Godin on 2/4/2020.
 */
public abstract class UploadMethod extends JsEnum {
	public static final UploadMethod POST = JsEnum.of("POST");

	public static final UploadMethod PUT = JsEnum.of("PUT");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy