diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 7b13c41c305..2802ceea965 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.8.0"
+ ".": "6.9.0"
}
diff --git a/.secrets.baseline b/.secrets.baseline
index 93438715834..cd595090cdf 100644
--- a/.secrets.baseline
+++ b/.secrets.baseline
@@ -1,5 +1,5 @@
{
- "version": "1.0.3",
+ "version": "1.5.0",
"plugins_used": [
{
"name": "ArtifactoryDetector"
@@ -20,6 +20,15 @@
{
"name": "CloudantDetector"
},
+ {
+ "name": "DiscordBotTokenDetector"
+ },
+ {
+ "name": "GitHubTokenDetector"
+ },
+ {
+ "name": "GitLabTokenDetector"
+ },
{
"name": "HexHighEntropyString",
"limit": 3.0
@@ -30,6 +39,9 @@
{
"name": "IbmCosHmacDetector"
},
+ {
+ "name": "IPPublicDetector"
+ },
{
"name": "JwtTokenDetector"
},
@@ -43,9 +55,18 @@
{
"name": "NpmDetector"
},
+ {
+ "name": "OpenAIDetector"
+ },
{
"name": "PrivateKeyDetector"
},
+ {
+ "name": "PypiTokenDetector"
+ },
+ {
+ "name": "SendGridDetector"
+ },
{
"name": "SlackDetector"
},
@@ -58,6 +79,9 @@
{
"name": "StripeDetector"
},
+ {
+ "name": "TelegramBotTokenDetector"
+ },
{
"name": "TwilioKeyDetector"
}
@@ -66,6 +90,10 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
+ {
+ "path": "detect_secrets.filters.common.is_baseline_file",
+ "filename": ".secrets.baseline"
+ },
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
@@ -76,6 +104,12 @@
{
"path": "detect_secrets.filters.heuristic.is_likely_id_string"
},
+ {
+ "path": "detect_secrets.filters.heuristic.is_lock_file"
+ },
+ {
+ "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string"
+ },
{
"path": "detect_secrets.filters.heuristic.is_potential_uuid"
},
@@ -85,60 +119,25 @@
{
"path": "detect_secrets.filters.heuristic.is_sequential_string"
},
+ {
+ "path": "detect_secrets.filters.heuristic.is_swagger_file"
+ },
{
"path": "detect_secrets.filters.heuristic.is_templated_secret"
},
+ {
+ "path": "detect_secrets.filters.HexHighEntropyString.should_exclude_file",
+ "pattern": [
+ "release-please-config.json"
+ ]
+ },
{
"path": "detect_secrets.filters.regex.should_exclude_file",
"pattern": [
- "gradle.properties"
+ "release-please-config.json"
]
}
],
- "results": {
- "src\\main\\java\\com\\microsoft\\graph\\info\\Constants.java": [
- {
- "type": "Secret Keyword",
- "filename": "src\\main\\java\\com\\microsoft\\graph\\info\\Constants.java",
- "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
- "is_verified": false,
- "line_number": 15
- },
- {
- "type": "Secret Keyword",
- "filename": "src\\main\\java\\com\\microsoft\\graph\\info\\Constants.java",
- "hashed_secret": "8b142a91cfb6e617618ad437cedf74a6745f8926",
- "is_verified": false,
- "line_number": 19
- }
- ],
- "src\\test\\java\\com\\microsoft\\graph\\functional\\OutlookTests.java": [
- {
- "type": "Base64 High Entropy String",
- "filename": "src\\test\\java\\com\\microsoft\\graph\\functional\\OutlookTests.java",
- "hashed_secret": "aa77b4dc79cbcfe055b89fe82a7798b6a67257f8",
- "is_verified": false,
- "line_number": 367
- }
- ],
- "src\\test\\java\\com\\microsoft\\graph\\functional\\PlannerTests.java": [
- {
- "type": "Base64 High Entropy String",
- "filename": "src\\test\\java\\com\\microsoft\\graph\\functional\\PlannerTests.java",
- "hashed_secret": "9606cd64700044d798023aef5dd6fef07852662f",
- "is_verified": false,
- "line_number": 410
- }
- ],
- "src\\test\\java\\com\\microsoft\\graph\\serialization\\DefaultSerializerTests.java": [
- {
- "type": "Hex High Entropy String",
- "filename": "src\\test\\java\\com\\microsoft\\graph\\serialization\\DefaultSerializerTests.java",
- "hashed_secret": "a354361806d535abc1f2298adc8b1d245a99d249",
- "is_verified": false,
- "line_number": 55
- }
- ]
- },
- "generated_at": "2021-09-13T18:55:46Z"
+ "results": {},
+ "generated_at": "2024-05-08T12:56:29Z"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f28782ba5b..80a99881f73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
+## [6.9.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.8.0...v6.9.0) (2024-05-09)
+
+
+### Features
+
+* **generation:** update request builders and models ([b02e9e8](https://github.com/microsoftgraph/msgraph-sdk-java/commit/b02e9e8d94b1142d1b9d2d1b5e46102a574d86d4))
+
+
+### Bug Fixes
+
+* downgrade jakarta.annotation-api, bump java core and kiota libs for java 8 compatibility ([8a03b30](https://github.com/microsoftgraph/msgraph-sdk-java/commit/8a03b30d6ae2c333531f9ad4234a3de2987e7d05))
+
## [6.8.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.7.0...v6.8.0) (2024-05-02)
diff --git a/README.md b/README.md
index 6aba2a0e8a2..fe478e08cf4 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ repositories {
dependencies {
// Include the sdk as a dependency
// x-release-please-start-version
- implementation 'com.microsoft.graph:microsoft-graph:6.8.0'
+ implementation 'com.microsoft.graph:microsoft-graph:6.9.0'
// x-release-please-end
// This dependency is only needed if you are using a TokenCredential object for authentication
implementation 'com.azure:azure-identity:1.11.0'
@@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
com.microsoft.graph
microsoft-graph
- 6.8.0
+ 6.9.0
diff --git a/android/gradle.properties b/android/gradle.properties
index 703c682860b..ea8050294a8 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -30,14 +30,6 @@ mavenMinorVersion = 1
mavenPatchVersion = 0
mavenArtifactSuffix =
-#These values are used to run functional tests
-#If you wish to run the functional tests, edit the gradle.properties
-#file in your user directory instead of adding them here.
-#ex: C:\Users\username\.gradle\gradle.properties
-ClientId="CLIENT_ID"
-Username="USERNAME"
-Password="PASSWORD"
-
#enable mavenCentralPublishingEnabled to publish to maven central
mavenCentralSnapshotArtifactSuffix = -SNAPSHOT
mavenCentralPublishingEnabled=true
diff --git a/gradle.properties b/gradle.properties
index ae0d0c5a13f..54b1601c0c7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,21 +29,13 @@ mavenArtifactId = microsoft-graph
mavenMajorVersion = 6
# x-release-please-end
# x-release-please-start-minor
-mavenMinorVersion = 8
+mavenMinorVersion = 9
# x-release-please-end
# x-release-please-start-patch
mavenPatchVersion = 0
# x-release-please-end
mavenArtifactSuffix =
-#These values are used to run functional tests
-#If you wish to run the functional tests, edit the gradle.properties
-#file in your user directory instead of adding them here.
-#ex: C:\Users\username\.gradle\gradle.properties
-ClientId="CLIENT_ID"
-Username="USERNAME"
-Password="PASSWORD"
-
#enable mavenCentralPublishingEnabled to publish to maven central
mavenCentralSnapshotArtifactSuffix = -SNAPSHOT
mavenCentralPublishingEnabled=true
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 9d0dbad64e4..df7292e0075 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -5,14 +5,15 @@ dependencies {
testImplementation 'org.mockito:mockito-inline:5.2.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
- implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
+ implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
// Core Http library
- api 'com.microsoft.graph:microsoft-graph-core:3.1.9'
- implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.9'
- implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.9'
- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.9'
- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.9'
- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.9'
- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.9'
+ api 'com.microsoft.graph:microsoft-graph-core:3.1.10'
+
+ implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.11'
+ implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.11'
+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.11'
+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.11'
+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.11'
+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.11'
}
diff --git a/pom.xml b/pom.xml
index bc63366a325..cb7d967faad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph
- 6.8.0
+ 6.9.0
pom
diff --git a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/SiteListsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/SiteListsRequestBuilder.java
index b2b9fc8682e..216ec9eaebb 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/SiteListsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/SiteListsRequestBuilder.java
@@ -60,19 +60,21 @@ public SiteListsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a list of the browserSiteList objects and their properties.
* @return a {@link BrowserSiteListCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteListCollectionResponse get() {
return get(null);
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a list of the browserSiteList objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSiteListCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteListCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public BrowserSiteListCollectionResponse get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteListCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to siteLists for admin
+ * Create a new browserSiteList object to support Internet Explorer mode.
* @param body The request body
* @return a {@link BrowserSiteList}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteList post(@jakarta.annotation.Nonnull final BrowserSiteList body) {
return post(body, null);
}
/**
- * Create new navigation property to siteLists for admin
+ * Create a new browserSiteList object to support Internet Explorer mode.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSiteList}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteList post(@jakarta.annotation.Nonnull final BrowserSiteList body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public BrowserSiteList post(@jakarta.annotation.Nonnull final BrowserSiteList bo
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteList::createFromDiscriminatorValue);
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a list of the browserSiteList objects and their properties.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a list of the browserSiteList objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to siteLists for admin
+ * Create a new browserSiteList object to support Internet Explorer mode.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to siteLists for admin
+ * Create a new browserSiteList object to support Internet Explorer mode.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public SiteListsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new SiteListsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a list of the browserSiteList objects and their properties.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/BrowserSiteListItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/BrowserSiteListItemRequestBuilder.java
index 52a4e508d72..af6c47e7393 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/BrowserSiteListItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/BrowserSiteListItemRequestBuilder.java
@@ -64,16 +64,18 @@ public BrowserSiteListItemRequestBuilder(@jakarta.annotation.Nonnull final Strin
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property siteLists for admin
+ * Delete a browserSiteList object.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property siteLists for admin
+ * Delete a browserSiteList object.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -82,19 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a browserSiteList that contains browserSite and browserSharedCookie resources.
* @return a {@link BrowserSiteList}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteList get() {
return get(null);
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a browserSiteList that contains browserSite and browserSharedCookie resources.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSiteList}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteList get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -104,21 +108,23 @@ public BrowserSiteList get(@jakarta.annotation.Nullable final java.util.function
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteList::createFromDiscriminatorValue);
}
/**
- * Update the navigation property siteLists in admin
+ * Update the properties of a browserSiteList object.
* @param body The request body
* @return a {@link BrowserSiteList}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteList patch(@jakarta.annotation.Nonnull final BrowserSiteList body) {
return patch(body, null);
}
/**
- * Update the navigation property siteLists in admin
+ * Update the properties of a browserSiteList object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSiteList}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteList patch(@jakarta.annotation.Nonnull final BrowserSiteList body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -129,7 +135,7 @@ public BrowserSiteList patch(@jakarta.annotation.Nonnull final BrowserSiteList b
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteList::createFromDiscriminatorValue);
}
/**
- * Delete navigation property siteLists for admin
+ * Delete a browserSiteList object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -137,7 +143,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property siteLists for admin
+ * Delete a browserSiteList object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -149,7 +155,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a browserSiteList that contains browserSite and browserSharedCookie resources.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +163,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a browserSiteList that contains browserSite and browserSharedCookie resources.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -169,7 +175,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property siteLists in admin
+ * Update the properties of a browserSiteList object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -178,7 +184,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property siteLists in admin
+ * Update the properties of a browserSiteList object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -209,7 +215,7 @@ public BrowserSiteListItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fin
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of site lists to support Internet Explorer mode.
+ * Get a browserSiteList that contains browserSite and browserSharedCookie resources.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/publish/PublishRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/publish/PublishRequestBuilder.java
index adbcdb6c88a..c3bebd97795 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/publish/PublishRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/publish/PublishRequestBuilder.java
@@ -40,7 +40,6 @@ public PublishRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
* @param body The request body
* @return a {@link BrowserSiteList}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteList post(@jakarta.annotation.Nonnull final PublishPostRequestBody body) {
@@ -52,7 +51,6 @@ public BrowserSiteList post(@jakarta.annotation.Nonnull final PublishPostRequest
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSiteList}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteList post(@jakarta.annotation.Nonnull final PublishPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/SharedCookiesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/SharedCookiesRequestBuilder.java
index f2e15bb91ce..a87397c76d7 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/SharedCookiesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/SharedCookiesRequestBuilder.java
@@ -60,19 +60,21 @@ public SharedCookiesRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a list of the browserSharedCookie objects and their properties.
* @return a {@link BrowserSharedCookieCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSharedCookieCollectionResponse get() {
return get(null);
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a list of the browserSharedCookie objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSharedCookieCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSharedCookieCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public BrowserSharedCookieCollectionResponse get(@jakarta.annotation.Nullable fi
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSharedCookieCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to sharedCookies for admin
+ * Create a new browserSharedCookie object in a browserSiteList.
* @param body The request body
* @return a {@link BrowserSharedCookie}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSharedCookie post(@jakarta.annotation.Nonnull final BrowserSharedCookie body) {
return post(body, null);
}
/**
- * Create new navigation property to sharedCookies for admin
+ * Create a new browserSharedCookie object in a browserSiteList.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSharedCookie}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSharedCookie post(@jakarta.annotation.Nonnull final BrowserSharedCookie body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public BrowserSharedCookie post(@jakarta.annotation.Nonnull final BrowserSharedC
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSharedCookie::createFromDiscriminatorValue);
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a list of the browserSharedCookie objects and their properties.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a list of the browserSharedCookie objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to sharedCookies for admin
+ * Create a new browserSharedCookie object in a browserSiteList.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to sharedCookies for admin
+ * Create a new browserSharedCookie object in a browserSiteList.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public SharedCookiesRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new SharedCookiesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a list of the browserSharedCookie objects and their properties.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/item/BrowserSharedCookieItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/item/BrowserSharedCookieItemRequestBuilder.java
index 6b32c94dc14..b4718a7eedf 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/item/BrowserSharedCookieItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/item/BrowserSharedCookieItemRequestBuilder.java
@@ -37,16 +37,18 @@ public BrowserSharedCookieItemRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property sharedCookies for admin
+ * Delete a browserSharedCookie from a browserSiteList.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property sharedCookies for admin
+ * Delete a browserSharedCookie from a browserSiteList.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
* @return a {@link BrowserSharedCookie}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSharedCookie get() {
return get(null);
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSharedCookie}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSharedCookie get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public BrowserSharedCookie get(@jakarta.annotation.Nullable final java.util.func
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSharedCookie::createFromDiscriminatorValue);
}
/**
- * Update the navigation property sharedCookies in admin
+ * Update the properties of a browserSharedCookie object.
* @param body The request body
* @return a {@link BrowserSharedCookie}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSharedCookie patch(@jakarta.annotation.Nonnull final BrowserSharedCookie body) {
return patch(body, null);
}
/**
- * Update the navigation property sharedCookies in admin
+ * Update the properties of a browserSharedCookie object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSharedCookie}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSharedCookie patch(@jakarta.annotation.Nonnull final BrowserSharedCookie body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public BrowserSharedCookie patch(@jakarta.annotation.Nonnull final BrowserShared
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSharedCookie::createFromDiscriminatorValue);
}
/**
- * Delete navigation property sharedCookies for admin
+ * Delete a browserSharedCookie from a browserSiteList.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property sharedCookies for admin
+ * Delete a browserSharedCookie from a browserSiteList.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property sharedCookies in admin
+ * Update the properties of a browserSharedCookie object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property sharedCookies in admin
+ * Update the properties of a browserSharedCookie object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public BrowserSharedCookieItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of shared cookies defined for the site list.
+ * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sites/SitesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sites/SitesRequestBuilder.java
index 83d91bc9772..0e87f9d1241 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sites/SitesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sites/SitesRequestBuilder.java
@@ -60,19 +60,21 @@ public SitesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of sites defined for the site list.
+ * Get a list of the browserSite objects and their properties.
* @return a {@link BrowserSiteCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteCollectionResponse get() {
return get(null);
}
/**
- * A collection of sites defined for the site list.
+ * Get a list of the browserSite objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSiteCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSiteCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public BrowserSiteCollectionResponse get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to sites for admin
+ * Create a new browserSite object in a browserSiteList.
* @param body The request body
* @return a {@link BrowserSite}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSite post(@jakarta.annotation.Nonnull final BrowserSite body) {
return post(body, null);
}
/**
- * Create new navigation property to sites for admin
+ * Create a new browserSite object in a browserSiteList.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSite}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSite post(@jakarta.annotation.Nonnull final BrowserSite body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public BrowserSite post(@jakarta.annotation.Nonnull final BrowserSite body, @jak
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSite::createFromDiscriminatorValue);
}
/**
- * A collection of sites defined for the site list.
+ * Get a list of the browserSite objects and their properties.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of sites defined for the site list.
+ * Get a list of the browserSite objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to sites for admin
+ * Create a new browserSite object in a browserSiteList.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to sites for admin
+ * Create a new browserSite object in a browserSiteList.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public SitesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawU
return new SitesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of sites defined for the site list.
+ * Get a list of the browserSite objects and their properties.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sites/item/BrowserSiteItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sites/item/BrowserSiteItemRequestBuilder.java
index f9cff60f933..78edf892a0c 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sites/item/BrowserSiteItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sites/item/BrowserSiteItemRequestBuilder.java
@@ -37,16 +37,18 @@ public BrowserSiteItemRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sites/{browserSite%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property sites for admin
+ * Delete a browserSite from a browserSiteList.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property sites for admin
+ * Delete a browserSite from a browserSiteList.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of sites defined for the site list.
+ * Get a browserSite that resides on a browserSiteList.
* @return a {@link BrowserSite}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSite get() {
return get(null);
}
/**
- * A collection of sites defined for the site list.
+ * Get a browserSite that resides on a browserSiteList.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSite}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSite get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public BrowserSite get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSite::createFromDiscriminatorValue);
}
/**
- * Update the navigation property sites in admin
+ * Update the properties of a browserSite object.
* @param body The request body
* @return a {@link BrowserSite}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSite patch(@jakarta.annotation.Nonnull final BrowserSite body) {
return patch(body, null);
}
/**
- * Update the navigation property sites in admin
+ * Update the properties of a browserSite object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BrowserSite}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BrowserSite patch(@jakarta.annotation.Nonnull final BrowserSite body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public BrowserSite patch(@jakarta.annotation.Nonnull final BrowserSite body, @ja
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSite::createFromDiscriminatorValue);
}
/**
- * Delete navigation property sites for admin
+ * Delete a browserSite from a browserSiteList.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property sites for admin
+ * Delete a browserSite from a browserSiteList.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of sites defined for the site list.
+ * Get a browserSite that resides on a browserSiteList.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of sites defined for the site list.
+ * Get a browserSite that resides on a browserSiteList.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property sites in admin
+ * Update the properties of a browserSite object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property sites in admin
+ * Update the properties of a browserSite object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public BrowserSiteItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of sites defined for the site list.
+ * Get a browserSite that resides on a browserSiteList.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/microsoft365apps/installationoptions/InstallationOptionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/microsoft365apps/installationoptions/InstallationOptionsRequestBuilder.java
index ee73f4bd93f..ce396d432c8 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/microsoft365apps/installationoptions/InstallationOptionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/microsoft365apps/installationoptions/InstallationOptionsRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A container for tenant-level settings for Microsoft 365 applications.
+ * Read the properties and relationships of an m365AppsInstallationOptions object.
* @return a {@link M365AppsInstallationOptions}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public M365AppsInstallationOptions get() {
return get(null);
}
/**
- * A container for tenant-level settings for Microsoft 365 applications.
+ * Read the properties and relationships of an m365AppsInstallationOptions object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link M365AppsInstallationOptions}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public M365AppsInstallationOptions get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +79,23 @@ public M365AppsInstallationOptions get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, M365AppsInstallationOptions::createFromDiscriminatorValue);
}
/**
- * Update the navigation property installationOptions in admin
+ * Update the properties of an m365AppsInstallationOptions object.
* @param body The request body
* @return a {@link M365AppsInstallationOptions}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public M365AppsInstallationOptions patch(@jakarta.annotation.Nonnull final M365AppsInstallationOptions body) {
return patch(body, null);
}
/**
- * Update the navigation property installationOptions in admin
+ * Update the properties of an m365AppsInstallationOptions object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link M365AppsInstallationOptions}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public M365AppsInstallationOptions patch(@jakarta.annotation.Nonnull final M365AppsInstallationOptions body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A container for tenant-level settings for Microsoft 365 applications.
+ * Read the properties and relationships of an m365AppsInstallationOptions object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A container for tenant-level settings for Microsoft 365 applications.
+ * Read the properties and relationships of an m365AppsInstallationOptions object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property installationOptions in admin
+ * Update the properties of an m365AppsInstallationOptions object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property installationOptions in admin
+ * Update the properties of an m365AppsInstallationOptions object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +186,7 @@ public InstallationOptionsRequestBuilder withUrl(@jakarta.annotation.Nonnull fin
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A container for tenant-level settings for Microsoft 365 applications.
+ * Read the properties and relationships of an m365AppsInstallationOptions object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/people/PeopleRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/people/PeopleRequestBuilder.java
index e918d72a2af..58ae80f702e 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/people/PeopleRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/people/PeopleRequestBuilder.java
@@ -55,19 +55,21 @@ public PeopleRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/admin/people{?%24expand,%24select}", rawUrl);
}
/**
- * Represents a setting to control people-related admin settings in the tenant.
+ * Retrieve the properties and relationships of a peopleAdminSettings object.
* @return a {@link PeopleAdminSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PeopleAdminSettings get() {
return get(null);
}
/**
- * Represents a setting to control people-related admin settings in the tenant.
+ * Retrieve the properties and relationships of a peopleAdminSettings object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link PeopleAdminSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PeopleAdminSettings get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,7 +79,7 @@ public PeopleAdminSettings get(@jakarta.annotation.Nullable final java.util.func
return this.requestAdapter.send(requestInfo, errorMapping, PeopleAdminSettings::createFromDiscriminatorValue);
}
/**
- * Represents a setting to control people-related admin settings in the tenant.
+ * Retrieve the properties and relationships of a peopleAdminSettings object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -85,7 +87,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a setting to control people-related admin settings in the tenant.
+ * Retrieve the properties and relationships of a peopleAdminSettings object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -107,7 +109,7 @@ public PeopleRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
return new PeopleRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a setting to control people-related admin settings in the tenant.
+ * Retrieve the properties and relationships of a peopleAdminSettings object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/people/profilecardproperties/ProfileCardPropertiesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/people/profilecardproperties/ProfileCardPropertiesRequestBuilder.java
index b88aab2968f..c9ba83cce23 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/people/profilecardproperties/ProfileCardPropertiesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/people/profilecardproperties/ProfileCardPropertiesRequestBuilder.java
@@ -60,19 +60,21 @@ public ProfileCardPropertiesRequestBuilder(@jakarta.annotation.Nonnull final Str
super(requestAdapter, "{+baseurl}/admin/people/profileCardProperties{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.
* @return a {@link ProfileCardPropertyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProfileCardPropertyCollectionResponse get() {
return get(null);
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ProfileCardPropertyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProfileCardPropertyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public ProfileCardPropertyCollectionResponse get(@jakarta.annotation.Nullable fi
return this.requestAdapter.send(requestInfo, errorMapping, ProfileCardPropertyCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to profileCardProperties for admin
+ * Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.
* @param body The request body
* @return a {@link ProfileCardProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProfileCardProperty post(@jakarta.annotation.Nonnull final ProfileCardProperty body) {
return post(body, null);
}
/**
- * Create new navigation property to profileCardProperties for admin
+ * Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ProfileCardProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProfileCardProperty post(@jakarta.annotation.Nonnull final ProfileCardProperty body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public ProfileCardProperty post(@jakarta.annotation.Nonnull final ProfileCardPro
return this.requestAdapter.send(requestInfo, errorMapping, ProfileCardProperty::createFromDiscriminatorValue);
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to profileCardProperties for admin
+ * Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to profileCardProperties for admin
+ * Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public ProfileCardPropertiesRequestBuilder withUrl(@jakarta.annotation.Nonnull f
return new ProfileCardPropertiesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/people/profilecardproperties/item/ProfileCardPropertyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/people/profilecardproperties/item/ProfileCardPropertyItemRequestBuilder.java
index 3b273f62536..67f6090f213 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/people/profilecardproperties/item/ProfileCardPropertyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/people/profilecardproperties/item/ProfileCardPropertyItemRequestBuilder.java
@@ -37,16 +37,18 @@ public ProfileCardPropertyItemRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/admin/people/profileCardProperties/{profileCardProperty%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property profileCardProperties for admin
+ * Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property profileCardProperties for admin
+ * Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.
* @return a {@link ProfileCardProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProfileCardProperty get() {
return get(null);
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ProfileCardProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProfileCardProperty get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public ProfileCardProperty get(@jakarta.annotation.Nullable final java.util.func
return this.requestAdapter.send(requestInfo, errorMapping, ProfileCardProperty::createFromDiscriminatorValue);
}
/**
- * Update the navigation property profileCardProperties in admin
+ * Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.
* @param body The request body
* @return a {@link ProfileCardProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProfileCardProperty patch(@jakarta.annotation.Nonnull final ProfileCardProperty body) {
return patch(body, null);
}
/**
- * Update the navigation property profileCardProperties in admin
+ * Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ProfileCardProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProfileCardProperty patch(@jakarta.annotation.Nonnull final ProfileCardProperty body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public ProfileCardProperty patch(@jakarta.annotation.Nonnull final ProfileCardPr
return this.requestAdapter.send(requestInfo, errorMapping, ProfileCardProperty::createFromDiscriminatorValue);
}
/**
- * Delete navigation property profileCardProperties for admin
+ * Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property profileCardProperties for admin
+ * Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property profileCardProperties in admin
+ * Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property profileCardProperties in admin
+ * Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public ProfileCardPropertyItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
+ * Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/people/pronouns/PronounsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/people/pronouns/PronounsRequestBuilder.java
index 721b8489c4a..2e29777a02d 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/people/pronouns/PronounsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/people/pronouns/PronounsRequestBuilder.java
@@ -37,19 +37,21 @@ public PronounsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
super(requestAdapter, "{+baseurl}/admin/people/pronouns{?%24expand,%24select}", rawUrl);
}
/**
- * Represents administrator settings that manage the support of pronouns in an organization.
+ * Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
* @return a {@link PronounsSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PronounsSettings get() {
return get(null);
}
/**
- * Represents administrator settings that manage the support of pronouns in an organization.
+ * Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link PronounsSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PronounsSettings get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -59,21 +61,23 @@ public PronounsSettings get(@jakarta.annotation.Nullable final java.util.functio
return this.requestAdapter.send(requestInfo, errorMapping, PronounsSettings::createFromDiscriminatorValue);
}
/**
- * Update the navigation property pronouns in admin
+ * Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
* @param body The request body
* @return a {@link PronounsSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PronounsSettings patch(@jakarta.annotation.Nonnull final PronounsSettings body) {
return patch(body, null);
}
/**
- * Update the navigation property pronouns in admin
+ * Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link PronounsSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PronounsSettings patch(@jakarta.annotation.Nonnull final PronounsSettings body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,7 +88,7 @@ public PronounsSettings patch(@jakarta.annotation.Nonnull final PronounsSettings
return this.requestAdapter.send(requestInfo, errorMapping, PronounsSettings::createFromDiscriminatorValue);
}
/**
- * Represents administrator settings that manage the support of pronouns in an organization.
+ * Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -92,7 +96,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents administrator settings that manage the support of pronouns in an organization.
+ * Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -104,7 +108,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property pronouns in admin
+ * Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -113,7 +117,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property pronouns in admin
+ * Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -138,7 +142,7 @@ public PronounsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
return new PronounsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents administrator settings that manage the support of pronouns in an organization.
+ * Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/HealthOverviewsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/HealthOverviewsRequestBuilder.java
index 92183037372..1a8808fdf9c 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/HealthOverviewsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/HealthOverviewsRequestBuilder.java
@@ -60,19 +60,21 @@ public HealthOverviewsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/admin/serviceAnnouncement/healthOverviews{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
* @return a {@link ServiceHealthCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceHealthCollectionResponse get() {
return get(null);
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceHealthCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceHealthCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ServiceHealth post(@jakarta.annotation.Nonnull final ServiceHealth body,
return this.requestAdapter.send(requestInfo, errorMapping, ServiceHealth::createFromDiscriminatorValue);
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public HealthOverviewsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
return new HealthOverviewsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/item/ServiceHealthItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/item/ServiceHealthItemRequestBuilder.java
index 956ba3a99dc..d2d3e2f975c 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/item/ServiceHealthItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/item/ServiceHealthItemRequestBuilder.java
@@ -64,19 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.
* @return a {@link ServiceHealth}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceHealth get() {
return get(null);
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceHealth}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceHealth get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +133,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +193,7 @@ public ServiceHealthItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/item/issues/item/incidentreport/IncidentReportRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/item/issues/item/incidentreport/IncidentReportRequestBuilder.java
index 7b781ef69cf..e66e163942a 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/item/issues/item/incidentreport/IncidentReportRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/healthoverviews/item/issues/item/incidentreport/IncidentReportRequestBuilder.java
@@ -39,7 +39,6 @@ public IncidentReportRequestBuilder(@jakarta.annotation.Nonnull final String raw
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
*/
@jakarta.annotation.Nullable
public InputStream get() {
@@ -50,7 +49,6 @@ public InputStream get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
*/
@jakarta.annotation.Nullable
public InputStream get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/issues/IssuesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/issues/IssuesRequestBuilder.java
index 4707055466f..5cd74fd4f76 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/issues/IssuesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/issues/IssuesRequestBuilder.java
@@ -60,19 +60,21 @@ public IssuesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/admin/serviceAnnouncement/issues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.
* @return a {@link ServiceHealthIssueCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceHealthIssueCollectionResponse get() {
return get(null);
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceHealthIssueCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceHealthIssueCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ServiceHealthIssue post(@jakarta.annotation.Nonnull final ServiceHealthIs
return this.requestAdapter.send(requestInfo, errorMapping, ServiceHealthIssue::createFromDiscriminatorValue);
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public IssuesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
return new IssuesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/issues/item/ServiceHealthIssueItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/issues/item/ServiceHealthIssueItemRequestBuilder.java
index 8ff376228e8..dbcd8d50f75 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/issues/item/ServiceHealthIssueItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/issues/item/ServiceHealthIssueItemRequestBuilder.java
@@ -64,19 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
* @return a {@link ServiceHealthIssue}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceHealthIssue get() {
return get(null);
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceHealthIssue}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceHealthIssue get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +133,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +193,7 @@ public ServiceHealthIssueItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/MessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/MessagesRequestBuilder.java
index 7a3c58649d2..749b3d93554 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/MessagesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/MessagesRequestBuilder.java
@@ -114,19 +114,21 @@ public MessagesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
super(requestAdapter, "{+baseurl}/admin/serviceAnnouncement/messages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.
* @return a {@link ServiceUpdateMessageCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceUpdateMessageCollectionResponse get() {
return get(null);
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceUpdateMessageCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceUpdateMessageCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -161,7 +163,7 @@ public ServiceUpdateMessage post(@jakarta.annotation.Nonnull final ServiceUpdate
return this.requestAdapter.send(requestInfo, errorMapping, ServiceUpdateMessage::createFromDiscriminatorValue);
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -169,7 +171,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -215,7 +217,7 @@ public MessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
return new MessagesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/ServiceUpdateMessageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/ServiceUpdateMessageItemRequestBuilder.java
index 21e04d9accc..6a7f42e67c1 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/ServiceUpdateMessageItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/ServiceUpdateMessageItemRequestBuilder.java
@@ -73,19 +73,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
* @return a {@link ServiceUpdateMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceUpdateMessage get() {
return get(null);
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceUpdateMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceUpdateMessage get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -140,7 +142,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -148,7 +150,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -200,7 +202,7 @@ public ServiceUpdateMessageItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
+ * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/AttachmentsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/AttachmentsRequestBuilder.java
index 29e6d5d7024..efe5115974c 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/AttachmentsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/AttachmentsRequestBuilder.java
@@ -60,19 +60,21 @@ public AttachmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/admin/serviceAnnouncement/messages/{serviceUpdateMessage%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Get the list of attachments associated with a service message.
* @return a {@link ServiceAnnouncementAttachmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceAnnouncementAttachmentCollectionResponse get() {
return get(null);
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Get the list of attachments associated with a service message.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceAnnouncementAttachmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceAnnouncementAttachmentCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ServiceAnnouncementAttachment post(@jakarta.annotation.Nonnull final Serv
return this.requestAdapter.send(requestInfo, errorMapping, ServiceAnnouncementAttachment::createFromDiscriminatorValue);
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Get the list of attachments associated with a service message.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Get the list of attachments associated with a service message.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public AttachmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new AttachmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Get the list of attachments associated with a service message.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/item/ServiceAnnouncementAttachmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/item/ServiceAnnouncementAttachmentItemRequestBuilder.java
index 7942edd0678..af5dd84f948 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/item/ServiceAnnouncementAttachmentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/item/ServiceAnnouncementAttachmentItemRequestBuilder.java
@@ -64,19 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Read the properties and relationships of a serviceAnnouncementAttachment object.
* @return a {@link ServiceAnnouncementAttachment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceAnnouncementAttachment get() {
return get(null);
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Read the properties and relationships of a serviceAnnouncementAttachment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceAnnouncementAttachment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ServiceAnnouncementAttachment get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +133,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Read the properties and relationships of a serviceAnnouncementAttachment object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Read the properties and relationships of a serviceAnnouncementAttachment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +193,7 @@ public ServiceAnnouncementAttachmentItemRequestBuilder withUrl(@jakarta.annotati
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of serviceAnnouncementAttachments.
+ * Read the properties and relationships of a serviceAnnouncementAttachment object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/item/content/ContentRequestBuilder.java
index 53fbf8b1e14..503f3373308 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachments/item/content/ContentRequestBuilder.java
@@ -36,6 +36,24 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final HashMap requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
/**
* The attachment content.
* @return a {@link InputStream}
@@ -88,6 +106,26 @@ public ServiceAnnouncementAttachment put(@jakarta.annotation.Nonnull final Input
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The attachment content.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The attachment content.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -141,6 +179,12 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachmentsarchive/AttachmentsArchiveRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachmentsarchive/AttachmentsArchiveRequestBuilder.java
index 915c5339584..c6f0f029c99 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachmentsarchive/AttachmentsArchiveRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/serviceannouncement/messages/item/attachmentsarchive/AttachmentsArchiveRequestBuilder.java
@@ -37,18 +37,38 @@ public AttachmentsArchiveRequestBuilder(@jakarta.annotation.Nonnull final String
}
/**
* The zip file that contains all attachments for a message.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete() {
+ delete(null);
+ }
+ /**
+ * The zip file that contains all attachments for a message.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * Get the list of attachments associated with a service message.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InputStream get() {
return get(null);
}
/**
- * The zip file that contains all attachments for a message.
+ * Get the list of attachments associated with a service message.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InputStream get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -87,11 +107,31 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The zip file that contains all attachments for a message.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Get the list of attachments associated with a service message.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The zip file that contains all attachments for a message.
+ * Get the list of attachments associated with a service message.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -140,6 +180,12 @@ public AttachmentsArchiveRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/admin/sharepoint/settings/SettingsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/sharepoint/settings/SettingsRequestBuilder.java
index 76386f6a58d..c9ad1562bc0 100644
--- a/src/main/java/com/microsoft/graph/generated/admin/sharepoint/settings/SettingsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/admin/sharepoint/settings/SettingsRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get settings from admin
+ * Get the tenant-level settings for SharePoint and OneDrive.
* @return a {@link SharepointSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SharepointSettings get() {
return get(null);
}
/**
- * Get settings from admin
+ * Get the tenant-level settings for SharePoint and OneDrive.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link SharepointSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SharepointSettings get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +79,23 @@ public SharepointSettings get(@jakarta.annotation.Nullable final java.util.funct
return this.requestAdapter.send(requestInfo, errorMapping, SharepointSettings::createFromDiscriminatorValue);
}
/**
- * Update the navigation property settings in admin
+ * Update one or more tenant-level settings for SharePoint and OneDrive.
* @param body The request body
* @return a {@link SharepointSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SharepointSettings patch(@jakarta.annotation.Nonnull final SharepointSettings body) {
return patch(body, null);
}
/**
- * Update the navigation property settings in admin
+ * Update one or more tenant-level settings for 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 SharepointSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SharepointSettings patch(@jakarta.annotation.Nonnull final SharepointSettings body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get settings from admin
+ * Get the tenant-level settings for SharePoint and OneDrive.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get settings from admin
+ * Get the tenant-level settings for SharePoint and OneDrive.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property settings in admin
+ * Update one or more tenant-level settings for SharePoint and OneDrive.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property settings in admin
+ * Update one or more tenant-level settings for 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}
@@ -182,7 +186,7 @@ public SettingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get settings from admin
+ * Get the tenant-level settings for SharePoint and OneDrive.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/agreementacceptances/AgreementAcceptancesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/agreementacceptances/AgreementAcceptancesRequestBuilder.java
index 154826ea2c0..c840842f0d6 100644
--- a/src/main/java/com/microsoft/graph/generated/agreementacceptances/AgreementAcceptancesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/agreementacceptances/AgreementAcceptancesRequestBuilder.java
@@ -40,7 +40,7 @@ public AgreementAcceptanceItemRequestBuilder byAgreementAcceptanceId(@jakarta.an
* @param requestAdapter The request adapter to use to execute the requests.
*/
public AgreementAcceptancesRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/agreementAcceptances{?%24search,%24select}", pathParameters);
+ super(requestAdapter, "{+baseurl}/agreementAcceptances{?%24count,%24filter,%24search,%24select,%24skip,%24top}", pathParameters);
}
/**
* Instantiates a new {@link AgreementAcceptancesRequestBuilder} and sets the default values.
@@ -48,7 +48,7 @@ public AgreementAcceptancesRequestBuilder(@jakarta.annotation.Nonnull final Hash
* @param requestAdapter The request adapter to use to execute the requests.
*/
public AgreementAcceptancesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/agreementAcceptances{?%24search,%24select}", rawUrl);
+ super(requestAdapter, "{+baseurl}/agreementAcceptances{?%24count,%24filter,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get entities from agreementAcceptances
@@ -156,6 +156,16 @@ public AgreementAcceptancesRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
/**
* Search items by search phrases
*/
@@ -166,6 +176,16 @@ public class GetQueryParameters implements QueryParameters {
*/
@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}
@@ -173,7 +193,11 @@ public class GetQueryParameters implements QueryParameters {
@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("%24select", select);
return allQueryParams;
}
diff --git a/src/main/java/com/microsoft/graph/generated/agreements/AgreementsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/agreements/AgreementsRequestBuilder.java
index b3e4909ffb5..2a1a95f6c58 100644
--- a/src/main/java/com/microsoft/graph/generated/agreements/AgreementsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/agreements/AgreementsRequestBuilder.java
@@ -40,7 +40,7 @@ public AgreementItemRequestBuilder byAgreementId(@jakarta.annotation.Nonnull fin
* @param requestAdapter The request adapter to use to execute the requests.
*/
public AgreementsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/agreements{?%24search,%24select}", pathParameters);
+ super(requestAdapter, "{+baseurl}/agreements{?%24count,%24filter,%24search,%24select,%24skip,%24top}", pathParameters);
}
/**
* Instantiates a new {@link AgreementsRequestBuilder} and sets the default values.
@@ -48,7 +48,7 @@ public AgreementsRequestBuilder(@jakarta.annotation.Nonnull final HashMap}
@@ -173,7 +193,11 @@ public class GetQueryParameters implements QueryParameters {
@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("%24select", select);
return allQueryParams;
}
diff --git a/src/main/java/com/microsoft/graph/generated/agreements/item/file/FileRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/agreements/item/file/FileRequestBuilder.java
index 3a618c2ce4a..f26197ce551 100644
--- a/src/main/java/com/microsoft/graph/generated/agreements/item/file/FileRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/agreements/item/file/FileRequestBuilder.java
@@ -64,19 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Default PDF linked to this agreement.
+ * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.
* @return a {@link AgreementFile}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AgreementFile get() {
return get(null);
}
/**
- * Default PDF linked to this agreement.
+ * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AgreementFile}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AgreementFile get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +133,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Default PDF linked to this agreement.
+ * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Default PDF linked to this agreement.
+ * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +193,7 @@ public FileRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Default PDF linked to this agreement.
+ * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/agreements/item/file/localizations/LocalizationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/agreements/item/file/localizations/LocalizationsRequestBuilder.java
index 20921508adb..07fba33cdbc 100644
--- a/src/main/java/com/microsoft/graph/generated/agreements/item/file/localizations/LocalizationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/agreements/item/file/localizations/LocalizationsRequestBuilder.java
@@ -60,19 +60,21 @@ public LocalizationsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/agreements/{agreement%2Did}/file/localizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The localized version of the terms of use agreement files attached to the agreement.
+ * Get a list of the default and localized agreement files.
* @return a {@link AgreementFileLocalizationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AgreementFileLocalizationCollectionResponse get() {
return get(null);
}
/**
- * The localized version of the terms of use agreement files attached to the agreement.
+ * Get a list of the default and localized agreement files.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AgreementFileLocalizationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AgreementFileLocalizationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public AgreementFileLocalization post(@jakarta.annotation.Nonnull final Agreemen
return this.requestAdapter.send(requestInfo, errorMapping, AgreementFileLocalization::createFromDiscriminatorValue);
}
/**
- * The localized version of the terms of use agreement files attached to the agreement.
+ * Get a list of the default and localized agreement files.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The localized version of the terms of use agreement files attached to the agreement.
+ * Get a list of the default and localized agreement files.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public LocalizationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new LocalizationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The localized version of the terms of use agreement files attached to the agreement.
+ * Get a list of the default and localized agreement files.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/TeamsAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/TeamsAppsRequestBuilder.java
index 22043d0aa3e..7e763ce80fe 100644
--- a/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/TeamsAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/TeamsAppsRequestBuilder.java
@@ -60,19 +60,21 @@ public TeamsAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/appCatalogs/teamsApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get teamsApps from appCatalogs
+ * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
* @return a {@link TeamsAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppCollectionResponse get() {
return get(null);
}
/**
- * Get teamsApps from appCatalogs
+ * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public TeamsAppCollectionResponse get(@jakarta.annotation.Nullable final java.ut
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to teamsApps for appCatalogs
+ * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.
* @param body The request body
* @return a {@link TeamsApp}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsApp post(@jakarta.annotation.Nonnull final TeamsApp body) {
return post(body, null);
}
/**
- * Create new navigation property to teamsApps for appCatalogs
+ * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsApp}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsApp post(@jakarta.annotation.Nonnull final TeamsApp body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public TeamsApp post(@jakarta.annotation.Nonnull final TeamsApp body, @jakarta.a
return this.requestAdapter.send(requestInfo, errorMapping, TeamsApp::createFromDiscriminatorValue);
}
/**
- * Get teamsApps from appCatalogs
+ * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get teamsApps from appCatalogs
+ * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to teamsApps for appCatalogs
+ * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to teamsApps for appCatalogs
+ * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public TeamsAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new TeamsAppsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get teamsApps from appCatalogs
+ * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/TeamsAppItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/TeamsAppItemRequestBuilder.java
index c780c5ff104..23ac05e13ab 100644
--- a/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/TeamsAppItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/TeamsAppItemRequestBuilder.java
@@ -46,16 +46,18 @@ public TeamsAppItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property teamsApps for appCatalogs
+ * Delete an app from an organization's app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property teamsApps for appCatalogs
+ * Delete an app from an organization's app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -111,7 +113,7 @@ public TeamsApp patch(@jakarta.annotation.Nonnull final TeamsApp body, @jakarta.
return this.requestAdapter.send(requestInfo, errorMapping, TeamsApp::createFromDiscriminatorValue);
}
/**
- * Delete navigation property teamsApps for appCatalogs
+ * Delete an app from an organization's app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +121,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property teamsApps for appCatalogs
+ * Delete an app from an organization's app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process.
* @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/generated/appcatalogs/teamsapps/item/appdefinitions/AppDefinitionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/appdefinitions/AppDefinitionsRequestBuilder.java
index 7ffa6ade8ad..d78cbde51c0 100644
--- a/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/appdefinitions/AppDefinitionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/appdefinitions/AppDefinitionsRequestBuilder.java
@@ -82,21 +82,23 @@ public TeamsAppDefinitionCollectionResponse get(@jakarta.annotation.Nullable fin
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppDefinitionCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to appDefinitions for appCatalogs
+ * Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog).
* @param body The request body
* @return a {@link TeamsAppDefinition}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppDefinition post(@jakarta.annotation.Nonnull final TeamsAppDefinition body) {
return post(body, null);
}
/**
- * Create new navigation property to appDefinitions for appCatalogs
+ * Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog).
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsAppDefinition}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppDefinition post(@jakarta.annotation.Nonnull final TeamsAppDefinition body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -127,7 +129,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to appDefinitions for appCatalogs
+ * Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog).
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +138,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to appDefinitions for appCatalogs
+ * Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog).
* @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/generated/appcatalogs/teamsapps/item/appdefinitions/item/TeamsAppDefinitionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/appdefinitions/item/TeamsAppDefinitionItemRequestBuilder.java
index f7bbb293e10..3bea65cbdd0 100644
--- a/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/appdefinitions/item/TeamsAppDefinitionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/appcatalogs/teamsapps/item/appdefinitions/item/TeamsAppDefinitionItemRequestBuilder.java
@@ -86,21 +86,23 @@ public TeamsAppDefinition get(@jakarta.annotation.Nullable final java.util.funct
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppDefinition::createFromDiscriminatorValue);
}
/**
- * Update the navigation property appDefinitions in appCatalogs
+ * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.
* @param body The request body
* @return a {@link TeamsAppDefinition}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppDefinition patch(@jakarta.annotation.Nonnull final TeamsAppDefinition body) {
return patch(body, null);
}
/**
- * Update the navigation property appDefinitions in appCatalogs
+ * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsAppDefinition}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppDefinition patch(@jakarta.annotation.Nonnull final TeamsAppDefinition body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -151,7 +153,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property appDefinitions in appCatalogs
+ * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -160,7 +162,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property appDefinitions in appCatalogs
+ * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.
* @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/generated/applications/item/appmanagementpolicies/item/ref/RefRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/appmanagementpolicies/item/ref/RefRequestBuilder.java
index a65d41d2774..81f20125a4f 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/appmanagementpolicies/item/ref/RefRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/appmanagementpolicies/item/ref/RefRequestBuilder.java
@@ -35,16 +35,18 @@ public RefRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}/$ref", rawUrl);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -53,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -61,7 +63,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
* @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/generated/applications/item/appmanagementpolicies/ref/RefRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/appmanagementpolicies/ref/RefRequestBuilder.java
index 4dcde5879a9..ff44dfd5e93 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/appmanagementpolicies/ref/RefRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/appmanagementpolicies/ref/RefRequestBuilder.java
@@ -38,16 +38,18 @@ public RefRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/appManagementPolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -78,18 +80,20 @@ public StringCollectionResponse get(@jakarta.annotation.Nullable final java.util
return this.requestAdapter.send(requestInfo, errorMapping, StringCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property ref to appManagementPolicies for applications
+ * Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal.
* @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 ReferenceCreate body) {
post(body, null);
}
/**
- * Create new navigation property ref to appManagementPolicies for applications
+ * Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal.
* @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 ReferenceCreate body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -99,7 +103,7 @@ public void post(@jakarta.annotation.Nonnull final ReferenceCreate body, @jakart
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -107,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property ref to appManagementPolicies for applications
+ * Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -148,7 +152,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property ref to appManagementPolicies for applications
+ * Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -173,7 +177,7 @@ public RefRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl
return new RefRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Delete ref of navigation property appManagementPolicies for applications
+ * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class DeleteQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/extensionproperties/ExtensionPropertiesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/extensionproperties/ExtensionPropertiesRequestBuilder.java
index 77d4cc397f8..b33983070c2 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/extensionproperties/ExtensionPropertiesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/extensionproperties/ExtensionPropertiesRequestBuilder.java
@@ -60,19 +60,21 @@ public ExtensionPropertiesRequestBuilder(@jakarta.annotation.Nonnull final Strin
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/extensionProperties{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application.
* @return a {@link ExtensionPropertyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ExtensionPropertyCollectionResponse get() {
return get(null);
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ExtensionPropertyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ExtensionPropertyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public ExtensionPropertyCollectionResponse get(@jakarta.annotation.Nullable fina
return this.requestAdapter.send(requestInfo, errorMapping, ExtensionPropertyCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to extensionProperties for applications
+ * Create a new directory extension definition, represented by an extensionProperty object.
* @param body The request body
* @return a {@link ExtensionProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ExtensionProperty post(@jakarta.annotation.Nonnull final ExtensionProperty body) {
return post(body, null);
}
/**
- * Create new navigation property to extensionProperties for applications
+ * Create a new directory extension definition, represented by an extensionProperty object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ExtensionProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ExtensionProperty post(@jakarta.annotation.Nonnull final ExtensionProperty body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public ExtensionProperty post(@jakarta.annotation.Nonnull final ExtensionPropert
return this.requestAdapter.send(requestInfo, errorMapping, ExtensionProperty::createFromDiscriminatorValue);
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to extensionProperties for applications
+ * Create a new directory extension definition, represented by an extensionProperty object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to extensionProperties for applications
+ * Create a new directory extension definition, represented by an extensionProperty object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public ExtensionPropertiesRequestBuilder withUrl(@jakarta.annotation.Nonnull fin
return new ExtensionPropertiesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/extensionproperties/item/ExtensionPropertyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/extensionproperties/item/ExtensionPropertyItemRequestBuilder.java
index 27c53274eaf..e072a19a441 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/extensionproperties/item/ExtensionPropertyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/extensionproperties/item/ExtensionPropertyItemRequestBuilder.java
@@ -37,16 +37,18 @@ public ExtensionPropertyItemRequestBuilder(@jakarta.annotation.Nonnull final Str
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/extensionProperties/{extensionProperty%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property extensionProperties for applications
+ * Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD).
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property extensionProperties for applications
+ * Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD).
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Read a directory extension definition represented by an extensionProperty object.
* @return a {@link ExtensionProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ExtensionProperty get() {
return get(null);
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Read a directory extension definition represented by an extensionProperty object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ExtensionProperty}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ExtensionProperty get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +106,7 @@ public ExtensionProperty patch(@jakarta.annotation.Nonnull final ExtensionProper
return this.requestAdapter.send(requestInfo, errorMapping, ExtensionProperty::createFromDiscriminatorValue);
}
/**
- * Delete navigation property extensionProperties for applications
+ * Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +114,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property extensionProperties for applications
+ * Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Read a directory extension definition represented by an extensionProperty object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Read a directory extension definition represented by an extensionProperty object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +186,7 @@ public ExtensionPropertyItemRequestBuilder withUrl(@jakarta.annotation.Nonnull f
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
+ * Read a directory extension definition represented by an extensionProperty object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java
index 5365f3780e0..498b4c361b6 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java
@@ -60,19 +60,21 @@ public FederatedIdentityCredentialsRequestBuilder(@jakarta.annotation.Nonnull fi
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Get a list of the federatedIdentityCredential objects and their properties.
* @return a {@link FederatedIdentityCredentialCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredentialCollectionResponse get() {
return get(null);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Get a list of the federatedIdentityCredential objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredentialCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nul
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredentialCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to federatedIdentityCredentials for applications
+ * Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body) {
return post(body, null);
}
/**
- * Create new navigation property to federatedIdentityCredentials for applications
+ * Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final Federa
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Get a list of the federatedIdentityCredential objects and their properties.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Get a list of the federatedIdentityCredential objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to federatedIdentityCredentials for applications
+ * Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to federatedIdentityCredentials for applications
+ * Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public FederatedIdentityCredentialsRequestBuilder withUrl(@jakarta.annotation.No
return new FederatedIdentityCredentialsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Get a list of the federatedIdentityCredential objects and their properties.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java
index 05862c4d862..d0d2c32c687 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java
@@ -37,16 +37,18 @@ public FederatedIdentityCredentialItemRequestBuilder(@jakarta.annotation.Nonnull
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property federatedIdentityCredentials for applications
+ * Delete a federatedIdentityCredential object from an application.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property federatedIdentityCredentials for applications
+ * Delete a federatedIdentityCredential object from an application.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential get() {
return get(null);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public FederatedIdentityCredential get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * Update the navigation property federatedIdentityCredentials in applications
+ * Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final FederatedIdentityCredential body) {
return patch(body, null);
}
/**
- * Update the navigation property federatedIdentityCredentials in applications
+ * Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final FederatedIdentityCredential body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * Delete navigation property federatedIdentityCredentials for applications
+ * Delete a federatedIdentityCredential object from an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property federatedIdentityCredentials for applications
+ * Delete a federatedIdentityCredential object from an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property federatedIdentityCredentials in applications
+ * Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property federatedIdentityCredentials in applications
+ * Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public FederatedIdentityCredentialItemRequestBuilder withUrl(@jakarta.annotation
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java
index afd23c748c6..a5a76a98a66 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java
@@ -39,16 +39,18 @@ public FederatedIdentityCredentialsWithNameRequestBuilder(@jakarta.annotation.No
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials(name='{name}'){?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property federatedIdentityCredentials for applications
+ * Delete a federatedIdentityCredential object from an application.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property federatedIdentityCredentials for applications
+ * Delete a federatedIdentityCredential object from an application.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -57,19 +59,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential get() {
return get(null);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -79,21 +83,23 @@ public FederatedIdentityCredential get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * Update the navigation property federatedIdentityCredentials in applications
+ * Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final FederatedIdentityCredential body) {
return patch(body, null);
}
/**
- * Update the navigation property federatedIdentityCredentials in applications
+ * Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final FederatedIdentityCredential body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -104,7 +110,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * Delete navigation property federatedIdentityCredentials for applications
+ * Delete a federatedIdentityCredential object from an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -112,7 +118,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property federatedIdentityCredentials for applications
+ * Delete a federatedIdentityCredential object from an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -124,7 +130,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +138,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -144,7 +150,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property federatedIdentityCredentials in applications
+ * Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -153,7 +159,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property federatedIdentityCredentials in applications
+ * Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -184,7 +190,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder withUrl(@jakarta.annot
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
+ * Read the properties and relationships of a federatedIdentityCredential object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/logo/LogoRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/logo/LogoRequestBuilder.java
index bb69844e190..3149b272840 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/logo/LogoRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/logo/LogoRequestBuilder.java
@@ -35,6 +35,24 @@ public LogoRequestBuilder(@jakarta.annotation.Nonnull final HashMap requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
/**
* The main logo for the application. Not nullable.
* @return a {@link InputStream}
@@ -87,6 +105,26 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The main logo for the application. Not nullable.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The main logo for the application. Not nullable.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -140,6 +178,12 @@ public LogoRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/owners/OwnersRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/owners/OwnersRequestBuilder.java
index 430cfd2da33..759503b5ce7 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/owners/OwnersRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/owners/OwnersRequestBuilder.java
@@ -104,19 +104,21 @@ public OwnersRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/owners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
* @return a {@link DirectoryObjectCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObjectCollectionResponse get() {
return get(null);
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DirectoryObjectCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObjectCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -126,7 +128,7 @@ public DirectoryObjectCollectionResponse get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, DirectoryObjectCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -134,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -156,7 +158,7 @@ public OwnersRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
return new OwnersRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/owners/item/ref/RefRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/owners/item/ref/RefRequestBuilder.java
index a37cfb9572d..11d97df5363 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/owners/item/ref/RefRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/owners/item/ref/RefRequestBuilder.java
@@ -35,16 +35,18 @@ public RefRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/$ref", rawUrl);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -53,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -61,7 +63,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
* @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/generated/applications/item/owners/ref/RefRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/owners/ref/RefRequestBuilder.java
index 4fb061be29e..da407225f21 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/owners/ref/RefRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/owners/ref/RefRequestBuilder.java
@@ -38,16 +38,18 @@ public RefRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/owners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -56,19 +58,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
* @return a {@link StringCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public StringCollectionResponse get() {
return get(null);
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link StringCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public StringCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -78,18 +82,20 @@ public StringCollectionResponse get(@jakarta.annotation.Nullable final java.util
return this.requestAdapter.send(requestInfo, errorMapping, StringCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property ref to owners for applications
+ * Add an owner to an application by posting to the owners collection.
* @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 ReferenceCreate body) {
post(body, null);
}
/**
- * Create new navigation property ref to owners for applications
+ * Add an owner to an application by posting to the owners collection.
* @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 ReferenceCreate body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -99,7 +105,7 @@ public void post(@jakarta.annotation.Nonnull final ReferenceCreate body, @jakart
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -107,7 +113,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -119,7 +125,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -127,7 +133,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +145,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property ref to owners for applications
+ * Add an owner to an application by posting to the owners collection.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -148,7 +154,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property ref to owners for applications
+ * Add an owner to an application by posting to the owners collection.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -173,7 +179,7 @@ public RefRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl
return new RefRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Delete ref of navigation property owners for applications
+ * Remove an owner from an application. As a recommended best practice, apps should have at least two owners.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class DeleteQueryParameters implements QueryParameters {
@@ -205,7 +211,7 @@ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
public DeleteQueryParameters queryParameters = new DeleteQueryParameters();
}
/**
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
+ * Retrieve a list of owners for an application that are directoryObject objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/synchronization/jobs/item/bulkupload/value/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/synchronization/jobs/item/bulkupload/value/ContentRequestBuilder.java
index bb1b6570127..cddd59c5469 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/synchronization/jobs/item/bulkupload/value/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/synchronization/jobs/item/bulkupload/value/ContentRequestBuilder.java
@@ -36,7 +36,25 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload/$value", rawUrl);
}
/**
- * Get media content for the navigation property bulkUpload from applications
+ * The bulk upload operation for the job.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete() {
+ delete(null);
+ }
+ /**
+ * The bulk upload operation for the job.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * The bulk upload operation for the job.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -45,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get media content for the navigation property bulkUpload from applications
+ * The bulk upload operation for the job.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -58,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update media content for the navigation property bulkUpload in applications
+ * The bulk upload operation for the job.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update media content for the navigation property bulkUpload in applications
+ * The bulk upload operation for the job.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -83,7 +101,27 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Get media content for the navigation property bulkUpload from applications
+ * The bulk upload operation for the job.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The bulk upload operation for the job.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The bulk upload operation for the job.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -91,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get media content for the navigation property bulkUpload from applications
+ * The bulk upload operation for the job.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -103,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update media content for the navigation property bulkUpload in applications
+ * The bulk upload operation for the job.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -112,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update media content for the navigation property bulkUpload in applications
+ * The bulk upload operation for the job.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -140,6 +178,12 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/synchronization/templates/item/SynchronizationTemplateItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/synchronization/templates/item/SynchronizationTemplateItemRequestBuilder.java
index 633734df31b..5163b9ee3f9 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/synchronization/templates/item/SynchronizationTemplateItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/synchronization/templates/item/SynchronizationTemplateItemRequestBuilder.java
@@ -86,21 +86,23 @@ public SynchronizationTemplate get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, SynchronizationTemplate::createFromDiscriminatorValue);
}
/**
- * Update the navigation property templates in applications
+ * Update (override) the synchronization template associated with a given application.
* @param body The request body
* @return a {@link SynchronizationTemplate}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SynchronizationTemplate patch(@jakarta.annotation.Nonnull final SynchronizationTemplate body) {
return patch(body, null);
}
/**
- * Update the navigation property templates in applications
+ * Update (override) the synchronization template associated with a given application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link SynchronizationTemplate}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SynchronizationTemplate patch(@jakarta.annotation.Nonnull final SynchronizationTemplate body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -151,7 +153,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property templates in applications
+ * Update (override) the synchronization template associated with a given application.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -160,7 +162,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property templates in applications
+ * Update (override) the synchronization template associated with a given application.
* @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/generated/applications/item/tokenissuancepolicies/TokenIssuancePoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/TokenIssuancePoliciesRequestBuilder.java
index 228da448e30..1cdd112d574 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/TokenIssuancePoliciesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/TokenIssuancePoliciesRequestBuilder.java
@@ -68,19 +68,21 @@ public TokenIssuancePoliciesRequestBuilder(@jakarta.annotation.Nonnull final Str
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
* @return a {@link TokenIssuancePolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TokenIssuancePolicyCollectionResponse get() {
return get(null);
}
/**
- * Get tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TokenIssuancePolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TokenIssuancePolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -90,7 +92,7 @@ public TokenIssuancePolicyCollectionResponse get(@jakarta.annotation.Nullable fi
return this.requestAdapter.send(requestInfo, errorMapping, TokenIssuancePolicyCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Get tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -98,7 +100,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -120,7 +122,7 @@ public TokenIssuancePoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnull f
return new TokenIssuancePoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/item/ref/RefRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/item/ref/RefRequestBuilder.java
index cc75e7da846..8b63fb7d069 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/item/ref/RefRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/item/ref/RefRequestBuilder.java
@@ -35,16 +35,18 @@ public RefRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/$ref", rawUrl);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -53,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -61,7 +63,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
* @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/generated/applications/item/tokenissuancepolicies/ref/RefRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/ref/RefRequestBuilder.java
index f35c0bd8f52..79eee58a36f 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/ref/RefRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/tokenissuancepolicies/ref/RefRequestBuilder.java
@@ -38,16 +38,18 @@ public RefRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -56,19 +58,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get ref of tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
* @return a {@link StringCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public StringCollectionResponse get() {
return get(null);
}
/**
- * Get ref of tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link StringCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public StringCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -78,18 +82,20 @@ public StringCollectionResponse get(@jakarta.annotation.Nullable final java.util
return this.requestAdapter.send(requestInfo, errorMapping, StringCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property ref to tokenIssuancePolicies for applications
+ * Assign a tokenIssuancePolicy to an application.
* @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 ReferenceCreate body) {
post(body, null);
}
/**
- * Create new navigation property ref to tokenIssuancePolicies for applications
+ * Assign a tokenIssuancePolicy to an application.
* @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 ReferenceCreate body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -99,7 +105,7 @@ public void post(@jakarta.annotation.Nonnull final ReferenceCreate body, @jakart
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -107,7 +113,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -119,7 +125,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get ref of tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -127,7 +133,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get ref of tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +145,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property ref to tokenIssuancePolicies for applications
+ * Assign a tokenIssuancePolicy to an application.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -148,7 +154,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property ref to tokenIssuancePolicies for applications
+ * Assign a tokenIssuancePolicy to an application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -173,7 +179,7 @@ public RefRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl
return new RefRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Delete ref of navigation property tokenIssuancePolicies for applications
+ * Remove a tokenIssuancePolicy from an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class DeleteQueryParameters implements QueryParameters {
@@ -205,7 +211,7 @@ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
public DeleteQueryParameters queryParameters = new DeleteQueryParameters();
}
/**
- * Get ref of tokenIssuancePolicies from applications
+ * List the tokenIssuancePolicy objects that are assigned to an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/TokenLifetimePoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/TokenLifetimePoliciesRequestBuilder.java
index aa04a186f2f..6e2e9d10fd7 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/TokenLifetimePoliciesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/TokenLifetimePoliciesRequestBuilder.java
@@ -68,19 +68,21 @@ public TokenLifetimePoliciesRequestBuilder(@jakarta.annotation.Nonnull final Str
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
* @return a {@link TokenLifetimePolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TokenLifetimePolicyCollectionResponse get() {
return get(null);
}
/**
- * Get tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TokenLifetimePolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TokenLifetimePolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -90,7 +92,7 @@ public TokenLifetimePolicyCollectionResponse get(@jakarta.annotation.Nullable fi
return this.requestAdapter.send(requestInfo, errorMapping, TokenLifetimePolicyCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Get tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -98,7 +100,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -120,7 +122,7 @@ public TokenLifetimePoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnull f
return new TokenLifetimePoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/item/ref/RefRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/item/ref/RefRequestBuilder.java
index a7264c6b0c3..9e18214947f 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/item/ref/RefRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/item/ref/RefRequestBuilder.java
@@ -35,16 +35,18 @@ public RefRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/$ref", rawUrl);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -53,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -61,7 +63,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
* @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/generated/applications/item/tokenlifetimepolicies/ref/RefRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/ref/RefRequestBuilder.java
index 4b9d25df25c..b796d39c763 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/ref/RefRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/tokenlifetimepolicies/ref/RefRequestBuilder.java
@@ -38,16 +38,18 @@ public RefRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -56,19 +58,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get ref of tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
* @return a {@link StringCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public StringCollectionResponse get() {
return get(null);
}
/**
- * Get ref of tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link StringCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public StringCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -78,18 +82,20 @@ public StringCollectionResponse get(@jakarta.annotation.Nullable final java.util
return this.requestAdapter.send(requestInfo, errorMapping, StringCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property ref to tokenLifetimePolicies for applications
+ * Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application.
* @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 ReferenceCreate body) {
post(body, null);
}
/**
- * Create new navigation property ref to tokenLifetimePolicies for applications
+ * Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application.
* @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 ReferenceCreate body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -99,7 +105,7 @@ public void post(@jakarta.annotation.Nonnull final ReferenceCreate body, @jakart
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -107,7 +113,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -119,7 +125,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get ref of tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -127,7 +133,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get ref of tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +145,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property ref to tokenLifetimePolicies for applications
+ * Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -148,7 +154,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property ref to tokenLifetimePolicies for applications
+ * Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -173,7 +179,7 @@ public RefRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl
return new RefRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Delete ref of navigation property tokenLifetimePolicies for applications
+ * Remove a tokenLifetimePolicy from an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class DeleteQueryParameters implements QueryParameters {
@@ -205,7 +211,7 @@ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
public DeleteQueryParameters queryParameters = new DeleteQueryParameters();
}
/**
- * Get ref of tokenLifetimePolicies from applications
+ * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/auditlogs/directoryaudits/DirectoryAuditsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/auditlogs/directoryaudits/DirectoryAuditsRequestBuilder.java
index 1c70836cc36..366db671cc8 100644
--- a/src/main/java/com/microsoft/graph/generated/auditlogs/directoryaudits/DirectoryAuditsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/auditlogs/directoryaudits/DirectoryAuditsRequestBuilder.java
@@ -60,19 +60,21 @@ public DirectoryAuditsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/auditLogs/directoryAudits{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get directoryAudits from auditLogs
+ * Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.
* @return a {@link DirectoryAuditCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryAuditCollectionResponse get() {
return get(null);
}
/**
- * Get directoryAudits from auditLogs
+ * Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DirectoryAuditCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryAuditCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public DirectoryAudit post(@jakarta.annotation.Nonnull final DirectoryAudit body
return this.requestAdapter.send(requestInfo, errorMapping, DirectoryAudit::createFromDiscriminatorValue);
}
/**
- * Get directoryAudits from auditLogs
+ * Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get directoryAudits from auditLogs
+ * Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public DirectoryAuditsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
return new DirectoryAuditsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get directoryAudits from auditLogs
+ * Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/auditlogs/directoryaudits/item/DirectoryAuditItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/auditlogs/directoryaudits/item/DirectoryAuditItemRequestBuilder.java
index 9847cb2fc85..9af2d025b2c 100644
--- a/src/main/java/com/microsoft/graph/generated/auditlogs/directoryaudits/item/DirectoryAuditItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/auditlogs/directoryaudits/item/DirectoryAuditItemRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get directoryAudits from auditLogs
+ * Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.
* @return a {@link DirectoryAudit}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryAudit get() {
return get(null);
}
/**
- * Get directoryAudits from auditLogs
+ * Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DirectoryAudit}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryAudit get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get directoryAudits from auditLogs
+ * Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get directoryAudits from auditLogs
+ * Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +184,7 @@ public DirectoryAuditItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get directoryAudits from auditLogs
+ * Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/auditlogs/provisioning/ProvisioningRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/auditlogs/provisioning/ProvisioningRequestBuilder.java
index 74ab9687683..a8385301365 100644
--- a/src/main/java/com/microsoft/graph/generated/auditlogs/provisioning/ProvisioningRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/auditlogs/provisioning/ProvisioningRequestBuilder.java
@@ -60,19 +60,21 @@ public ProvisioningRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/auditLogs/provisioning{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get provisioning from auditLogs
+ * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.
* @return a {@link ProvisioningObjectSummaryCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProvisioningObjectSummaryCollectionResponse get() {
return get(null);
}
/**
- * Get provisioning from auditLogs
+ * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ProvisioningObjectSummaryCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ProvisioningObjectSummaryCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ProvisioningObjectSummary post(@jakarta.annotation.Nonnull final Provisio
return this.requestAdapter.send(requestInfo, errorMapping, ProvisioningObjectSummary::createFromDiscriminatorValue);
}
/**
- * Get provisioning from auditLogs
+ * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get provisioning from auditLogs
+ * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public ProvisioningRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
return new ProvisioningRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get provisioning from auditLogs
+ * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/auditlogs/signins/SignInsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/auditlogs/signins/SignInsRequestBuilder.java
index da02fdaf6f3..c331dff1cea 100644
--- a/src/main/java/com/microsoft/graph/generated/auditlogs/signins/SignInsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/auditlogs/signins/SignInsRequestBuilder.java
@@ -60,19 +60,21 @@ public SignInsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/auditLogs/signIns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get signIns from auditLogs
+ * Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.
* @return a {@link SignInCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SignInCollectionResponse get() {
return get(null);
}
/**
- * Get signIns from auditLogs
+ * Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link SignInCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SignInCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public SignIn post(@jakarta.annotation.Nonnull final SignIn body, @jakarta.annot
return this.requestAdapter.send(requestInfo, errorMapping, SignIn::createFromDiscriminatorValue);
}
/**
- * Get signIns from auditLogs
+ * Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get signIns from auditLogs
+ * Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public SignInsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
return new SignInsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get signIns from auditLogs
+ * Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/auditlogs/signins/item/SignInItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/auditlogs/signins/item/SignInItemRequestBuilder.java
index 69a70be9eb6..a97f6876b57 100644
--- a/src/main/java/com/microsoft/graph/generated/auditlogs/signins/item/SignInItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/auditlogs/signins/item/SignInItemRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get signIns from auditLogs
+ * Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs.
* @return a {@link SignIn}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SignIn get() {
return get(null);
}
/**
- * Get signIns from auditLogs
+ * Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link SignIn}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SignIn get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get signIns from auditLogs
+ * Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get signIns from auditLogs
+ * Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +184,7 @@ public SignInItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get signIns from auditLogs
+ * Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/installedapps/InstalledAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/installedapps/InstalledAppsRequestBuilder.java
index e332657455d..bcaa8c7fe6c 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/installedapps/InstalledAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/installedapps/InstalledAppsRequestBuilder.java
@@ -60,19 +60,21 @@ public InstalledAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/installedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * List all app installations within a chat.
* @return a {@link TeamsAppInstallationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppInstallationCollectionResponse get() {
return get(null);
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * List all app installations within a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsAppInstallationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppInstallationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public TeamsAppInstallationCollectionResponse get(@jakarta.annotation.Nullable f
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppInstallationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to installedApps for chats
+ * Install a teamsApp to the specified chat.
* @param body The request body
* @return a {@link TeamsAppInstallation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppInstallation post(@jakarta.annotation.Nonnull final TeamsAppInstallation body) {
return post(body, null);
}
/**
- * Create new navigation property to installedApps for chats
+ * Install a teamsApp to the specified chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsAppInstallation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppInstallation post(@jakarta.annotation.Nonnull final TeamsAppInstallation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public TeamsAppInstallation post(@jakarta.annotation.Nonnull final TeamsAppInsta
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppInstallation::createFromDiscriminatorValue);
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * List all app installations within a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * List all app installations within a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to installedApps for chats
+ * Install a teamsApp to the specified chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to installedApps for chats
+ * Install a teamsApp to the specified chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public InstalledAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new InstalledAppsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * List all app installations within a chat.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/installedapps/item/TeamsAppInstallationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/installedapps/item/TeamsAppInstallationItemRequestBuilder.java
index 40e335e6741..5824d8c26ba 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/installedapps/item/TeamsAppInstallationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/installedapps/item/TeamsAppInstallationItemRequestBuilder.java
@@ -64,16 +64,18 @@ public TeamsAppInstallationItemRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property installedApps for chats
+ * Uninstall an app installed within a chat.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property installedApps for chats
+ * Uninstall an app installed within a chat.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -82,19 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * Get an app installed in a chat.
* @return a {@link TeamsAppInstallation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppInstallation get() {
return get(null);
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * Get an app installed in a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsAppInstallation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsAppInstallation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -129,7 +133,7 @@ public TeamsAppInstallation patch(@jakarta.annotation.Nonnull final TeamsAppInst
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppInstallation::createFromDiscriminatorValue);
}
/**
- * Delete navigation property installedApps for chats
+ * Uninstall an app installed within a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -137,7 +141,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property installedApps for chats
+ * Uninstall an app installed within a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -149,7 +153,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * Get an app installed in a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +161,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * Get an app installed in a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -209,7 +213,7 @@ public TeamsAppInstallationItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of all the apps in the chat. Nullable.
+ * Get an app installed in a chat.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/members/MembersRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/members/MembersRequestBuilder.java
index 72b10ea10f6..d3224c44c45 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/members/MembersRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/members/MembersRequestBuilder.java
@@ -69,19 +69,21 @@ public MembersRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of all the members in the chat. Nullable.
+ * List all conversation members in a chat or channel.
* @return a {@link ConversationMemberCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationMemberCollectionResponse get() {
return get(null);
}
/**
- * A collection of all the members in the chat. Nullable.
+ * List all conversation members in a chat or channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ConversationMemberCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationMemberCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -91,21 +93,23 @@ public ConversationMemberCollectionResponse get(@jakarta.annotation.Nullable fin
return this.requestAdapter.send(requestInfo, errorMapping, ConversationMemberCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to members for chats
+ * Add a conversationMember to a chat.
* @param body The request body
* @return a {@link ConversationMember}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationMember post(@jakarta.annotation.Nonnull final ConversationMember body) {
return post(body, null);
}
/**
- * Create new navigation property to members for chats
+ * Add a conversationMember to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ConversationMember}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationMember post(@jakarta.annotation.Nonnull final ConversationMember body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -116,7 +120,7 @@ public ConversationMember post(@jakarta.annotation.Nonnull final ConversationMem
return this.requestAdapter.send(requestInfo, errorMapping, ConversationMember::createFromDiscriminatorValue);
}
/**
- * A collection of all the members in the chat. Nullable.
+ * List all conversation members in a chat or channel.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -124,7 +128,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the members in the chat. Nullable.
+ * List all conversation members in a chat or channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to members for chats
+ * Add a conversationMember to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -145,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to members for chats
+ * Add a conversationMember to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -170,7 +174,7 @@ public MembersRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
return new MembersRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of all the members in the chat. Nullable.
+ * List all conversation members in a chat or channel.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java
index ed6291797cf..a76e0084403 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java
@@ -37,16 +37,18 @@ public ConversationMemberItemRequestBuilder(@jakarta.annotation.Nonnull final St
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/members/{conversationMember%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property members for chats
+ * Remove a conversationMember from a chat.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property members for chats
+ * Remove a conversationMember from a chat.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of all the members in the chat. Nullable.
+ * Retrieve a conversationMember from a chat.
* @return a {@link ConversationMember}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationMember get() {
return get(null);
}
/**
- * A collection of all the members in the chat. Nullable.
+ * Retrieve a conversationMember from a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ConversationMember}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationMember get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +106,7 @@ public ConversationMember patch(@jakarta.annotation.Nonnull final ConversationMe
return this.requestAdapter.send(requestInfo, errorMapping, ConversationMember::createFromDiscriminatorValue);
}
/**
- * Delete navigation property members for chats
+ * Remove a conversationMember from a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +114,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property members for chats
+ * Remove a conversationMember from a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of all the members in the chat. Nullable.
+ * Retrieve a conversationMember from a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the members in the chat. Nullable.
+ * Retrieve a conversationMember from a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +186,7 @@ public ConversationMemberItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of all the members in the chat. Nullable.
+ * Retrieve a conversationMember from a chat.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/messages/MessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/messages/MessagesRequestBuilder.java
index 9af1fdb0370..940ae814bfa 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/messages/MessagesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/messages/MessagesRequestBuilder.java
@@ -69,19 +69,21 @@ public MessagesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).
* @return a {@link ChatMessageCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessageCollectionResponse get() {
return get(null);
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessageCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessageCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -91,21 +93,23 @@ public ChatMessageCollectionResponse get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessageCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to messages for chats
+ * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body) {
return post(body, null);
}
/**
- * Create new navigation property to messages for chats
+ * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -116,7 +120,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body, @jak
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -124,7 +128,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to messages for chats
+ * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -145,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to messages for chats
+ * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -170,7 +174,7 @@ public MessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
return new MessagesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/ChatMessageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/ChatMessageItemRequestBuilder.java
index c585fd79ad4..2c2b6dcebdb 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/ChatMessageItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/ChatMessageItemRequestBuilder.java
@@ -109,19 +109,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve a single message or a message reply in a channel or a chat.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage get() {
return get(null);
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve a single message or a message reply in a channel or a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -176,7 +178,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve a single message or a message reply in a channel or a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -184,7 +186,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve a single message or a message reply in a channel or a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -236,7 +238,7 @@ public ChatMessageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of all the messages in the chat. Nullable.
+ * Retrieve a single message or a message reply in a channel or a chat.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/HostedContentsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/HostedContentsRequestBuilder.java
index ebbc4526a9b..ff4f6d7dfce 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/HostedContentsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/HostedContentsRequestBuilder.java
@@ -60,19 +60,21 @@ public HostedContentsRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.
* @return a {@link ChatMessageHostedContentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessageHostedContentCollectionResponse get() {
return get(null);
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessageHostedContentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessageHostedContentCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ChatMessageHostedContent post(@jakarta.annotation.Nonnull final ChatMessa
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessageHostedContent::createFromDiscriminatorValue);
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public HostedContentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
return new HostedContentsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/item/ChatMessageHostedContentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/item/ChatMessageHostedContentItemRequestBuilder.java
index 1358178df96..9505fdadcef 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/item/ChatMessageHostedContentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/item/ChatMessageHostedContentItemRequestBuilder.java
@@ -64,19 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the properties and relationships of chatMessageHostedContent object.
* @return a {@link ChatMessageHostedContent}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessageHostedContent get() {
return get(null);
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the properties and relationships of chatMessageHostedContent object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessageHostedContent}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessageHostedContent get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +133,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the properties and relationships of chatMessageHostedContent object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the properties and relationships of chatMessageHostedContent object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +193,7 @@ public ChatMessageHostedContentItemRequestBuilder withUrl(@jakarta.annotation.No
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Content in a message hosted by Microsoft Teams - for example, images or code snippets.
+ * Retrieve the properties and relationships of chatMessageHostedContent object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/item/value/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/item/value/ContentRequestBuilder.java
index d9032d95d8a..4b6adf55964 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/item/value/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/hostedcontents/item/value/ContentRequestBuilder.java
@@ -36,7 +36,25 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", rawUrl);
}
/**
- * Get media content for the navigation property hostedContents from chats
+ * The unique identifier for an entity. Read-only.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete() {
+ delete(null);
+ }
+ /**
+ * The unique identifier for an entity. Read-only.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * The unique identifier for an entity. Read-only.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -45,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get media content for the navigation property hostedContents from chats
+ * The unique identifier for an entity. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -58,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update media content for the navigation property hostedContents in chats
+ * The unique identifier for an entity. Read-only.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update media content for the navigation property hostedContents in chats
+ * The unique identifier for an entity. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -83,7 +101,27 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Get media content for the navigation property hostedContents from chats
+ * The unique identifier for an entity. Read-only.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The unique identifier for an entity. Read-only.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The unique identifier for an entity. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -91,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get media content for the navigation property hostedContents from chats
+ * The unique identifier for an entity. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -103,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update media content for the navigation property hostedContents in chats
+ * The unique identifier for an entity. Read-only.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -112,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update media content for the navigation property hostedContents in chats
+ * The unique identifier for an entity. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -140,6 +178,12 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/replies/item/hostedcontents/item/value/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/replies/item/hostedcontents/item/value/ContentRequestBuilder.java
index 1fd0e7a427e..3498f9c6fe6 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/replies/item/hostedcontents/item/value/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/messages/item/replies/item/hostedcontents/item/value/ContentRequestBuilder.java
@@ -36,7 +36,25 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", rawUrl);
}
/**
- * Get media content for the navigation property hostedContents from chats
+ * The unique identifier for an entity. Read-only.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete() {
+ delete(null);
+ }
+ /**
+ * The unique identifier for an entity. Read-only.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * The unique identifier for an entity. Read-only.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -45,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get media content for the navigation property hostedContents from chats
+ * The unique identifier for an entity. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -58,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update media content for the navigation property hostedContents in chats
+ * The unique identifier for an entity. Read-only.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update media content for the navigation property hostedContents in chats
+ * The unique identifier for an entity. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -83,7 +101,27 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Get media content for the navigation property hostedContents from chats
+ * The unique identifier for an entity. Read-only.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The unique identifier for an entity. Read-only.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The unique identifier for an entity. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -91,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get media content for the navigation property hostedContents from chats
+ * The unique identifier for an entity. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -103,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update media content for the navigation property hostedContents in chats
+ * The unique identifier for an entity. Read-only.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -112,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update media content for the navigation property hostedContents in chats
+ * The unique identifier for an entity. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -140,6 +178,12 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/permissiongrants/PermissionGrantsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/permissiongrants/PermissionGrantsRequestBuilder.java
index bb152f1b689..937ea65a4e1 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/permissiongrants/PermissionGrantsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/permissiongrants/PermissionGrantsRequestBuilder.java
@@ -60,19 +60,21 @@ public PermissionGrantsRequestBuilder(@jakarta.annotation.Nonnull final String r
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/permissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of permissions granted to apps for the chat.
+ * List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.
* @return a {@link ResourceSpecificPermissionGrantCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ResourceSpecificPermissionGrantCollectionResponse get() {
return get(null);
}
/**
- * A collection of permissions granted to apps for the chat.
+ * List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ResourceSpecificPermissionGrantCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ResourceSpecificPermissionGrantCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ResourceSpecificPermissionGrant post(@jakarta.annotation.Nonnull final Re
return this.requestAdapter.send(requestInfo, errorMapping, ResourceSpecificPermissionGrant::createFromDiscriminatorValue);
}
/**
- * A collection of permissions granted to apps for the chat.
+ * List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of permissions granted to apps for the chat.
+ * List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public PermissionGrantsRequestBuilder withUrl(@jakarta.annotation.Nonnull final
return new PermissionGrantsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of permissions granted to apps for the chat.
+ * List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/pinnedmessages/PinnedMessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/pinnedmessages/PinnedMessagesRequestBuilder.java
index 1c47e2b1864..83108f8e2fc 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/pinnedmessages/PinnedMessagesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/pinnedmessages/PinnedMessagesRequestBuilder.java
@@ -60,19 +60,21 @@ public PinnedMessagesRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/pinnedMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of all the pinned messages in the chat. Nullable.
+ * Get a list of pinnedChatMessages in a chat.
* @return a {@link PinnedChatMessageInfoCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PinnedChatMessageInfoCollectionResponse get() {
return get(null);
}
/**
- * A collection of all the pinned messages in the chat. Nullable.
+ * Get a list of pinnedChatMessages in a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link PinnedChatMessageInfoCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PinnedChatMessageInfoCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public PinnedChatMessageInfoCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, PinnedChatMessageInfoCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to pinnedMessages for chats
+ * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message.
* @param body The request body
* @return a {@link PinnedChatMessageInfo}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PinnedChatMessageInfo post(@jakarta.annotation.Nonnull final PinnedChatMessageInfo body) {
return post(body, null);
}
/**
- * Create new navigation property to pinnedMessages for chats
+ * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link PinnedChatMessageInfo}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PinnedChatMessageInfo post(@jakarta.annotation.Nonnull final PinnedChatMessageInfo body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public PinnedChatMessageInfo post(@jakarta.annotation.Nonnull final PinnedChatMe
return this.requestAdapter.send(requestInfo, errorMapping, PinnedChatMessageInfo::createFromDiscriminatorValue);
}
/**
- * A collection of all the pinned messages in the chat. Nullable.
+ * Get a list of pinnedChatMessages in a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the pinned messages in the chat. Nullable.
+ * Get a list of pinnedChatMessages in a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to pinnedMessages for chats
+ * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to pinnedMessages for chats
+ * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public PinnedMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
return new PinnedMessagesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of all the pinned messages in the chat. Nullable.
+ * Get a list of pinnedChatMessages in a chat.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/pinnedmessages/item/PinnedChatMessageInfoItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/pinnedmessages/item/PinnedChatMessageInfoItemRequestBuilder.java
index 483fab6d664..20fc3b3227a 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/pinnedmessages/item/PinnedChatMessageInfoItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/pinnedmessages/item/PinnedChatMessageInfoItemRequestBuilder.java
@@ -46,16 +46,18 @@ public PinnedChatMessageInfoItemRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/pinnedMessages/{pinnedChatMessageInfo%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property pinnedMessages for chats
+ * Unpin a message from a chat.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property pinnedMessages for chats
+ * Unpin a message from a chat.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -111,7 +113,7 @@ public PinnedChatMessageInfo patch(@jakarta.annotation.Nonnull final PinnedChatM
return this.requestAdapter.send(requestInfo, errorMapping, PinnedChatMessageInfo::createFromDiscriminatorValue);
}
/**
- * Delete navigation property pinnedMessages for chats
+ * Unpin a message from a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +121,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property pinnedMessages for chats
+ * Unpin a message from a chat.
* @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/generated/chats/item/tabs/TabsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/tabs/TabsRequestBuilder.java
index 845225cff26..3ef88a58c70 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/tabs/TabsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/tabs/TabsRequestBuilder.java
@@ -60,19 +60,21 @@ public TabsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jaka
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/tabs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the list of tabs in the specified chat.
* @return a {@link TeamsTabCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsTabCollectionResponse get() {
return get(null);
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the list of tabs in the specified chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsTabCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsTabCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public TeamsTabCollectionResponse get(@jakarta.annotation.Nullable final java.ut
return this.requestAdapter.send(requestInfo, errorMapping, TeamsTabCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to tabs for chats
+ * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat.
* @param body The request body
* @return a {@link TeamsTab}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsTab post(@jakarta.annotation.Nonnull final TeamsTab body) {
return post(body, null);
}
/**
- * Create new navigation property to tabs for chats
+ * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsTab}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsTab post(@jakarta.annotation.Nonnull final TeamsTab body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public TeamsTab post(@jakarta.annotation.Nonnull final TeamsTab body, @jakarta.a
return this.requestAdapter.send(requestInfo, errorMapping, TeamsTab::createFromDiscriminatorValue);
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the list of tabs in the specified chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the list of tabs in the specified chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to tabs for chats
+ * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to tabs for chats
+ * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public TabsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
return new TabsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the list of tabs in the specified chat.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/tabs/item/TeamsTabItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/tabs/item/TeamsTabItemRequestBuilder.java
index 733219b4f99..04a3902359e 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/tabs/item/TeamsTabItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/tabs/item/TeamsTabItemRequestBuilder.java
@@ -46,16 +46,18 @@ public TeamsTabItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/tabs/{teamsTab%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property tabs for chats
+ * Remove (unpin) a tab from the specified chat.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property tabs for chats
+ * Remove (unpin) a tab from the specified chat.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -64,19 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the properties and relationships of the specified tab in a chat.
* @return a {@link TeamsTab}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsTab get() {
return get(null);
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the properties and relationships of the specified tab in a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsTab}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsTab get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -86,21 +90,23 @@ public TeamsTab get(@jakarta.annotation.Nullable final java.util.function.Consum
return this.requestAdapter.send(requestInfo, errorMapping, TeamsTab::createFromDiscriminatorValue);
}
/**
- * Update the navigation property tabs in chats
+ * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab.
* @param body The request body
* @return a {@link TeamsTab}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsTab patch(@jakarta.annotation.Nonnull final TeamsTab body) {
return patch(body, null);
}
/**
- * Update the navigation property tabs in chats
+ * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsTab}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TeamsTab patch(@jakarta.annotation.Nonnull final TeamsTab body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +117,7 @@ public TeamsTab patch(@jakarta.annotation.Nonnull final TeamsTab body, @jakarta.
return this.requestAdapter.send(requestInfo, errorMapping, TeamsTab::createFromDiscriminatorValue);
}
/**
- * Delete navigation property tabs for chats
+ * Remove (unpin) a tab from the specified chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +125,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property tabs for chats
+ * Remove (unpin) a tab from the specified chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +137,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the properties and relationships of the specified tab in a chat.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +145,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the properties and relationships of the specified tab in a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property tabs in chats
+ * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -160,7 +166,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property tabs in chats
+ * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -191,7 +197,7 @@ public TeamsTabItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * A collection of all the tabs in the chat. Nullable.
+ * Retrieve the properties and relationships of the specified tab in a chat.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/callrecords/CallRecordsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/callrecords/CallRecordsRequestBuilder.java
index 23ab657b5da..e179a5beab0 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/callrecords/CallRecordsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/callrecords/CallRecordsRequestBuilder.java
@@ -63,7 +63,7 @@ public CallRecordsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/communications/callRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
* @return a {@link CallRecordCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -72,7 +72,7 @@ public CallRecordCollectionResponse get() {
return get(null);
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CallRecordCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -134,7 +134,7 @@ public CallRecord post(@jakarta.annotation.Nonnull final CallRecord body, @jakar
return this.requestAdapter.send(requestInfo, errorMapping, CallRecord::createFromDiscriminatorValue);
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -142,7 +142,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -188,7 +188,7 @@ public CallRecordsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new CallRecordsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/callrecords/item/CallRecordItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/callrecords/item/CallRecordItemRequestBuilder.java
index d25c6c4458c..6b01bf6a664 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/callrecords/item/CallRecordItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/callrecords/item/CallRecordItemRequestBuilder.java
@@ -64,19 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
* @return a {@link CallRecord}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CallRecord get() {
return get(null);
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CallRecord}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CallRecord get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +133,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +193,7 @@ public CallRecordItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get callRecords from communications
+ * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/callrecords/item/sessions/SessionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/callrecords/item/sessions/SessionsRequestBuilder.java
index 9f8af215bf2..f46978ddbae 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/callrecords/item/sessions/SessionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/callrecords/item/sessions/SessionsRequestBuilder.java
@@ -60,19 +60,21 @@ public SessionsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
super(requestAdapter, "{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.
+ * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries.
* @return a {@link SessionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SessionCollectionResponse get() {
return get(null);
}
/**
- * List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.
+ * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link SessionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SessionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public Session post(@jakarta.annotation.Nonnull final Session body, @jakarta.ann
return this.requestAdapter.send(requestInfo, errorMapping, Session::createFromDiscriminatorValue);
}
/**
- * List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.
+ * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.
+ * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public SessionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
return new SessionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.
+ * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetdirectroutingcallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetdirectroutingcallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.java
index 9f63710d7c1..10539bdd1de 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetdirectroutingcallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetdirectroutingcallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.java
@@ -41,7 +41,7 @@ public MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateT
super(requestAdapter, "{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl);
}
/**
- * Invoke function getDirectRoutingCalls
+ * Get a log of direct routing calls as a collection of directRoutingLogRow entries.
* @return a {@link GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -50,7 +50,7 @@ public GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse get() {
return get(null);
}
/**
- * Invoke function getDirectRoutingCalls
+ * Get a log of direct routing calls as a collection of directRoutingLogRow entries.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -63,7 +63,7 @@ public GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse get(@jakar
return this.requestAdapter.send(requestInfo, errorMapping, GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse::createFromDiscriminatorValue);
}
/**
- * Invoke function getDirectRoutingCalls
+ * Get a log of direct routing calls as a collection of directRoutingLogRow entries.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -71,7 +71,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Invoke function getDirectRoutingCalls
+ * Get a log of direct routing calls as a collection of directRoutingLogRow entries.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -93,7 +93,7 @@ public MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateT
return new MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Invoke function getDirectRoutingCalls
+ * Get a log of direct routing calls as a collection of directRoutingLogRow entries.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetpstncallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetpstncallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.java
index 336a3d6e274..de0a22ae716 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetpstncallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetpstncallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.java
@@ -41,7 +41,7 @@ public MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeReques
super(requestAdapter, "{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getPstnCalls(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl);
}
/**
- * Invoke function getPstnCalls
+ * Get log of PSTN calls as a collection of pstnCallLogRow entries.
* @return a {@link GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -50,7 +50,7 @@ public GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse get() {
return get(null);
}
/**
- * Invoke function getPstnCalls
+ * Get log of PSTN calls as a collection of pstnCallLogRow entries.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -63,7 +63,7 @@ public GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse get(@jakarta.annota
return this.requestAdapter.send(requestInfo, errorMapping, GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse::createFromDiscriminatorValue);
}
/**
- * Invoke function getPstnCalls
+ * Get log of PSTN calls as a collection of pstnCallLogRow entries.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -71,7 +71,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Invoke function getPstnCalls
+ * Get log of PSTN calls as a collection of pstnCallLogRow entries.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -93,7 +93,7 @@ public MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeReques
return new MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Invoke function getPstnCalls
+ * Get log of PSTN calls as a collection of pstnCallLogRow entries.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/CallsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/CallsRequestBuilder.java
index e5cad50e84b..6ab9c8703f1 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/CallsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/CallsRequestBuilder.java
@@ -69,7 +69,7 @@ public CallsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/communications/calls{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
* @return a {@link CallCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -78,7 +78,7 @@ public CallCollectionResponse get() {
return get(null);
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CallCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -91,21 +91,23 @@ public CallCollectionResponse get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, CallCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to calls for communications
+ * Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.
* @param body The request body
* @return a {@link Call}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Call post(@jakarta.annotation.Nonnull final Call body) {
return post(body, null);
}
/**
- * Create new navigation property to calls for communications
+ * Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Call}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Call post(@jakarta.annotation.Nonnull final Call body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -116,7 +118,7 @@ public Call post(@jakarta.annotation.Nonnull final Call body, @jakarta.annotatio
return this.requestAdapter.send(requestInfo, errorMapping, Call::createFromDiscriminatorValue);
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -124,7 +126,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -136,7 +138,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to calls for communications
+ * Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -145,7 +147,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to calls for communications
+ * Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -170,7 +172,7 @@ public CallsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawU
return new CallsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/CallItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/CallItemRequestBuilder.java
index 79ce809a02a..423c164760e 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/CallItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/CallItemRequestBuilder.java
@@ -208,16 +208,18 @@ public CallItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property calls for communications
+ * Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property calls for communications
+ * Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -226,19 +228,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
* @return a {@link Call}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Call get() {
return get(null);
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Call}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Call get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -273,7 +277,7 @@ public Call patch(@jakarta.annotation.Nonnull final Call body, @jakarta.annotati
return this.requestAdapter.send(requestInfo, errorMapping, Call::createFromDiscriminatorValue);
}
/**
- * Delete navigation property calls for communications
+ * Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -281,7 +285,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property calls for communications
+ * Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -293,7 +297,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -301,7 +305,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -353,7 +357,7 @@ public CallItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get calls from communications
+ * Retrieve the properties and relationships of a call object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/audioroutinggroups/AudioRoutingGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/audioroutinggroups/AudioRoutingGroupsRequestBuilder.java
index 3db2e0ddf7e..12f4fc59095 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/audioroutinggroups/AudioRoutingGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/audioroutinggroups/AudioRoutingGroupsRequestBuilder.java
@@ -60,19 +60,21 @@ public AudioRoutingGroupsRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/audioRoutingGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve a list of audioRoutingGroup objects.
* @return a {@link AudioRoutingGroupCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AudioRoutingGroupCollectionResponse get() {
return get(null);
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve a list of audioRoutingGroup objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AudioRoutingGroupCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AudioRoutingGroupCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public AudioRoutingGroupCollectionResponse get(@jakarta.annotation.Nullable fina
return this.requestAdapter.send(requestInfo, errorMapping, AudioRoutingGroupCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to audioRoutingGroups for communications
+ * Create a new audioRoutingGroup.
* @param body The request body
* @return a {@link AudioRoutingGroup}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AudioRoutingGroup post(@jakarta.annotation.Nonnull final AudioRoutingGroup body) {
return post(body, null);
}
/**
- * Create new navigation property to audioRoutingGroups for communications
+ * Create a new audioRoutingGroup.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AudioRoutingGroup}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AudioRoutingGroup post(@jakarta.annotation.Nonnull final AudioRoutingGroup body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public AudioRoutingGroup post(@jakarta.annotation.Nonnull final AudioRoutingGrou
return this.requestAdapter.send(requestInfo, errorMapping, AudioRoutingGroup::createFromDiscriminatorValue);
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve a list of audioRoutingGroup objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve a list of audioRoutingGroup objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to audioRoutingGroups for communications
+ * Create a new audioRoutingGroup.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to audioRoutingGroups for communications
+ * Create a new audioRoutingGroup.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public AudioRoutingGroupsRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
return new AudioRoutingGroupsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve a list of audioRoutingGroup objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/audioroutinggroups/item/AudioRoutingGroupItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/audioroutinggroups/item/AudioRoutingGroupItemRequestBuilder.java
index b2685c11c8d..7dd102e72ef 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/audioroutinggroups/item/AudioRoutingGroupItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/audioroutinggroups/item/AudioRoutingGroupItemRequestBuilder.java
@@ -37,16 +37,18 @@ public AudioRoutingGroupItemRequestBuilder(@jakarta.annotation.Nonnull final Str
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/audioRoutingGroups/{audioRoutingGroup%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property audioRoutingGroups for communications
+ * Delete the specified audioRoutingGroup.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property audioRoutingGroups for communications
+ * Delete the specified audioRoutingGroup.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve the properties and relationships of an audioRoutingGroup object.
* @return a {@link AudioRoutingGroup}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AudioRoutingGroup get() {
return get(null);
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve the properties and relationships of an audioRoutingGroup object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AudioRoutingGroup}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AudioRoutingGroup get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public AudioRoutingGroup get(@jakarta.annotation.Nullable final java.util.functi
return this.requestAdapter.send(requestInfo, errorMapping, AudioRoutingGroup::createFromDiscriminatorValue);
}
/**
- * Update the navigation property audioRoutingGroups in communications
+ * Modify sources and receivers of an audioRoutingGroup.
* @param body The request body
* @return a {@link AudioRoutingGroup}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AudioRoutingGroup patch(@jakarta.annotation.Nonnull final AudioRoutingGroup body) {
return patch(body, null);
}
/**
- * Update the navigation property audioRoutingGroups in communications
+ * Modify sources and receivers of an audioRoutingGroup.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AudioRoutingGroup}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AudioRoutingGroup patch(@jakarta.annotation.Nonnull final AudioRoutingGroup body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public AudioRoutingGroup patch(@jakarta.annotation.Nonnull final AudioRoutingGro
return this.requestAdapter.send(requestInfo, errorMapping, AudioRoutingGroup::createFromDiscriminatorValue);
}
/**
- * Delete navigation property audioRoutingGroups for communications
+ * Delete the specified audioRoutingGroup.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property audioRoutingGroups for communications
+ * Delete the specified audioRoutingGroup.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve the properties and relationships of an audioRoutingGroup object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve the properties and relationships of an audioRoutingGroup object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property audioRoutingGroups in communications
+ * Modify sources and receivers of an audioRoutingGroup.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property audioRoutingGroups in communications
+ * Modify sources and receivers of an audioRoutingGroup.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public AudioRoutingGroupItemRequestBuilder withUrl(@jakarta.annotation.Nonnull f
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get audioRoutingGroups from communications
+ * Retrieve the properties and relationships of an audioRoutingGroup object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/contentsharingsessions/ContentSharingSessionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/contentsharingsessions/ContentSharingSessionsRequestBuilder.java
index 305bf7e3cab..d5fb6215f76 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/contentsharingsessions/ContentSharingSessionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/contentsharingsessions/ContentSharingSessionsRequestBuilder.java
@@ -60,19 +60,21 @@ public ContentSharingSessionsRequestBuilder(@jakarta.annotation.Nonnull final St
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/contentSharingSessions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve a list of contentSharingSession objects in a call.
* @return a {@link ContentSharingSessionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ContentSharingSessionCollectionResponse get() {
return get(null);
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve a list of contentSharingSession objects in a call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ContentSharingSessionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ContentSharingSessionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ContentSharingSession post(@jakarta.annotation.Nonnull final ContentShari
return this.requestAdapter.send(requestInfo, errorMapping, ContentSharingSession::createFromDiscriminatorValue);
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve a list of contentSharingSession objects in a call.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve a list of contentSharingSession objects in a call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public ContentSharingSessionsRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new ContentSharingSessionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve a list of contentSharingSession objects in a call.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/contentsharingsessions/item/ContentSharingSessionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/contentsharingsessions/item/ContentSharingSessionItemRequestBuilder.java
index ee7325473a7..c7025008b69 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/contentsharingsessions/item/ContentSharingSessionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/contentsharingsessions/item/ContentSharingSessionItemRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve the properties of a contentSharingSession object in a call.
* @return a {@link ContentSharingSession}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ContentSharingSession get() {
return get(null);
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve the properties of a contentSharingSession object in a call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ContentSharingSession}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ContentSharingSession get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve the properties of a contentSharingSession object in a call.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve the properties of a contentSharingSession object in a call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +184,7 @@ public ContentSharingSessionItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get contentSharingSessions from communications
+ * Retrieve the properties of a contentSharingSession object in a call.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/operations/OperationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/operations/OperationsRequestBuilder.java
index 45ae156b159..93237234911 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/operations/OperationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/operations/OperationsRequestBuilder.java
@@ -60,7 +60,7 @@ public OperationsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
* @return a {@link CommsOperationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public CommsOperationCollectionResponse get() {
return get(null);
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CommsOperationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public CommsOperation post(@jakarta.annotation.Nonnull final CommsOperation body
return this.requestAdapter.send(requestInfo, errorMapping, CommsOperation::createFromDiscriminatorValue);
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public OperationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new OperationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/operations/item/CommsOperationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/operations/item/CommsOperationItemRequestBuilder.java
index e8f4351c0b5..8882d7f3131 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/operations/item/CommsOperationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/operations/item/CommsOperationItemRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
* @return a {@link CommsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CommsOperation get() {
return get(null);
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CommsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CommsOperation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +184,7 @@ public CommsOperationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get operations from communications
+ * Get the status of an operation that adds the large gallery view to a call.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/ParticipantsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/ParticipantsRequestBuilder.java
index c4d5ccc2b9c..ad44d7d2680 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/ParticipantsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/ParticipantsRequestBuilder.java
@@ -69,19 +69,21 @@ public ParticipantsRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get participants from communications
+ * Retrieve a list of participant objects in the call.
* @return a {@link ParticipantCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ParticipantCollectionResponse get() {
return get(null);
}
/**
- * Get participants from communications
+ * Retrieve a list of participant objects in the call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ParticipantCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ParticipantCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -116,7 +118,7 @@ public Participant post(@jakarta.annotation.Nonnull final Participant body, @jak
return this.requestAdapter.send(requestInfo, errorMapping, Participant::createFromDiscriminatorValue);
}
/**
- * Get participants from communications
+ * Retrieve a list of participant objects in the call.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -124,7 +126,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get participants from communications
+ * Retrieve a list of participant objects in the call.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -170,7 +172,7 @@ public ParticipantsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
return new ParticipantsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get participants from communications
+ * Retrieve a list of participant objects in the call.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
index 5675abf7a1b..471c548e60f 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
@@ -36,23 +36,23 @@ public InviteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants/invite", rawUrl);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @return a {@link InviteParticipantsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body) {
return post(body, null);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InviteParticipantsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final Invite
return this.requestAdapter.send(requestInfo, errorMapping, InviteParticipantsOperation::createFromDiscriminatorValue);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @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/generated/communications/calls/item/participants/item/ParticipantItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/item/ParticipantItemRequestBuilder.java
index f2ff3d31b55..bd2e106adfb 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/item/ParticipantItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/item/ParticipantItemRequestBuilder.java
@@ -64,16 +64,18 @@ public ParticipantItemRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property participants for communications
+ * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property participants for communications
+ * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -82,19 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get participants from communications
+ * Retrieve the properties and relationships of a participant object.
* @return a {@link Participant}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Participant get() {
return get(null);
}
/**
- * Get participants from communications
+ * Retrieve the properties and relationships of a participant object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Participant}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Participant get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -129,7 +133,7 @@ public Participant patch(@jakarta.annotation.Nonnull final Participant body, @ja
return this.requestAdapter.send(requestInfo, errorMapping, Participant::createFromDiscriminatorValue);
}
/**
- * Delete navigation property participants for communications
+ * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -137,7 +141,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property participants for communications
+ * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -149,7 +153,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get participants from communications
+ * Retrieve the properties and relationships of a participant object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +161,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get participants from communications
+ * Retrieve the properties and relationships of a participant object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -209,7 +213,7 @@ public ParticipantItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get participants from communications
+ * Retrieve the properties and relationships of a participant object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/OnlineMeetingsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/OnlineMeetingsRequestBuilder.java
index 2de9d44c1d5..7debedd3228 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/OnlineMeetingsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/OnlineMeetingsRequestBuilder.java
@@ -69,19 +69,21 @@ public OnlineMeetingsRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/communications/onlineMeetings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get onlineMeetings from communications
+ * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
* @return a {@link OnlineMeetingCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public OnlineMeetingCollectionResponse get() {
return get(null);
}
/**
- * Get onlineMeetings from communications
+ * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link OnlineMeetingCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public OnlineMeetingCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -116,7 +118,7 @@ public OnlineMeeting post(@jakarta.annotation.Nonnull final OnlineMeeting body,
return this.requestAdapter.send(requestInfo, errorMapping, OnlineMeeting::createFromDiscriminatorValue);
}
/**
- * Get onlineMeetings from communications
+ * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -124,7 +126,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get onlineMeetings from communications
+ * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -170,7 +172,7 @@ public OnlineMeetingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
return new OnlineMeetingsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get onlineMeetings from communications
+ * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
index b9f1da96130..09da4d248b0 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
@@ -35,6 +35,24 @@ public AttendeeReportRequestBuilder(@jakarta.annotation.Nonnull final HashMap requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
/**
* Get attendeeReport for the navigation property onlineMeetings from communications
* @return a {@link InputStream}
@@ -82,6 +100,26 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
+ /**
+ * Delete attendeeReport for the navigation property onlineMeetings in communications
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * Delete attendeeReport for the navigation property onlineMeetings in communications
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
/**
* Get attendeeReport for the navigation property onlineMeetings from communications
* @return a {@link RequestInformation}
@@ -140,6 +178,12 @@ public AttendeeReportRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/recordings/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/recordings/item/content/ContentRequestBuilder.java
index d9160f5677b..06802974db4 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/recordings/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/recordings/item/content/ContentRequestBuilder.java
@@ -36,6 +36,24 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final HashMap requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
/**
* The content of the recording. Read-only.
* @return a {@link InputStream}
@@ -88,6 +106,26 @@ public CallRecording put(@jakarta.annotation.Nonnull final InputStream body, @ja
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The content of the recording. Read-only.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The content of the recording. Read-only.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -141,6 +179,12 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/transcripts/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/transcripts/item/content/ContentRequestBuilder.java
index 15103c722b1..722943038a1 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/transcripts/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/transcripts/item/content/ContentRequestBuilder.java
@@ -36,6 +36,24 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final HashMap requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
/**
* The content of the transcript. Read-only.
* @return a {@link InputStream}
@@ -88,6 +106,26 @@ public CallTranscript put(@jakarta.annotation.Nonnull final InputStream body, @j
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The content of the transcript. Read-only.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The content of the transcript. Read-only.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -141,6 +179,12 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/transcripts/item/metadatacontent/MetadataContentRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/transcripts/item/metadatacontent/MetadataContentRequestBuilder.java
index c1b285db6ce..cd09feb69e3 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/transcripts/item/metadatacontent/MetadataContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/item/transcripts/item/metadatacontent/MetadataContentRequestBuilder.java
@@ -35,6 +35,24 @@ public MetadataContentRequestBuilder(@jakarta.annotation.Nonnull final HashMap requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
/**
* The time-aligned metadata of the utterances in the transcript. Read-only.
* @return a {@link InputStream}
@@ -87,6 +105,26 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * The time-aligned metadata of the utterances in the transcript. Read-only.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The time-aligned metadata of the utterances in the transcript. Read-only.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -140,6 +178,12 @@ public MetadataContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
public class GetRequestConfiguration extends BaseRequestConfiguration {
}
/**
diff --git a/src/main/java/com/microsoft/graph/generated/communications/presences/PresencesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/presences/PresencesRequestBuilder.java
index 392e021ba36..4ad04bb7a4d 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/presences/PresencesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/presences/PresencesRequestBuilder.java
@@ -60,7 +60,7 @@ public PresencesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/communications/presences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get presences from communications
+ * Get a user's presence information.
* @return a {@link PresenceCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public PresenceCollectionResponse get() {
return get(null);
}
/**
- * Get presences from communications
+ * Get a user's presence information.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link PresenceCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public Presence post(@jakarta.annotation.Nonnull final Presence body, @jakarta.a
return this.requestAdapter.send(requestInfo, errorMapping, Presence::createFromDiscriminatorValue);
}
/**
- * Get presences from communications
+ * Get a user's presence information.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get presences from communications
+ * Get a user's presence information.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public PresencesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new PresencesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get presences from communications
+ * Get a user's presence information.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/communications/presences/item/PresenceItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/presences/item/PresenceItemRequestBuilder.java
index 7dbcaec0c49..4d2d2e420c9 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/presences/item/PresenceItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/presences/item/PresenceItemRequestBuilder.java
@@ -100,19 +100,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get presences from communications
+ * Get a user's presence information.
* @return a {@link Presence}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Presence get() {
return get(null);
}
/**
- * Get presences from communications
+ * Get a user's presence information.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Presence}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Presence get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -167,7 +169,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get presences from communications
+ * Get a user's presence information.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -175,7 +177,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get presences from communications
+ * Get a user's presence information.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -227,7 +229,7 @@ public PresenceItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get presences from communications
+ * Get a user's presence information.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/contacts/item/directreports/DirectReportsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/contacts/item/directreports/DirectReportsRequestBuilder.java
index 2c6e09a23ea..02f0d8842b5 100644
--- a/src/main/java/com/microsoft/graph/generated/contacts/item/directreports/DirectReportsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/contacts/item/directreports/DirectReportsRequestBuilder.java
@@ -77,19 +77,21 @@ public DirectReportsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/contacts/{orgContact%2Did}/directReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
+ * Get the direct reports for this organizational contact.
* @return a {@link DirectoryObjectCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObjectCollectionResponse get() {
return get(null);
}
/**
- * The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
+ * Get the direct reports for this organizational contact.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DirectoryObjectCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObjectCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -99,7 +101,7 @@ public DirectoryObjectCollectionResponse get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, DirectoryObjectCollectionResponse::createFromDiscriminatorValue);
}
/**
- * The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
+ * Get the direct reports for this organizational contact.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -107,7 +109,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
+ * Get the direct reports for this organizational contact.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -129,7 +131,7 @@ public DirectReportsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new DirectReportsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
+ * Get the direct reports for this organizational contact.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/contacts/item/manager/ManagerRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/contacts/item/manager/ManagerRequestBuilder.java
index 82e8b8d1f06..c1a6d90db1d 100644
--- a/src/main/java/com/microsoft/graph/generated/contacts/item/manager/ManagerRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/contacts/item/manager/ManagerRequestBuilder.java
@@ -37,19 +37,21 @@ public ManagerRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/contacts/{orgContact%2Did}/manager{?%24expand,%24select}", rawUrl);
}
/**
- * The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.
+ * Get this organizational contact's manager.
* @return a {@link DirectoryObject}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObject get() {
return get(null);
}
/**
- * The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.
+ * Get this organizational contact's manager.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DirectoryObject}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObject get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -59,7 +61,7 @@ public DirectoryObject get(@jakarta.annotation.Nullable final java.util.function
return this.requestAdapter.send(requestInfo, errorMapping, DirectoryObject::createFromDiscriminatorValue);
}
/**
- * The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.
+ * Get this organizational contact's manager.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -67,7 +69,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.
+ * Get this organizational contact's manager.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -89,7 +91,7 @@ public ManagerRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
return new ManagerRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.
+ * Get this organizational contact's manager.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/contacts/item/memberof/MemberOfRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/contacts/item/memberof/MemberOfRequestBuilder.java
index 4cb97e54c1f..6d8b77dc8c9 100644
--- a/src/main/java/com/microsoft/graph/generated/contacts/item/memberof/MemberOfRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/contacts/item/memberof/MemberOfRequestBuilder.java
@@ -77,19 +77,21 @@ public MemberOfRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
super(requestAdapter, "{+baseurl}/contacts/{orgContact%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Groups that this contact is a member of. Read-only. Nullable. Supports $expand.
+ * List the groups that this organizational contact is a member of.
* @return a {@link DirectoryObjectCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObjectCollectionResponse get() {
return get(null);
}
/**
- * Groups that this contact is a member of. Read-only. Nullable. Supports $expand.
+ * List the groups that this organizational contact is a member of.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DirectoryObjectCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObjectCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -99,7 +101,7 @@ public DirectoryObjectCollectionResponse get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, DirectoryObjectCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Groups that this contact is a member of. Read-only. Nullable. Supports $expand.
+ * List the groups that this organizational contact is a member of.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -107,7 +109,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Groups that this contact is a member of. Read-only. Nullable. Supports $expand.
+ * List the groups that this organizational contact is a member of.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -129,7 +131,7 @@ public MemberOfRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r
return new MemberOfRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Groups that this contact is a member of. Read-only. Nullable. Supports $expand.
+ * List the groups that this organizational contact is a member of.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/contacts/item/transitivememberof/TransitiveMemberOfRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/contacts/item/transitivememberof/TransitiveMemberOfRequestBuilder.java
index ca489d917c9..82eb8d6847f 100644
--- a/src/main/java/com/microsoft/graph/generated/contacts/item/transitivememberof/TransitiveMemberOfRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/contacts/item/transitivememberof/TransitiveMemberOfRequestBuilder.java
@@ -77,19 +77,21 @@ public TransitiveMemberOfRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
+ * Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.
* @return a {@link DirectoryObjectCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObjectCollectionResponse get() {
return get(null);
}
/**
- * Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
+ * Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DirectoryObjectCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DirectoryObjectCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -99,7 +101,7 @@ public DirectoryObjectCollectionResponse get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, DirectoryObjectCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
+ * Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -107,7 +109,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
+ * Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -129,7 +131,7 @@ public TransitiveMemberOfRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
return new TransitiveMemberOfRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
+ * Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
index b89bdc0d644..68bc2a9314b 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
@@ -175,7 +175,7 @@ public DeviceAppManagementRequestBuilder(@jakarta.annotation.Nonnull final Strin
* Read properties and relationships of the deviceAppManagement object.
* @return a {@link DeviceAppManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceAppManagement get() {
@@ -186,7 +186,7 @@ public DeviceAppManagement get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceAppManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -200,7 +200,7 @@ public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.func
* @param body The request body
* @return a {@link DeviceAppManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppManagement body) {
@@ -212,7 +212,7 @@ public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppMana
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceAppManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppManagement body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/AndroidManagedAppProtectionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/AndroidManagedAppProtectionsRequestBuilder.java
index 0dcc7cb200a..56664b084da 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/AndroidManagedAppProtectionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/AndroidManagedAppProtectionsRequestBuilder.java
@@ -60,19 +60,21 @@ public AndroidManagedAppProtectionsRequestBuilder(@jakarta.annotation.Nonnull fi
super(requestAdapter, "{+baseurl}/deviceAppManagement/androidManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Android managed app policies.
+ * List properties and relationships of the androidManagedAppProtection objects.
* @return a {@link AndroidManagedAppProtectionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AndroidManagedAppProtectionCollectionResponse get() {
return get(null);
}
/**
- * Android managed app policies.
+ * List properties and relationships of the androidManagedAppProtection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AndroidManagedAppProtectionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AndroidManagedAppProtectionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public AndroidManagedAppProtectionCollectionResponse get(@jakarta.annotation.Nul
return this.requestAdapter.send(requestInfo, errorMapping, AndroidManagedAppProtectionCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to androidManagedAppProtections for deviceAppManagement
+ * Create a new androidManagedAppProtection object.
* @param body The request body
* @return a {@link AndroidManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AndroidManagedAppProtection post(@jakarta.annotation.Nonnull final AndroidManagedAppProtection body) {
return post(body, null);
}
/**
- * Create new navigation property to androidManagedAppProtections for deviceAppManagement
+ * Create a new androidManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AndroidManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AndroidManagedAppProtection post(@jakarta.annotation.Nonnull final AndroidManagedAppProtection body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public AndroidManagedAppProtection post(@jakarta.annotation.Nonnull final Androi
return this.requestAdapter.send(requestInfo, errorMapping, AndroidManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * Android managed app policies.
+ * List properties and relationships of the androidManagedAppProtection objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Android managed app policies.
+ * List properties and relationships of the androidManagedAppProtection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to androidManagedAppProtections for deviceAppManagement
+ * Create a new androidManagedAppProtection object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to androidManagedAppProtections for deviceAppManagement
+ * Create a new androidManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public AndroidManagedAppProtectionsRequestBuilder withUrl(@jakarta.annotation.No
return new AndroidManagedAppProtectionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Android managed app policies.
+ * List properties and relationships of the androidManagedAppProtection objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/item/AndroidManagedAppProtectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/item/AndroidManagedAppProtectionItemRequestBuilder.java
index 8d634964e63..470913c14ba 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/item/AndroidManagedAppProtectionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/item/AndroidManagedAppProtectionItemRequestBuilder.java
@@ -64,16 +64,18 @@ public AndroidManagedAppProtectionItemRequestBuilder(@jakarta.annotation.Nonnull
super(requestAdapter, "{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property androidManagedAppProtections for deviceAppManagement
+ * Deletes a androidManagedAppProtection.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property androidManagedAppProtections for deviceAppManagement
+ * Deletes a androidManagedAppProtection.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -82,19 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Android managed app policies.
+ * Read properties and relationships of the androidManagedAppProtection object.
* @return a {@link AndroidManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AndroidManagedAppProtection get() {
return get(null);
}
/**
- * Android managed app policies.
+ * Read properties and relationships of the androidManagedAppProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AndroidManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AndroidManagedAppProtection get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -104,21 +108,23 @@ public AndroidManagedAppProtection get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, AndroidManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * Update the navigation property androidManagedAppProtections in deviceAppManagement
+ * Update the properties of a androidManagedAppProtection object.
* @param body The request body
* @return a {@link AndroidManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AndroidManagedAppProtection patch(@jakarta.annotation.Nonnull final AndroidManagedAppProtection body) {
return patch(body, null);
}
/**
- * Update the navigation property androidManagedAppProtections in deviceAppManagement
+ * Update the properties of a androidManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AndroidManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AndroidManagedAppProtection patch(@jakarta.annotation.Nonnull final AndroidManagedAppProtection body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -129,7 +135,7 @@ public AndroidManagedAppProtection patch(@jakarta.annotation.Nonnull final Andro
return this.requestAdapter.send(requestInfo, errorMapping, AndroidManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * Delete navigation property androidManagedAppProtections for deviceAppManagement
+ * Deletes a androidManagedAppProtection.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -137,7 +143,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property androidManagedAppProtections for deviceAppManagement
+ * Deletes a androidManagedAppProtection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -149,7 +155,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Android managed app policies.
+ * Read properties and relationships of the androidManagedAppProtection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +163,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Android managed app policies.
+ * Read properties and relationships of the androidManagedAppProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -169,7 +175,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property androidManagedAppProtections in deviceAppManagement
+ * Update the properties of a androidManagedAppProtection object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -178,7 +184,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property androidManagedAppProtections in deviceAppManagement
+ * Update the properties of a androidManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -209,7 +215,7 @@ public AndroidManagedAppProtectionItemRequestBuilder withUrl(@jakarta.annotation
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Android managed app policies.
+ * Read properties and relationships of the androidManagedAppProtection object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/defaultmanagedappprotections/DefaultManagedAppProtectionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/defaultmanagedappprotections/DefaultManagedAppProtectionsRequestBuilder.java
index cfa8d810332..01a0125e825 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/defaultmanagedappprotections/DefaultManagedAppProtectionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/defaultmanagedappprotections/DefaultManagedAppProtectionsRequestBuilder.java
@@ -60,19 +60,21 @@ public DefaultManagedAppProtectionsRequestBuilder(@jakarta.annotation.Nonnull fi
super(requestAdapter, "{+baseurl}/deviceAppManagement/defaultManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Default managed app policies.
+ * List properties and relationships of the defaultManagedAppProtection objects.
* @return a {@link DefaultManagedAppProtectionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DefaultManagedAppProtectionCollectionResponse get() {
return get(null);
}
/**
- * Default managed app policies.
+ * List properties and relationships of the defaultManagedAppProtection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DefaultManagedAppProtectionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DefaultManagedAppProtectionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public DefaultManagedAppProtectionCollectionResponse get(@jakarta.annotation.Nul
return this.requestAdapter.send(requestInfo, errorMapping, DefaultManagedAppProtectionCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to defaultManagedAppProtections for deviceAppManagement
+ * Create a new defaultManagedAppProtection object.
* @param body The request body
* @return a {@link DefaultManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DefaultManagedAppProtection post(@jakarta.annotation.Nonnull final DefaultManagedAppProtection body) {
return post(body, null);
}
/**
- * Create new navigation property to defaultManagedAppProtections for deviceAppManagement
+ * Create a new defaultManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DefaultManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DefaultManagedAppProtection post(@jakarta.annotation.Nonnull final DefaultManagedAppProtection body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public DefaultManagedAppProtection post(@jakarta.annotation.Nonnull final Defaul
return this.requestAdapter.send(requestInfo, errorMapping, DefaultManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * Default managed app policies.
+ * List properties and relationships of the defaultManagedAppProtection objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Default managed app policies.
+ * List properties and relationships of the defaultManagedAppProtection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to defaultManagedAppProtections for deviceAppManagement
+ * Create a new defaultManagedAppProtection object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to defaultManagedAppProtections for deviceAppManagement
+ * Create a new defaultManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public DefaultManagedAppProtectionsRequestBuilder withUrl(@jakarta.annotation.No
return new DefaultManagedAppProtectionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Default managed app policies.
+ * List properties and relationships of the defaultManagedAppProtection objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/defaultmanagedappprotections/item/DefaultManagedAppProtectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/defaultmanagedappprotections/item/DefaultManagedAppProtectionItemRequestBuilder.java
index a3b08d2ffb2..dadc15e7c38 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/defaultmanagedappprotections/item/DefaultManagedAppProtectionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/defaultmanagedappprotections/item/DefaultManagedAppProtectionItemRequestBuilder.java
@@ -55,16 +55,18 @@ public DefaultManagedAppProtectionItemRequestBuilder(@jakarta.annotation.Nonnull
super(requestAdapter, "{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property defaultManagedAppProtections for deviceAppManagement
+ * Deletes a defaultManagedAppProtection.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property defaultManagedAppProtections for deviceAppManagement
+ * Deletes a defaultManagedAppProtection.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -73,19 +75,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Default managed app policies.
+ * Read properties and relationships of the defaultManagedAppProtection object.
* @return a {@link DefaultManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DefaultManagedAppProtection get() {
return get(null);
}
/**
- * Default managed app policies.
+ * Read properties and relationships of the defaultManagedAppProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DefaultManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DefaultManagedAppProtection get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -95,21 +99,23 @@ public DefaultManagedAppProtection get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, DefaultManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * Update the navigation property defaultManagedAppProtections in deviceAppManagement
+ * Update the properties of a defaultManagedAppProtection object.
* @param body The request body
* @return a {@link DefaultManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DefaultManagedAppProtection patch(@jakarta.annotation.Nonnull final DefaultManagedAppProtection body) {
return patch(body, null);
}
/**
- * Update the navigation property defaultManagedAppProtections in deviceAppManagement
+ * Update the properties of a defaultManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DefaultManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DefaultManagedAppProtection patch(@jakarta.annotation.Nonnull final DefaultManagedAppProtection body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -120,7 +126,7 @@ public DefaultManagedAppProtection patch(@jakarta.annotation.Nonnull final Defau
return this.requestAdapter.send(requestInfo, errorMapping, DefaultManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * Delete navigation property defaultManagedAppProtections for deviceAppManagement
+ * Deletes a defaultManagedAppProtection.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -128,7 +134,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property defaultManagedAppProtections for deviceAppManagement
+ * Deletes a defaultManagedAppProtection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -140,7 +146,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Default managed app policies.
+ * Read properties and relationships of the defaultManagedAppProtection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -148,7 +154,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Default managed app policies.
+ * Read properties and relationships of the defaultManagedAppProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -160,7 +166,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property defaultManagedAppProtections in deviceAppManagement
+ * Update the properties of a defaultManagedAppProtection object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -169,7 +175,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property defaultManagedAppProtections in deviceAppManagement
+ * Update the properties of a defaultManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -200,7 +206,7 @@ public DefaultManagedAppProtectionItemRequestBuilder withUrl(@jakarta.annotation
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Default managed app policies.
+ * Read properties and relationships of the defaultManagedAppProtection object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/IosManagedAppProtectionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/IosManagedAppProtectionsRequestBuilder.java
index b17ec7663f2..789b5909f28 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/IosManagedAppProtectionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/IosManagedAppProtectionsRequestBuilder.java
@@ -60,19 +60,21 @@ public IosManagedAppProtectionsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * iOS managed app policies.
+ * List properties and relationships of the iosManagedAppProtection objects.
* @return a {@link IosManagedAppProtectionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IosManagedAppProtectionCollectionResponse get() {
return get(null);
}
/**
- * iOS managed app policies.
+ * List properties and relationships of the iosManagedAppProtection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IosManagedAppProtectionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IosManagedAppProtectionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public IosManagedAppProtectionCollectionResponse get(@jakarta.annotation.Nullabl
return this.requestAdapter.send(requestInfo, errorMapping, IosManagedAppProtectionCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to iosManagedAppProtections for deviceAppManagement
+ * Create a new iosManagedAppProtection object.
* @param body The request body
* @return a {@link IosManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IosManagedAppProtection post(@jakarta.annotation.Nonnull final IosManagedAppProtection body) {
return post(body, null);
}
/**
- * Create new navigation property to iosManagedAppProtections for deviceAppManagement
+ * Create a new iosManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IosManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IosManagedAppProtection post(@jakarta.annotation.Nonnull final IosManagedAppProtection body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public IosManagedAppProtection post(@jakarta.annotation.Nonnull final IosManaged
return this.requestAdapter.send(requestInfo, errorMapping, IosManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * iOS managed app policies.
+ * List properties and relationships of the iosManagedAppProtection objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * iOS managed app policies.
+ * List properties and relationships of the iosManagedAppProtection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to iosManagedAppProtections for deviceAppManagement
+ * Create a new iosManagedAppProtection object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to iosManagedAppProtections for deviceAppManagement
+ * Create a new iosManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public IosManagedAppProtectionsRequestBuilder withUrl(@jakarta.annotation.Nonnul
return new IosManagedAppProtectionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * iOS managed app policies.
+ * List properties and relationships of the iosManagedAppProtection objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/IosManagedAppProtectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/IosManagedAppProtectionItemRequestBuilder.java
index aa8b43f74ab..9adde4bfc5a 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/IosManagedAppProtectionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/IosManagedAppProtectionItemRequestBuilder.java
@@ -64,16 +64,18 @@ public IosManagedAppProtectionItemRequestBuilder(@jakarta.annotation.Nonnull fin
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property iosManagedAppProtections for deviceAppManagement
+ * Deletes a iosManagedAppProtection.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property iosManagedAppProtections for deviceAppManagement
+ * Deletes a iosManagedAppProtection.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -82,19 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * iOS managed app policies.
+ * Read properties and relationships of the iosManagedAppProtection object.
* @return a {@link IosManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IosManagedAppProtection get() {
return get(null);
}
/**
- * iOS managed app policies.
+ * Read properties and relationships of the iosManagedAppProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IosManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IosManagedAppProtection get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -104,21 +108,23 @@ public IosManagedAppProtection get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, IosManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * Update the navigation property iosManagedAppProtections in deviceAppManagement
+ * Update the properties of a iosManagedAppProtection object.
* @param body The request body
* @return a {@link IosManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IosManagedAppProtection patch(@jakarta.annotation.Nonnull final IosManagedAppProtection body) {
return patch(body, null);
}
/**
- * Update the navigation property iosManagedAppProtections in deviceAppManagement
+ * Update the properties of a iosManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IosManagedAppProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IosManagedAppProtection patch(@jakarta.annotation.Nonnull final IosManagedAppProtection body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -129,7 +135,7 @@ public IosManagedAppProtection patch(@jakarta.annotation.Nonnull final IosManage
return this.requestAdapter.send(requestInfo, errorMapping, IosManagedAppProtection::createFromDiscriminatorValue);
}
/**
- * Delete navigation property iosManagedAppProtections for deviceAppManagement
+ * Deletes a iosManagedAppProtection.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -137,7 +143,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property iosManagedAppProtections for deviceAppManagement
+ * Deletes a iosManagedAppProtection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -149,7 +155,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * iOS managed app policies.
+ * Read properties and relationships of the iosManagedAppProtection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +163,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * iOS managed app policies.
+ * Read properties and relationships of the iosManagedAppProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -169,7 +175,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property iosManagedAppProtections in deviceAppManagement
+ * Update the properties of a iosManagedAppProtection object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -178,7 +184,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property iosManagedAppProtections in deviceAppManagement
+ * Update the properties of a iosManagedAppProtection object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -209,7 +215,7 @@ public IosManagedAppProtectionItemRequestBuilder withUrl(@jakarta.annotation.Non
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * iOS managed app policies.
+ * Read properties and relationships of the iosManagedAppProtection object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/apps/AppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/apps/AppsRequestBuilder.java
index 757e57d9ebc..6b88a3727dd 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/apps/AppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/apps/AppsRequestBuilder.java
@@ -60,19 +60,21 @@ public AppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jaka
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of apps to which the policy is deployed.
+ * List properties and relationships of the managedMobileApp objects.
* @return a {@link ManagedMobileAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedMobileAppCollectionResponse get() {
return get(null);
}
/**
- * List of apps to which the policy is deployed.
+ * List properties and relationships of the managedMobileApp objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedMobileAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedMobileAppCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public ManagedMobileAppCollectionResponse get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, ManagedMobileAppCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to apps for deviceAppManagement
+ * Create a new managedMobileApp object.
* @param body The request body
* @return a {@link ManagedMobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedMobileApp post(@jakarta.annotation.Nonnull final ManagedMobileApp body) {
return post(body, null);
}
/**
- * Create new navigation property to apps for deviceAppManagement
+ * Create a new managedMobileApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedMobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedMobileApp post(@jakarta.annotation.Nonnull final ManagedMobileApp body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public ManagedMobileApp post(@jakarta.annotation.Nonnull final ManagedMobileApp
return this.requestAdapter.send(requestInfo, errorMapping, ManagedMobileApp::createFromDiscriminatorValue);
}
/**
- * List of apps to which the policy is deployed.
+ * List properties and relationships of the managedMobileApp objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of apps to which the policy is deployed.
+ * List properties and relationships of the managedMobileApp objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to apps for deviceAppManagement
+ * Create a new managedMobileApp object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to apps for deviceAppManagement
+ * Create a new managedMobileApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public AppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
return new AppsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of apps to which the policy is deployed.
+ * List properties and relationships of the managedMobileApp objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/apps/item/ManagedMobileAppItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/apps/item/ManagedMobileAppItemRequestBuilder.java
index 8df22adcfca..09399e875f4 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/apps/item/ManagedMobileAppItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/apps/item/ManagedMobileAppItemRequestBuilder.java
@@ -37,16 +37,18 @@ public ManagedMobileAppItemRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property apps for deviceAppManagement
+ * Deletes a managedMobileApp.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property apps for deviceAppManagement
+ * Deletes a managedMobileApp.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of apps to which the policy is deployed.
+ * Read properties and relationships of the managedMobileApp object.
* @return a {@link ManagedMobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedMobileApp get() {
return get(null);
}
/**
- * List of apps to which the policy is deployed.
+ * Read properties and relationships of the managedMobileApp object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedMobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedMobileApp get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public ManagedMobileApp get(@jakarta.annotation.Nullable final java.util.functio
return this.requestAdapter.send(requestInfo, errorMapping, ManagedMobileApp::createFromDiscriminatorValue);
}
/**
- * Update the navigation property apps in deviceAppManagement
+ * Update the properties of a managedMobileApp object.
* @param body The request body
* @return a {@link ManagedMobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedMobileApp patch(@jakarta.annotation.Nonnull final ManagedMobileApp body) {
return patch(body, null);
}
/**
- * Update the navigation property apps in deviceAppManagement
+ * Update the properties of a managedMobileApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedMobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedMobileApp patch(@jakarta.annotation.Nonnull final ManagedMobileApp body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public ManagedMobileApp patch(@jakarta.annotation.Nonnull final ManagedMobileApp
return this.requestAdapter.send(requestInfo, errorMapping, ManagedMobileApp::createFromDiscriminatorValue);
}
/**
- * Delete navigation property apps for deviceAppManagement
+ * Deletes a managedMobileApp.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property apps for deviceAppManagement
+ * Deletes a managedMobileApp.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of apps to which the policy is deployed.
+ * Read properties and relationships of the managedMobileApp object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of apps to which the policy is deployed.
+ * Read properties and relationships of the managedMobileApp object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property apps in deviceAppManagement
+ * Update the properties of a managedMobileApp object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property apps in deviceAppManagement
+ * Update the properties of a managedMobileApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public ManagedMobileAppItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of apps to which the policy is deployed.
+ * Read properties and relationships of the managedMobileApp object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/assignments/AssignmentsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/assignments/AssignmentsRequestBuilder.java
index 5d2f961538c..e2a9011be9f 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/assignments/AssignmentsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/assignments/AssignmentsRequestBuilder.java
@@ -60,19 +60,21 @@ public AssignmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * List properties and relationships of the targetedManagedAppPolicyAssignment objects.
* @return a {@link TargetedManagedAppPolicyAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TargetedManagedAppPolicyAssignmentCollectionResponse get() {
return get(null);
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * List properties and relationships of the targetedManagedAppPolicyAssignment objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TargetedManagedAppPolicyAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TargetedManagedAppPolicyAssignmentCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public TargetedManagedAppPolicyAssignment post(@jakarta.annotation.Nonnull final
return this.requestAdapter.send(requestInfo, errorMapping, TargetedManagedAppPolicyAssignment::createFromDiscriminatorValue);
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * List properties and relationships of the targetedManagedAppPolicyAssignment objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * List properties and relationships of the targetedManagedAppPolicyAssignment objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * List properties and relationships of the targetedManagedAppPolicyAssignment objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/assignments/item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/assignments/item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.java
index 912627a080f..b2e5c8a335e 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/assignments/item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/assignments/item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.java
@@ -37,16 +37,18 @@ public TargetedManagedAppPolicyAssignmentItemRequestBuilder(@jakarta.annotation.
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property assignments for deviceAppManagement
+ * Deletes a targetedManagedAppPolicyAssignment.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property assignments for deviceAppManagement
+ * Deletes a targetedManagedAppPolicyAssignment.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * Read properties and relationships of the targetedManagedAppPolicyAssignment object.
* @return a {@link TargetedManagedAppPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TargetedManagedAppPolicyAssignment get() {
return get(null);
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * Read properties and relationships of the targetedManagedAppPolicyAssignment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TargetedManagedAppPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TargetedManagedAppPolicyAssignment get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public TargetedManagedAppPolicyAssignment get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, TargetedManagedAppPolicyAssignment::createFromDiscriminatorValue);
}
/**
- * Update the navigation property assignments in deviceAppManagement
+ * Update the properties of a targetedManagedAppPolicyAssignment object.
* @param body The request body
* @return a {@link TargetedManagedAppPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TargetedManagedAppPolicyAssignment patch(@jakarta.annotation.Nonnull final TargetedManagedAppPolicyAssignment body) {
return patch(body, null);
}
/**
- * Update the navigation property assignments in deviceAppManagement
+ * Update the properties of a targetedManagedAppPolicyAssignment object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TargetedManagedAppPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public TargetedManagedAppPolicyAssignment patch(@jakarta.annotation.Nonnull final TargetedManagedAppPolicyAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public TargetedManagedAppPolicyAssignment patch(@jakarta.annotation.Nonnull fina
return this.requestAdapter.send(requestInfo, errorMapping, TargetedManagedAppPolicyAssignment::createFromDiscriminatorValue);
}
/**
- * Delete navigation property assignments for deviceAppManagement
+ * Deletes a targetedManagedAppPolicyAssignment.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property assignments for deviceAppManagement
+ * Deletes a targetedManagedAppPolicyAssignment.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * Read properties and relationships of the targetedManagedAppPolicyAssignment object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * Read properties and relationships of the targetedManagedAppPolicyAssignment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property assignments in deviceAppManagement
+ * Update the properties of a targetedManagedAppPolicyAssignment object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property assignments in deviceAppManagement
+ * Update the properties of a targetedManagedAppPolicyAssignment object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public TargetedManagedAppPolicyAssignmentItemRequestBuilder withUrl(@jakarta.ann
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
+ * Read properties and relationships of the targetedManagedAppPolicyAssignment object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/deploymentsummary/DeploymentSummaryRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/deploymentsummary/DeploymentSummaryRequestBuilder.java
index 17d7e5bc7ab..982c1b2f555 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/deploymentsummary/DeploymentSummaryRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/iosmanagedappprotections/item/deploymentsummary/DeploymentSummaryRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Navigation property to deployment summary of the configuration.
+ * Read properties and relationships of the managedAppPolicyDeploymentSummary object.
* @return a {@link ManagedAppPolicyDeploymentSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyDeploymentSummary get() {
return get(null);
}
/**
- * Navigation property to deployment summary of the configuration.
+ * Read properties and relationships of the managedAppPolicyDeploymentSummary object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppPolicyDeploymentSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyDeploymentSummary get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +79,23 @@ public ManagedAppPolicyDeploymentSummary get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppPolicyDeploymentSummary::createFromDiscriminatorValue);
}
/**
- * Update the navigation property deploymentSummary in deviceAppManagement
+ * Update the properties of a managedAppPolicyDeploymentSummary object.
* @param body The request body
* @return a {@link ManagedAppPolicyDeploymentSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyDeploymentSummary patch(@jakarta.annotation.Nonnull final ManagedAppPolicyDeploymentSummary body) {
return patch(body, null);
}
/**
- * Update the navigation property deploymentSummary in deviceAppManagement
+ * Update the properties of a managedAppPolicyDeploymentSummary object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppPolicyDeploymentSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyDeploymentSummary patch(@jakarta.annotation.Nonnull final ManagedAppPolicyDeploymentSummary body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Navigation property to deployment summary of the configuration.
+ * Read properties and relationships of the managedAppPolicyDeploymentSummary object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Navigation property to deployment summary of the configuration.
+ * Read properties and relationships of the managedAppPolicyDeploymentSummary object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property deploymentSummary in deviceAppManagement
+ * Update the properties of a managedAppPolicyDeploymentSummary object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property deploymentSummary in deviceAppManagement
+ * Update the properties of a managedAppPolicyDeploymentSummary object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +186,7 @@ public DeploymentSummaryRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Navigation property to deployment summary of the configuration.
+ * Read properties and relationships of the managedAppPolicyDeploymentSummary object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java
index f04b54d27f4..34be4bbb1bd 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java
@@ -60,19 +60,21 @@ public ManagedAppPoliciesRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Managed app policies.
+ * List properties and relationships of the managedAppPolicy objects.
* @return a {@link ManagedAppPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyCollectionResponse get() {
return get(null);
}
/**
- * Managed app policies.
+ * List properties and relationships of the managedAppPolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ManagedAppPolicy post(@jakarta.annotation.Nonnull final ManagedAppPolicy
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppPolicy::createFromDiscriminatorValue);
}
/**
- * Managed app policies.
+ * List properties and relationships of the managedAppPolicy objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Managed app policies.
+ * List properties and relationships of the managedAppPolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public ManagedAppPoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
return new ManagedAppPoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Managed app policies.
+ * List properties and relationships of the managedAppPolicy objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java
index fe76795ff3e..382371ca5b5 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java
@@ -64,19 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Managed app policies.
+ * Read properties and relationships of the windowsInformationProtection object.
* @return a {@link ManagedAppPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicy get() {
return get(null);
}
/**
- * Managed app policies.
+ * Read properties and relationships of the windowsInformationProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicy get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +133,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Managed app policies.
+ * Read properties and relationships of the windowsInformationProtection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Managed app policies.
+ * Read properties and relationships of the windowsInformationProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +193,7 @@ public ManagedAppPolicyItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Managed app policies.
+ * Read properties and relationships of the windowsInformationProtection object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java
index 90134a12068..648674ff3e8 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java
@@ -38,7 +38,7 @@ public TargetAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
* Not yet documented
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body) {
post(body, null);
@@ -48,7 +48,7 @@ public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody bod
* @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
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java
index 7dab560de8e..15092894deb 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java
@@ -69,19 +69,21 @@ public ManagedAppRegistrationsRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppRegistrations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The managed app registrations.
+ * List properties and relationships of the iosManagedAppRegistration objects.
* @return a {@link ManagedAppRegistrationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistrationCollectionResponse get() {
return get(null);
}
/**
- * The managed app registrations.
+ * List properties and relationships of the iosManagedAppRegistration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppRegistrationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistrationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -91,21 +93,23 @@ public ManagedAppRegistrationCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppRegistrationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to managedAppRegistrations for deviceAppManagement
+ * Create a new androidManagedAppRegistration object.
* @param body The request body
* @return a {@link ManagedAppRegistration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistration post(@jakarta.annotation.Nonnull final ManagedAppRegistration body) {
return post(body, null);
}
/**
- * Create new navigation property to managedAppRegistrations for deviceAppManagement
+ * Create a new androidManagedAppRegistration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppRegistration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistration post(@jakarta.annotation.Nonnull final ManagedAppRegistration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -116,7 +120,7 @@ public ManagedAppRegistration post(@jakarta.annotation.Nonnull final ManagedAppR
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppRegistration::createFromDiscriminatorValue);
}
/**
- * The managed app registrations.
+ * List properties and relationships of the iosManagedAppRegistration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -124,7 +128,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The managed app registrations.
+ * List properties and relationships of the iosManagedAppRegistration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to managedAppRegistrations for deviceAppManagement
+ * Create a new androidManagedAppRegistration object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -145,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to managedAppRegistrations for deviceAppManagement
+ * Create a new androidManagedAppRegistration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -170,7 +174,7 @@ public ManagedAppRegistrationsRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new ManagedAppRegistrationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The managed app registrations.
+ * List properties and relationships of the iosManagedAppRegistration objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java
index d9f23353aaf..7bedaf1be58 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java
@@ -82,19 +82,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The managed app registrations.
+ * Read properties and relationships of the iosManagedAppRegistration object.
* @return a {@link ManagedAppRegistration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistration get() {
return get(null);
}
/**
- * The managed app registrations.
+ * Read properties and relationships of the iosManagedAppRegistration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppRegistration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -149,7 +151,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The managed app registrations.
+ * Read properties and relationships of the iosManagedAppRegistration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +159,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The managed app registrations.
+ * Read properties and relationships of the iosManagedAppRegistration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -209,7 +211,7 @@ public ManagedAppRegistrationItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The managed app registrations.
+ * Read properties and relationships of the iosManagedAppRegistration object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/appliedpolicies/item/targetapps/TargetAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/appliedpolicies/item/targetapps/TargetAppsRequestBuilder.java
index 6b8d2345dc5..860d86b8311 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/appliedpolicies/item/targetapps/TargetAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/appliedpolicies/item/targetapps/TargetAppsRequestBuilder.java
@@ -38,7 +38,7 @@ public TargetAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
* Not yet documented
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body) {
post(body, null);
@@ -48,7 +48,7 @@ public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody bod
* @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
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/intendedpolicies/item/targetapps/TargetAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/intendedpolicies/item/targetapps/TargetAppsRequestBuilder.java
index 910c4cf6a34..85fe66c7236 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/intendedpolicies/item/targetapps/TargetAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/intendedpolicies/item/targetapps/TargetAppsRequestBuilder.java
@@ -38,7 +38,7 @@ public TargetAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
* Not yet documented
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body) {
post(body, null);
@@ -48,7 +48,7 @@ public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody bod
* @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
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/operations/OperationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/operations/OperationsRequestBuilder.java
index 2bdc321d656..615db07672f 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/operations/OperationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/operations/OperationsRequestBuilder.java
@@ -60,19 +60,21 @@ public OperationsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * List properties and relationships of the managedAppOperation objects.
* @return a {@link ManagedAppOperationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppOperationCollectionResponse get() {
return get(null);
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * List properties and relationships of the managedAppOperation objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppOperationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppOperationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public ManagedAppOperationCollectionResponse get(@jakarta.annotation.Nullable fi
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppOperationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to operations for deviceAppManagement
+ * Create a new managedAppOperation object.
* @param body The request body
* @return a {@link ManagedAppOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppOperation post(@jakarta.annotation.Nonnull final ManagedAppOperation body) {
return post(body, null);
}
/**
- * Create new navigation property to operations for deviceAppManagement
+ * Create a new managedAppOperation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppOperation post(@jakarta.annotation.Nonnull final ManagedAppOperation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public ManagedAppOperation post(@jakarta.annotation.Nonnull final ManagedAppOper
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppOperation::createFromDiscriminatorValue);
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * List properties and relationships of the managedAppOperation objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * List properties and relationships of the managedAppOperation objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to operations for deviceAppManagement
+ * Create a new managedAppOperation object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to operations for deviceAppManagement
+ * Create a new managedAppOperation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public OperationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new OperationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * List properties and relationships of the managedAppOperation objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/operations/item/ManagedAppOperationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/operations/item/ManagedAppOperationItemRequestBuilder.java
index 1a94616cf72..5f9203bf39a 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/operations/item/ManagedAppOperationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/operations/item/ManagedAppOperationItemRequestBuilder.java
@@ -37,16 +37,18 @@ public ManagedAppOperationItemRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations/{managedAppOperation%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property operations for deviceAppManagement
+ * Deletes a managedAppOperation.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property operations for deviceAppManagement
+ * Deletes a managedAppOperation.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * Read properties and relationships of the managedAppOperation object.
* @return a {@link ManagedAppOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppOperation get() {
return get(null);
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * Read properties and relationships of the managedAppOperation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppOperation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public ManagedAppOperation get(@jakarta.annotation.Nullable final java.util.func
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppOperation::createFromDiscriminatorValue);
}
/**
- * Update the navigation property operations in deviceAppManagement
+ * Update the properties of a managedAppOperation object.
* @param body The request body
* @return a {@link ManagedAppOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppOperation patch(@jakarta.annotation.Nonnull final ManagedAppOperation body) {
return patch(body, null);
}
/**
- * Update the navigation property operations in deviceAppManagement
+ * Update the properties of a managedAppOperation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppOperation patch(@jakarta.annotation.Nonnull final ManagedAppOperation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public ManagedAppOperation patch(@jakarta.annotation.Nonnull final ManagedAppOpe
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppOperation::createFromDiscriminatorValue);
}
/**
- * Delete navigation property operations for deviceAppManagement
+ * Deletes a managedAppOperation.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property operations for deviceAppManagement
+ * Deletes a managedAppOperation.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * Read properties and relationships of the managedAppOperation object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * Read properties and relationships of the managedAppOperation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property operations in deviceAppManagement
+ * Update the properties of a managedAppOperation object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property operations in deviceAppManagement
+ * Update the properties of a managedAppOperation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public ManagedAppOperationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Zero or more long running operations triggered on the app registration.
+ * Read properties and relationships of the managedAppOperation object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java
index 8a2423aab5a..22537d5d889 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java
@@ -60,19 +60,21 @@ public ManagedAppStatusesRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The managed app statuses.
+ * List properties and relationships of the managedAppStatusRaw objects.
* @return a {@link ManagedAppStatusCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatusCollectionResponse get() {
return get(null);
}
/**
- * The managed app statuses.
+ * List properties and relationships of the managedAppStatusRaw objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppStatusCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatusCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public ManagedAppStatus post(@jakarta.annotation.Nonnull final ManagedAppStatus
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppStatus::createFromDiscriminatorValue);
}
/**
- * The managed app statuses.
+ * List properties and relationships of the managedAppStatusRaw objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The managed app statuses.
+ * List properties and relationships of the managedAppStatusRaw objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public ManagedAppStatusesRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
return new ManagedAppStatusesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The managed app statuses.
+ * List properties and relationships of the managedAppStatusRaw objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java
index d53341ba986..dfe8eb0ac38 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The managed app statuses.
+ * Read properties and relationships of the managedAppStatus object.
* @return a {@link ManagedAppStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatus get() {
return get(null);
}
/**
- * The managed app statuses.
+ * Read properties and relationships of the managedAppStatus object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatus get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The managed app statuses.
+ * Read properties and relationships of the managedAppStatus object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The managed app statuses.
+ * Read properties and relationships of the managedAppStatus object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +184,7 @@ public ManagedAppStatusItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The managed app statuses.
+ * Read properties and relationships of the managedAppStatus object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java
index bd945678034..c806be424f1 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java
@@ -60,19 +60,21 @@ public ManagedEBooksRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The Managed eBook.
+ * List properties and relationships of the iosVppEBook objects.
* @return a {@link ManagedEBookCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookCollectionResponse get() {
return get(null);
}
/**
- * The Managed eBook.
+ * List properties and relationships of the iosVppEBook objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBookCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public ManagedEBookCollectionResponse get(@jakarta.annotation.Nullable final jav
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to managedEBooks for deviceAppManagement
+ * Create a new iosVppEBook object.
* @param body The request body
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook post(@jakarta.annotation.Nonnull final ManagedEBook body) {
return post(body, null);
}
/**
- * Create new navigation property to managedEBooks for deviceAppManagement
+ * Create a new iosVppEBook object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook post(@jakarta.annotation.Nonnull final ManagedEBook body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public ManagedEBook post(@jakarta.annotation.Nonnull final ManagedEBook body, @j
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBook::createFromDiscriminatorValue);
}
/**
- * The Managed eBook.
+ * List properties and relationships of the iosVppEBook objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The Managed eBook.
+ * List properties and relationships of the iosVppEBook objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to managedEBooks for deviceAppManagement
+ * Create a new iosVppEBook object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to managedEBooks for deviceAppManagement
+ * Create a new iosVppEBook object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public ManagedEBooksRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new ManagedEBooksRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The Managed eBook.
+ * List properties and relationships of the iosVppEBook objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java
index 5c850c0d9d9..8f1d73a214c 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java
@@ -82,16 +82,18 @@ public ManagedEBookItemRequestBuilder(@jakarta.annotation.Nonnull final String r
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property managedEBooks for deviceAppManagement
+ * Deletes a iosVppEBook.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property managedEBooks for deviceAppManagement
+ * Deletes a iosVppEBook.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -100,19 +102,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The Managed eBook.
+ * Read properties and relationships of the managedEBook object.
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook get() {
return get(null);
}
/**
- * The Managed eBook.
+ * Read properties and relationships of the managedEBook object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,21 +126,23 @@ public ManagedEBook get(@jakarta.annotation.Nullable final java.util.function.Co
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBook::createFromDiscriminatorValue);
}
/**
- * Update the navigation property managedEBooks in deviceAppManagement
+ * Update the properties of a iosVppEBook object.
* @param body The request body
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook patch(@jakarta.annotation.Nonnull final ManagedEBook body) {
return patch(body, null);
}
/**
- * Update the navigation property managedEBooks in deviceAppManagement
+ * Update the properties of a iosVppEBook object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook patch(@jakarta.annotation.Nonnull final ManagedEBook body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -147,7 +153,7 @@ public ManagedEBook patch(@jakarta.annotation.Nonnull final ManagedEBook body, @
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBook::createFromDiscriminatorValue);
}
/**
- * Delete navigation property managedEBooks for deviceAppManagement
+ * Deletes a iosVppEBook.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -155,7 +161,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property managedEBooks for deviceAppManagement
+ * Deletes a iosVppEBook.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -167,7 +173,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The Managed eBook.
+ * Read properties and relationships of the managedEBook object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -175,7 +181,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The Managed eBook.
+ * Read properties and relationships of the managedEBook object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -187,7 +193,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property managedEBooks in deviceAppManagement
+ * Update the properties of a iosVppEBook object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -196,7 +202,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property managedEBooks in deviceAppManagement
+ * Update the properties of a iosVppEBook object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -227,7 +233,7 @@ public ManagedEBookItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The Managed eBook.
+ * Read properties and relationships of the managedEBook object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/AssignmentsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/AssignmentsRequestBuilder.java
index fc5a3b07e77..c78ab3e1cd5 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/AssignmentsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/AssignmentsRequestBuilder.java
@@ -60,19 +60,21 @@ public AssignmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The list of assignments for this eBook.
+ * List properties and relationships of the managedEBookAssignment objects.
* @return a {@link ManagedEBookAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignmentCollectionResponse get() {
return get(null);
}
/**
- * The list of assignments for this eBook.
+ * List properties and relationships of the managedEBookAssignment objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBookAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignmentCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public ManagedEBookAssignmentCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignmentCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to assignments for deviceAppManagement
+ * Create a new managedEBookAssignment object.
* @param body The request body
* @return a {@link ManagedEBookAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment post(@jakarta.annotation.Nonnull final ManagedEBookAssignment body) {
return post(body, null);
}
/**
- * Create new navigation property to assignments for deviceAppManagement
+ * Create a new managedEBookAssignment object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBookAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment post(@jakarta.annotation.Nonnull final ManagedEBookAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public ManagedEBookAssignment post(@jakarta.annotation.Nonnull final ManagedEBoo
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignment::createFromDiscriminatorValue);
}
/**
- * The list of assignments for this eBook.
+ * List properties and relationships of the managedEBookAssignment objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of assignments for this eBook.
+ * List properties and relationships of the managedEBookAssignment objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to assignments for deviceAppManagement
+ * Create a new managedEBookAssignment object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to assignments for deviceAppManagement
+ * Create a new managedEBookAssignment object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The list of assignments for this eBook.
+ * List properties and relationships of the managedEBookAssignment objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java
index e30349c6660..d4668c691ae 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java
@@ -37,16 +37,18 @@ public ManagedEBookAssignmentItemRequestBuilder(@jakarta.annotation.Nonnull fina
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments/{managedEBookAssignment%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property assignments for deviceAppManagement
+ * Deletes a managedEBookAssignment.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property assignments for deviceAppManagement
+ * Deletes a managedEBookAssignment.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The list of assignments for this eBook.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @return a {@link ManagedEBookAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment get() {
return get(null);
}
/**
- * The list of assignments for this eBook.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBookAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public ManagedEBookAssignment get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignment::createFromDiscriminatorValue);
}
/**
- * Update the navigation property assignments in deviceAppManagement
+ * Update the properties of a iosVppEBookAssignment object.
* @param body The request body
* @return a {@link ManagedEBookAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment patch(@jakarta.annotation.Nonnull final ManagedEBookAssignment body) {
return patch(body, null);
}
/**
- * Update the navigation property assignments in deviceAppManagement
+ * Update the properties of a iosVppEBookAssignment object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBookAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment patch(@jakarta.annotation.Nonnull final ManagedEBookAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public ManagedEBookAssignment patch(@jakarta.annotation.Nonnull final ManagedEBo
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignment::createFromDiscriminatorValue);
}
/**
- * Delete navigation property assignments for deviceAppManagement
+ * Deletes a managedEBookAssignment.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property assignments for deviceAppManagement
+ * Deletes a managedEBookAssignment.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The list of assignments for this eBook.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of assignments for this eBook.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property assignments in deviceAppManagement
+ * Update the properties of a iosVppEBookAssignment object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property assignments in deviceAppManagement
+ * Update the properties of a iosVppEBookAssignment object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public ManagedEBookAssignmentItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The list of assignments for this eBook.
+ * Read properties and relationships of the iosVppEBookAssignment object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/devicestates/DeviceStatesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/devicestates/DeviceStatesRequestBuilder.java
index 3a0f398b7df..6d202b055de 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/devicestates/DeviceStatesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/devicestates/DeviceStatesRequestBuilder.java
@@ -60,19 +60,21 @@ public DeviceStatesRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the deviceInstallState objects.
* @return a {@link DeviceInstallStateCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceInstallStateCollectionResponse get() {
return get(null);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the deviceInstallState objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceInstallStateCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceInstallStateCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public DeviceInstallStateCollectionResponse get(@jakarta.annotation.Nullable fin
return this.requestAdapter.send(requestInfo, errorMapping, DeviceInstallStateCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to deviceStates for deviceAppManagement
+ * Create a new deviceInstallState object.
* @param body The request body
* @return a {@link DeviceInstallState}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceInstallState post(@jakarta.annotation.Nonnull final DeviceInstallState body) {
return post(body, null);
}
/**
- * Create new navigation property to deviceStates for deviceAppManagement
+ * Create a new deviceInstallState object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceInstallState}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceInstallState post(@jakarta.annotation.Nonnull final DeviceInstallState body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public DeviceInstallState post(@jakarta.annotation.Nonnull final DeviceInstallSt
return this.requestAdapter.send(requestInfo, errorMapping, DeviceInstallState::createFromDiscriminatorValue);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the deviceInstallState objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the deviceInstallState objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to deviceStates for deviceAppManagement
+ * Create a new deviceInstallState object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to deviceStates for deviceAppManagement
+ * Create a new deviceInstallState object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public DeviceStatesRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
return new DeviceStatesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the deviceInstallState objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/devicestates/item/DeviceInstallStateItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/devicestates/item/DeviceInstallStateItemRequestBuilder.java
index 7d4145ea099..d1b1e0c6754 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/devicestates/item/DeviceInstallStateItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/devicestates/item/DeviceInstallStateItemRequestBuilder.java
@@ -37,16 +37,18 @@ public DeviceInstallStateItemRequestBuilder(@jakarta.annotation.Nonnull final St
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates/{deviceInstallState%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property deviceStates for deviceAppManagement
+ * Deletes a deviceInstallState.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property deviceStates for deviceAppManagement
+ * Deletes a deviceInstallState.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the deviceInstallState object.
* @return a {@link DeviceInstallState}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceInstallState get() {
return get(null);
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the deviceInstallState object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceInstallState}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceInstallState get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public DeviceInstallState get(@jakarta.annotation.Nullable final java.util.funct
return this.requestAdapter.send(requestInfo, errorMapping, DeviceInstallState::createFromDiscriminatorValue);
}
/**
- * Update the navigation property deviceStates in deviceAppManagement
+ * Update the properties of a deviceInstallState object.
* @param body The request body
* @return a {@link DeviceInstallState}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceInstallState patch(@jakarta.annotation.Nonnull final DeviceInstallState body) {
return patch(body, null);
}
/**
- * Update the navigation property deviceStates in deviceAppManagement
+ * Update the properties of a deviceInstallState object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceInstallState}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceInstallState patch(@jakarta.annotation.Nonnull final DeviceInstallState body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public DeviceInstallState patch(@jakarta.annotation.Nonnull final DeviceInstallS
return this.requestAdapter.send(requestInfo, errorMapping, DeviceInstallState::createFromDiscriminatorValue);
}
/**
- * Delete navigation property deviceStates for deviceAppManagement
+ * Deletes a deviceInstallState.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property deviceStates for deviceAppManagement
+ * Deletes a deviceInstallState.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the deviceInstallState object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the deviceInstallState object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property deviceStates in deviceAppManagement
+ * Update the properties of a deviceInstallState object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property deviceStates in deviceAppManagement
+ * Update the properties of a deviceInstallState object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public DeviceInstallStateItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the deviceInstallState object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/installsummary/InstallSummaryRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/installsummary/InstallSummaryRequestBuilder.java
index eba255f4602..8bb6558c9bd 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/installsummary/InstallSummaryRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/installsummary/InstallSummaryRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Mobile App Install Summary.
+ * Read properties and relationships of the eBookInstallSummary object.
* @return a {@link EBookInstallSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public EBookInstallSummary get() {
return get(null);
}
/**
- * Mobile App Install Summary.
+ * Read properties and relationships of the eBookInstallSummary object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link EBookInstallSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public EBookInstallSummary get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +79,23 @@ public EBookInstallSummary get(@jakarta.annotation.Nullable final java.util.func
return this.requestAdapter.send(requestInfo, errorMapping, EBookInstallSummary::createFromDiscriminatorValue);
}
/**
- * Update the navigation property installSummary in deviceAppManagement
+ * Update the properties of a eBookInstallSummary object.
* @param body The request body
* @return a {@link EBookInstallSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public EBookInstallSummary patch(@jakarta.annotation.Nonnull final EBookInstallSummary body) {
return patch(body, null);
}
/**
- * Update the navigation property installSummary in deviceAppManagement
+ * Update the properties of a eBookInstallSummary object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link EBookInstallSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public EBookInstallSummary patch(@jakarta.annotation.Nonnull final EBookInstallSummary body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Mobile App Install Summary.
+ * Read properties and relationships of the eBookInstallSummary object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Mobile App Install Summary.
+ * Read properties and relationships of the eBookInstallSummary object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property installSummary in deviceAppManagement
+ * Update the properties of a eBookInstallSummary object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property installSummary in deviceAppManagement
+ * Update the properties of a eBookInstallSummary object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +186,7 @@ public InstallSummaryRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Mobile App Install Summary.
+ * Read properties and relationships of the eBookInstallSummary object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/userstatesummary/UserStateSummaryRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/userstatesummary/UserStateSummaryRequestBuilder.java
index 61d9a660cab..77040331580 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/userstatesummary/UserStateSummaryRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/userstatesummary/UserStateSummaryRequestBuilder.java
@@ -60,19 +60,21 @@ public UserStateSummaryRequestBuilder(@jakarta.annotation.Nonnull final String r
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the userInstallStateSummary objects.
* @return a {@link UserInstallStateSummaryCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UserInstallStateSummaryCollectionResponse get() {
return get(null);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the userInstallStateSummary objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserInstallStateSummaryCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UserInstallStateSummaryCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public UserInstallStateSummaryCollectionResponse get(@jakarta.annotation.Nullabl
return this.requestAdapter.send(requestInfo, errorMapping, UserInstallStateSummaryCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to userStateSummary for deviceAppManagement
+ * Create a new userInstallStateSummary object.
* @param body The request body
* @return a {@link UserInstallStateSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UserInstallStateSummary post(@jakarta.annotation.Nonnull final UserInstallStateSummary body) {
return post(body, null);
}
/**
- * Create new navigation property to userStateSummary for deviceAppManagement
+ * Create a new userInstallStateSummary object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserInstallStateSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UserInstallStateSummary post(@jakarta.annotation.Nonnull final UserInstallStateSummary body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public UserInstallStateSummary post(@jakarta.annotation.Nonnull final UserInstal
return this.requestAdapter.send(requestInfo, errorMapping, UserInstallStateSummary::createFromDiscriminatorValue);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the userInstallStateSummary objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the userInstallStateSummary objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to userStateSummary for deviceAppManagement
+ * Create a new userInstallStateSummary object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to userStateSummary for deviceAppManagement
+ * Create a new userInstallStateSummary object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public UserStateSummaryRequestBuilder withUrl(@jakarta.annotation.Nonnull final
return new UserStateSummaryRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The list of installation states for this eBook.
+ * List properties and relationships of the userInstallStateSummary objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/userstatesummary/item/UserInstallStateSummaryItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/userstatesummary/item/UserInstallStateSummaryItemRequestBuilder.java
index e6a83100de3..6e074369370 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/userstatesummary/item/UserInstallStateSummaryItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/userstatesummary/item/UserInstallStateSummaryItemRequestBuilder.java
@@ -46,16 +46,18 @@ public UserInstallStateSummaryItemRequestBuilder(@jakarta.annotation.Nonnull fin
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property userStateSummary for deviceAppManagement
+ * Deletes a userInstallStateSummary.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property userStateSummary for deviceAppManagement
+ * Deletes a userInstallStateSummary.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -64,19 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the userInstallStateSummary object.
* @return a {@link UserInstallStateSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UserInstallStateSummary get() {
return get(null);
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the userInstallStateSummary object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserInstallStateSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UserInstallStateSummary get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -86,21 +90,23 @@ public UserInstallStateSummary get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, UserInstallStateSummary::createFromDiscriminatorValue);
}
/**
- * Update the navigation property userStateSummary in deviceAppManagement
+ * Update the properties of a userInstallStateSummary object.
* @param body The request body
* @return a {@link UserInstallStateSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UserInstallStateSummary patch(@jakarta.annotation.Nonnull final UserInstallStateSummary body) {
return patch(body, null);
}
/**
- * Update the navigation property userStateSummary in deviceAppManagement
+ * Update the properties of a userInstallStateSummary object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserInstallStateSummary}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UserInstallStateSummary patch(@jakarta.annotation.Nonnull final UserInstallStateSummary body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +117,7 @@ public UserInstallStateSummary patch(@jakarta.annotation.Nonnull final UserInsta
return this.requestAdapter.send(requestInfo, errorMapping, UserInstallStateSummary::createFromDiscriminatorValue);
}
/**
- * Delete navigation property userStateSummary for deviceAppManagement
+ * Deletes a userInstallStateSummary.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +125,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property userStateSummary for deviceAppManagement
+ * Deletes a userInstallStateSummary.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +137,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the userInstallStateSummary object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +145,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the userInstallStateSummary object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property userStateSummary in deviceAppManagement
+ * Update the properties of a userInstallStateSummary object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -160,7 +166,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property userStateSummary in deviceAppManagement
+ * Update the properties of a userInstallStateSummary object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -191,7 +197,7 @@ public UserInstallStateSummaryItemRequestBuilder withUrl(@jakarta.annotation.Non
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The list of installation states for this eBook.
+ * Read properties and relationships of the userInstallStateSummary object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mdmwindowsinformationprotectionpolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mdmwindowsinformationprotectionpolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.java
index 2e4b60ef305..ae6671338fa 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mdmwindowsinformationprotectionpolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mdmwindowsinformationprotectionpolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.java
@@ -60,19 +60,21 @@ public MdmWindowsInformationProtectionPoliciesRequestBuilder(@jakarta.annotation
super(requestAdapter, "{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * List properties and relationships of the mdmWindowsInformationProtectionPolicy objects.
* @return a {@link MdmWindowsInformationProtectionPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MdmWindowsInformationProtectionPolicyCollectionResponse get() {
return get(null);
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * List properties and relationships of the mdmWindowsInformationProtectionPolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MdmWindowsInformationProtectionPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MdmWindowsInformationProtectionPolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public MdmWindowsInformationProtectionPolicyCollectionResponse get(@jakarta.anno
return this.requestAdapter.send(requestInfo, errorMapping, MdmWindowsInformationProtectionPolicyCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement
+ * Create a new mdmWindowsInformationProtectionPolicy object.
* @param body The request body
* @return a {@link MdmWindowsInformationProtectionPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MdmWindowsInformationProtectionPolicy post(@jakarta.annotation.Nonnull final MdmWindowsInformationProtectionPolicy body) {
return post(body, null);
}
/**
- * Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement
+ * Create a new mdmWindowsInformationProtectionPolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MdmWindowsInformationProtectionPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MdmWindowsInformationProtectionPolicy post(@jakarta.annotation.Nonnull final MdmWindowsInformationProtectionPolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public MdmWindowsInformationProtectionPolicy post(@jakarta.annotation.Nonnull fi
return this.requestAdapter.send(requestInfo, errorMapping, MdmWindowsInformationProtectionPolicy::createFromDiscriminatorValue);
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * List properties and relationships of the mdmWindowsInformationProtectionPolicy objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * List properties and relationships of the mdmWindowsInformationProtectionPolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement
+ * Create a new mdmWindowsInformationProtectionPolicy object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement
+ * Create a new mdmWindowsInformationProtectionPolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public MdmWindowsInformationProtectionPoliciesRequestBuilder withUrl(@jakarta.an
return new MdmWindowsInformationProtectionPoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * List properties and relationships of the mdmWindowsInformationProtectionPolicy objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mdmwindowsinformationprotectionpolicies/item/MdmWindowsInformationProtectionPolicyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mdmwindowsinformationprotectionpolicies/item/MdmWindowsInformationProtectionPolicyItemRequestBuilder.java
index 2a50530f132..a0b87afd472 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mdmwindowsinformationprotectionpolicies/item/MdmWindowsInformationProtectionPolicyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mdmwindowsinformationprotectionpolicies/item/MdmWindowsInformationProtectionPolicyItemRequestBuilder.java
@@ -64,16 +64,18 @@ public MdmWindowsInformationProtectionPolicyItemRequestBuilder(@jakarta.annotati
super(requestAdapter, "{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement
+ * Deletes a mdmWindowsInformationProtectionPolicy.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement
+ * Deletes a mdmWindowsInformationProtectionPolicy.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -82,19 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * Read properties and relationships of the mdmWindowsInformationProtectionPolicy object.
* @return a {@link MdmWindowsInformationProtectionPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MdmWindowsInformationProtectionPolicy get() {
return get(null);
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * Read properties and relationships of the mdmWindowsInformationProtectionPolicy object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MdmWindowsInformationProtectionPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MdmWindowsInformationProtectionPolicy get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -104,21 +108,23 @@ public MdmWindowsInformationProtectionPolicy get(@jakarta.annotation.Nullable fi
return this.requestAdapter.send(requestInfo, errorMapping, MdmWindowsInformationProtectionPolicy::createFromDiscriminatorValue);
}
/**
- * Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement
+ * Update the properties of a mdmWindowsInformationProtectionPolicy object.
* @param body The request body
* @return a {@link MdmWindowsInformationProtectionPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MdmWindowsInformationProtectionPolicy patch(@jakarta.annotation.Nonnull final MdmWindowsInformationProtectionPolicy body) {
return patch(body, null);
}
/**
- * Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement
+ * Update the properties of a mdmWindowsInformationProtectionPolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MdmWindowsInformationProtectionPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MdmWindowsInformationProtectionPolicy patch(@jakarta.annotation.Nonnull final MdmWindowsInformationProtectionPolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -129,7 +135,7 @@ public MdmWindowsInformationProtectionPolicy patch(@jakarta.annotation.Nonnull f
return this.requestAdapter.send(requestInfo, errorMapping, MdmWindowsInformationProtectionPolicy::createFromDiscriminatorValue);
}
/**
- * Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement
+ * Deletes a mdmWindowsInformationProtectionPolicy.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -137,7 +143,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement
+ * Deletes a mdmWindowsInformationProtectionPolicy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -149,7 +155,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * Read properties and relationships of the mdmWindowsInformationProtectionPolicy object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +163,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * Read properties and relationships of the mdmWindowsInformationProtectionPolicy object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -169,7 +175,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement
+ * Update the properties of a mdmWindowsInformationProtectionPolicy object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -178,7 +184,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement
+ * Update the properties of a mdmWindowsInformationProtectionPolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -209,7 +215,7 @@ public MdmWindowsInformationProtectionPolicyItemRequestBuilder withUrl(@jakarta.
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Windows information protection for apps running on devices which are MDM enrolled.
+ * Read properties and relationships of the mdmWindowsInformationProtectionPolicy object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappcategories/MobileAppCategoriesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappcategories/MobileAppCategoriesRequestBuilder.java
index 9d40d904170..7da27c00f0f 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappcategories/MobileAppCategoriesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappcategories/MobileAppCategoriesRequestBuilder.java
@@ -60,19 +60,21 @@ public MobileAppCategoriesRequestBuilder(@jakarta.annotation.Nonnull final Strin
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The mobile app categories.
+ * List properties and relationships of the mobileAppCategory objects.
* @return a {@link MobileAppCategoryCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCategoryCollectionResponse get() {
return get(null);
}
/**
- * The mobile app categories.
+ * List properties and relationships of the mobileAppCategory objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppCategoryCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCategoryCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public MobileAppCategoryCollectionResponse get(@jakarta.annotation.Nullable fina
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppCategoryCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to mobileAppCategories for deviceAppManagement
+ * Create a new mobileAppCategory object.
* @param body The request body
* @return a {@link MobileAppCategory}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCategory post(@jakarta.annotation.Nonnull final MobileAppCategory body) {
return post(body, null);
}
/**
- * Create new navigation property to mobileAppCategories for deviceAppManagement
+ * Create a new mobileAppCategory object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppCategory}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCategory post(@jakarta.annotation.Nonnull final MobileAppCategory body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public MobileAppCategory post(@jakarta.annotation.Nonnull final MobileAppCategor
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppCategory::createFromDiscriminatorValue);
}
/**
- * The mobile app categories.
+ * List properties and relationships of the mobileAppCategory objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The mobile app categories.
+ * List properties and relationships of the mobileAppCategory objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to mobileAppCategories for deviceAppManagement
+ * Create a new mobileAppCategory object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to mobileAppCategories for deviceAppManagement
+ * Create a new mobileAppCategory object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public MobileAppCategoriesRequestBuilder withUrl(@jakarta.annotation.Nonnull fin
return new MobileAppCategoriesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The mobile app categories.
+ * List properties and relationships of the mobileAppCategory objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappcategories/item/MobileAppCategoryItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappcategories/item/MobileAppCategoryItemRequestBuilder.java
index 571dfe98679..c882096e01f 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappcategories/item/MobileAppCategoryItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappcategories/item/MobileAppCategoryItemRequestBuilder.java
@@ -37,16 +37,18 @@ public MobileAppCategoryItemRequestBuilder(@jakarta.annotation.Nonnull final Str
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppCategories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property mobileAppCategories for deviceAppManagement
+ * Deletes a mobileAppCategory.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property mobileAppCategories for deviceAppManagement
+ * Deletes a mobileAppCategory.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -55,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The mobile app categories.
+ * Read properties and relationships of the mobileAppCategory object.
* @return a {@link MobileAppCategory}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCategory get() {
return get(null);
}
/**
- * The mobile app categories.
+ * Read properties and relationships of the mobileAppCategory object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppCategory}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCategory get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +81,23 @@ public MobileAppCategory get(@jakarta.annotation.Nullable final java.util.functi
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppCategory::createFromDiscriminatorValue);
}
/**
- * Update the navigation property mobileAppCategories in deviceAppManagement
+ * Update the properties of a mobileAppCategory object.
* @param body The request body
* @return a {@link MobileAppCategory}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCategory patch(@jakarta.annotation.Nonnull final MobileAppCategory body) {
return patch(body, null);
}
/**
- * Update the navigation property mobileAppCategories in deviceAppManagement
+ * Update the properties of a mobileAppCategory object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppCategory}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCategory patch(@jakarta.annotation.Nonnull final MobileAppCategory body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -102,7 +108,7 @@ public MobileAppCategory patch(@jakarta.annotation.Nonnull final MobileAppCatego
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppCategory::createFromDiscriminatorValue);
}
/**
- * Delete navigation property mobileAppCategories for deviceAppManagement
+ * Deletes a mobileAppCategory.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property mobileAppCategories for deviceAppManagement
+ * Deletes a mobileAppCategory.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The mobile app categories.
+ * Read properties and relationships of the mobileAppCategory object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The mobile app categories.
+ * Read properties and relationships of the mobileAppCategory object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property mobileAppCategories in deviceAppManagement
+ * Update the properties of a mobileAppCategory object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property mobileAppCategories in deviceAppManagement
+ * Update the properties of a mobileAppCategory object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +188,7 @@ public MobileAppCategoryItemRequestBuilder withUrl(@jakarta.annotation.Nonnull f
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The mobile app categories.
+ * Read properties and relationships of the mobileAppCategory object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java
index f8e492cd3db..f6ed71ee550 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java
@@ -60,19 +60,21 @@ public MobileAppConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The Managed Device Mobile Application Configurations.
+ * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
* @return a {@link ManagedDeviceMobileAppConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfigurationCollectionResponse get() {
return get(null);
}
/**
- * The Managed Device Mobile Application Configurations.
+ * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedDeviceMobileAppConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfigurationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public ManagedDeviceMobileAppConfigurationCollectionResponse get(@jakarta.annota
return this.requestAdapter.send(requestInfo, errorMapping, ManagedDeviceMobileAppConfigurationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to mobileAppConfigurations for deviceAppManagement
+ * Create a new iosMobileAppConfiguration object.
* @param body The request body
* @return a {@link ManagedDeviceMobileAppConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfiguration post(@jakarta.annotation.Nonnull final ManagedDeviceMobileAppConfiguration body) {
return post(body, null);
}
/**
- * Create new navigation property to mobileAppConfigurations for deviceAppManagement
+ * Create a new iosMobileAppConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedDeviceMobileAppConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfiguration post(@jakarta.annotation.Nonnull final ManagedDeviceMobileAppConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public ManagedDeviceMobileAppConfiguration post(@jakarta.annotation.Nonnull fina
return this.requestAdapter.send(requestInfo, errorMapping, ManagedDeviceMobileAppConfiguration::createFromDiscriminatorValue);
}
/**
- * The Managed Device Mobile Application Configurations.
+ * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The Managed Device Mobile Application Configurations.
+ * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to mobileAppConfigurations for deviceAppManagement
+ * Create a new iosMobileAppConfiguration object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to mobileAppConfigurations for deviceAppManagement
+ * Create a new iosMobileAppConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public MobileAppConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new MobileAppConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The Managed Device Mobile Application Configurations.
+ * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.java
index c63f37ddd60..2dffcd3051c 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.java
@@ -91,16 +91,18 @@ public ManagedDeviceMobileAppConfigurationItemRequestBuilder(@jakarta.annotation
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property mobileAppConfigurations for deviceAppManagement
+ * Deletes a iosMobileAppConfiguration.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete navigation property mobileAppConfigurations for deviceAppManagement
+ * Deletes a iosMobileAppConfiguration.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -109,19 +111,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The Managed Device Mobile Application Configurations.
+ * Read properties and relationships of the iosMobileAppConfiguration object.
* @return a {@link ManagedDeviceMobileAppConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see