Uses of Class
odata.msgraph.client.beta.enums.RemediationState
-
Packages that use RemediationState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RemediationState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RemediationState Modifier and Type Field Description protected RemediationStateDeviceHealthScriptDeviceState. remediationStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type RemediationState Modifier and Type Method Description Optional<RemediationState>DeviceHealthScriptDeviceState. getRemediationState()“Remediation state from the lastest device health script execution”Methods in odata.msgraph.client.beta.entity with parameters of type RemediationState Modifier and Type Method Description DeviceHealthScriptDeviceState.BuilderDeviceHealthScriptDeviceState.Builder. remediationState(RemediationState remediationState)“Remediation state from the lastest device health script execution”DeviceHealthScriptDeviceStateDeviceHealthScriptDeviceState. withRemediationState(RemediationState remediationState)Returns an immutable copy ofthiswith just theremediationStatefield changed. -
Uses of RemediationState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RemediationState Modifier and Type Method Description static RemediationStateRemediationState. valueOf(String name)Returns the enum constant of this type with the specified name.static RemediationState[]RemediationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-