Uses of Class
odata.msgraph.client.beta.windows.updates.entity.Deployment
-
Packages that use Deployment Package Description odata.msgraph.client.beta.windows.updates.entity -
-
Uses of Deployment in odata.msgraph.client.beta.windows.updates.entity
Methods in odata.msgraph.client.beta.windows.updates.entity that return Deployment Modifier and Type Method Description DeploymentDeployment.Builder. build()DeploymentDeployment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeploymentDeployment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeploymentDeployment. withContent(DeployableContent content)DeploymentDeployment. withCreatedDateTime(OffsetDateTime createdDateTime)DeploymentDeployment. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)DeploymentDeployment. withSettings(DeploymentSettings settings)DeploymentDeployment. withState(DeploymentState state)DeploymentDeployment. withUnmappedField(String name, String value)
-