GraphTaskListInfo
Inheritance: java.lang.Object, com.aspose.email.BaseRestObject
public class GraphTaskListInfo extends BaseRestObject
Represents information about TaskList.
Methods
| Method | Description | 
|---|---|
| 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:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setOwner(boolean value)
public final void setOwner(boolean value)
True if the user is owner of the given task list.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
setShared(boolean value)
public final void setShared(boolean value)
True if the task list is shared with other users
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
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:
| Parameter | Type | Description | 
|---|---|---|
| value | int | 
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 |