MicrosoftGraphTodo Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTodo
- com.
- com.
public final class MicrosoftGraphTodo
extends MicrosoftGraphEntity
Represents a todo.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphTodo() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
List<Microsoft |
lists()
Get the lists property: The task lists in the users mailbox. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withId(String id)
Set the id property: Read-only. |
|
Microsoft |
withLists(List<MicrosoftGraphTodoTaskList> lists)
Set the lists property: The task lists in the users mailbox. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTodo
public MicrosoftGraphTodo()
Creates an instance of MicrosoftGraphTodo class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: todo.
Overrides:
MicrosoftGraphTodo.additionalProperties()Returns:
fromJson
public static MicrosoftGraphTodo fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTodo from the JsonReader.
Parameters:
Returns:
Throws:
lists
public List<MicrosoftGraphTodoTaskList> lists()
Get the lists property: The task lists in the users mailbox.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphTodo.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphTodo.validate()withAdditionalProperties
public MicrosoftGraphTodo withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: todo.
Overrides:
MicrosoftGraphTodo.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphTodo withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphTodo.withId(String id)Parameters:
withLists
public MicrosoftGraphTodo withLists(List<MicrosoftGraphTodoTaskList> lists)
Set the lists property: The task lists in the users mailbox.
Parameters:
Returns: