Uses of Class
odata.msgraph.client.entity.DeviceInstallState
-
Packages that use DeviceInstallState Package Description odata.msgraph.client.entity -
-
Uses of DeviceInstallState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type DeviceInstallState Modifier and Type Field Description protected List<DeviceInstallState>ManagedEBook. deviceStatesprotected List<DeviceInstallState>UserInstallStateSummary. deviceStatesMethods in odata.msgraph.client.entity that return DeviceInstallState Modifier and Type Method Description DeviceInstallStateDeviceInstallState.Builder. build()DeviceInstallStateDeviceInstallState. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceInstallStateDeviceInstallState. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceInstallStateDeviceInstallState. withDeviceId(String deviceId)Returns an immutable copy ofthiswith just thedeviceIdfield changed.DeviceInstallStateDeviceInstallState. withDeviceName(String deviceName)Returns an immutable copy ofthiswith just thedeviceNamefield changed.DeviceInstallStateDeviceInstallState. withErrorCode(String errorCode)Returns an immutable copy ofthiswith just theerrorCodefield changed.DeviceInstallStateDeviceInstallState. withInstallState(InstallState installState)Returns an immutable copy ofthiswith just theinstallStatefield changed.DeviceInstallStateDeviceInstallState. withLastSyncDateTime(OffsetDateTime lastSyncDateTime)Returns an immutable copy ofthiswith just thelastSyncDateTimefield changed.DeviceInstallStateDeviceInstallState. withOsDescription(String osDescription)Returns an immutable copy ofthiswith just theosDescriptionfield changed.DeviceInstallStateDeviceInstallState. withOsVersion(String osVersion)Returns an immutable copy ofthiswith just theosVersionfield changed.DeviceInstallStateDeviceInstallState. withUnmappedField(String name, Object value)DeviceInstallStateDeviceInstallState. withUserName(String userName)Returns an immutable copy ofthiswith just theuserNamefield changed.Methods in odata.msgraph.client.entity with parameters of type DeviceInstallState Modifier and Type Method Description IosVppEBook.BuilderIosVppEBook.Builder. deviceStates(DeviceInstallState... deviceStates)UserInstallStateSummary.BuilderUserInstallStateSummary.Builder. deviceStates(DeviceInstallState... deviceStates)“The install state of the eBook.”Method parameters in odata.msgraph.client.entity with type arguments of type DeviceInstallState Modifier and Type Method Description IosVppEBook.BuilderIosVppEBook.Builder. deviceStates(List<DeviceInstallState> deviceStates)UserInstallStateSummary.BuilderUserInstallStateSummary.Builder. deviceStates(List<DeviceInstallState> deviceStates)“The install state of the eBook.”ManagedEBookManagedEBook. withDeviceStates(List<DeviceInstallState> deviceStates)Returns an immutable copy ofthiswith just thedeviceStatesfield changed.UserInstallStateSummaryUserInstallStateSummary. withDeviceStates(List<DeviceInstallState> deviceStates)Returns an immutable copy ofthiswith just thedeviceStatesfield changed.
-