Uses of Class
odata.msgraph.client.beta.entity.TodoTaskList.Builder
-
Packages that use TodoTaskList.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of TodoTaskList.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TodoTaskList.Builder Modifier and Type Method Description static TodoTaskList.BuilderTodoTaskList. builderTodoTaskList()Returns a builder which is used to create a new instance of this class (given that this class is immutable).TodoTaskList.BuilderTodoTaskList.Builder. displayName(String displayName)TodoTaskList.BuilderTodoTaskList.Builder. id(String id)TodoTaskList.BuilderTodoTaskList.Builder. isOwner(Boolean isOwner)TodoTaskList.BuilderTodoTaskList.Builder. isShared(Boolean isShared)TodoTaskList.BuilderTodoTaskList.Builder. wellknownListName(WellknownListName wellknownListName)
-