Uses of Class
com.microsoft.graph.models.Permission
Packages that use Permission
-
Uses of Permission in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PermissionModifier and TypeMethodDescriptionstatic PermissionPermission.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueSharedDriveItem.getPermission()Gets the permission property value.Methods in com.microsoft.graph.models that return types with arguments of type PermissionModifier and TypeMethodDescriptionDriveItem.getPermissions()Gets the permissions property value.FileStorageContainer.getPermissions()Gets the permissions property value.List.getPermissions()Gets the permissions property value.ListItem.getPermissions()Gets the permissions property value.Site.getPermissions()Gets the permissions property value.PermissionCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type PermissionModifier and TypeMethodDescriptionvoidSharedDriveItem.setPermission(Permission value) Sets the permission property value.Method parameters in com.microsoft.graph.models with type arguments of type PermissionModifier and TypeMethodDescriptionvoidDriveItem.setPermissions(List<Permission> value) Sets the permissions property value.voidFileStorageContainer.setPermissions(List<Permission> value) Sets the permissions property value.voidList.setPermissions(List<Permission> value) Sets the permissions property value.voidListItem.setPermissions(List<Permission> value) Sets the permissions property value.voidSite.setPermissions(List<Permission> value) Sets the permissions property value.voidPermissionCollectionResponse.setValue(List<Permission> value) Sets the value property value.