Uses of Enum
com.microsoft.graph.models.PackageStatus
Packages that use PackageStatus
-
Uses of PackageStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PackageStatusModifier and TypeMethodDescriptionstatic PackageStatusCopilotPackage.getAvailableTo()Gets the availableTo property value.CopilotPackage.getDeployedTo()Gets the deployedTo property value.static PackageStatusReturns the enum constant of this type with the specified name.static PackageStatus[]PackageStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type PackageStatusModifier and TypeMethodDescriptionvoidCopilotPackage.setAvailableTo(PackageStatus value) Sets the availableTo property value.voidCopilotPackage.setDeployedTo(PackageStatus value) Sets the deployedTo property value.