Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTodoTask
Packages that use MicrosoftGraphTodoTask
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTodoTask in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTodoTaskModifier and TypeMethodDescriptionMicrosoftGraphTodoTask.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: todoTask.MicrosoftGraphTodoTask.withBody(MicrosoftGraphItemBody body) Set the body property: itemBody.MicrosoftGraphTodoTask.withBodyLastModifiedDateTime(OffsetDateTime bodyLastModifiedDateTime) Set the bodyLastModifiedDateTime property: The date and time when the task was last modified.MicrosoftGraphTodoTask.withCompletedDateTime(MicrosoftGraphDateTimeZone completedDateTime) Set the completedDateTime property: dateTimeTimeZone.MicrosoftGraphTodoTask.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The date and time when the task was created.MicrosoftGraphTodoTask.withDueDateTime(MicrosoftGraphDateTimeZone dueDateTime) Set the dueDateTime property: dateTimeTimeZone.MicrosoftGraphTodoTask.withExtensions(List<MicrosoftGraphExtension> extensions) Set the extensions property: The collection of open extensions defined for the task.Set the id property: Read-only.MicrosoftGraphTodoTask.withImportance(MicrosoftGraphImportance importance) Set the importance property: importance.MicrosoftGraphTodoTask.withIsReminderOn(Boolean isReminderOn) Set the isReminderOn property: Set to true if an alert is set to remind the user of the task.MicrosoftGraphTodoTask.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The date and time when the task was last modified.MicrosoftGraphTodoTask.withLinkedResources(List<MicrosoftGraphLinkedResource> linkedResources) Set the linkedResources property: A collection of resources linked to the task.MicrosoftGraphTodoTask.withRecurrence(MicrosoftGraphPatternedRecurrence recurrence) Set the recurrence property: patternedRecurrence.MicrosoftGraphTodoTask.withReminderDateTime(MicrosoftGraphDateTimeZone reminderDateTime) Set the reminderDateTime property: dateTimeTimeZone.MicrosoftGraphTodoTask.withStatus(MicrosoftGraphTaskStatus status) Set the status property: taskStatus.Set the title property: A brief description of the task.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTodoTaskModifier and TypeMethodDescriptionMicrosoftGraphTodoTaskList.tasks()Get the tasks property: The tasks in this task list.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTodoTaskModifier and TypeMethodDescriptionMicrosoftGraphTodoTaskList.withTasks(List<MicrosoftGraphTodoTask> tasks) Set the tasks property: The tasks in this task list.