This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
javax.mail
class Quota.Resource
- Enclosing class:
- Quota
public static class Quota.Resource
extends Object
An individual resource in a quota root.
Field Summary |
long |
limit
The usage limit for the resource. |
String |
name
The name of the resource. |
long |
usage
The current usage of the resource. |
Constructor Summary |
Construct a Resource object with the given name,
usage, and limit.
|
limit
public long limit
-
The usage limit for the resource.
name
public String name
-
The name of the resource.
usage
public long usage
-
The current usage of the resource.
Quota.Resource
public Quota.Resource(String name,
long usage,
long limit)
-
Construct a Resource object with the given name,
usage, and limit.
- Parameters:
name
- the resource name
usage
- the current usage of the resource
limit
- the usage limit for the resource
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.