Package org.picasaapp.client

Examples of org.picasaapp.client.AlbumLink


        AlbumLinkService {
    public AlbumLink[] getParentLinks(String username)
            throws IllegalArgumentException {
        // TODO: implement
        AlbumLink[] result = new AlbumLink[1];
        result[0] = new AlbumLink("5550054531924772897",
                "5549056660816869313");
        return result;
    }
View Full Code Here

TOP

Related Classes of org.picasaapp.client.AlbumLink

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.