public class GraphTaskListInfo extends BaseRestObject
Represents information about TaskList.
| Constructor and Description |
|---|
GraphTaskListInfo()
Initializes a new instance of the
GraphTaskListInfo class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets or sets the name of TaskList.
|
String |
getItemId()
The identifier of the task list, unique in the user's mailbox.
|
int |
getWellknownName()
Property indicating the list name if the given list is a well-known list.
|
boolean |
isOwner()
True if the user is owner of the given task list.
|
boolean |
isShared()
True if the task list is shared with other users
|
void |
setDisplayName(String value)
Gets or sets the name of TaskList.
|
void |
setOwner(boolean value)
True if the user is owner of the given task list.
|
void |
setShared(boolean value)
True if the task list is shared with other users
|
void |
setWellknownName(int value)
Property indicating the list name if the given list is a well-known list.
|
getPropertiespublic GraphTaskListInfo()
Initializes a new instance of the GraphTaskListInfo class.
public String getDisplayName()
Gets or sets the name of TaskList.
public void setDisplayName(String value)
Gets or sets the name of TaskList.
public String getItemId()
The identifier of the task list, unique in the user's mailbox.
Value: The entry id string.public final boolean isOwner()
True if the user is owner of the given task list.
public final void setOwner(boolean value)
True if the user is owner of the given task list.
public final boolean isShared()
True if the task list is shared with other users
public final void setShared(boolean value)
True if the task list is shared with other users
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.
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.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.