Package com.google.gdata.model.atompub

Examples of com.google.gdata.model.atompub.Edited


  public void setEdited(DateTime v) {
    if (v != null && v.getTzShift() == null) {
      throw new IllegalArgumentException("Entry.edited must have a timezone.");
    }
    setElement(Edited.KEY, (v == null) ? null : new Edited(v));
  }
View Full Code Here

TOP

Related Classes of com.google.gdata.model.atompub.Edited

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.