Uses of Class
odata.msgraph.client.beta.windows.updates.complex.DeployableContent
-
Packages that use DeployableContent Package Description odata.msgraph.client.beta.windows.updates.complex odata.msgraph.client.beta.windows.updates.entity -
-
Uses of DeployableContent in odata.msgraph.client.beta.windows.updates.complex
Subclasses of DeployableContent in odata.msgraph.client.beta.windows.updates.complex Modifier and Type Class Description classExpeditedQualityUpdateReferenceclassFeatureUpdateReferenceclassQualityUpdateReferenceclassSoftwareUpdateReferenceclassWindowsUpdateReferenceMethods in odata.msgraph.client.beta.windows.updates.complex that return DeployableContent Modifier and Type Method Description DeployableContentDeployableContent. withUnmappedField(String name, String value) -
Uses of DeployableContent in odata.msgraph.client.beta.windows.updates.entity
Fields in odata.msgraph.client.beta.windows.updates.entity declared as DeployableContent Modifier and Type Field Description protected DeployableContentDeployment. contentMethods in odata.msgraph.client.beta.windows.updates.entity that return types with arguments of type DeployableContent Modifier and Type Method Description Optional<DeployableContent>Deployment. getContent()Methods in odata.msgraph.client.beta.windows.updates.entity with parameters of type DeployableContent Modifier and Type Method Description Deployment.BuilderDeployment.Builder. content(DeployableContent content)DeploymentDeployment. withContent(DeployableContent content)
-