diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java
index 314d7bad1cc..7467d08902f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java
@@ -35,18 +35,20 @@ public ReportSyntheticMediaRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/participants/{participant%2Did}/reportSyntheticMedia", rawUrl);
}
/**
- * Invoke action reportSyntheticMedia
+ * Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReportSyntheticMediaPostRequestBody body) {
post(body, null);
}
/**
- * Invoke action reportSyntheticMedia
+ * Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReportSyntheticMediaPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -56,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ReportSyntheticMediaPostReque
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Invoke action reportSyntheticMedia
+ * Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -65,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action reportSyntheticMedia
+ * Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java
index cc3132d29c7..b353774b17d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java
@@ -60,7 +60,7 @@ public TargetedMessagesRequestBuilder(@jakarta.annotation.Nonnull final String r
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/targetedMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @return a {@link TargetedChatMessageCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public TargetedChatMessageCollectionResponse get() {
return get(null);
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TargetedChatMessageCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public TargetedChatMessage post(@jakarta.annotation.Nonnull final TargetedChatMe
return this.requestAdapter.send(requestInfo, errorMapping, TargetedChatMessage::createFromDiscriminatorValue);
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public TargetedMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final
return new TargetedMessagesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java
index a357946e915..922f1f21b4e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @return a {@link TargetedChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -82,7 +82,7 @@ public TargetedChatMessage get() {
return get(null);
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TargetedChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -200,7 +200,7 @@ public TargetedChatMessageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of targeted messages in the chat that are visible only to specific users. Nullable.
+ * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java
index f93a5c4f82c..7ba962934c9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/item/reportsyntheticmedia/ReportSyntheticMediaRequestBuilder.java
@@ -35,18 +35,20 @@ public ReportSyntheticMediaRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}/reportSyntheticMedia", rawUrl);
}
/**
- * Invoke action reportSyntheticMedia
+ * Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReportSyntheticMediaPostRequestBody body) {
post(body, null);
}
/**
- * Invoke action reportSyntheticMedia
+ * Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReportSyntheticMediaPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -56,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ReportSyntheticMediaPostReque
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Invoke action reportSyntheticMedia
+ * Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -65,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action reportSyntheticMedia
+ * Report synthetic media detections for a participant in a meeting call. This action is intended for certified third-party audio and video synthetic media detection bots admitted to the meeting call. The detection bot calls this action to flag a participant whose stream it identifies as AI-generated or synthetic media. The detection result is propagated to all participants via roster updates. After a successful request, the service stores the detection on the participant as a syntheticMediaDetectionInfo object in the participant's syntheticMediaDetection property and delivers it to all participants in a roster update notification. Each request with a new id creates a separate detection record; the service doesn't deduplicate or merge reports. When a participant has multiple detection records, the syntheticMediaDetection property reflects the most recent report. Third-party bots can invoke this action only when the meeting tenant administrator grants the app the Calls.ReportSyntheticMedia.All application permission. The detection bot must be admitted to the call before it can call this action. For more information about registering a calling bot and joining calls, see Calls and online meetings. The bot obtains the call ID and participant ID from the call roster and subsequent participant roster update notifications, and uses the call's id as {call-id} and the participant's id as {participant-id} in the request URL.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/assignsensitivitylabel/AssignSensitivityLabelRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/assignsensitivitylabel/AssignSensitivityLabelRequestBuilder.java
index abc122f0e3d..6471378d0c3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/assignsensitivitylabel/AssignSensitivityLabelRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/assignsensitivitylabel/AssignSensitivityLabelRequestBuilder.java
@@ -35,18 +35,20 @@ public AssignSensitivityLabelRequestBuilder(@jakarta.annotation.Nonnull final St
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/assignSensitivityLabel", rawUrl);
}
/**
- * Invoke action assignSensitivityLabel
+ * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final AssignSensitivityLabelPostRequestBody body) {
post(body, null);
}
/**
- * Invoke action assignSensitivityLabel
+ * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final AssignSensitivityLabelPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -56,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final AssignSensitivityLabelPostReq
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Invoke action assignSensitivityLabel
+ * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -65,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action assignSensitivityLabel
+ * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/PlannerPlanItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/PlannerPlanItemRequestBuilder.java
index 848c5f3ec04..7a03b7feef0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/PlannerPlanItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/PlannerPlanItemRequestBuilder.java
@@ -4,6 +4,7 @@
import com.microsoft.graph.beta.groups.item.planner.plans.item.buckets.BucketsRequestBuilder;
import com.microsoft.graph.beta.groups.item.planner.plans.item.details.DetailsRequestBuilder;
import com.microsoft.graph.beta.groups.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder;
+import com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder;
import com.microsoft.graph.beta.groups.item.planner.plans.item.historyitems.HistoryItemsRequestBuilder;
import com.microsoft.graph.beta.groups.item.planner.plans.item.movetocontainer.MoveToContainerRequestBuilder;
import com.microsoft.graph.beta.groups.item.planner.plans.item.tasks.TasksRequestBuilder;
@@ -60,6 +61,14 @@ public DetailsRequestBuilder details() {
public GetUsageRightsRequestBuilder getUsageRights() {
return new GetUsageRightsRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ * @return a {@link GoalsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GoalsRequestBuilder goals() {
+ return new GoalsRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the historyItems property of the microsoft.graph.plannerPlan entity.
* @return a {@link HistoryItemsRequestBuilder}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/GoalsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/GoalsRequestBuilder.java
new file mode 100644
index 00000000000..7503e8c5b17
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/GoalsRequestBuilder.java
@@ -0,0 +1,208 @@
+package com.microsoft.graph.beta.groups.item.planner.plans.item.goals;
+
+import com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder;
+import com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.PlannerGoalCollectionResponse;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GoalsRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Provides operations to count the resources in the collection.
+ * @return a {@link CountRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @Deprecated
+ @jakarta.annotation.Nonnull
+ public CountRequestBuilder count() {
+ return new CountRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ * @param plannerGoalId The unique identifier of plannerGoal
+ * @return a {@link PlannerGoalItemRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public PlannerGoalItemRequestBuilder byPlannerGoalId(@jakarta.annotation.Nonnull final String plannerGoalId) {
+ Objects.requireNonNull(plannerGoalId);
+ final HashMap urlTplParams = new HashMap(this.pathParameters);
+ urlTplParams.put("plannerGoal%2Did", plannerGoalId);
+ return new PlannerGoalItemRequestBuilder(urlTplParams, requestAdapter);
+ }
+ /**
+ * Instantiates a new {@link GoalsRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GoalsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/goals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GoalsRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GoalsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/goals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link PlannerGoalCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoalCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link PlannerGoalCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoalCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, PlannerGoalCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link GoalsRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public GoalsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GoalsRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Order items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String[] orderby;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24orderby", orderby);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..a4854c03fd3
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/count/CountRequestBuilder.java
@@ -0,0 +1,143 @@
+package com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to count the resources in the collection.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class CountRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/goals/$count{?%24filter,%24search}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/goals/$count{?%24filter,%24search}", rawUrl);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public Integer get() {
+ return get(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Integer.class);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "text/plain;q=0.9");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link CountRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new CountRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get the number of the resource
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java
new file mode 100644
index 00000000000..27d7bc81a57
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java
@@ -0,0 +1,144 @@
+package com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.PlannerGoal;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class PlannerGoalItemRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link PlannerGoalItemRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public PlannerGoalItemRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/goals/{plannerGoal%2Did}{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link PlannerGoalItemRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public PlannerGoalItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/goals/{plannerGoal%2Did}{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link PlannerGoal}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoal get() {
+ return get(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link PlannerGoal}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoal get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, PlannerGoal::createFromDiscriminatorValue);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link PlannerGoalItemRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public PlannerGoalItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new PlannerGoalItemRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/PlannerPlanItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/PlannerPlanItemRequestBuilder.java
index 5a3fb6dcb36..1ab39e82b65 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/PlannerPlanItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/PlannerPlanItemRequestBuilder.java
@@ -4,6 +4,7 @@
import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.buckets.BucketsRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.details.DetailsRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder;
+import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.historyitems.HistoryItemsRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.movetocontainer.MoveToContainerRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.tasks.TasksRequestBuilder;
@@ -60,6 +61,14 @@ public DetailsRequestBuilder details() {
public GetUsageRightsRequestBuilder getUsageRights() {
return new GetUsageRightsRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ * @return a {@link GoalsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GoalsRequestBuilder goals() {
+ return new GoalsRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the historyItems property of the microsoft.graph.plannerPlan entity.
* @return a {@link HistoryItemsRequestBuilder}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/GoalsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/GoalsRequestBuilder.java
new file mode 100644
index 00000000000..892126ee3f6
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/GoalsRequestBuilder.java
@@ -0,0 +1,208 @@
+package com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals;
+
+import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder;
+import com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.PlannerGoalCollectionResponse;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GoalsRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Provides operations to count the resources in the collection.
+ * @return a {@link CountRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @Deprecated
+ @jakarta.annotation.Nonnull
+ public CountRequestBuilder count() {
+ return new CountRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ * @param plannerGoalId The unique identifier of plannerGoal
+ * @return a {@link PlannerGoalItemRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public PlannerGoalItemRequestBuilder byPlannerGoalId(@jakarta.annotation.Nonnull final String plannerGoalId) {
+ Objects.requireNonNull(plannerGoalId);
+ final HashMap urlTplParams = new HashMap(this.pathParameters);
+ urlTplParams.put("plannerGoal%2Did", plannerGoalId);
+ return new PlannerGoalItemRequestBuilder(urlTplParams, requestAdapter);
+ }
+ /**
+ * Instantiates a new {@link GoalsRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GoalsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/planner/plans/{plannerPlan%2Did}/goals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GoalsRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GoalsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/planner/plans/{plannerPlan%2Did}/goals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link PlannerGoalCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoalCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link PlannerGoalCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoalCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, PlannerGoalCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link GoalsRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public GoalsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GoalsRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Order items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String[] orderby;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24orderby", orderby);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..8b64ecff661
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/count/CountRequestBuilder.java
@@ -0,0 +1,143 @@
+package com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to count the resources in the collection.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class CountRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/planner/plans/{plannerPlan%2Did}/goals/$count{?%24filter,%24search}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/planner/plans/{plannerPlan%2Did}/goals/$count{?%24filter,%24search}", rawUrl);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public Integer get() {
+ return get(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Integer.class);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "text/plain;q=0.9");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link CountRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new CountRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get the number of the resource
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java
new file mode 100644
index 00000000000..7780cf42c98
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java
@@ -0,0 +1,144 @@
+package com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.PlannerGoal;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class PlannerGoalItemRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link PlannerGoalItemRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public PlannerGoalItemRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/planner/plans/{plannerPlan%2Did}/goals/{plannerGoal%2Did}{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link PlannerGoalItemRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public PlannerGoalItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/planner/plans/{plannerPlan%2Did}/goals/{plannerGoal%2Did}{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link PlannerGoal}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoal get() {
+ return get(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link PlannerGoal}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoal get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, PlannerGoal::createFromDiscriminatorValue);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link PlannerGoalItemRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public PlannerGoalItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new PlannerGoalItemRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/PlannerPlanItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/PlannerPlanItemRequestBuilder.java
index 619ef3f1fb2..e32be1e8f3b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/PlannerPlanItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/PlannerPlanItemRequestBuilder.java
@@ -4,6 +4,7 @@
import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.buckets.BucketsRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.details.DetailsRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder;
+import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.historyitems.HistoryItemsRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.movetocontainer.MoveToContainerRequestBuilder;
import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.tasks.TasksRequestBuilder;
@@ -60,6 +61,14 @@ public DetailsRequestBuilder details() {
public GetUsageRightsRequestBuilder getUsageRights() {
return new GetUsageRightsRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ * @return a {@link GoalsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GoalsRequestBuilder goals() {
+ return new GoalsRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the historyItems property of the microsoft.graph.plannerPlan entity.
* @return a {@link HistoryItemsRequestBuilder}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/GoalsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/GoalsRequestBuilder.java
new file mode 100644
index 00000000000..c0c87d29e2b
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/GoalsRequestBuilder.java
@@ -0,0 +1,208 @@
+package com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals;
+
+import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder;
+import com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.PlannerGoalCollectionResponse;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GoalsRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Provides operations to count the resources in the collection.
+ * @return a {@link CountRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @Deprecated
+ @jakarta.annotation.Nonnull
+ public CountRequestBuilder count() {
+ return new CountRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ * @param plannerGoalId The unique identifier of plannerGoal
+ * @return a {@link PlannerGoalItemRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public PlannerGoalItemRequestBuilder byPlannerGoalId(@jakarta.annotation.Nonnull final String plannerGoalId) {
+ Objects.requireNonNull(plannerGoalId);
+ final HashMap urlTplParams = new HashMap(this.pathParameters);
+ urlTplParams.put("plannerGoal%2Did", plannerGoalId);
+ return new PlannerGoalItemRequestBuilder(urlTplParams, requestAdapter);
+ }
+ /**
+ * Instantiates a new {@link GoalsRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GoalsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/planner/plans/{plannerPlan%2Did}/goals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GoalsRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GoalsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/planner/plans/{plannerPlan%2Did}/goals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link PlannerGoalCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoalCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link PlannerGoalCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoalCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, PlannerGoalCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link GoalsRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public GoalsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GoalsRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Order items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String[] orderby;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24orderby", orderby);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..4d8d035fd2e
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/count/CountRequestBuilder.java
@@ -0,0 +1,143 @@
+package com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to count the resources in the collection.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class CountRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/planner/plans/{plannerPlan%2Did}/goals/$count{?%24filter,%24search}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/planner/plans/{plannerPlan%2Did}/goals/$count{?%24filter,%24search}", rawUrl);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public Integer get() {
+ return get(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Integer.class);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "text/plain;q=0.9");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link CountRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new CountRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get the number of the resource
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java
new file mode 100644
index 00000000000..15bdc60705c
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/planner/plans/item/goals/item/PlannerGoalItemRequestBuilder.java
@@ -0,0 +1,144 @@
+package com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.PlannerGoal;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the goals property of the microsoft.graph.plannerPlan entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class PlannerGoalItemRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link PlannerGoalItemRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public PlannerGoalItemRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/planner/plans/{plannerPlan%2Did}/goals/{plannerGoal%2Did}{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link PlannerGoalItemRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public PlannerGoalItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/planner/plans/{plannerPlan%2Did}/goals/{plannerGoal%2Did}{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link PlannerGoal}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoal get() {
+ return get(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link PlannerGoal}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public PlannerGoal get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, PlannerGoal::createFromDiscriminatorValue);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link PlannerGoalItemRequestBuilder}
+ * @deprecated
+ * private preview elements are required to be marked as deprecated as of 2025-03/Tasks_And_Plans on 2025-03-26 and will be removed 2026-03-26
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public PlannerGoalItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new PlannerGoalItemRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Collection of goals in the plan. Read-only. Nullable.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt b/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
index e51a614f27d..6dbc81993ae 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
+++ b/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
@@ -137234,6 +137234,56 @@ com.microsoft.graph.beta.groups.item.planner.plans.item.getusagerights.GetUsageR
com.microsoft.graph.beta.groups.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.groups.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.groups.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|withUrl(rawUrl:String):GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|byPlannerGoalId(plannerGoalId:String):PlannerGoalItemRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|get():PlannerGoalCollectionResponse
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoalCollectionResponse
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.GoalsRequestBuilder::|public|withUrl(rawUrl:String):GoalsRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get():PlannerGoal
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|withUrl(rawUrl:String):PlannerGoalItemRequestBuilder
com.microsoft.graph.beta.groups.item.planner.plans.item.historyitems.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.groups.item.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.beta.groups.item.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -137339,6 +137389,7 @@ com.microsoft.graph.beta.groups.item.planner.plans.item.PlannerPlanItemRequestBu
com.microsoft.graph.beta.groups.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get():PlannerPlan
com.microsoft.graph.beta.groups.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerPlan
com.microsoft.graph.beta.groups.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|getUsageRights:GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.groups.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|goals:GoalsRequestBuilder
com.microsoft.graph.beta.groups.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|historyItems:HistoryItemsRequestBuilder
com.microsoft.graph.beta.groups.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|moveToContainer:MoveToContainerRequestBuilder
com.microsoft.graph.beta.groups.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|patch(body:PlannerPlan):PlannerPlan
@@ -152252,6 +152303,56 @@ com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.getus
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|withUrl(rawUrl:String):GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|byPlannerGoalId(plannerGoalId:String):PlannerGoalItemRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|get():PlannerGoalCollectionResponse
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoalCollectionResponse
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|withUrl(rawUrl:String):GoalsRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get():PlannerGoal
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|withUrl(rawUrl:String):PlannerGoalItemRequestBuilder
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.historyitems.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -152357,6 +152458,7 @@ com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.Plann
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get():PlannerPlan
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerPlan
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|getUsageRights:GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|goals:GoalsRequestBuilder
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|historyItems:HistoryItemsRequestBuilder
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|moveToContainer:MoveToContainerRequestBuilder
com.microsoft.graph.beta.groups.item.team.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|patch(body:PlannerPlan):PlannerPlan
@@ -155302,6 +155404,56 @@ com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.getu
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|withUrl(rawUrl:String):GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|byPlannerGoalId(plannerGoalId:String):PlannerGoalItemRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|get():PlannerGoalCollectionResponse
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoalCollectionResponse
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|withUrl(rawUrl:String):GoalsRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get():PlannerGoal
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|withUrl(rawUrl:String):PlannerGoalItemRequestBuilder
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.historyitems.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -155407,6 +155559,7 @@ com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.Plan
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get():PlannerPlan
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerPlan
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|getUsageRights:GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|goals:GoalsRequestBuilder
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|historyItems:HistoryItemsRequestBuilder
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|moveToContainer:MoveToContainerRequestBuilder
com.microsoft.graph.beta.groups.item.team.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|patch(body:PlannerPlan):PlannerPlan
@@ -212757,6 +212910,7 @@ com.microsoft.graph.beta.models.Authentication::|public|getPhoneMethods():java.u
com.microsoft.graph.beta.models.Authentication::|public|getPlatformCredentialMethods():java.util.List
com.microsoft.graph.beta.models.Authentication::|public|getQrCodePinMethod():QrCodePinAuthenticationMethod
com.microsoft.graph.beta.models.Authentication::|public|getRequirements():StrongAuthenticationRequirements
+com.microsoft.graph.beta.models.Authentication::|public|getResourceAccountKeyAuthenticationMethods():java.util.List
com.microsoft.graph.beta.models.Authentication::|public|getSignInPreferences():SignInPreferences
com.microsoft.graph.beta.models.Authentication::|public|getSoftwareOathMethods():java.util.List
com.microsoft.graph.beta.models.Authentication::|public|getTemporaryAccessPassMethods():java.util.List
@@ -212776,6 +212930,7 @@ com.microsoft.graph.beta.models.Authentication::|public|setPhoneMethods(value?:j
com.microsoft.graph.beta.models.Authentication::|public|setPlatformCredentialMethods(value?:java.util.List):void
com.microsoft.graph.beta.models.Authentication::|public|setQrCodePinMethod(value?:QrCodePinAuthenticationMethod):void
com.microsoft.graph.beta.models.Authentication::|public|setRequirements(value?:StrongAuthenticationRequirements):void
+com.microsoft.graph.beta.models.Authentication::|public|setResourceAccountKeyAuthenticationMethods(value?:java.util.List):void
com.microsoft.graph.beta.models.Authentication::|public|setSignInPreferences(value?:SignInPreferences):void
com.microsoft.graph.beta.models.Authentication::|public|setSoftwareOathMethods(value?:java.util.List):void
com.microsoft.graph.beta.models.Authentication::|public|setTemporaryAccessPassMethods(value?:java.util.List):void
@@ -254801,6 +254956,7 @@ com.microsoft.graph.beta.models.MailboxFolder::|public|getParentMailboxUrl():Str
com.microsoft.graph.beta.models.MailboxFolder::|public|getSingleValueExtendedProperties():java.util.List
com.microsoft.graph.beta.models.MailboxFolder::|public|getTotalItemCount():Integer
com.microsoft.graph.beta.models.MailboxFolder::|public|getType():String
+com.microsoft.graph.beta.models.MailboxFolder::|public|getWellKnownName():String
com.microsoft.graph.beta.models.MailboxFolder::|public|OdataType:String
com.microsoft.graph.beta.models.MailboxFolder::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.MailboxFolder::|public|setChildFolderCount(value?:Integer):void
@@ -254813,6 +254969,7 @@ com.microsoft.graph.beta.models.MailboxFolder::|public|setParentMailboxUrl(value
com.microsoft.graph.beta.models.MailboxFolder::|public|setSingleValueExtendedProperties(value?:java.util.List):void
com.microsoft.graph.beta.models.MailboxFolder::|public|setTotalItemCount(value?:Integer):void
com.microsoft.graph.beta.models.MailboxFolder::|public|setType(value?:String):void
+com.microsoft.graph.beta.models.MailboxFolder::|public|setWellKnownName(value?:String):void
com.microsoft.graph.beta.models.MailboxFolder::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):MailboxFolder
com.microsoft.graph.beta.models.MailboxFolderCollectionResponse-->BaseCollectionPaginationCountResponse
com.microsoft.graph.beta.models.MailboxFolderCollectionResponse::|public|constructor():void
@@ -261240,6 +261397,22 @@ com.microsoft.graph.beta.models.MobileDeviceManagementPolicyCollectionResponse::
com.microsoft.graph.beta.models.MobileDeviceManagementPolicyCollectionResponse::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.MobileDeviceManagementPolicyCollectionResponse::|public|setValue(value?:java.util.List):void
com.microsoft.graph.beta.models.MobileDeviceManagementPolicyCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):MobileDeviceManagementPolicyCollectionResponse
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|protected|backingStore:BackingStore
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|constructor():void
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|getAcceptedRegions():java.util.List
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|getAdditionalData():Map
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|getBackingStore():BackingStore
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|getDocumentStandard():String
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|getOdataType():String
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|setAcceptedRegions(value?:java.util.List):void
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|setDocumentStandard(value?:String):void
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|public|setOdataType(value?:String):void
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):MobileDriversLicenseConfiguration
+com.microsoft.graph.beta.models.MobileDriversLicenseConfiguration~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.MobileLobApp-->MobileApp
com.microsoft.graph.beta.models.MobileLobApp::|public|constructor():void
com.microsoft.graph.beta.models.MobileLobApp::|public|getCommittedContentVersion():String
@@ -270499,12 +270672,14 @@ com.microsoft.graph.beta.models.Planner-->Entity
com.microsoft.graph.beta.models.Planner::|public|constructor():void
com.microsoft.graph.beta.models.Planner::|public|getBuckets():java.util.List
com.microsoft.graph.beta.models.Planner::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.Planner::|public|getGoals():java.util.List
com.microsoft.graph.beta.models.Planner::|public|getPlans():java.util.List
com.microsoft.graph.beta.models.Planner::|public|getRosters():java.util.List
com.microsoft.graph.beta.models.Planner::|public|getTasks():java.util.List
com.microsoft.graph.beta.models.Planner::|public|OdataType:String
com.microsoft.graph.beta.models.Planner::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.Planner::|public|setBuckets(value?:java.util.List):void
+com.microsoft.graph.beta.models.Planner::|public|setGoals(value?:java.util.List):void
com.microsoft.graph.beta.models.Planner::|public|setPlans(value?:java.util.List):void
com.microsoft.graph.beta.models.Planner::|public|setRosters(value?:java.util.List):void
com.microsoft.graph.beta.models.Planner::|public|setTasks(value?:java.util.List):void
@@ -270872,6 +271047,41 @@ com.microsoft.graph.beta.models.PlannerFormsRequirement::|public|setOdataType(va
com.microsoft.graph.beta.models.PlannerFormsRequirement::|public|setRequiredForms(value?:java.util.List):void
com.microsoft.graph.beta.models.PlannerFormsRequirement::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):PlannerFormsRequirement
com.microsoft.graph.beta.models.PlannerFormsRequirement~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.beta.models.PlannerGoal-->PlannerDelta
+com.microsoft.graph.beta.models.PlannerGoal::|public|constructor():void
+com.microsoft.graph.beta.models.PlannerGoal::|public|getDisplayName():String
+com.microsoft.graph.beta.models.PlannerGoal::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.PlannerGoal::|public|getFinishDate():LocalDate
+com.microsoft.graph.beta.models.PlannerGoal::|public|getNotes():ItemBody
+com.microsoft.graph.beta.models.PlannerGoal::|public|getPlanId():String
+com.microsoft.graph.beta.models.PlannerGoal::|public|getPriority():Integer
+com.microsoft.graph.beta.models.PlannerGoal::|public|getStartDate():LocalDate
+com.microsoft.graph.beta.models.PlannerGoal::|public|getStatus():PlannerGoalStatus
+com.microsoft.graph.beta.models.PlannerGoal::|public|getTasks():java.util.List
+com.microsoft.graph.beta.models.PlannerGoal::|public|OdataType:String
+com.microsoft.graph.beta.models.PlannerGoal::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.PlannerGoal::|public|setDisplayName(value?:String):void
+com.microsoft.graph.beta.models.PlannerGoal::|public|setFinishDate(value?:LocalDate):void
+com.microsoft.graph.beta.models.PlannerGoal::|public|setNotes(value?:ItemBody):void
+com.microsoft.graph.beta.models.PlannerGoal::|public|setPlanId(value?:String):void
+com.microsoft.graph.beta.models.PlannerGoal::|public|setPriority(value?:Integer):void
+com.microsoft.graph.beta.models.PlannerGoal::|public|setStartDate(value?:LocalDate):void
+com.microsoft.graph.beta.models.PlannerGoal::|public|setStatus(value?:PlannerGoalStatus):void
+com.microsoft.graph.beta.models.PlannerGoal::|public|setTasks(value?:java.util.List):void
+com.microsoft.graph.beta.models.PlannerGoal::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):PlannerGoal
+com.microsoft.graph.beta.models.PlannerGoalCollectionResponse-->BaseCollectionPaginationCountResponse
+com.microsoft.graph.beta.models.PlannerGoalCollectionResponse::|public|constructor():void
+com.microsoft.graph.beta.models.PlannerGoalCollectionResponse::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.PlannerGoalCollectionResponse::|public|getValue():java.util.List
+com.microsoft.graph.beta.models.PlannerGoalCollectionResponse::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.PlannerGoalCollectionResponse::|public|setValue(value?:java.util.List):void
+com.microsoft.graph.beta.models.PlannerGoalCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):PlannerGoalCollectionResponse
+com.microsoft.graph.beta.models.PlannerGoalStatus::0000-NotStarted
+com.microsoft.graph.beta.models.PlannerGoalStatus::0001-OnTrack
+com.microsoft.graph.beta.models.PlannerGoalStatus::0002-Behind
+com.microsoft.graph.beta.models.PlannerGoalStatus::0003-AtRisk
+com.microsoft.graph.beta.models.PlannerGoalStatus::0004-Closed
+com.microsoft.graph.beta.models.PlannerGoalStatus::0005-UnknownFutureValue
com.microsoft.graph.beta.models.PlannerGroup-->Entity
com.microsoft.graph.beta.models.PlannerGroup::|public|constructor():void
com.microsoft.graph.beta.models.PlannerGroup::|public|getFieldDeserializers():Map>
@@ -270929,6 +271139,7 @@ com.microsoft.graph.beta.models.PlannerPlan::|public|getCreatedDateTime():Offset
com.microsoft.graph.beta.models.PlannerPlan::|public|getCreationSource():PlannerPlanCreation
com.microsoft.graph.beta.models.PlannerPlan::|public|getDetails():PlannerPlanDetails
com.microsoft.graph.beta.models.PlannerPlan::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.PlannerPlan::|public|getGoals():java.util.List
com.microsoft.graph.beta.models.PlannerPlan::|public|getHistoryItems():java.util.List
com.microsoft.graph.beta.models.PlannerPlan::|public|getIsArchived():Boolean
com.microsoft.graph.beta.models.PlannerPlan::|public|getOwner():String
@@ -270946,6 +271157,7 @@ com.microsoft.graph.beta.models.PlannerPlan::|public|setCreatedBy(value?:Identit
com.microsoft.graph.beta.models.PlannerPlan::|public|setCreatedDateTime(value?:OffsetDateTime):void
com.microsoft.graph.beta.models.PlannerPlan::|public|setCreationSource(value?:PlannerPlanCreation):void
com.microsoft.graph.beta.models.PlannerPlan::|public|setDetails(value?:PlannerPlanDetails):void
+com.microsoft.graph.beta.models.PlannerPlan::|public|setGoals(value?:java.util.List):void
com.microsoft.graph.beta.models.PlannerPlan::|public|setHistoryItems(value?:java.util.List):void
com.microsoft.graph.beta.models.PlannerPlan::|public|setIsArchived(value?:Boolean):void
com.microsoft.graph.beta.models.PlannerPlan::|public|setOwner(value?:String):void
@@ -271258,6 +271470,7 @@ com.microsoft.graph.beta.models.PlannerTask::|public|getCreationSource():Planner
com.microsoft.graph.beta.models.PlannerTask::|public|getDetails():PlannerTaskDetails
com.microsoft.graph.beta.models.PlannerTask::|public|getDueDateTime():OffsetDateTime
com.microsoft.graph.beta.models.PlannerTask::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.PlannerTask::|public|getGoalIds():java.util.List
com.microsoft.graph.beta.models.PlannerTask::|public|getHasChat():Boolean
com.microsoft.graph.beta.models.PlannerTask::|public|getHasDescription():Boolean
com.microsoft.graph.beta.models.PlannerTask::|public|getIsArchived():Boolean
@@ -271296,6 +271509,7 @@ com.microsoft.graph.beta.models.PlannerTask::|public|setCreatedDateTime(value?:O
com.microsoft.graph.beta.models.PlannerTask::|public|setCreationSource(value?:PlannerTaskCreation):void
com.microsoft.graph.beta.models.PlannerTask::|public|setDetails(value?:PlannerTaskDetails):void
com.microsoft.graph.beta.models.PlannerTask::|public|setDueDateTime(value?:OffsetDateTime):void
+com.microsoft.graph.beta.models.PlannerTask::|public|setGoalIds(value?:java.util.List):void
com.microsoft.graph.beta.models.PlannerTask::|public|setHasChat(value?:Boolean):void
com.microsoft.graph.beta.models.PlannerTask::|public|setHasDescription(value?:Boolean):void
com.microsoft.graph.beta.models.PlannerTask::|public|setIsArchived(value?:Boolean):void
@@ -278612,6 +278826,23 @@ com.microsoft.graph.beta.models.ResourceAccessType::0002-Write
com.microsoft.graph.beta.models.ResourceAccessType::0003-Create
com.microsoft.graph.beta.models.ResourceAccessType::0004-UnknownFutureValue
com.microsoft.graph.beta.models.ResourceAccess~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod-->AuthenticationMethod
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|public|constructor():void
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|public|getDevice():Device
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|public|getDisplayName():String
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|public|OdataType:String
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|public|setDevice(value?:Device):void
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|public|setDisplayName(value?:String):void
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethod::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ResourceAccountKeyAuthenticationMethod
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethodCollectionResponse-->BaseCollectionPaginationCountResponse
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethodCollectionResponse::|public|constructor():void
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethodCollectionResponse::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethodCollectionResponse::|public|getValue():java.util.List
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethodCollectionResponse::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethodCollectionResponse::|public|setValue(value?:java.util.List):void
+com.microsoft.graph.beta.models.ResourceAccountKeyAuthenticationMethodCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ResourceAccountKeyAuthenticationMethodCollectionResponse
com.microsoft.graph.beta.models.ResourceAction::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.ResourceAction::|public|constructor():void
com.microsoft.graph.beta.models.ResourceAction::|public|getAdditionalData():Map
@@ -309342,14 +309573,21 @@ com.microsoft.graph.beta.models.VerifiedDomain::|public|setOdataType(value?:Stri
com.microsoft.graph.beta.models.VerifiedDomain::|public|setType(value?:String):void
com.microsoft.graph.beta.models.VerifiedDomain::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):VerifiedDomain
com.microsoft.graph.beta.models.VerifiedDomain~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.beta.models.VerifiedIdMethodType::0000-IdentityVerificationPartner
+com.microsoft.graph.beta.models.VerifiedIdMethodType::0001-TenantCustomCredential
+com.microsoft.graph.beta.models.VerifiedIdMethodType::0002-VerifiedEmployee
+com.microsoft.graph.beta.models.VerifiedIdMethodType::0003-UnknownFutureValue
+com.microsoft.graph.beta.models.VerifiedIdMethodType::0004-NotConfigured
com.microsoft.graph.beta.models.VerifiedIdProfile-->Entity
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|constructor():void
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getDescription():String
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getFaceCheckConfiguration():FaceCheckConfiguration
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getLastModifiedDateTime():OffsetDateTime
+com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getMobileDriversLicenseConfiguration():MobileDriversLicenseConfiguration
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getName():String
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getPriority():Integer
+com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getSelfServiceIssuance():VerifiedIdSelfServiceIssuance
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getState():VerifiedIdProfileState
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getVerifiedIdProfileConfiguration():VerifiedIdProfileConfiguration
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|getVerifiedIdUsageConfigurations():java.util.List
@@ -309359,8 +309597,10 @@ com.microsoft.graph.beta.models.VerifiedIdProfile::|public|serialize(writer:Seri
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setDescription(value?:String):void
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setFaceCheckConfiguration(value?:FaceCheckConfiguration):void
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setLastModifiedDateTime(value?:OffsetDateTime):void
+com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setMobileDriversLicenseConfiguration(value?:MobileDriversLicenseConfiguration):void
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setName(value?:String):void
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setPriority(value?:Integer):void
+com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setSelfServiceIssuance(value?:VerifiedIdSelfServiceIssuance):void
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setState(value?:VerifiedIdProfileState):void
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setVerifiedIdProfileConfiguration(value?:VerifiedIdProfileConfiguration):void
com.microsoft.graph.beta.models.VerifiedIdProfile::|public|setVerifiedIdUsageConfigurations(value?:java.util.List):void
@@ -309382,6 +309622,8 @@ com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|getClaim
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|getClaimBindingSource():ClaimBindingSource
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|getClaimValidation():ClaimValidation
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|getManifestUrl():String
+com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|getMethodType():VerifiedIdMethodType
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|getOdataType():String
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|getType():String
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|serialize(writer:SerializationWriter):Void
@@ -309391,6 +309633,8 @@ com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|setBacki
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|setClaimBindings(value?:java.util.List):void
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|setClaimBindingSource(value?:ClaimBindingSource):void
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|setClaimValidation(value?:ClaimValidation):void
+com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|setManifestUrl(value?:String):void
+com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|setMethodType(value?:VerifiedIdMethodType):void
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|setOdataType(value?:String):void
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|public|setType(value?:String):void
com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):VerifiedIdProfileConfiguration
@@ -309398,6 +309642,22 @@ com.microsoft.graph.beta.models.VerifiedIdProfileConfiguration~~>AdditionalDataH
com.microsoft.graph.beta.models.VerifiedIdProfileState::0000-Enabled
com.microsoft.graph.beta.models.VerifiedIdProfileState::0001-Disabled
com.microsoft.graph.beta.models.VerifiedIdProfileState::0002-UnknownFutureValue
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|protected|backingStore:BackingStore
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|constructor():void
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|getAdditionalData():Map
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|getBackingStore():BackingStore
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|getIsEnabled():Boolean
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|getIssuanceUrl():String
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|getOdataType():String
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|setIsEnabled(value?:Boolean):void
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|setIssuanceUrl(value?:String):void
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|public|setOdataType(value?:String):void
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):VerifiedIdSelfServiceIssuance
+com.microsoft.graph.beta.models.VerifiedIdSelfServiceIssuance~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.VerifiedIdUsageConfiguration::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.VerifiedIdUsageConfiguration::|public|constructor():void
com.microsoft.graph.beta.models.VerifiedIdUsageConfiguration::|public|getAdditionalData():Map
@@ -309417,6 +309677,7 @@ com.microsoft.graph.beta.models.VerifiedIdUsageConfigurationPurpose::0000-Recove
com.microsoft.graph.beta.models.VerifiedIdUsageConfigurationPurpose::0001-Onboarding
com.microsoft.graph.beta.models.VerifiedIdUsageConfigurationPurpose::0002-All
com.microsoft.graph.beta.models.VerifiedIdUsageConfigurationPurpose::0003-UnknownFutureValue
+com.microsoft.graph.beta.models.VerifiedIdUsageConfigurationPurpose::0004-Verification
com.microsoft.graph.beta.models.VerifiedIdUsageConfiguration~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.VerifiedPublisher::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.VerifiedPublisher::|public|constructor():void
@@ -328380,6 +328641,122 @@ com.microsoft.graph.beta.planner.buckets.item.tasks.TasksRequestBuilder::|public
com.microsoft.graph.beta.planner.buckets.item.tasks.TasksRequestBuilder::|public|toPostRequestInformation(body:PlannerTask):RequestInformation
com.microsoft.graph.beta.planner.buckets.item.tasks.TasksRequestBuilder::|public|toPostRequestInformation(body:PlannerTask; requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.planner.buckets.item.tasks.TasksRequestBuilder::|public|withUrl(rawUrl:String):TasksRequestBuilder
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|byPlannerGoalId(plannerGoalId:String):PlannerGoalItemRequestBuilder
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|get():PlannerGoalCollectionResponse
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoalCollectionResponse
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|post(body:PlannerGoal):PlannerGoal
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|post(body:PlannerGoal; requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|toPostRequestInformation(body:PlannerGoal):RequestInformation
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|toPostRequestInformation(body:PlannerGoal; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.GoalsRequestBuilder::|public|withUrl(rawUrl:String):GoalsRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|delete():Void
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|get():PlannerGoal
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|patch(body:PlannerGoal):PlannerGoal
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|patch(body:PlannerGoal; requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|tasks:TasksRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|toDeleteRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|toPatchRequestInformation(body:PlannerGoal):RequestInformation
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|toPatchRequestInformation(body:PlannerGoal; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.item.PlannerGoalItemRequestBuilder::|public|withUrl(rawUrl:String):PlannerGoalItemRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.item.tasks.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder::|public|get():PlannerTask
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerTask
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.item.tasks.item.PlannerTaskItemRequestBuilder::|public|withUrl(rawUrl:String):PlannerTaskItemRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|byPlannerTaskId(plannerTaskId:String):PlannerTaskItemRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|get():PlannerTaskCollectionResponse
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerTaskCollectionResponse
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.goals.item.tasks.TasksRequestBuilder::|public|withUrl(rawUrl:String):TasksRequestBuilder
com.microsoft.graph.beta.planner.PlannerRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.planner.PlannerRequestBuilder.GetQueryParameters::|public|expand:String[]
com.microsoft.graph.beta.planner.PlannerRequestBuilder.GetQueryParameters::|public|select:String[]
@@ -328393,6 +328770,7 @@ com.microsoft.graph.beta.planner.PlannerRequestBuilder::|public|constructor(path
com.microsoft.graph.beta.planner.PlannerRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
com.microsoft.graph.beta.planner.PlannerRequestBuilder::|public|get():Planner
com.microsoft.graph.beta.planner.PlannerRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Planner
+com.microsoft.graph.beta.planner.PlannerRequestBuilder::|public|goals:GoalsRequestBuilder
com.microsoft.graph.beta.planner.PlannerRequestBuilder::|public|patch(body:Planner):Planner
com.microsoft.graph.beta.planner.PlannerRequestBuilder::|public|patch(body:Planner; requestConfiguration?:java.util.function.Consumer):Planner
com.microsoft.graph.beta.planner.PlannerRequestBuilder::|public|plans:PlansRequestBuilder
@@ -328895,6 +329273,56 @@ com.microsoft.graph.beta.planner.plans.item.getusagerights.GetUsageRightsRequest
com.microsoft.graph.beta.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|withUrl(rawUrl:String):GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.plans.item.goals.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|byPlannerGoalId(plannerGoalId:String):PlannerGoalItemRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|get():PlannerGoalCollectionResponse
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoalCollectionResponse
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.plans.item.goals.GoalsRequestBuilder::|public|withUrl(rawUrl:String):GoalsRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get():PlannerGoal
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|withUrl(rawUrl:String):PlannerGoalItemRequestBuilder
com.microsoft.graph.beta.planner.plans.item.historyitems.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.beta.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -329000,6 +329428,7 @@ com.microsoft.graph.beta.planner.plans.item.PlannerPlanItemRequestBuilder::|publ
com.microsoft.graph.beta.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get():PlannerPlan
com.microsoft.graph.beta.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerPlan
com.microsoft.graph.beta.planner.plans.item.PlannerPlanItemRequestBuilder::|public|getUsageRights:GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.planner.plans.item.PlannerPlanItemRequestBuilder::|public|goals:GoalsRequestBuilder
com.microsoft.graph.beta.planner.plans.item.PlannerPlanItemRequestBuilder::|public|historyItems:HistoryItemsRequestBuilder
com.microsoft.graph.beta.planner.plans.item.PlannerPlanItemRequestBuilder::|public|moveToContainer:MoveToContainerRequestBuilder
com.microsoft.graph.beta.planner.plans.item.PlannerPlanItemRequestBuilder::|public|patch(body:PlannerPlan):PlannerPlan
@@ -398253,6 +398682,56 @@ com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.getusagerig
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|withUrl(rawUrl:String):GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|byPlannerGoalId(plannerGoalId:String):PlannerGoalItemRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|get():PlannerGoalCollectionResponse
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoalCollectionResponse
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.GoalsRequestBuilder::|public|withUrl(rawUrl:String):GoalsRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get():PlannerGoal
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|withUrl(rawUrl:String):PlannerGoalItemRequestBuilder
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.historyitems.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -398358,6 +398837,7 @@ com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.PlannerPlan
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get():PlannerPlan
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerPlan
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|getUsageRights:GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|goals:GoalsRequestBuilder
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|historyItems:HistoryItemsRequestBuilder
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|moveToContainer:MoveToContainerRequestBuilder
com.microsoft.graph.beta.teams.item.channels.item.planner.plans.item.PlannerPlanItemRequestBuilder::|public|patch(body:PlannerPlan):PlannerPlan
@@ -401303,6 +401783,56 @@ com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.getusageri
com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.getusagerights.GetUsageRightsRequestBuilder::|public|withUrl(rawUrl:String):GetUsageRightsRequestBuilder
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|byPlannerGoalId(plannerGoalId:String):PlannerGoalItemRequestBuilder
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|get():PlannerGoalCollectionResponse
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoalCollectionResponse
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.GoalsRequestBuilder::|public|withUrl(rawUrl:String):GoalsRequestBuilder
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get():PlannerGoal
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):PlannerGoal
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.goals.item.PlannerGoalItemRequestBuilder::|public|withUrl(rawUrl:String):PlannerGoalItemRequestBuilder
com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.historyitems.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.historyitems.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -401408,6 +401938,7 @@ com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.PlannerPla
com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get():PlannerPlan
com.microsoft.graph.beta.teams.item.primarychannel.planner.plans.item.PlannerPlanItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer