Uses of Class
odata.msgraph.client.beta.windows.updates.complex.DeploymentStateReason
-
Packages that use DeploymentStateReason Package Description odata.msgraph.client.beta.windows.updates.complex -
-
Uses of DeploymentStateReason in odata.msgraph.client.beta.windows.updates.complex
Fields in odata.msgraph.client.beta.windows.updates.complex with type parameters of type DeploymentStateReason Modifier and Type Field Description protected List<DeploymentStateReason>DeploymentState. reasonsMethods in odata.msgraph.client.beta.windows.updates.complex that return DeploymentStateReason Modifier and Type Method Description DeploymentStateReasonDeploymentStateReason.Builder. build()DeploymentStateReasonDeploymentStateReason. withUnmappedField(String name, String value)DeploymentStateReasonDeploymentStateReason. withValue(DeploymentStateReasonValue value)Methods in odata.msgraph.client.beta.windows.updates.complex that return types with arguments of type DeploymentStateReason Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeploymentStateReason>DeploymentState. getReasons()com.github.davidmoten.odata.client.CollectionPage<DeploymentStateReason>DeploymentState. getReasons(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.windows.updates.complex with parameters of type DeploymentStateReason Modifier and Type Method Description DeploymentState.BuilderDeploymentState.Builder. reasons(DeploymentStateReason... reasons)Method parameters in odata.msgraph.client.beta.windows.updates.complex with type arguments of type DeploymentStateReason Modifier and Type Method Description DeploymentState.BuilderDeploymentState.Builder. reasons(List<DeploymentStateReason> reasons)
-