Uses of Class
odata.msgraph.client.beta.windows.updates.complex.DeploymentState
-
Packages that use DeploymentState Package Description odata.msgraph.client.beta.windows.updates.complex odata.msgraph.client.beta.windows.updates.entity -
-
Uses of DeploymentState in odata.msgraph.client.beta.windows.updates.complex
Methods in odata.msgraph.client.beta.windows.updates.complex that return DeploymentState Modifier and Type Method Description DeploymentStateDeploymentState.Builder. build()DeploymentStateDeploymentState. withRequestedValue(RequestedDeploymentStateValue requestedValue)DeploymentStateDeploymentState. withUnmappedField(String name, String value)DeploymentStateDeploymentState. withValue(DeploymentStateValue value) -
Uses of DeploymentState in odata.msgraph.client.beta.windows.updates.entity
Fields in odata.msgraph.client.beta.windows.updates.entity declared as DeploymentState Modifier and Type Field Description protected DeploymentStateDeployment. stateMethods in odata.msgraph.client.beta.windows.updates.entity that return types with arguments of type DeploymentState Modifier and Type Method Description Optional<DeploymentState>Deployment. getState()Methods in odata.msgraph.client.beta.windows.updates.entity with parameters of type DeploymentState Modifier and Type Method Description Deployment.BuilderDeployment.Builder. state(DeploymentState state)DeploymentDeployment. withState(DeploymentState state)
-