Uses of Class
odata.msgraph.client.beta.entity.CloudPcServicePlan.Builder
-
Packages that use CloudPcServicePlan.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of CloudPcServicePlan.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CloudPcServicePlan.Builder Modifier and Type Method Description static CloudPcServicePlan.BuilderCloudPcServicePlan. builderCloudPcServicePlan()Returns a builder which is used to create a new instance of this class (given that this class is immutable).CloudPcServicePlan.BuilderCloudPcServicePlan.Builder. displayName(String displayName)CloudPcServicePlan.BuilderCloudPcServicePlan.Builder. id(String id)CloudPcServicePlan.BuilderCloudPcServicePlan.Builder. ramInGB(Integer ramInGB)CloudPcServicePlan.BuilderCloudPcServicePlan.Builder. storageInGB(Integer storageInGB)CloudPcServicePlan.BuilderCloudPcServicePlan.Builder. type(CloudPcServicePlanType type)CloudPcServicePlan.BuilderCloudPcServicePlan.Builder. userProfileInGB(Integer userProfileInGB)CloudPcServicePlan.BuilderCloudPcServicePlan.Builder. vCpuCount(Integer vCpuCount)
-