Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTodoTaskInner
-
Packages that use MicrosoftGraphTodoTaskInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTodoTaskInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphTodoTaskInner Modifier and Type Method Description MicrosoftGraphTodoTaskInner
UsersTodoListsClient. createTasks(String userId, String todoTaskListId, MicrosoftGraphTodoTaskInner body)
Create new navigation property to tasks for users.MicrosoftGraphTodoTaskInner
UsersTodoListsClient. getTasks(String userId, String todoTaskListId, String todoTaskId)
Get tasks from users.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphTodoTaskInner Modifier and Type Method Description Mono<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. createTasksAsync(String userId, String todoTaskListId, MicrosoftGraphTodoTaskInner body)
Create new navigation property to tasks for users.com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. createTasksWithResponse(String userId, String todoTaskListId, MicrosoftGraphTodoTaskInner body, com.azure.core.util.Context context)
Create new navigation property to tasks for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskInner>>
UsersTodoListsClient. createTasksWithResponseAsync(String userId, String todoTaskListId, MicrosoftGraphTodoTaskInner body)
Create new navigation property to tasks for users.Mono<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. getTasksAsync(String userId, String todoTaskListId, String todoTaskId)
Get tasks from users.Mono<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. getTasksAsync(String userId, String todoTaskListId, String todoTaskId, List<UsersTodoListsSelect> select, List<UsersTodoListsExpand> expand)
Get tasks from users.com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. getTasksWithResponse(String userId, String todoTaskListId, String todoTaskId, List<UsersTodoListsSelect> select, List<UsersTodoListsExpand> expand, com.azure.core.util.Context context)
Get tasks from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskInner>>
UsersTodoListsClient. getTasksWithResponseAsync(String userId, String todoTaskListId, String todoTaskId, List<UsersTodoListsSelect> select, List<UsersTodoListsExpand> expand)
Get tasks from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. listTasks(String userId, String todoTaskListId)
Get tasks from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. listTasks(String userId, String todoTaskListId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersTodoListsOrderby> orderby, List<UsersTodoListsSelect> select, List<UsersTodoListsExpand> expand, com.azure.core.util.Context context)
Get tasks from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. listTasksAsync(String userId, String todoTaskListId)
Get tasks from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. listTasksAsync(String userId, String todoTaskListId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersTodoListsOrderby> orderby, List<UsersTodoListsSelect> select, List<UsersTodoListsExpand> expand)
Get tasks from users.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphTodoTaskInner Modifier and Type Method Description MicrosoftGraphTodoTaskInner
UsersTodoListsClient. createTasks(String userId, String todoTaskListId, MicrosoftGraphTodoTaskInner body)
Create new navigation property to tasks for users.Mono<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. createTasksAsync(String userId, String todoTaskListId, MicrosoftGraphTodoTaskInner body)
Create new navigation property to tasks for users.com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskInner>
UsersTodoListsClient. createTasksWithResponse(String userId, String todoTaskListId, MicrosoftGraphTodoTaskInner body, com.azure.core.util.Context context)
Create new navigation property to tasks for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskInner>>
UsersTodoListsClient. createTasksWithResponseAsync(String userId, String todoTaskListId, MicrosoftGraphTodoTaskInner body)
Create new navigation property to tasks for users.void
UsersTodoListsClient. updateTasks(String userId, String todoTaskListId, String todoTaskId, MicrosoftGraphTodoTaskInner body)
Update the navigation property tasks in users.Mono<Void>
UsersTodoListsClient. updateTasksAsync(String userId, String todoTaskListId, String todoTaskId, MicrosoftGraphTodoTaskInner body)
Update the navigation property tasks in users.com.azure.core.http.rest.Response<Void>
UsersTodoListsClient. updateTasksWithResponse(String userId, String todoTaskListId, String todoTaskId, MicrosoftGraphTodoTaskInner body, com.azure.core.util.Context context)
Update the navigation property tasks in users.Mono<com.azure.core.http.rest.Response<Void>>
UsersTodoListsClient. updateTasksWithResponseAsync(String userId, String todoTaskListId, String todoTaskId, MicrosoftGraphTodoTaskInner body)
Update the navigation property tasks in users. -
Uses of MicrosoftGraphTodoTaskInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTodoTaskInner Modifier and Type Method Description MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: todoTask.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withBody(MicrosoftGraphItemBody body)
Set the body property: itemBody.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withBodyLastModifiedDateTime(OffsetDateTime bodyLastModifiedDateTime)
Set the bodyLastModifiedDateTime property: The date and time when the task was last modified.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withCompletedDateTime(MicrosoftGraphDateTimeZone completedDateTime)
Set the completedDateTime property: dateTimeTimeZone.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The date and time when the task was created.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withDueDateTime(MicrosoftGraphDateTimeZone dueDateTime)
Set the dueDateTime property: dateTimeTimeZone.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withExtensions(List<MicrosoftGraphExtensionInner> extensions)
Set the extensions property: The collection of open extensions defined for the task.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withImportance(MicrosoftGraphImportance importance)
Set the importance property: The importance property.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withIsReminderOn(Boolean isReminderOn)
Set the isReminderOn property: Set to true if an alert is set to remind the user of the task.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The date and time when the task was last modified.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withLinkedResources(List<MicrosoftGraphLinkedResourceInner> linkedResources)
Set the linkedResources property: A collection of resources linked to the task.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withRecurrence(MicrosoftGraphPatternedRecurrence recurrence)
Set the recurrence property: patternedRecurrence.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withReminderDateTime(MicrosoftGraphDateTimeZone reminderDateTime)
Set the reminderDateTime property: dateTimeTimeZone.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withStatus(MicrosoftGraphTaskStatus status)
Set the status property: The status property.MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withTitle(String title)
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 MicrosoftGraphTodoTaskInner Modifier and Type Method Description List<MicrosoftGraphTodoTaskInner>
MicrosoftGraphTodoTaskListInner. tasks()
Get the tasks property: The tasks in this task list.List<MicrosoftGraphTodoTaskInner>
CollectionOfTodoTask. value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTodoTaskInner Modifier and Type Method Description MicrosoftGraphTodoTaskListInner
MicrosoftGraphTodoTaskListInner. withTasks(List<MicrosoftGraphTodoTaskInner> tasks)
Set the tasks property: The tasks in this task list.CollectionOfTodoTask
CollectionOfTodoTask. withValue(List<MicrosoftGraphTodoTaskInner> value)
Set the value property: The value property.
-