Package com.google.gdata.data.photos

Examples of com.google.gdata.data.photos.TagEntry


      }
    }
  }

  private void createTag(PhotoEntry photoEntry) throws Exception {
    TagEntry tag = new TagEntry();

    String title = getString("Tag");
    tag.setTitle(new PlainTextConstruct(title));

    insert(photoEntry, tag);
  }
View Full Code Here

TOP

Related Classes of com.google.gdata.data.photos.TagEntry

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.