Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class FilesQuota

java.lang.Object
  extended byoracle.workspaces.ws.beans.FilesQuota


public class FilesQuota
extends java.lang.Object

This class represents the Files Quota for library resource in a workspace.


Method Summary
 long getAllocatedQuota()
          Gets the allocatedQuota value in bytes for this FilesQuota.
 long getConsumedQuota()
          Gets the consumedQuota value in bytes for this FilesQuota.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getAllocatedQuota

public long getAllocatedQuota()
Gets the allocatedQuota value in bytes for this FilesQuota.
Returns:
allocatedQuota

getConsumedQuota

public long getConsumedQuota()
Gets the consumedQuota value in bytes for this FilesQuota.
Returns:
consumedQuota

Copyright © 2001, 2006, Oracle. All rights reserved.