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