ImapNamespace
Inheritance: java.lang.Object
public class ImapNamespace
Represents IMAP namespace More details: https://tools.ietf.org/html/rfc2342
Methods
| Method | Description | 
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getHierarchyDelimiter() | Gets hierarchy delimiter | 
| getNamespaceType() | Gets namespace type | 
| getPrefix() | Gets namespace prefix | 
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Returns a string that represents the current object. | 
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) | 
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | java.lang.Object | 
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHierarchyDelimiter()
public final String getHierarchyDelimiter()
Gets hierarchy delimiter
Returns: java.lang.String
getNamespaceType()
public final int getNamespaceType()
Gets namespace type
Returns: int
getPrefix()
public final String getPrefix()
Gets namespace prefix
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns a string that represents the current object.
Returns: java.lang.String - A string that represents the current object.
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | long | 
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | long | |
| arg1 | int |