Uses of Class
odata.msgraph.client.beta.windows.updates.complex.DeploymentState.Builder
-
Packages that use DeploymentState.Builder Package Description odata.msgraph.client.beta.windows.updates.complex -
-
Uses of DeploymentState.Builder in odata.msgraph.client.beta.windows.updates.complex
Methods in odata.msgraph.client.beta.windows.updates.complex that return DeploymentState.Builder Modifier and Type Method Description static DeploymentState.BuilderDeploymentState. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).DeploymentState.BuilderDeploymentState.Builder. reasons(List<DeploymentStateReason> reasons)DeploymentState.BuilderDeploymentState.Builder. reasons(DeploymentStateReason... reasons)DeploymentState.BuilderDeploymentState.Builder. reasonsNextLink(String reasonsNextLink)DeploymentState.BuilderDeploymentState.Builder. requestedValue(RequestedDeploymentStateValue requestedValue)DeploymentState.BuilderDeploymentState.Builder. value(DeploymentStateValue value)
-