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