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

com.windowsazure.samples.blob.LeaseAction Maven / Gradle / Ivy

package com.windowsazure.samples.blob;

public enum LeaseAction {
	ACQUIRE,
	BREAK,
	RELEASE,
	RENEW;
	
	@Override
	public String toString() {
		return super.toString().toLowerCase();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy