Uses of Class
com.microsoft.graph.models.ProvisionedPlan
Packages that use ProvisionedPlan
-
Uses of ProvisionedPlan in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProvisionedPlanModifier and TypeMethodDescriptionstatic ProvisionedPlanProvisionedPlan.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 ProvisionedPlanModifier and TypeMethodDescriptionEducationUser.getProvisionedPlans()Gets the provisionedPlans property value.Organization.getProvisionedPlans()Gets the provisionedPlans property value.User.getProvisionedPlans()Gets the provisionedPlans property value.Method parameters in com.microsoft.graph.models with type arguments of type ProvisionedPlanModifier and TypeMethodDescriptionvoidEducationUser.setProvisionedPlans(List<ProvisionedPlan> value) Sets the provisionedPlans property value.voidOrganization.setProvisionedPlans(List<ProvisionedPlan> value) Sets the provisionedPlans property value.voidUser.setProvisionedPlans(List<ProvisionedPlan> value) Sets the provisionedPlans property value.