GraphFolderInfo

Inheritance: java.lang.Object, com.aspose.email.BaseRestObject

public class GraphFolderInfo extends BaseRestObject

Represents information about personal folder.

Constructors

ConstructorDescription
GraphFolderInfo(MapiPropertyCollection properties)Initializes a new instance of the FolderInfo class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getContainerClass()Gets container class of the folder object.
getContentCount()Gets the total number of items in the folder.
getContentUnreadCount()Gets the number of unread items in the folder.
getDisplayName()Gets the display name of folder.
getItemId()Gets string representation of entry ID.
getProperties()Gets the mapi properties.
hasSubFolders()Gets a value indicating whether the Folder object has any subfolders.
hashCode()
notify()
notifyAll()
setDisplayName(String value)Gets the display name of folder.
toString()Returns a string that represents the current object.
wait()
wait(long arg0)
wait(long arg0, int arg1)

GraphFolderInfo(MapiPropertyCollection properties)

public GraphFolderInfo(MapiPropertyCollection properties)

Initializes a new instance of the FolderInfo class.

Parameters:

ParameterTypeDescription
propertiesMapiPropertyCollectionMapiProperties for this folder

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getContainerClass()

public String getContainerClass()

Gets container class of the folder object.

Value: The container class.

Returns: java.lang.String

getContentCount()

public int getContentCount()

Gets the total number of items in the folder.

Value: The content count.

Returns: int

getContentUnreadCount()

public int getContentUnreadCount()

Gets the number of unread items in the folder.

Value: The content unread count.

Returns: int

getDisplayName()

public String getDisplayName()

Gets the display name of folder.

Value: The display name.

Returns: java.lang.String

getItemId()

public String getItemId()

Gets string representation of entry ID.

Value: The entry id string.

Returns: java.lang.String

getProperties()

public MapiPropertyCollection getProperties()

Gets the mapi properties.

Returns: MapiPropertyCollection

hasSubFolders()

public boolean hasSubFolders()

Gets a value indicating whether the Folder object has any subfolders.

Value: The has sub folders.

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDisplayName(String value)

public void setDisplayName(String value)

Gets the display name of folder.

Value: The display name.

Parameters:

ParameterTypeDescription
valuejava.lang.String

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int