Uses of Class
odata.msgraph.client.beta.windows.updates.entity.Deployment.Builder
-
Packages that use Deployment.Builder Package Description odata.msgraph.client.beta.windows.updates.entity -
-
Uses of Deployment.Builder in odata.msgraph.client.beta.windows.updates.entity
Methods in odata.msgraph.client.beta.windows.updates.entity that return Deployment.Builder Modifier and Type Method Description static Deployment.BuilderDeployment. builderDeployment()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Deployment.BuilderDeployment.Builder. content(DeployableContent content)Deployment.BuilderDeployment.Builder. createdDateTime(OffsetDateTime createdDateTime)Deployment.BuilderDeployment.Builder. id(String id)Deployment.BuilderDeployment.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Deployment.BuilderDeployment.Builder. settings(DeploymentSettings settings)Deployment.BuilderDeployment.Builder. state(DeploymentState state)
-