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.voidvalidate()Validates the instance.MicrosoftGraphTodoInnerwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: todo.MicrosoftGraphTodoInnerwithId(String id)Set the id property: Read-only.MicrosoftGraphTodoInnerwithLists(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:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTodoInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: todo.- Overrides:
withAdditionalPropertiesin 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:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-