Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerTask
Packages that use MicrosoftGraphPlannerTask
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPlannerTask in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPlannerTaskModifier and TypeMethodDescriptionMicrosoftGraphPlannerTask.withActiveChecklistItemCount(Integer activeChecklistItemCount) Set the activeChecklistItemCount property: Number of checklist items with value set to false, representing incomplete items.MicrosoftGraphPlannerTask.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerTask.MicrosoftGraphPlannerTask.withAppliedCategories(Map<String, Object> appliedCategories) Set the appliedCategories property: plannerAppliedCategories.MicrosoftGraphPlannerTask.withAssignedToTaskBoardFormat(MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat assignedToTaskBoardFormat) Set the assignedToTaskBoardFormat property: plannerAssignedToTaskBoardTaskFormat.MicrosoftGraphPlannerTask.withAssigneePriority(String assigneePriority) Set the assigneePriority property: Hint used to order items of this type in a list view.MicrosoftGraphPlannerTask.withAssignments(Map<String, Object> assignments) Set the assignments property: plannerAssignments.MicrosoftGraphPlannerTask.withBucketId(String bucketId) Set the bucketId property: Bucket ID to which the task belongs.MicrosoftGraphPlannerTask.withBucketTaskBoardFormat(MicrosoftGraphPlannerBucketTaskBoardTaskFormat bucketTaskBoardFormat) Set the bucketTaskBoardFormat property: plannerBucketTaskBoardTaskFormat.MicrosoftGraphPlannerTask.withChecklistItemCount(Integer checklistItemCount) Set the checklistItemCount property: Number of checklist items that are present on the task.MicrosoftGraphPlannerTask.withCompletedBy(MicrosoftGraphIdentitySet completedBy) Set the completedBy property: identitySet.MicrosoftGraphPlannerTask.withCompletedDateTime(OffsetDateTime completedDateTime) Set the completedDateTime property: Read-only.MicrosoftGraphPlannerTask.withConversationThreadId(String conversationThreadId) Set the conversationThreadId property: Thread ID of the conversation on the task.MicrosoftGraphPlannerTask.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphPlannerTask.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Read-only.MicrosoftGraphPlannerTask.withDetails(MicrosoftGraphPlannerTaskDetails details) Set the details property: plannerTaskDetails.MicrosoftGraphPlannerTask.withDueDateTime(OffsetDateTime dueDateTime) Set the dueDateTime property: Date and time at which the task is due.MicrosoftGraphPlannerTask.withHasDescription(Boolean hasDescription) Set the hasDescription property: Read-only.Set the id property: Read-only.MicrosoftGraphPlannerTask.withOrderHint(String orderHint) Set the orderHint property: Hint used to order items of this type in a list view.MicrosoftGraphPlannerTask.withPercentComplete(Integer percentComplete) Set the percentComplete property: Percentage of task completion.MicrosoftGraphPlannerTask.withPlanId(String planId) Set the planId property: Plan ID to which the task belongs.MicrosoftGraphPlannerTask.withPreviewType(MicrosoftGraphPlannerPreviewType previewType) Set the previewType property: plannerPreviewType.MicrosoftGraphPlannerTask.withProgressTaskBoardFormat(MicrosoftGraphPlannerProgressTaskBoardTaskFormat progressTaskBoardFormat) Set the progressTaskBoardFormat property: plannerProgressTaskBoardTaskFormat.MicrosoftGraphPlannerTask.withReferenceCount(Integer referenceCount) Set the referenceCount property: Number of external references that exist on the task.MicrosoftGraphPlannerTask.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: Date and time at which the task starts.Set the title property: Title of the task.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPlannerTaskModifier and TypeMethodDescriptionMicrosoftGraphPlannerBucket.tasks()Get the tasks property: Read-only.MicrosoftGraphPlannerPlan.tasks()Get the tasks property: Read-only.MicrosoftGraphPlannerUser.tasks()Get the tasks property: Read-only.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPlannerTaskModifier and TypeMethodDescriptionMicrosoftGraphPlannerBucket.withTasks(List<MicrosoftGraphPlannerTask> tasks) Set the tasks property: Read-only.MicrosoftGraphPlannerPlan.withTasks(List<MicrosoftGraphPlannerTask> tasks) Set the tasks property: Read-only.MicrosoftGraphPlannerUser.withTasks(List<MicrosoftGraphPlannerTask> tasks) Set the tasks property: Read-only.