예제 #1
0
 /**
  * The directory identifier.
  *
  * @param directoryId The directory identifier.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Snapshot withDirectoryId(String directoryId) {
   setDirectoryId(directoryId);
   return this;
 }