Uses of Class
odata.msgraph.client.enums.InstallState
-
Packages that use InstallState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of InstallState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as InstallState Modifier and Type Field Description protected InstallStateDeviceInstallState. installStateMethods in odata.msgraph.client.entity that return types with arguments of type InstallState Modifier and Type Method Description Optional<InstallState>DeviceInstallState. getInstallState()“The install state of the eBook.”Methods in odata.msgraph.client.entity with parameters of type InstallState Modifier and Type Method Description DeviceInstallState.BuilderDeviceInstallState.Builder. installState(InstallState installState)“The install state of the eBook.”DeviceInstallStateDeviceInstallState. withInstallState(InstallState installState)Returns an immutable copy ofthiswith just theinstallStatefield changed. -
Uses of InstallState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return InstallState Modifier and Type Method Description static InstallStateInstallState. valueOf(String name)Returns 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.
-