Uses of Class
odata.msgraph.client.beta.entity.OutlookTaskFolder
-
Packages that use OutlookTaskFolder Package Description odata.msgraph.client.beta.entity -
-
Uses of OutlookTaskFolder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OutlookTaskFolder Modifier and Type Method Description OutlookTaskFolderOutlookTaskFolder.Builder. build()OutlookTaskFolderOutlookTaskFolder. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OutlookTaskFolderOutlookTaskFolder. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OutlookTaskFolderOutlookTaskFolder. withChangeKey(String changeKey)OutlookTaskFolderOutlookTaskFolder. withIsDefaultFolder(Boolean isDefaultFolder)OutlookTaskFolderOutlookTaskFolder. withName(String name)OutlookTaskFolderOutlookTaskFolder. withParentGroupKey(String parentGroupKey)OutlookTaskFolderOutlookTaskFolder. withUnmappedField(String name, String value)
-