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

com.podio.embed.EmbedCreate Maven / Gradle / Ivy

There is a newer version: 0.7.9
Show newest version
package com.podio.embed;

public class EmbedCreate {

	private final String url;

	public EmbedCreate(String url) {
		super();
		this.url = url;
	}

	public String getUrl() {
		return url;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy