GraphTaskListInfo

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

public class GraphTaskListInfo extends BaseRestObject

Represents information about TaskList.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDisplayName()Gets or sets the name of TaskList.
getItemId()The identifier of the task list, unique in the user’s mailbox.
getProperties()Gets the mapi properties.
getWellknownName()Property indicating the list name if the given list is a well-known list.
hashCode()
isOwner()True if the user is owner of the given task list.
isShared()True if the task list is shared with other users
notify()
notifyAll()
setDisplayName(String value)Gets or sets the name of TaskList.
setOwner(boolean value)True if the user is owner of the given task list.
setShared(boolean value)True if the task list is shared with other users
setWellknownName(int value)Property indicating the list name if the given list is a well-known list.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

getDisplayName()

public String getDisplayName()

Gets or sets the name of TaskList.

Returns: java.lang.String

getItemId()

public String getItemId()

The identifier of the task list, unique in the user’s mailbox.

Value: The entry id string.

Returns: java.lang.String

getProperties()

public MapiPropertyCollection getProperties()

Gets the mapi properties.

Returns: MapiPropertyCollection

getWellknownName()

public final int getWellknownName()

Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.

Returns: int

hashCode()

public native int hashCode()

Returns: int

isOwner()

public final boolean isOwner()

True if the user is owner of the given task list.

Returns: boolean

isShared()

public final boolean isShared()

True if the task list is shared with other users

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDisplayName(String value)

public void setDisplayName(String value)

Gets or sets the name of TaskList.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOwner(boolean value)

public final void setOwner(boolean value)

True if the user is owner of the given task list.

Parameters:

ParameterTypeDescription
valueboolean

setShared(boolean value)

public final void setShared(boolean value)

True if the task list is shared with other users

Parameters:

ParameterTypeDescription
valueboolean

setWellknownName(int value)

public final void setWellknownName(int value)

Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

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