Uses of Class
odata.msgraph.client.beta.entity.OutlookTaskFolder.Builder
-
Packages that use OutlookTaskFolder.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of OutlookTaskFolder.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OutlookTaskFolder.Builder Modifier and Type Method Description static OutlookTaskFolder.BuilderOutlookTaskFolder. builderOutlookTaskFolder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).OutlookTaskFolder.BuilderOutlookTaskFolder.Builder. changeKey(String changeKey)OutlookTaskFolder.BuilderOutlookTaskFolder.Builder. id(String id)OutlookTaskFolder.BuilderOutlookTaskFolder.Builder. isDefaultFolder(Boolean isDefaultFolder)OutlookTaskFolder.BuilderOutlookTaskFolder.Builder. name(String name)OutlookTaskFolder.BuilderOutlookTaskFolder.Builder. parentGroupKey(UUID parentGroupKey)
-