Uses of Class
odata.msgraph.client.beta.windows.updates.enums.DeploymentStateReasonValue
-
Packages that use DeploymentStateReasonValue Package Description odata.msgraph.client.beta.windows.updates.complex odata.msgraph.client.beta.windows.updates.enums -
-
Uses of DeploymentStateReasonValue in odata.msgraph.client.beta.windows.updates.complex
Fields in odata.msgraph.client.beta.windows.updates.complex declared as DeploymentStateReasonValue Modifier and Type Field Description protected DeploymentStateReasonValueDeploymentStateReason. valueMethods in odata.msgraph.client.beta.windows.updates.complex that return types with arguments of type DeploymentStateReasonValue Modifier and Type Method Description Optional<DeploymentStateReasonValue>DeploymentStateReason. getValue()Methods in odata.msgraph.client.beta.windows.updates.complex with parameters of type DeploymentStateReasonValue Modifier and Type Method Description DeploymentStateReason.BuilderDeploymentStateReason.Builder. value(DeploymentStateReasonValue value)DeploymentStateReasonDeploymentStateReason. withValue(DeploymentStateReasonValue value) -
Uses of DeploymentStateReasonValue in odata.msgraph.client.beta.windows.updates.enums
Methods in odata.msgraph.client.beta.windows.updates.enums that return DeploymentStateReasonValue Modifier and Type Method Description static DeploymentStateReasonValueDeploymentStateReasonValue. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentStateReasonValue[]DeploymentStateReasonValue. values()Returns an array containing the constants of this enum type, in the order they are declared.
-