This is the implementation of the FolderResources. Thread Safety: This class is thread safe because it is immutable and its base class is thread safe.
Inheritance: AbstractResources, FolderResources
Exemple #1
0
 public virtual void SetUp()
 {
     // Create a folder resource
     folderResource = new FolderResourcesImpl(new SmartsheetImpl(
                                                  "http://localhost:9090/1.1/", "accessToken", new DefaultHttpClient(), serializer));
 }