public static class GuestOsFeature.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GuestOsFeature |
build() |
GuestOsFeature.Builder |
clone() |
String |
getType()
The ID of a supported feature.
|
GuestOsFeature.Builder |
mergeFrom(GuestOsFeature other) |
GuestOsFeature.Builder |
setType(String type)
The ID of a supported feature.
|
public GuestOsFeature.Builder mergeFrom(GuestOsFeature other)
public String getType()
public GuestOsFeature.Builder setType(String type)
public GuestOsFeature build()
public GuestOsFeature.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.