Uses of Class
com.azure.resourcemanager.authorization.fluent.models.UsersTodoListsSelect
-
Packages that use UsersTodoListsSelect 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 UsersTodoListsSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type UsersTodoListsSelect Modifier and Type Method Description 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. -
Uses of UsersTodoListsSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as UsersTodoListsSelect Modifier and Type Field Description static UsersTodoListsSelectUsersTodoListsSelect. BODYStatic value body for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. BODY_LAST_MODIFIED_DATE_TIMEStatic value bodyLastModifiedDateTime for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. COMPLETED_DATE_TIMEStatic value completedDateTime for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. CREATED_DATE_TIMEStatic value createdDateTime for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. DUE_DATE_TIMEStatic value dueDateTime for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. EXTENSIONSStatic value extensions for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. IDStatic value id for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. IMPORTANCEStatic value importance for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. IS_REMINDER_ONStatic value isReminderOn for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. LAST_MODIFIED_DATE_TIMEStatic value lastModifiedDateTime for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. LINKED_RESOURCESStatic value linkedResources for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. RECURRENCEStatic value recurrence for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. REMINDER_DATE_TIMEStatic value reminderDateTime for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. STATUSStatic value status for UsersTodoListsSelect.static UsersTodoListsSelectUsersTodoListsSelect. TITLEStatic value title for UsersTodoListsSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersTodoListsSelect Modifier and Type Method Description static UsersTodoListsSelectUsersTodoListsSelect. fromString(String name)Creates or finds a UsersTodoListsSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type UsersTodoListsSelect Modifier and Type Method Description static Collection<UsersTodoListsSelect>UsersTodoListsSelect. values()
-