Uses of Class
com.azure.resourcemanager.authorization.fluent.models.CollectionOfTodoTask
-
Packages that use CollectionOfTodoTask Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of CollectionOfTodoTask in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return CollectionOfTodoTask Modifier and Type Method Description CollectionOfTodoTask
CollectionOfTodoTask. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Collection of todoTask.CollectionOfTodoTask
CollectionOfTodoTask. withOdataNextLink(String odataNextLink)
Set the odataNextLink property: The @odata.nextLink property.CollectionOfTodoTask
CollectionOfTodoTask. withValue(List<MicrosoftGraphTodoTaskInner> value)
Set the value property: The value property.
-