com.ning.api.client.item.Video Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ning-api-java Show documentation
Show all versions of ning-api-java Show documentation
Java client library for accessing Ning external API
package com.ning.api.client.item;
import java.net.URI;
import java.util.List;
import org.codehaus.jackson.annotate.JsonProperty;
public class Video extends ContentItemBase
{
// Read/write properties:
protected String description;
protected String title;
// Read-only properties:
/**
* Link to browser-viewable representation of the item
*/
@JsonProperty protected URI url;
@JsonProperty protected List tags;
public Video() { this(null); }
public Video(Key