Uses of Class
com.microsoft.graph.models.CloudPcServicePlan
Packages that use CloudPcServicePlan
-
Uses of CloudPcServicePlan in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CloudPcServicePlanModifier and TypeMethodDescriptionstatic CloudPcServicePlanCloudPcServicePlan.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type CloudPcServicePlanModifier and TypeMethodDescriptionVirtualEndpoint.getServicePlans()Gets the servicePlans property value.CloudPcServicePlanCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type CloudPcServicePlanModifier and TypeMethodDescriptionvoidVirtualEndpoint.setServicePlans(List<CloudPcServicePlan> value) Sets the servicePlans property value.voidCloudPcServicePlanCollectionResponse.setValue(List<CloudPcServicePlan> value) Sets the value property value.