Uses of Class
microsoft.exchange.webservices.data.property.complex.FolderPermission
-
Packages that use FolderPermission Package Description microsoft.exchange.webservices.data.property.complex -
-
Uses of FolderPermission in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return FolderPermission Modifier and Type Method Description protected FolderPermissionFolderPermissionCollection. createComplexProperty(String xmlElementName)Creates the complex property.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type FolderPermission Modifier and Type Method Description voidFolderPermissionCollection. add(FolderPermission permission)Adds a permission to the collection.protected StringFolderPermissionCollection. getCollectionItemXmlElementName(FolderPermission complexProperty)Gets the name of the collection item XML element.booleanFolderPermissionCollection. remove(FolderPermission permission)Removes a permission from the collection.Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type FolderPermission Modifier and Type Method Description voidFolderPermissionCollection. addFolderRange(Iterator<FolderPermission> permissions)Adds the specified permissions to the collection.
-