Uses of Class
com.microsoft.graph.models.PlannerBucket
Packages that use PlannerBucket
-
Uses of PlannerBucket in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PlannerBucketModifier and TypeMethodDescriptionstatic PlannerBucketPlannerBucket.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 PlannerBucketModifier and TypeMethodDescriptionPlanner.getBuckets()Gets the buckets property value.PlannerPlan.getBuckets()Gets the buckets property value.PlannerBucketCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type PlannerBucketModifier and TypeMethodDescriptionvoidPlanner.setBuckets(List<PlannerBucket> value) Sets the buckets property value.voidPlannerPlan.setBuckets(List<PlannerBucket> value) Sets the buckets property value.voidPlannerBucketCollectionResponse.setValue(List<PlannerBucket> value) Sets the value property value.