Uses of Enum
com.microsoft.graph.models.InstallState
Packages that use InstallState
-
Uses of InstallState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return InstallStateModifier and TypeMethodDescriptionstatic InstallStateDeviceInstallState.getInstallState()Gets the installState property value.static InstallStateReturns the enum constant of this type with the specified name.static InstallState[]InstallState.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 InstallStateModifier and TypeMethodDescriptionvoidDeviceInstallState.setInstallState(InstallState value) Sets the installState property value.