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

org.tynamo.blob.ContentDisposition Maven / Gradle / Ivy

The newest version!
package org.tynamo.blob;


public enum ContentDisposition
{
	INLINE, ATTACHMENT;

	public String getValue()
	{
		return name().toLowerCase();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy