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

com.ning.api.client.item.Video Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy