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

com.podio.file.FileUpdate Maven / Gradle / Ivy

package com.podio.file;

public class FileUpdate {

	private String description;

	public FileUpdate(String description) {
		super();
		this.description = description;
	}

	public String getDescription() {
		return description;
	}

	public void setDescription(String description) {
		this.description = description;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy