Examples of LastModifiedBy


Examples of com.google.gdata.data.extensions.LastModifiedBy

   * Returns the user who last modified the document.
   *
   * @return the user who last modified the document
   */
  public LastModifiedBy getLastModifiedBy() {
    LastModifiedBy lastModifiedBy = getExtension(LastModifiedBy.class);
    return lastModifiedBy == null ? null : lastModifiedBy;
  }
View Full Code Here

Examples of com.google.gdata.data.extensions.LastModifiedBy

   * Returns the user who last modified the document.
   *
   * @return the user who last modified the document
   */
  public LastModifiedBy getLastModifiedBy() {
    LastModifiedBy lastModifiedBy = getExtension(LastModifiedBy.class);
    return lastModifiedBy == null ? null : lastModifiedBy;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.