Uses of Enum
com.microsoft.graph.models.PackageType
Packages that use PackageType
-
Uses of PackageType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PackageTypeModifier and TypeMethodDescriptionstatic PackageTypeCopilotPackage.getType()Gets the type property value.static PackageTypeReturns the enum constant of this type with the specified name.static PackageType[]PackageType.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 PackageTypeModifier and TypeMethodDescriptionvoidCopilotPackage.setType(PackageType value) Sets the type property value.