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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy