BaseRestObject
Contents
[
Hide
]Inheritance: java.lang.Object
public abstract class BaseRestObject
Represents functionality for base object.
Constructors
Constructor | Description |
---|---|
BaseRestObject(MapiPropertyCollection properties, PropertyDescriptor[] explicitProperties) | Initializes a new instance of the FolderInfo class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getProperties() | Gets the mapi properties. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
BaseRestObject(MapiPropertyCollection properties, PropertyDescriptor[] explicitProperties)
public BaseRestObject(MapiPropertyCollection properties, PropertyDescriptor[] explicitProperties)
Initializes a new instance of the FolderInfo class.
Parameters:
Parameter | Type | Description |
---|---|---|
properties | MapiPropertyCollection | MapiProperties for this folder |
explicitProperties | PropertyDescriptor[] | Contains enumeration of MAPI properties which are transmits as explicit object properties |
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
getProperties()
public MapiPropertyCollection getProperties()
Gets the mapi properties.
Returns: MapiPropertyCollection
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
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 |