Uses of Class
odata.msgraph.client.beta.enums.CloudPcServicePlanType
-
Packages that use CloudPcServicePlanType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of CloudPcServicePlanType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CloudPcServicePlanType Modifier and Type Field Description protected CloudPcServicePlanTypeCloudPC. servicePlanTypeprotected CloudPcServicePlanTypeCloudPcServicePlan. typeMethods in odata.msgraph.client.beta.entity that return types with arguments of type CloudPcServicePlanType Modifier and Type Method Description Optional<CloudPcServicePlanType>CloudPC. getServicePlanType()Optional<CloudPcServicePlanType>CloudPcServicePlan. getType()Methods in odata.msgraph.client.beta.entity with parameters of type CloudPcServicePlanType Modifier and Type Method Description CloudPC.BuilderCloudPC.Builder. servicePlanType(CloudPcServicePlanType servicePlanType)CloudPcServicePlan.BuilderCloudPcServicePlan.Builder. type(CloudPcServicePlanType type)CloudPCCloudPC. withServicePlanType(CloudPcServicePlanType servicePlanType)CloudPcServicePlanCloudPcServicePlan. withType(CloudPcServicePlanType type) -
Uses of CloudPcServicePlanType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CloudPcServicePlanType Modifier and Type Method Description static CloudPcServicePlanTypeCloudPcServicePlanType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudPcServicePlanType[]CloudPcServicePlanType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-