Uses of Class
com.microsoft.graph.models.PackageAccessEntity
Packages that use PackageAccessEntity
-
Uses of PackageAccessEntity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PackageAccessEntityModifier and TypeMethodDescriptionstatic PackageAccessEntityPackageAccessEntity.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type PackageAccessEntityModifier and TypeMethodDescriptionCopilotPackageDetail.getAcquireUsersAndGroups()Gets the acquireUsersAndGroups property value.CopilotPackageDetail.getAllowedUsersAndGroups()Gets the allowedUsersAndGroups property value.CopilotPackageDetail.getSharedWithUsersAndGroups()Gets the sharedWithUsersAndGroups property value.Method parameters in com.microsoft.graph.models with type arguments of type PackageAccessEntityModifier and TypeMethodDescriptionvoidCopilotPackageDetail.setAcquireUsersAndGroups(List<PackageAccessEntity> value) Sets the acquireUsersAndGroups property value.voidCopilotPackageDetail.setAllowedUsersAndGroups(List<PackageAccessEntity> value) Sets the allowedUsersAndGroups property value.voidCopilotPackageDetail.setSharedWithUsersAndGroups(List<PackageAccessEntity> value) Sets the sharedWithUsersAndGroups property value.