net.netheos.pcsapi.models
Class CFolder

java.lang.Object
  extended by net.netheos.pcsapi.models.CFile
      extended by net.netheos.pcsapi.models.CFolder

public class CFolder
extends CFile

Represents a folder located in the cloud


Field Summary
 
Fields inherited from class net.netheos.pcsapi.models.CFile
metadata, modificationDate
 
Constructor Summary
CFolder(CPath path)
           
CFolder(CPath path, Date modifiationDate, CMetadata metadata)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class net.netheos.pcsapi.models.CFile
getMetadata, getModificationDate, getPath, isBlob, isFolder, setMetadata, setModificationDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CFolder

public CFolder(CPath path)

CFolder

public CFolder(CPath path,
               Date modifiationDate,
               CMetadata metadata)
Method Detail

toString

public String toString()
Overrides:
toString in class CFile


Copyright © 2014. All Rights Reserved.