Class MicrosoftGraphTodoInner
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTodoInner
-
public final class MicrosoftGraphTodoInner extends MicrosoftGraphEntity
todo.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphTodoInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: todo.List<MicrosoftGraphTodoTaskListInner>
lists()
Get the lists property: The task lists in the users mailbox.void
validate()
Validates the instance.MicrosoftGraphTodoInner
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: todo.MicrosoftGraphTodoInner
withId(String id)
Set the id property: Read-only.MicrosoftGraphTodoInner
withLists(List<MicrosoftGraphTodoTaskListInner> lists)
Set the lists property: The task lists in the users mailbox.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
lists
public List<MicrosoftGraphTodoTaskListInner> lists()
Get the lists property: The task lists in the users mailbox.- Returns:
- the lists value.
-
withLists
public MicrosoftGraphTodoInner withLists(List<MicrosoftGraphTodoTaskListInner> lists)
Set the lists property: The task lists in the users mailbox.- Parameters:
lists
- the lists value to set.- Returns:
- the MicrosoftGraphTodoInner object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: todo.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTodoInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: todo.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTodoInner object itself.
-
withId
public MicrosoftGraphTodoInner withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-