Uses of Class
net.netheos.pcsapi.models.CMetadata

Packages that use CMetadata
net.netheos.pcsapi.models   
 

Uses of CMetadata in net.netheos.pcsapi.models
 

Fields in net.netheos.pcsapi.models declared as CMetadata
protected  CMetadata CFile.metadata
           
 

Methods in net.netheos.pcsapi.models that return CMetadata
 CMetadata CUploadRequest.getMetadata()
          Get the metadata setted to the file to upload
 CMetadata CFile.getMetadata()
          Get the file metadata
 

Methods in net.netheos.pcsapi.models with parameters of type CMetadata
 CUploadRequest CUploadRequest.setMetadata(CMetadata metadata)
          Set the metadata to the file to upload
 void CFile.setMetadata(CMetadata metadata)
           
 

Constructors in net.netheos.pcsapi.models with parameters of type CMetadata
CBlob(CPath path, long length, String contentType, Date modificationDate, CMetadata metadata)
           
CFolder(CPath path, Date modifiationDate, CMetadata metadata)
           
 



Copyright © 2014. All Rights Reserved.