Uses of Enum
com.microsoft.graph.models.PlannerPreviewType
Packages that use PlannerPreviewType
-
Uses of PlannerPreviewType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PlannerPreviewTypeModifier and TypeMethodDescriptionstatic PlannerPreviewTypePlannerTask.getPreviewType()Gets the previewType property value.PlannerTaskDetails.getPreviewType()Gets the previewType property value.static PlannerPreviewTypeReturns the enum constant of this type with the specified name.static PlannerPreviewType[]PlannerPreviewType.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 PlannerPreviewTypeModifier and TypeMethodDescriptionvoidPlannerTask.setPreviewType(PlannerPreviewType value) Sets the previewType property value.voidPlannerTaskDetails.setPreviewType(PlannerPreviewType value) Sets the previewType property value.