Uses of Class
com.microsoft.graph.models.AssignedPlan
Packages that use AssignedPlan
-
Uses of AssignedPlan in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AssignedPlanModifier and TypeMethodDescriptionstatic AssignedPlanAssignedPlan.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 AssignedPlanModifier and TypeMethodDescriptionEducationUser.getAssignedPlans()Gets the assignedPlans property value.Organization.getAssignedPlans()Gets the assignedPlans property value.User.getAssignedPlans()Gets the assignedPlans property value.Method parameters in com.microsoft.graph.models with type arguments of type AssignedPlanModifier and TypeMethodDescriptionvoidEducationUser.setAssignedPlans(List<AssignedPlan> value) Sets the assignedPlans property value.voidOrganization.setAssignedPlans(List<AssignedPlan> value) Sets the assignedPlans property value.voidUser.setAssignedPlans(List<AssignedPlan> value) Sets the assignedPlans property value.