Uses of Enum
com.microsoft.graph.models.PlannerContainerType
Packages that use PlannerContainerType
-
Uses of PlannerContainerType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PlannerContainerTypeModifier and TypeMethodDescriptionstatic PlannerContainerTypePlannerPlanContainer.getType()Gets the type property value.static PlannerContainerTypeReturns the enum constant of this type with the specified name.static PlannerContainerType[]PlannerContainerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type PlannerContainerTypeModifier and TypeMethodDescriptionvoidPlannerPlanContainer.setType(PlannerContainerType value) Sets the type property value.