diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 6a2b495e6df..00000000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-### Expected behavior
-
-
-
-
-### Actual behavior
-
-
-
-
-### Steps to reproduce the behavior
-
-
-
-
diff --git a/.github/ISSUE_TEMPLATE/01-sdk-bug.yml b/.github/ISSUE_TEMPLATE/01-sdk-bug.yml
new file mode 100644
index 00000000000..d48dc71f542
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/01-sdk-bug.yml
@@ -0,0 +1,100 @@
+name: SDK Bug Report
+description: File SDK bug report
+labels: ["type:bug", "status:waiting-for-triage"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ **Thank you for taking the time to fill out this bug report!**
+ 💥Before submitting a new request, please search existing issues to see if an issue already exists.
+ - type: textarea
+ id: description
+ attributes:
+ label: Describe the bug
+ description: |
+ Provide a description of the actual behavior observed. If applicable please include any error messages, exception stacktraces or a screenshot.
+ placeholder: I am trying to do [...] but [...]
+ validations:
+ required: true
+ - type: textarea
+ id: expected-behavior
+ attributes:
+ label: Expected behavior
+ description: |
+ A clear and concise description of what you expected to happen.
+ placeholder: Expected behavior
+ validations:
+ required: true
+ - type: textarea
+ id: repro-steps
+ attributes:
+ label: How to reproduce
+ description: |
+ Please include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or steps to run project in link above. If possible include text as text rather than screenshots (so it shows up in searches).
+ If there's a link to a public repo where the sample code exists, include it too.
+ placeholder: Minimal Reproduction steps
+ validations:
+ required: true
+ - type: input
+ attributes:
+ label: SDK Version
+ placeholder: e.g. 5.32.1
+ description: Version of the SDK with the bug described above.
+ validations:
+ required: false
+ - type: input
+ id: regression
+ attributes:
+ label: Latest version known to work for scenario above?
+ description: |
+ Did this work in a previous build or release of the SDK or API client? If you can try a previous release or build to find out, that can help us narrow down the problem. If you don't know, that's OK.
+ placeholder: version-number
+ validations:
+ required: false
+ - type: textarea
+ id: known-workarounds
+ attributes:
+ label: Known Workarounds
+ description: |
+ Please provide a description of any known workarounds.
+ placeholder: Known Workarounds
+ validations:
+ required: false
+ - type: textarea
+ id: logs
+ attributes:
+ label: Debug output
+ description: Please copy and paste the debug output below.
+ value: |
+ Click to expand log
+ ```
+
+
+
+ ```
+
+ validations:
+ required: false
+ - type: textarea
+ id: configuration
+ attributes:
+ label: Configuration
+ description: |
+ Please provide more information on your SDK configuration:
+ * What OS and version, and what distro if applicable (Windows 10, Windows 11, MacOS Catalina, Ubuntu 22.04)?
+ * What is the architecture (x64, x86, ARM, ARM64)?
+ * Do you know whether it is specific to that configuration?
+ placeholder: |
+ - OS:
+ - architecture:
+ validations:
+ required: false
+ - type: textarea
+ id: other-info
+ attributes:
+ label: Other information
+ description: |
+ If you have an idea where the problem might lie, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of.
+ placeholder: Other information
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/02-sdk-feature-request.yml b/.github/ISSUE_TEMPLATE/02-sdk-feature-request.yml
new file mode 100644
index 00000000000..5d1d2730c53
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/02-sdk-feature-request.yml
@@ -0,0 +1,30 @@
+name: SDK Feature request
+description: Request a new feature on the SDK
+labels: ["type:feature", "status:waiting-for-triage"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ **Thank you for taking the time to fill out this feature request form!**
+ 💥Please search to see if an issue already exists for the feature you are requesting.
+ - type: textarea
+ attributes:
+ label: Is your feature request related to a problem? Please describe the problem.
+ description: A clear and concise description of what the problem is.
+ placeholder: I am trying to do [...] but [...]
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: Describe the solution you'd like.
+ description: |
+ A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Additional context?
+ description: |
+ Add any other context or screenshots about the feature request here.
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/03-blank-issue.md b/.github/ISSUE_TEMPLATE/03-blank-issue.md
new file mode 100644
index 00000000000..c28185e25ea
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/03-blank-issue.md
@@ -0,0 +1,8 @@
+---
+name: Blank issue
+about: Something that doesn't fit the other categories
+title: ''
+labels: ["status:waiting-for-triage"]
+assignees: ''
+
+---
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000000..d9e9f29805d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,11 @@
+blank_issues_enabled: true
+contact_links:
+ - name: Question on use of graph sdk
+ url: https://github.com/microsoftgraph/msgraph-sdk-java/discussions
+ about: Please add your question in the discussions section of the repo
+ - name: Question on use of kiota
+ url: https://github.com/microsoft/kiota/discussions
+ about: Please add your question in the discussions section of the repo
+ - name: Question or Feature Request for the MS Graph API?
+ url: https://aka.ms/msgraphsupport
+ about: Report an issue or limitation with the MS Graph service APIs
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 29e89e98a19..739066ae921 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,23 +1,39 @@
version: 2
updates:
- package-ecosystem: gradle
- directory: "/"
+ directories:
+ - "/"
+ - "/java-8"
schedule:
interval: daily
+ time: "09:00" # 9am UTC
open-pull-requests-limit: 10
groups:
kiota-dependencies:
patterns:
- "*kiota*"
+ junit-dependencies:
+ patterns:
+ - "*junit*"
+ open-telemetry:
+ patterns:
+ - "*opentelemetry*"
- package-ecosystem: gradle
directory: "/android"
schedule:
interval: daily
+ time: "10:00" # 10am UTC. After core projects are updated to prevent duplicate PRs
open-pull-requests-limit: 10
groups:
kiota-dependencies:
patterns:
- "*kiota*"
+ junit-dependencies:
+ patterns:
+ - "*junit*"
+ open-telemetry:
+ patterns:
+ - "*opentelemetry*"
- package-ecosystem: maven
directory: "/"
schedule:
@@ -27,8 +43,14 @@ updates:
kiota-dependencies:
patterns:
- "*kiota*"
+ junit-dependencies:
+ patterns:
+ - "*junit*"
+ open-telemetry:
+ patterns:
+ - "*opentelemetry*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
- open-pull-requests-limit: 10
\ No newline at end of file
+ open-pull-requests-limit: 10
diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml
index eabbe5d4fd3..96e5144b1d8 100644
--- a/.github/policies/resourceManagement.yml
+++ b/.github/policies/resourceManagement.yml
@@ -59,6 +59,16 @@ configuration:
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
- closeIssue
eventResponderTasks:
+ - if:
+ - payloadType: Issues
+ - isAction:
+ action: Closed
+ - hasLabel:
+ label: 'status:waiting-for-author-feedback'
+ then:
+ - removeLabel:
+ label: 'status:waiting-for-author-feedback'
+ description:
- if:
- payloadType: Issue_Comment
- isAction:
diff --git a/.github/workflows/api-level-lint.yml b/.github/workflows/api-level-lint.yml
index 5aa80eea0e5..d5438359394 100644
--- a/.github/workflows/api-level-lint.yml
+++ b/.github/workflows/api-level-lint.yml
@@ -16,6 +16,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
+ cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v3.2.1
- name: Add execution right to the script
diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml
index 72d96dd1d57..3d9334e9600 100644
--- a/.github/workflows/auto-merge-dependabot.yml
+++ b/.github/workflows/auto-merge-dependabot.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
- uses: dependabot/fetch-metadata@v2.1.0
+ uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml
index 98b976c61fa..d200426957f 100644
--- a/.github/workflows/gradle-build.yml
+++ b/.github/workflows/gradle-build.yml
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
- build:
+ build-java-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -18,8 +18,10 @@ jobs:
java-version: 21
distribution: 'temurin'
cache: gradle
- - name: Detect Secrets
- uses: RobertFischer/detect-secrets-action@v2.0.0
+ - name: Detect secrets
+ run: |
+ pip install detect-secrets
+ git ls-files -z | xargs -0 detect-secrets-hook --baseline .secrets.baseline
- name: Grant Execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
@@ -46,7 +48,36 @@ jobs:
settings.gradle
gradle.properties
**/gradle/**
- Scripts/**
+ scripts/**
+
+ build-java-8:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - name: Set up JDK
+ uses: actions/setup-java@v4
+ with:
+ java-version: 8
+ distribution: 'temurin'
+ cache: gradle
+ - name: Grant Execute permission for gradlew
+ run: chmod +x gradlew
+ - name: Build with Java 8
+ working-directory: ./java-8
+ run: .././gradlew build
+
+ build:
+ needs: [build-java-latest, build-java-8]
+ runs-on: ubuntu-latest
+ if: ${{ always() }}
+ steps:
+ - name: Determine build status
+ run: |
+ if [ "${{ needs.build-java-latest.result }}" == "success" ] && [ "${{ needs.build-java-8.result }}" == "success" ]; then
+ exit 0
+ else
+ exit 1
+ fi
compare-packages:
needs: build
@@ -72,7 +103,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
- name: Download Last Successful Build
- uses: dawidd6/action-download-artifact@v5
+ uses: dawidd6/action-download-artifact@v6
with:
workflow: preview-and-release.yml
workflow_conclusion: success
diff --git a/.github/workflows/preview-and-release.yml b/.github/workflows/preview-and-release.yml
index ea569ac9505..5d6e571b2c7 100644
--- a/.github/workflows/preview-and-release.yml
+++ b/.github/workflows/preview-and-release.yml
@@ -14,8 +14,10 @@ on:
workflow_dispatch:
env:
- PREVIEW_TASK: publishSnapshotPublicationToSonatypeSnapshotRepository
- PUBLISH_TASK: publishMavenCentralReleasePublicationToSonatypeRepository
+ PREVIEW_TASK: publishToSonatype
+ PUBLISH_TASK: publishToSonatype closeAndReleaseSonatypeStagingRepository
+ JAVA_VERSION: 21
+ JAVA_DISTRIBUTION: 'temurin'
permissions:
contents: write
@@ -26,24 +28,27 @@ jobs:
environment:
name: maven_central_snapshot
runs-on: ubuntu-latest
+ needs: validate-package-contents
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
- java-version: 21
- distribution: 'temurin'
+ java-version: ${{ env.JAVA_VERSION }}
+ distribution: ${{ env.JAVA_DISTRIBUTION}}
cache: gradle
- - name: Easy detect-secrets
- uses: RobertFischer/detect-secrets-action@v2.0.0
+ - name: Detect secrets
+ run: |
+ pip install detect-secrets
+ git ls-files -z | xargs -0 detect-secrets-hook --baseline .secrets.baseline
- name: Download File
- run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
+ run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
shell: pwsh
env:
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
OUTPUT_PATH: '.\local.properties'
- name: Download File
- run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
+ run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
shell: pwsh
env:
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
@@ -58,24 +63,27 @@ jobs:
environment:
name: maven_central_release
runs-on: ubuntu-latest
+ needs: validate-package-contents
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
- java-version: 21
- distribution: 'temurin'
+ java-version: ${{ env.JAVA_VERSION }}
+ distribution: ${{ env.JAVA_DISTRIBUTION}}
cache: gradle
- - name: Easy detect-secrets
- uses: RobertFischer/detect-secrets-action@v2.0.0
+ - name: Detect secrets
+ run: |
+ pip install detect-secrets
+ git ls-files -z | xargs -0 detect-secrets-hook --baseline .secrets.baseline
- name: Download File
- run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
+ run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
shell: pwsh
env:
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
OUTPUT_PATH: '.\local.properties'
- name: Download File
- run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
+ run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
shell: pwsh
env:
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
@@ -83,7 +91,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Publish
- run: ./gradlew $PUBLISH_TASK
+ run: ./gradlew $PUBLISH_TASK -PmavenCentralSnapshotArtifactSuffix=""
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
@@ -98,7 +106,7 @@ jobs:
settings.gradle
gradle.properties
**/gradle/**
- Scripts/**
+ scripts/**
- name: GitHub Release
uses: softprops/action-gh-release@v2
with:
@@ -106,3 +114,46 @@ jobs:
fail_on_unmatched_files: true
files: |
build/**/*.jar
+
+ validate-package-contents:
+ runs-on: ubuntu-latest
+ environment: ${{ contains(github.ref, 'refs/tags/v') && 'maven_central_release' || 'maven_central_snapshot' }}
+ defaults:
+ run:
+ working-directory: ./
+ steps:
+ - uses: actions/checkout@v4
+ - name: Setup JDK
+ uses: actions/setup-java@v4
+ with:
+ java-version: ${{ env.JAVA_VERSION }}
+ distribution: ${{ env.JAVA_DISTRIBUTION}}
+ cache: gradle
+ - name: Download file
+ run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
+ shell: pwsh
+ env:
+ ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
+ OUTPUT_PATH: 'local.properties'
+ - name: Download file
+ run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
+ shell: pwsh
+ env:
+ ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
+ OUTPUT_PATH: '.\secring.gpg'
+ - name: Publish to local Maven cache for validation
+ run: ./gradlew --no-daemon publishToMavenLocal
+ - name: Get current SNAPSHOT version
+ shell: pwsh
+ run: |
+ $contents = Get-Content gradle.properties -Raw
+ $major = $contents | Select-String -Pattern 'mavenMajorVersion\s+= ([0-9]+)' | ForEach-Object { $_.Matches.Groups[1].Value }
+ $minor = $contents | Select-String -Pattern 'mavenMinorVersion\s+= ([0-9]+)' | ForEach-Object { $_.Matches.Groups[1].Value }
+ $patch = $contents | Select-String -Pattern 'mavenPatchVersion\s+= ([0-9]+)' | ForEach-Object { $_.Matches.Groups[1].Value }
+ $version = "$major.$minor.$patch-SNAPSHOT"
+ echo "Current version is $version"
+ echo "PACKAGE_VERSION=$version" >> $Env:GITHUB_ENV
+ - name: Inspect contents of local Maven cache
+ shell: pwsh
+ run: |
+ .\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph -Version $env:PACKAGE_VERSION
diff --git a/.github/workflows/project-auto-add.yml b/.github/workflows/project-auto-add.yml
index 3c59cf288a0..ca89a8af3ac 100644
--- a/.github/workflows/project-auto-add.yml
+++ b/.github/workflows/project-auto-add.yml
@@ -18,10 +18,10 @@ jobs:
steps:
- name: Generate token
id: generate_token
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
+ uses: actions/create-github-app-token@v1
with:
- app_id: ${{ secrets.GRAPHBOT_APP_ID }}
- private_key: ${{ secrets.GRAPHBOT_APP_PEM }}
+ app-id: ${{ secrets.GRAPHBOT_APP_ID }}
+ private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
- name: Get project data
env:
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f2994073b60..620bd9118ea 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.13.0"
+ ".": "6.14.0"
}
diff --git a/.secrets.baseline b/.secrets.baseline
index cd595090cdf..6c35446437b 100644
--- a/.secrets.baseline
+++ b/.secrets.baseline
@@ -1,143 +1,139 @@
-{
- "version": "1.5.0",
- "plugins_used": [
- {
- "name": "ArtifactoryDetector"
- },
- {
- "name": "AWSKeyDetector"
- },
- {
- "name": "AzureStorageKeyDetector"
- },
- {
- "name": "Base64HighEntropyString",
- "limit": 4.5
- },
- {
- "name": "BasicAuthDetector"
- },
- {
- "name": "CloudantDetector"
- },
- {
- "name": "DiscordBotTokenDetector"
- },
- {
- "name": "GitHubTokenDetector"
- },
- {
- "name": "GitLabTokenDetector"
- },
- {
- "name": "HexHighEntropyString",
- "limit": 3.0
- },
- {
- "name": "IbmCloudIamDetector"
- },
- {
- "name": "IbmCosHmacDetector"
- },
- {
- "name": "IPPublicDetector"
- },
- {
- "name": "JwtTokenDetector"
- },
- {
- "name": "KeywordDetector",
- "keyword_exclude": ""
- },
- {
- "name": "MailchimpDetector"
- },
- {
- "name": "NpmDetector"
- },
- {
- "name": "OpenAIDetector"
- },
- {
- "name": "PrivateKeyDetector"
- },
- {
- "name": "PypiTokenDetector"
- },
- {
- "name": "SendGridDetector"
- },
- {
- "name": "SlackDetector"
- },
- {
- "name": "SoftlayerDetector"
- },
- {
- "name": "SquareOAuthDetector"
- },
- {
- "name": "StripeDetector"
- },
- {
- "name": "TelegramBotTokenDetector"
- },
- {
- "name": "TwilioKeyDetector"
- }
- ],
- "filters_used": [
- {
- "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
- },
- {
- "path": "detect_secrets.filters.heuristic.is_indirect_reference"
- },
- {
- "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"
- },
- {
- "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign"
- },
- {
- "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": [
- "release-please-config.json"
- ]
- }
- ],
- "results": {},
- "generated_at": "2024-05-08T12:56:29Z"
-}
+{
+ "version": "1.5.0",
+ "plugins_used": [
+ {
+ "name": "ArtifactoryDetector"
+ },
+ {
+ "name": "AWSKeyDetector"
+ },
+ {
+ "name": "AzureStorageKeyDetector"
+ },
+ {
+ "name": "Base64HighEntropyString",
+ "limit": 4.5
+ },
+ {
+ "name": "BasicAuthDetector"
+ },
+ {
+ "name": "CloudantDetector"
+ },
+ {
+ "name": "DiscordBotTokenDetector"
+ },
+ {
+ "name": "GitHubTokenDetector"
+ },
+ {
+ "name": "GitLabTokenDetector"
+ },
+ {
+ "name": "HexHighEntropyString",
+ "limit": 3.0
+ },
+ {
+ "name": "IbmCloudIamDetector"
+ },
+ {
+ "name": "IbmCosHmacDetector"
+ },
+ {
+ "name": "IPPublicDetector"
+ },
+ {
+ "name": "JwtTokenDetector"
+ },
+ {
+ "name": "KeywordDetector",
+ "keyword_exclude": ""
+ },
+ {
+ "name": "MailchimpDetector"
+ },
+ {
+ "name": "NpmDetector"
+ },
+ {
+ "name": "OpenAIDetector"
+ },
+ {
+ "name": "PrivateKeyDetector"
+ },
+ {
+ "name": "PypiTokenDetector"
+ },
+ {
+ "name": "SendGridDetector"
+ },
+ {
+ "name": "SlackDetector"
+ },
+ {
+ "name": "SoftlayerDetector"
+ },
+ {
+ "name": "SquareOAuthDetector"
+ },
+ {
+ "name": "StripeDetector"
+ },
+ {
+ "name": "TelegramBotTokenDetector"
+ },
+ {
+ "name": "TwilioKeyDetector"
+ }
+ ],
+ "filters_used": [
+ {
+ "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
+ },
+ {
+ "path": "detect_secrets.filters.heuristic.is_indirect_reference"
+ },
+ {
+ "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"
+ },
+ {
+ "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign"
+ },
+ {
+ "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.regex.should_exclude_file",
+ "pattern": [
+ "src/main/java/com/microsoft/graph/generated/.*",
+ "release-please-config.json",
+ "kiota-lock.json"
+ ]
+ }
+ ],
+ "results": {},
+ "generated_at": "2024-08-13T14:19:43Z"
+}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2c737dd122..b716bc73e39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
+## [6.14.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.13.0...v6.14.0) (2024-08-23)
+
+
+### Features
+
+* **generation:** update request builders and models ([820d7c6](https://github.com/microsoftgraph/msgraph-sdk-java/commit/820d7c616dee919d34f6873227045d0d31d16ee1))
+* **generation:** update request builders and models ([3e676ae](https://github.com/microsoftgraph/msgraph-sdk-java/commit/3e676aee71498cb5b0aa07d5888113a99c37051c))
+
+
+### Bug Fixes
+
+* empty request body with logging interceptor ([eb7ca0f](https://github.com/microsoftgraph/msgraph-sdk-java/commit/eb7ca0f92928bdb53cc5dcb0426fb3eaa31f3813))
+
## [6.13.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.12.0...v6.13.0) (2024-06-06)
diff --git a/README.md b/README.md
index 5762ae2a086..a3165e266f7 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.13.0'
+ implementation 'com.microsoft.graph:microsoft-graph:6.14.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.13.0
+ 6.14.0
diff --git a/android/build.gradle b/android/build.gradle
index 530314cee0c..b65681bb1de 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -6,10 +6,10 @@ buildscript {
}
dependencies {
- classpath "com.gradle:gradle-enterprise-gradle-plugin:3.17.4"
+ classpath "com.gradle:gradle-enterprise-gradle-plugin:3.18"
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
- classpath "com.android.tools.build:gradle:8.4.1"
+ classpath "com.android.tools.build:gradle:8.5.2"
}
}
@@ -25,13 +25,13 @@ apply plugin: "com.github.ManifestClasspath"
android {
namespace 'com.microsoft.graph'
- compileSdkVersion 34
+ compileSdkVersion 35
defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion 26
- targetSdkVersion 34
+ targetSdkVersion 35
}
buildTypes {
diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar
index e6441136f3d..2c3521197d7 100644
Binary files a/android/gradle/wrapper/gradle-wrapper.jar and b/android/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties
index b82aa23a4f0..09523c0e549 100644
--- a/android/gradle/wrapper/gradle-wrapper.properties
+++ b/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/android/gradlew b/android/gradlew
old mode 100644
new mode 100755
index 1aa94a42690..f5feea6d6b1
--- a/android/gradlew
+++ b/android/gradlew
@@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+# SPDX-License-Identifier: Apache-2.0
+#
##############################################################################
#
@@ -55,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
-# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
+# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
@@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
-APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
+APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
+' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
diff --git a/android/gradlew.bat b/android/gradlew.bat
index 25da30dbdee..9b42019c791 100644
--- a/android/gradlew.bat
+++ b/android/gradlew.bat
@@ -1,92 +1,94 @@
-@rem
-@rem Copyright 2015 the original author or authors.
-@rem
-@rem Licensed under the Apache License, Version 2.0 (the "License");
-@rem you may not use this file except in compliance with the License.
-@rem You may obtain a copy of the License at
-@rem
-@rem https://www.apache.org/licenses/LICENSE-2.0
-@rem
-@rem Unless required by applicable law or agreed to in writing, software
-@rem distributed under the License is distributed on an "AS IS" BASIS,
-@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@rem See the License for the specific language governing permissions and
-@rem limitations under the License.
-@rem
-
-@if "%DEBUG%"=="" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-set DIRNAME=%~dp0
-if "%DIRNAME%"=="" set DIRNAME=.
-@rem This is normally unused
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Resolve any "." and ".." in APP_HOME to make it shorter.
-for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if %ERRORLEVEL% equ 0 goto execute
-
-echo. 1>&2
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
-echo. 1>&2
-echo Please set the JAVA_HOME variable in your environment to match the 1>&2
-echo location of your Java installation. 1>&2
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto execute
-
-echo. 1>&2
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
-echo. 1>&2
-echo Please set the JAVA_HOME variable in your environment to match the 1>&2
-echo location of your Java installation. 1>&2
-
-goto fail
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
-
-:end
-@rem End local scope for the variables with windows NT shell
-if %ERRORLEVEL% equ 0 goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-set EXIT_CODE=%ERRORLEVEL%
-if %EXIT_CODE% equ 0 set EXIT_CODE=1
-if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
-exit /b %EXIT_CODE%
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
+@rem
+@rem Copyright 2015 the original author or authors.
+@rem
+@rem Licensed under the Apache License, Version 2.0 (the "License");
+@rem you may not use this file except in compliance with the License.
+@rem You may obtain a copy of the License at
+@rem
+@rem https://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+@rem
+@rem SPDX-License-Identifier: Apache-2.0
+@rem
+
+@if "%DEBUG%"=="" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%"=="" set DIRNAME=.
+@rem This is normally unused
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Resolve any "." and ".." in APP_HOME to make it shorter.
+for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if %ERRORLEVEL% equ 0 goto execute
+
+echo. 1>&2
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto execute
+
+echo. 1>&2
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
+
+goto fail
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
+
+:end
+@rem End local scope for the variables with windows NT shell
+if %ERRORLEVEL% equ 0 goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+set EXIT_CODE=%ERRORLEVEL%
+if %EXIT_CODE% equ 0 set EXIT_CODE=1
+if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
+exit /b %EXIT_CODE%
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/build.gradle b/build.gradle
index 3545bbfbf13..ac8ad28be32 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,6 +12,7 @@ plugins {
id 'eclipse'
id 'maven-publish'
id 'signing'
+ id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
}
java {
@@ -52,9 +53,6 @@ def pomConfig = {
tasks.withType(Javadoc).all { enabled = false }
-//Publishing tasks-
-//Maven Central Snapshot: publishSnapshotPublicationToMavenRepository
-//Maven Central Release: publishMavenCentralReleasePublicationToMaven2Repository
tasks.jar {
manifest {
@@ -67,38 +65,11 @@ publishing {
publications {
- maven(MavenPublication) {
- groupId project.property('mavenGroupId')
- artifactId project.property('mavenArtifactId')
- version "${mavenMajorVersion}.${mavenMinorVersion}.${mavenPatchVersion}${mavenArtifactSuffix}"
- from components.java
- pom.withXml {
- def root = asNode()
- root.appendNode('name', 'Microsoft Graph SDK for Java')
- root.appendNode('url', 'https://github.com/microsoftgraph/msgraph-sdk-java')
- root.children().last() + pomConfig
- def pomFile = file("${project.buildDir}/libs/microsoft-graph.pom")
- writeTo(pomFile)
- }
-
- }
- Snapshot(MavenPublication) {
+ maven(MavenPublication) {
customizePom(pom)
groupId project.property('mavenGroupId')
artifactId project.property('mavenArtifactId')
- version "${mavenMajorVersion}.${mavenMinorVersion}.${mavenPatchVersion}${mavenCentralSnapshotArtifactSuffix}"
- from components.java
- pom.withXml {
- def pomFile = file("${project.buildDir}/generated-pom.xml")
- writeTo(pomFile)
- }
- }
-
- mavenCentralRelease(MavenPublication) {
- customizePom(pom)
- groupId project.property('mavenGroupId')
- artifactId project.property('mavenArtifactId')
- version "${mavenMajorVersion}.${mavenMinorVersion}.${mavenPatchVersion}"
+ version getVersionName()
from components.java
pom.withXml {
def pomFile = file("${project.buildDir}/generated-pom.xml")
@@ -106,43 +77,30 @@ publishing {
}
}
}
- repositories {
- maven {
- url = 'https://oss.sonatype.org/content/repositories/snapshots'
- name = 'sonatypeSnapshot'
-
- credentials {
- if (project.rootProject.file('local.properties').exists()) {
- Properties properties = new Properties()
- properties.load(project.rootProject.file('local.properties').newDataInputStream())
- username = properties.getProperty('sonatypeUsername')
- password = properties.getProperty('sonatypePassword')
- }
- }
- }
-
- maven {
- url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
- name = 'sonatype'
-
- credentials {
- if (project.rootProject.file('local.properties').exists()) {
- Properties properties = new Properties()
- properties.load(project.rootProject.file('local.properties').newDataInputStream())
- username = properties.getProperty('sonatypeUsername')
- password = properties.getProperty('sonatypePassword')
- }
+}
+
+nexusPublishing {
+ repositories {
+ sonatype {
+ if (project.rootProject.file('local.properties').exists()) {
+ Properties properties = new Properties()
+ properties.load(project.rootProject.file('local.properties').newDataInputStream())
+ username = properties.getProperty('sonatypeUsername')
+ password = properties.getProperty('sonatypePassword')
}
}
}
}
+group = project.property('mavenGroupId')
+version = "${mavenMajorVersion}.${mavenMinorVersion}.${mavenPatchVersion}${mavenCentralSnapshotArtifactSuffix}"
+
signing {
- sign publishing.publications.mavenCentralRelease
+ sign publishing.publications.maven
}
tasks.withType(Sign)*.enabled = mavenCentralPublishingEnabled.toBoolean()
-def fixAscNames = { name ->
+def fixAscNames = { name ->
if(name.contains('pom')) {
"${project.property('mavenArtifactId')}-${mavenMajorVersion}.${mavenMinorVersion}.${mavenPatchVersion}.pom.asc"
} else {
@@ -161,7 +119,7 @@ def getVersionCode() {
}
def getVersionName() {
- return "${mavenMajorVersion}.${mavenMinorVersion}.${mavenPatchVersion}${mavenArtifactSuffix}"
+ return "${mavenMajorVersion}.${mavenMinorVersion}.${mavenPatchVersion}${mavenCentralSnapshotArtifactSuffix}"
}
artifacts {
@@ -223,7 +181,7 @@ gradle.taskGraph.whenReady { taskGraph ->
}
model {
- tasks.generatePomFileForMavenCentralReleasePublication {
+ tasks.generatePomFileForMavenPublication {
destination = file("${project.buildDir}/generated-pom.xml")
}
}
diff --git a/docs/upgrade-to-v6.md b/docs/upgrade-to-v6.md
index 5391352c2ad..1db38d34536 100644
--- a/docs/upgrade-to-v6.md
+++ b/docs/upgrade-to-v6.md
@@ -83,10 +83,12 @@ public class CustomTokenProvider implements AccessTokenProvider {
return token;
}
- @Override
+ // Make sure to have the right set of hosts
+ private final AllowedHostsValidator validator = new AllowedHostsValidator("graph.microsoft.com");
+ @Override
public AllowedHostsValidator getAllowedHostsValidator() {
// Handle allowed hosts validation logic here
- return new DefaultAllowedHostsValidator();
+ return validator;
}
```
Then instantiate the GraphServiceClient as follows:
diff --git a/gradle.properties b/gradle.properties
index c28d13ac7aa..90f0af5bd58 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,7 +19,7 @@
# The size of the library demands a large amount of RAM to build. Increase as necessary if you get GC errors
## linux requires 10G, OSX requires 11G
-org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
@@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph
mavenMajorVersion = 6
# x-release-please-end
# x-release-please-start-minor
-mavenMinorVersion = 13
+mavenMinorVersion = 14
# x-release-please-end
# x-release-please-start-patch
mavenPatchVersion = 0
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 8133cc8c6c5..7b48b79270e 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -1,19 +1,19 @@
dependencies {
// Use JUnit test framework
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
// Core Http library
- api 'com.microsoft.graph:microsoft-graph-core:3.1.13'
+ api 'com.microsoft.graph:microsoft-graph-core:3.1.17'
- implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.13'
- implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.13'
- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.13'
- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.13'
- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.13'
- implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.13'
+ implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.3.0'
+ implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.3.0'
+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.3.0'
+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.3.0'
+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.3.0'
+ implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.3.0'
}
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index e6441136f3d..2c3521197d7 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index b82aa23a4f0..09523c0e549 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/gradlew b/gradlew
index 1aa94a42690..f5feea6d6b1 100755
--- a/gradlew
+++ b/gradlew
@@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+# SPDX-License-Identifier: Apache-2.0
+#
##############################################################################
#
@@ -55,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
-# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
+# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
@@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
-APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
+APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
+' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
diff --git a/gradlew.bat b/gradlew.bat
index 7101f8e4676..9b42019c791 100644
--- a/gradlew.bat
+++ b/gradlew.bat
@@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
+@rem SPDX-License-Identifier: Apache-2.0
+@rem
@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
diff --git a/java-8/.gitignore b/java-8/.gitignore
new file mode 100644
index 00000000000..7f6823bcc0f
--- /dev/null
+++ b/java-8/.gitignore
@@ -0,0 +1,2 @@
+.gradle
+build/
diff --git a/java-8/build.gradle b/java-8/build.gradle
new file mode 100644
index 00000000000..56ce1751c3b
--- /dev/null
+++ b/java-8/build.gradle
@@ -0,0 +1,31 @@
+plugins {
+ // Apply the java-library plugin to add support for Java Library
+ id 'java-library'
+ id 'eclipse'
+}
+
+repositories {
+ mavenCentral()
+}
+
+sourceSets {
+ main {
+ java {
+ srcDirs = ['../src']
+ exclude 'test/**'
+ }
+ }
+}
+
+java {
+ toolchain {
+ languageVersion = JavaLanguageVersion.of(8)
+ }
+ withSourcesJar()
+}
+
+tasks.jar {
+ zip64(true)
+}
+
+apply from: "../gradle/dependencies.gradle"
diff --git a/java-8/daemon-jvm.properties b/java-8/daemon-jvm.properties
new file mode 100644
index 00000000000..3bd3a411829
--- /dev/null
+++ b/java-8/daemon-jvm.properties
@@ -0,0 +1,2 @@
+#This file is generated by updateDaemonJvm
+toolchainVersion=8
diff --git a/java-8/gradle.properties b/java-8/gradle.properties
new file mode 100644
index 00000000000..51d218b5fc1
--- /dev/null
+++ b/java-8/gradle.properties
@@ -0,0 +1,3 @@
+org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+
+mavenArtifactId = msgraph-sdk-java
diff --git a/java-8/settings.gradle b/java-8/settings.gradle
new file mode 100644
index 00000000000..f61f5ddf93b
--- /dev/null
+++ b/java-8/settings.gradle
@@ -0,0 +1 @@
+rootProject.name = 'msgraph-sdk-java'
diff --git a/pom.xml b/pom.xml
index 87d50e82d0c..776278bccc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph
- 6.13.0
+ 6.14.0
pom
@@ -30,12 +30,12 @@
com.microsoft.graph
microsoft-graph-core
- 3.1.13
+ 3.1.16
org.junit.jupiter
junit-jupiter-api
- 5.10.2
+ 5.11.0
test
diff --git a/Scripts/decodeAndWrite.ps1 b/scripts/decodeAndWrite.ps1
similarity index 100%
rename from Scripts/decodeAndWrite.ps1
rename to scripts/decodeAndWrite.ps1
diff --git a/Scripts/getLatestVersion.ps1 b/scripts/getLatestVersion.ps1
similarity index 100%
rename from Scripts/getLatestVersion.ps1
rename to scripts/getLatestVersion.ps1
diff --git a/scripts/validatePackageContents.ps1 b/scripts/validatePackageContents.ps1
new file mode 100644
index 00000000000..c79aba5186d
--- /dev/null
+++ b/scripts/validatePackageContents.ps1
@@ -0,0 +1,58 @@
+# Checks that expected files are present & have contents after the publish process to the local cache
+param(
+ [Parameter(Mandatory=$true)][string] $ArtifactId,
+ [Parameter(Mandatory=$true)][string] $Version,
+ [Parameter()][string] $GroupId = "com.microsoft.graph",
+ [Parameter()][string] $MavenLocalCachePath = "~" + [System.IO.Path]::DirectorySeparatorChar + ".m2" + [System.IO.Path]::DirectorySeparatorChar + "repository"
+)
+
+$groupIdPath = $GroupId -replace "\.", [System.IO.Path]::DirectorySeparatorChar
+$packagePath = Join-Path -Path $groupIdPath -ChildPath $ArtifactId
+$packageFullPath = Join-Path -Path $MavenLocalCachePath -ChildPath $packagePath -AdditionalChildPath $Version
+
+Write-Output "---------------------------------------------------"
+Write-Output "Validating package contents at $packageFullPath"
+
+if(-not (Test-Path -Path $packageFullPath)) {
+ Write-Output "Package not found in local cache."
+ exit 1
+}
+
+Write-Output "Package exists in local cache."
+
+$expectedFiles = @(
+ "-javadoc.jar",
+ "-javadoc.jar.asc",
+ "-sources.jar",
+ "-sources.jar.asc",
+ ".module",
+ ".module.asc",
+ ".pom",
+ ".pom.asc",
+ ".jar",
+ ".jar.asc"
+)
+
+foreach($file in $expectedFiles) {
+ $file = $ArtifactId + "-" + $Version + $file
+ $filePath = Join-Path -Path $packageFullPath -ChildPath $file
+ if(-not (Test-Path -Path $filePath)) {
+ Write-Output "Expected file $file not found in package."
+ exit 1
+ }
+ $fileSize = (Get-Item -Path $filePath).length
+ if($fileSize -eq 0) {
+ Write-Output "File $file is empty."
+ exit 1
+ }
+}
+
+$mavenMetadataFiles = Get-ChildItem -Path $packageFullPath -Filter "maven-metadata*.xml"
+if($mavenMetadataFiles.Count -eq 0) {
+ Write-Output "No maven-metadata*.xml files found in package."
+ exit 1
+}
+
+Write-Output "Package $ArtifactId is valid."
+Write-Output "---------------------------------------------------"
+exit 0
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 58ae80f702e..1cfedd1b257 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
@@ -1,5 +1,6 @@
package com.microsoft.graph.admin.people;
+import com.microsoft.graph.admin.people.iteminsights.ItemInsightsRequestBuilder;
import com.microsoft.graph.admin.people.profilecardproperties.ProfileCardPropertiesRequestBuilder;
import com.microsoft.graph.admin.people.pronouns.PronounsRequestBuilder;
import com.microsoft.graph.models.odataerrors.ODataError;
@@ -22,6 +23,14 @@
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class PeopleRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Provides operations to manage the itemInsights property of the microsoft.graph.peopleAdminSettings entity.
+ * @return a {@link ItemInsightsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public ItemInsightsRequestBuilder itemInsights() {
+ return new ItemInsightsRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the profileCardProperties property of the microsoft.graph.peopleAdminSettings entity.
* @return a {@link ProfileCardPropertiesRequestBuilder}
diff --git a/src/main/java/com/microsoft/graph/generated/admin/people/iteminsights/ItemInsightsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/admin/people/iteminsights/ItemInsightsRequestBuilder.java
new file mode 100644
index 00000000000..9ae538a1263
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/admin/people/iteminsights/ItemInsightsRequestBuilder.java
@@ -0,0 +1,232 @@
+package com.microsoft.graph.admin.people.iteminsights;
+
+import com.microsoft.graph.models.InsightsSettings;
+import com.microsoft.graph.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the itemInsights property of the microsoft.graph.peopleAdminSettings entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class ItemInsightsRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link ItemInsightsRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public ItemInsightsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/admin/people/itemInsights{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link ItemInsightsRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public ItemInsightsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/admin/people/itemInsights{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Delete navigation property itemInsights for admin
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete() {
+ delete(null);
+ }
+ /**
+ * Delete navigation property itemInsights for admin
+ * @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 properties of an insightsSettings object to display or return item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph.
+ * @return a {@link InsightsSettings}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public InsightsSettings get() {
+ return get(null);
+ }
+ /**
+ * Get the properties of an insightsSettings object to display or return item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link InsightsSettings}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public InsightsSettings get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, InsightsSettings::createFromDiscriminatorValue);
+ }
+ /**
+ * Update privacy settings to display or return the specified type of insights in an organization. Currently, itemInsights is the only supported type of settings. To learn more about customizing insights privacy for your organization, see Customize item insights privacy in Microsoft Graph.
+ * @param body The request body
+ * @return a {@link InsightsSettings}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public InsightsSettings patch(@jakarta.annotation.Nonnull final InsightsSettings body) {
+ return patch(body, null);
+ }
+ /**
+ * Update privacy settings to display or return the specified type of insights in an organization. Currently, itemInsights is the only supported type of settings. To learn more about customizing insights privacy for your organization, see Customize item insights privacy in Microsoft Graph.
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link InsightsSettings}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public InsightsSettings patch(@jakarta.annotation.Nonnull final InsightsSettings body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, InsightsSettings::createFromDiscriminatorValue);
+ }
+ /**
+ * Delete navigation property itemInsights for admin
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * Delete navigation property itemInsights for admin
+ * @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 properties of an insightsSettings object to display or return item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get the properties of an insightsSettings object to display or return item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Update privacy settings to display or return the specified type of insights in an organization. Currently, itemInsights is the only supported type of settings. To learn more about customizing insights privacy for your organization, see Customize item insights privacy in Microsoft Graph.
+ * @param body The request body
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final InsightsSettings body) {
+ return toPatchRequestInformation(body, null);
+ }
+ /**
+ * Update privacy settings to display or return the specified type of insights in an organization. Currently, itemInsights is the only supported type of settings. To learn more about customizing insights privacy for your organization, see Customize item insights privacy in Microsoft Graph.
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final InsightsSettings body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PatchRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link ItemInsightsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public ItemInsightsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new ItemInsightsRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Get the properties of an insightsSettings object to display or return item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PatchRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
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 d0d2c32c687..1a5f1086c99 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
@@ -81,7 +81,7 @@ public FederatedIdentityCredential get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * 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.
+ * Create a new federatedIdentityCredential object for an application if it doesn't 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
@@ -92,7 +92,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder
return patch(body, null);
}
/**
- * 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.
+ * Create a new federatedIdentityCredential object for an application if it doesn't 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}
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * 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.
+ * Create a new federatedIdentityCredential object for an application if it doesn't 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}
*/
@@ -157,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * 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.
+ * Create a new federatedIdentityCredential object for an application if it doesn't 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}
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 a5a76a98a66..0461b92e4d5 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
@@ -83,7 +83,7 @@ public FederatedIdentityCredential get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * 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.
+ * Create a new federatedIdentityCredential object for an application if it doesn't 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
@@ -94,7 +94,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder
return patch(body, null);
}
/**
- * 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.
+ * Create a new federatedIdentityCredential object for an application if it doesn't 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}
@@ -150,7 +150,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * 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.
+ * Create a new federatedIdentityCredential object for an application if it doesn't 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}
*/
@@ -159,7 +159,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * 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.
+ * Create a new federatedIdentityCredential object for an application if it doesn't 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}
diff --git a/src/main/java/com/microsoft/graph/generated/applications/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/applications/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index 060e982a707..cd25de130be 100644
--- a/src/main/java/com/microsoft/graph/generated/applications/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/applications/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/chats/ChatsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/ChatsRequestBuilder.java
index 446453266be..e0025aeb296 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/ChatsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/ChatsRequestBuilder.java
@@ -2,6 +2,7 @@
import com.microsoft.graph.chats.count.CountRequestBuilder;
import com.microsoft.graph.chats.getallmessages.GetAllMessagesRequestBuilder;
+import com.microsoft.graph.chats.getallretainedmessages.GetAllRetainedMessagesRequestBuilder;
import com.microsoft.graph.chats.item.ChatItemRequestBuilder;
import com.microsoft.graph.models.Chat;
import com.microsoft.graph.models.ChatCollectionResponse;
@@ -40,6 +41,14 @@ public CountRequestBuilder count() {
public GetAllMessagesRequestBuilder getAllMessages() {
return new GetAllMessagesRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to call the getAllRetainedMessages method.
+ * @return a {@link GetAllRetainedMessagesRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GetAllRetainedMessagesRequestBuilder getAllRetainedMessages() {
+ return new GetAllRetainedMessagesRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the collection of chat entities.
* @param chatId The unique identifier of chat
diff --git a/src/main/java/com/microsoft/graph/generated/chats/getallretainedmessages/GetAllRetainedMessagesGetResponse.java b/src/main/java/com/microsoft/graph/generated/chats/getallretainedmessages/GetAllRetainedMessagesGetResponse.java
new file mode 100644
index 00000000000..04e7e26d3ad
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/chats/getallretainedmessages/GetAllRetainedMessagesGetResponse.java
@@ -0,0 +1,63 @@
+package com.microsoft.graph.chats.getallretainedmessages;
+
+import com.microsoft.graph.models.BaseCollectionPaginationCountResponse;
+import com.microsoft.graph.models.ChatMessage;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GetAllRetainedMessagesGetResponse extends BaseCollectionPaginationCountResponse implements Parsable {
+ /**
+ * Instantiates a new {@link GetAllRetainedMessagesGetResponse} and sets the default values.
+ */
+ public GetAllRetainedMessagesGetResponse() {
+ super();
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link GetAllRetainedMessagesGetResponse}
+ */
+ @jakarta.annotation.Nonnull
+ public static GetAllRetainedMessagesGetResponse createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new GetAllRetainedMessagesGetResponse();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("value", (n) -> { this.setValue(n.getCollectionOfObjectValues(ChatMessage::createFromDiscriminatorValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the value property value. The value property
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getValue() {
+ return this.backingStore.get("value");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeCollectionOfObjectValues("value", this.getValue());
+ }
+ /**
+ * Sets the value property value. The value property
+ * @param value Value to set for the value property.
+ */
+ public void setValue(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("value", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/generated/chats/getallretainedmessages/GetAllRetainedMessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/getallretainedmessages/GetAllRetainedMessagesRequestBuilder.java
new file mode 100644
index 00000000000..6af5b81733c
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/chats/getallretainedmessages/GetAllRetainedMessagesRequestBuilder.java
@@ -0,0 +1,164 @@
+package com.microsoft.graph.chats.getallretainedmessages;
+
+import com.microsoft.graph.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to call the getAllRetainedMessages method.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GetAllRetainedMessagesRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link GetAllRetainedMessagesRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GetAllRetainedMessagesRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/chats/getAllRetainedMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GetAllRetainedMessagesRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GetAllRetainedMessagesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/chats/getAllRetainedMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Invoke function getAllRetainedMessages
+ * @return a {@link GetAllRetainedMessagesGetResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public GetAllRetainedMessagesGetResponse get() {
+ return get(null);
+ }
+ /**
+ * Invoke function getAllRetainedMessages
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link GetAllRetainedMessagesGetResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public GetAllRetainedMessagesGetResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, GetAllRetainedMessagesGetResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Invoke function getAllRetainedMessages
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Invoke function getAllRetainedMessages
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link GetAllRetainedMessagesRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GetAllRetainedMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GetAllRetainedMessagesRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Invoke function getAllRetainedMessages
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Order items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String[] orderby;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24orderby", orderby);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/messages/MessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/messages/MessagesRequestBuilder.java
index 940ae814bfa..f820dc2e03e 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
@@ -93,23 +93,23 @@ public ChatMessageCollectionResponse get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessageCollectionResponse::createFromDiscriminatorValue);
}
/**
- * 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.
+ * Send a new chatMessage in the specified channel or a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body) {
return post(body, null);
}
/**
- * 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.
+ * Send a new chatMessage in the specified channel or a chat.
* @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
+ * @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) {
@@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * 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.
+ * Send a new chatMessage in the specified channel or a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -149,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * 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.
+ * Send a new chatMessage in the specified channel or 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}
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/contacts/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/contacts/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index fcfa6855ada..a912261e051 100644
--- a/src/main/java/com/microsoft/graph/generated/contacts/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/contacts/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/contacts/{orgContact%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/contracts/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/contracts/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index 51d34294b0e..840a9d02194 100644
--- a/src/main/java/com/microsoft/graph/generated/contracts/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/contracts/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/contracts/{contract%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/deviceappmanagement/DeviceAppManagementRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
index 06bb44aad38..8d5bcda2f5e 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/managedapppolicies/ManagedAppPoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java
index 5035f87d2ee..d73aa15e052 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,21 +60,21 @@ public ManagedAppPoliciesRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the windowsInformationProtection objects.
+ * List properties and relationships of the managedAppConfiguration objects.
* @return a {@link ManagedAppPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the windowsInformationProtection objects.
+ * List properties and relationships of the managedAppConfiguration 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -109,7 +109,7 @@ public ManagedAppPolicy post(@jakarta.annotation.Nonnull final ManagedAppPolicy
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppPolicy::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the windowsInformationProtection objects.
+ * List properties and relationships of the managedAppConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -117,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the windowsInformationProtection objects.
+ * List properties and relationships of the managedAppConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -163,7 +163,7 @@ public ManagedAppPoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
return new ManagedAppPoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the windowsInformationProtection objects.
+ * List properties and relationships of the managedAppConfiguration 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/targetapps/TargetAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java
index 648674ff3e8..183e14e1b0f 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 73ca8b4688a..74c6a44cf3f 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,21 +69,21 @@ public ManagedAppRegistrationsRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppRegistrations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the androidManagedAppRegistration objects.
+ * List properties and relationships of the managedAppRegistration objects.
* @return a {@link ManagedAppRegistrationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistrationCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the androidManagedAppRegistration objects.
+ * List properties and relationships of the managedAppRegistration 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistrationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -120,7 +120,7 @@ public ManagedAppRegistration post(@jakarta.annotation.Nonnull final ManagedAppR
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppRegistration::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the androidManagedAppRegistration objects.
+ * List properties and relationships of the managedAppRegistration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -128,7 +128,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the androidManagedAppRegistration objects.
+ * List properties and relationships of the managedAppRegistration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -174,7 +174,7 @@ public ManagedAppRegistrationsRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new ManagedAppRegistrationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the androidManagedAppRegistration objects.
+ * List properties and relationships of the managedAppRegistration 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 598d403434c..29054f4a301 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,21 +82,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the managedAppRegistration object.
+ * Read properties and relationships of the androidManagedAppRegistration object.
* @return a {@link ManagedAppRegistration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistration get() {
return get(null);
}
/**
- * Read properties and relationships of the managedAppRegistration object.
+ * Read properties and relationships of the androidManagedAppRegistration 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -151,7 +151,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the managedAppRegistration object.
+ * Read properties and relationships of the androidManagedAppRegistration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -159,7 +159,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the managedAppRegistration object.
+ * Read properties and relationships of the androidManagedAppRegistration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -211,7 +211,7 @@ public ManagedAppRegistrationItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the managedAppRegistration object.
+ * Read properties and relationships of the androidManagedAppRegistration 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 860d86b8311..0dbac3cfe45 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 85fe66c7236..46236ecfbdf 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/managedappstatuses/ManagedAppStatusesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java
index 6e5cd39df0b..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,21 +60,21 @@ public ManagedAppStatusesRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the managedAppStatus objects.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatusCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the managedAppStatus objects.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatusCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -109,7 +109,7 @@ public ManagedAppStatus post(@jakarta.annotation.Nonnull final ManagedAppStatus
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppStatus::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the managedAppStatus objects.
+ * List properties and relationships of the managedAppStatusRaw objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -117,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the managedAppStatus objects.
+ * 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}
*/
@@ -163,7 +163,7 @@ public ManagedAppStatusesRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
return new ManagedAppStatusesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the managedAppStatus objects.
+ * 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 dfe8eb0ac38..e0cfb0e8610 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,21 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw object.
* @return a {@link ManagedAppStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatus get() {
return get(null);
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatus get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -124,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -184,7 +184,7 @@ public ManagedAppStatusItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw 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/ManagedEBookItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java
index 8f1d73a214c..99e8d46dffd 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
@@ -102,21 +102,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the managedEBook object.
+ * Read properties and relationships of the iosVppEBook object.
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook get() {
return get(null);
}
/**
- * Read properties and relationships of the managedEBook object.
+ * Read properties and relationships of the iosVppEBook 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -173,7 +173,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the managedEBook object.
+ * Read properties and relationships of the iosVppEBook object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -181,7 +181,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the managedEBook object.
+ * Read properties and relationships of the iosVppEBook object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -233,7 +233,7 @@ public ManagedEBookItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the managedEBook object.
+ * Read properties and relationships of the iosVppEBook 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 84b388d943d..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,21 +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);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignmentCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignmentCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,23 +84,23 @@ public ManagedEBookAssignmentCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignmentCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new iosVppEBookAssignment object.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment post(@jakarta.annotation.Nonnull final ManagedEBookAssignment body) {
return post(body, null);
}
/**
- * Create a new iosVppEBookAssignment object.
+ * 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
+ * @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) {
@@ -111,7 +111,7 @@ public ManagedEBookAssignment post(@jakarta.annotation.Nonnull final ManagedEBoo
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignment::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * List properties and relationships of the managedEBookAssignment objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * 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}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new iosVppEBookAssignment object.
+ * Create a new managedEBookAssignment object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new iosVppEBookAssignment object.
+ * 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}
@@ -165,7 +165,7 @@ public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * 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 5323ac2827f..1cd36d46e6a 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
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment get() {
return get(null);
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * 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}
*/
@@ -188,7 +188,7 @@ public ManagedEBookAssignmentItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * 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/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java
index b50c98da514..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,21 +60,21 @@ public MobileAppConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the iosMobileAppConfiguration objects.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfigurationCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the iosMobileAppConfiguration objects.
+ * 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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfigurationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public ManagedDeviceMobileAppConfiguration post(@jakarta.annotation.Nonnull fina
return this.requestAdapter.send(requestInfo, errorMapping, ManagedDeviceMobileAppConfiguration::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the iosMobileAppConfiguration objects.
+ * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the iosMobileAppConfiguration objects.
+ * 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}
*/
@@ -165,7 +165,7 @@ public MobileAppConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new MobileAppConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the iosMobileAppConfiguration objects.
+ * 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 2dffcd3051c..783c561d2a9 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
@@ -111,21 +111,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
* @return a {@link ManagedDeviceMobileAppConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfiguration get() {
return get(null);
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
* @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
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfiguration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -182,7 +182,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -190,7 +190,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -242,7 +242,7 @@ public ManagedDeviceMobileAppConfigurationItemRequestBuilder withUrl(@jakarta.an
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java
index fc2a05255ae..63bf2922ef1 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java
@@ -204,21 +204,21 @@ public MobileAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the androidStoreApp objects.
+ * List properties and relationships of the macOSOfficeSuiteApp objects.
* @return a {@link MobileAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the androidStoreApp objects.
+ * List properties and relationships of the macOSOfficeSuiteApp objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -228,23 +228,23 @@ public MobileAppCollectionResponse get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new iosLobApp object.
+ * Create a new webApp object.
* @param body The request body
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp post(@jakarta.annotation.Nonnull final MobileApp body) {
return post(body, null);
}
/**
- * Create a new iosLobApp object.
+ * Create a new webApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp post(@jakarta.annotation.Nonnull final MobileApp body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -255,7 +255,7 @@ public MobileApp post(@jakarta.annotation.Nonnull final MobileApp body, @jakarta
return this.requestAdapter.send(requestInfo, errorMapping, MobileApp::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the androidStoreApp objects.
+ * List properties and relationships of the macOSOfficeSuiteApp objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -263,7 +263,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the androidStoreApp objects.
+ * List properties and relationships of the macOSOfficeSuiteApp objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -275,7 +275,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new iosLobApp object.
+ * Create a new webApp object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -284,7 +284,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new iosLobApp object.
+ * Create a new webApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -309,7 +309,7 @@ public MobileAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new MobileAppsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the androidStoreApp objects.
+ * List properties and relationships of the macOSOfficeSuiteApp objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/item/MobileAppItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/item/MobileAppItemRequestBuilder.java
index c1d8b3d0396..a59c399feec 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/item/MobileAppItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/item/MobileAppItemRequestBuilder.java
@@ -208,18 +208,18 @@ public MobileAppItemRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a windowsMicrosoftEdgeApp.
+ * Deletes a iosLobApp.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Deletes a windowsMicrosoftEdgeApp.
+ * Deletes a iosLobApp.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -228,21 +228,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the managedMobileLobApp object.
+ * Read properties and relationships of the macOSLobApp object.
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp get() {
return get(null);
}
/**
- * Read properties and relationships of the managedMobileLobApp object.
+ * Read properties and relationships of the macOSLobApp object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -252,23 +252,23 @@ public MobileApp get(@jakarta.annotation.Nullable final java.util.function.Consu
return this.requestAdapter.send(requestInfo, errorMapping, MobileApp::createFromDiscriminatorValue);
}
/**
- * Update the properties of a windowsAppX object.
+ * Update the properties of a microsoftStoreForBusinessApp object.
* @param body The request body
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp patch(@jakarta.annotation.Nonnull final MobileApp body) {
return patch(body, null);
}
/**
- * Update the properties of a windowsAppX object.
+ * Update the properties of a microsoftStoreForBusinessApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp patch(@jakarta.annotation.Nonnull final MobileApp body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -279,7 +279,7 @@ public MobileApp patch(@jakarta.annotation.Nonnull final MobileApp body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, MobileApp::createFromDiscriminatorValue);
}
/**
- * Deletes a windowsMicrosoftEdgeApp.
+ * Deletes a iosLobApp.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -287,7 +287,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a windowsMicrosoftEdgeApp.
+ * Deletes a iosLobApp.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -299,7 +299,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the managedMobileLobApp object.
+ * Read properties and relationships of the macOSLobApp object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -307,7 +307,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the managedMobileLobApp object.
+ * Read properties and relationships of the macOSLobApp object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -319,7 +319,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a windowsAppX object.
+ * Update the properties of a microsoftStoreForBusinessApp object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -328,7 +328,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a windowsAppX object.
+ * Update the properties of a microsoftStoreForBusinessApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -359,7 +359,7 @@ public MobileAppItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the managedMobileLobApp object.
+ * Read properties and relationships of the macOSLobApp object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/DeviceManagementRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/DeviceManagementRequestBuilder.java
index 4b4ebc0d9e9..f9b3f2e1011 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/DeviceManagementRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/DeviceManagementRequestBuilder.java
@@ -573,7 +573,7 @@ public DeviceManagementRequestBuilder(@jakarta.annotation.Nonnull final String r
* Read properties and relationships of the deviceManagement object.
* @return a {@link DeviceManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceManagement get() {
@@ -584,7 +584,7 @@ public DeviceManagement get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceManagement get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -608,7 +608,7 @@ public GetEffectivePermissionsWithScopeRequestBuilder getEffectivePermissionsWit
* @param body The request body
* @return a {@link DeviceManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceManagement patch(@jakarta.annotation.Nonnull final DeviceManagement body) {
@@ -620,7 +620,7 @@ public DeviceManagement patch(@jakarta.annotation.Nonnull final DeviceManagement
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceManagement patch(@jakarta.annotation.Nonnull final DeviceManagement body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/DeviceCompliancePoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/DeviceCompliancePoliciesRequestBuilder.java
index 2cd4225bb2d..cc1ad23ff10 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/DeviceCompliancePoliciesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/DeviceCompliancePoliciesRequestBuilder.java
@@ -60,21 +60,21 @@ public DeviceCompliancePoliciesRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/deviceManagement/deviceCompliancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the iosCompliancePolicy objects.
+ * List properties and relationships of the windows10CompliancePolicy objects.
* @return a {@link DeviceCompliancePolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicyCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the iosCompliancePolicy objects.
+ * List properties and relationships of the windows10CompliancePolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceCompliancePolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,23 +84,23 @@ public DeviceCompliancePolicyCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicyCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new androidCompliancePolicy object.
+ * Create a new iosCompliancePolicy object.
* @param body The request body
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy post(@jakarta.annotation.Nonnull final DeviceCompliancePolicy body) {
return post(body, null);
}
/**
- * Create a new androidCompliancePolicy object.
+ * Create a new iosCompliancePolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy post(@jakarta.annotation.Nonnull final DeviceCompliancePolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public DeviceCompliancePolicy post(@jakarta.annotation.Nonnull final DeviceCompl
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicy::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the iosCompliancePolicy objects.
+ * List properties and relationships of the windows10CompliancePolicy objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the iosCompliancePolicy objects.
+ * List properties and relationships of the windows10CompliancePolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new androidCompliancePolicy object.
+ * Create a new iosCompliancePolicy object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new androidCompliancePolicy object.
+ * Create a new iosCompliancePolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -165,7 +165,7 @@ public DeviceCompliancePoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnul
return new DeviceCompliancePoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the iosCompliancePolicy objects.
+ * List properties and relationships of the windows10CompliancePolicy objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/item/DeviceCompliancePolicyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/item/DeviceCompliancePolicyItemRequestBuilder.java
index dfd94cc8f84..50c7f53bd08 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/item/DeviceCompliancePolicyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/item/DeviceCompliancePolicyItemRequestBuilder.java
@@ -118,18 +118,18 @@ public DeviceCompliancePolicyItemRequestBuilder(@jakarta.annotation.Nonnull fina
super(requestAdapter, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a iosCompliancePolicy.
+ * Deletes a androidWorkProfileCompliancePolicy.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Deletes a iosCompliancePolicy.
+ * Deletes a androidWorkProfileCompliancePolicy.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -138,21 +138,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the windowsPhone81CompliancePolicy object.
+ * Read properties and relationships of the windows10CompliancePolicy object.
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy get() {
return get(null);
}
/**
- * Read properties and relationships of the windowsPhone81CompliancePolicy object.
+ * Read properties and relationships of the windows10CompliancePolicy object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -162,23 +162,23 @@ public DeviceCompliancePolicy get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicy::createFromDiscriminatorValue);
}
/**
- * Update the properties of a macOSCompliancePolicy object.
+ * Update the properties of a windows10CompliancePolicy object.
* @param body The request body
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy patch(@jakarta.annotation.Nonnull final DeviceCompliancePolicy body) {
return patch(body, null);
}
/**
- * Update the properties of a macOSCompliancePolicy object.
+ * Update the properties of a windows10CompliancePolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy patch(@jakarta.annotation.Nonnull final DeviceCompliancePolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -189,7 +189,7 @@ public DeviceCompliancePolicy patch(@jakarta.annotation.Nonnull final DeviceComp
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicy::createFromDiscriminatorValue);
}
/**
- * Deletes a iosCompliancePolicy.
+ * Deletes a androidWorkProfileCompliancePolicy.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -197,7 +197,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a iosCompliancePolicy.
+ * Deletes a androidWorkProfileCompliancePolicy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -209,7 +209,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the windowsPhone81CompliancePolicy object.
+ * Read properties and relationships of the windows10CompliancePolicy object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -217,7 +217,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the windowsPhone81CompliancePolicy object.
+ * Read properties and relationships of the windows10CompliancePolicy object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -229,7 +229,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a macOSCompliancePolicy object.
+ * Update the properties of a windows10CompliancePolicy object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -238,7 +238,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a macOSCompliancePolicy object.
+ * Update the properties of a windows10CompliancePolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -269,7 +269,7 @@ public DeviceCompliancePolicyItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the windowsPhone81CompliancePolicy object.
+ * Read properties and relationships of the windows10CompliancePolicy object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/DeviceConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/DeviceConfigurationsRequestBuilder.java
index edac32e4655..f95de5adf62 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/DeviceConfigurationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/DeviceConfigurationsRequestBuilder.java
@@ -60,21 +60,21 @@ public DeviceConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/deviceManagement/deviceConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the windows10CustomConfiguration objects.
+ * List properties and relationships of the iosCustomConfiguration objects.
* @return a {@link DeviceConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfigurationCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the windows10CustomConfiguration objects.
+ * List properties and relationships of the iosCustomConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfigurationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,23 +84,23 @@ public DeviceConfigurationCollectionResponse get(@jakarta.annotation.Nullable fi
return this.requestAdapter.send(requestInfo, errorMapping, DeviceConfigurationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new macOSCustomConfiguration object.
+ * Create a new androidWorkProfileCustomConfiguration object.
* @param body The request body
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration post(@jakarta.annotation.Nonnull final DeviceConfiguration body) {
return post(body, null);
}
/**
- * Create a new macOSCustomConfiguration object.
+ * Create a new androidWorkProfileCustomConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration post(@jakarta.annotation.Nonnull final DeviceConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public DeviceConfiguration post(@jakarta.annotation.Nonnull final DeviceConfigur
return this.requestAdapter.send(requestInfo, errorMapping, DeviceConfiguration::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the windows10CustomConfiguration objects.
+ * List properties and relationships of the iosCustomConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the windows10CustomConfiguration objects.
+ * List properties and relationships of the iosCustomConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new macOSCustomConfiguration object.
+ * Create a new androidWorkProfileCustomConfiguration object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new macOSCustomConfiguration object.
+ * Create a new androidWorkProfileCustomConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -165,7 +165,7 @@ public DeviceConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
return new DeviceConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the windows10CustomConfiguration objects.
+ * List properties and relationships of the iosCustomConfiguration objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/item/DeviceConfigurationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/item/DeviceConfigurationItemRequestBuilder.java
index cbf5ab4f620..e44b649bcfe 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/item/DeviceConfigurationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/item/DeviceConfigurationItemRequestBuilder.java
@@ -101,18 +101,18 @@ public DeviceConfigurationItemRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a windows10GeneralConfiguration.
+ * Deletes a iosCustomConfiguration.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Deletes a windows10GeneralConfiguration.
+ * Deletes a iosCustomConfiguration.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -121,21 +121,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the iosCertificateProfile object.
+ * Read properties and relationships of the windows10SecureAssessmentConfiguration object.
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration get() {
return get(null);
}
/**
- * Read properties and relationships of the iosCertificateProfile object.
+ * Read properties and relationships of the windows10SecureAssessmentConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -155,23 +155,23 @@ public GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder getOm
return new GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder(pathParameters, requestAdapter, secretReferenceValueId);
}
/**
- * Update the properties of a windowsUpdateForBusinessConfiguration object.
+ * Update the properties of a editionUpgradeConfiguration object.
* @param body The request body
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration patch(@jakarta.annotation.Nonnull final DeviceConfiguration body) {
return patch(body, null);
}
/**
- * Update the properties of a windowsUpdateForBusinessConfiguration object.
+ * Update the properties of a editionUpgradeConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration patch(@jakarta.annotation.Nonnull final DeviceConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -182,7 +182,7 @@ public DeviceConfiguration patch(@jakarta.annotation.Nonnull final DeviceConfigu
return this.requestAdapter.send(requestInfo, errorMapping, DeviceConfiguration::createFromDiscriminatorValue);
}
/**
- * Deletes a windows10GeneralConfiguration.
+ * Deletes a iosCustomConfiguration.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -190,7 +190,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a windows10GeneralConfiguration.
+ * Deletes a iosCustomConfiguration.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -202,7 +202,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the iosCertificateProfile object.
+ * Read properties and relationships of the windows10SecureAssessmentConfiguration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -210,7 +210,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the iosCertificateProfile object.
+ * Read properties and relationships of the windows10SecureAssessmentConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -222,7 +222,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a windowsUpdateForBusinessConfiguration object.
+ * Update the properties of a editionUpgradeConfiguration object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -231,7 +231,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a windowsUpdateForBusinessConfiguration object.
+ * Update the properties of a editionUpgradeConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -262,7 +262,7 @@ public DeviceConfigurationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the iosCertificateProfile object.
+ * Read properties and relationships of the windows10SecureAssessmentConfiguration object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/DeviceEnrollmentConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/DeviceEnrollmentConfigurationsRequestBuilder.java
index e900260da4b..8b5a8749812 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/DeviceEnrollmentConfigurationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/DeviceEnrollmentConfigurationsRequestBuilder.java
@@ -60,21 +60,21 @@ public DeviceEnrollmentConfigurationsRequestBuilder(@jakarta.annotation.Nonnull
super(requestAdapter, "{+baseurl}/deviceManagement/deviceEnrollmentConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
* @return a {@link DeviceEnrollmentConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfigurationCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceEnrollmentConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfigurationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,23 +84,23 @@ public DeviceEnrollmentConfigurationCollectionResponse get(@jakarta.annotation.N
return this.requestAdapter.send(requestInfo, errorMapping, DeviceEnrollmentConfigurationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new deviceEnrollmentLimitConfiguration object.
+ * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @param body The request body
* @return a {@link DeviceEnrollmentConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfiguration post(@jakarta.annotation.Nonnull final DeviceEnrollmentConfiguration body) {
return post(body, null);
}
/**
- * Create a new deviceEnrollmentLimitConfiguration object.
+ * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceEnrollmentConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfiguration post(@jakarta.annotation.Nonnull final DeviceEnrollmentConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public DeviceEnrollmentConfiguration post(@jakarta.annotation.Nonnull final Devi
return this.requestAdapter.send(requestInfo, errorMapping, DeviceEnrollmentConfiguration::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new deviceEnrollmentLimitConfiguration object.
+ * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new deviceEnrollmentLimitConfiguration object.
+ * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -165,7 +165,7 @@ public DeviceEnrollmentConfigurationsRequestBuilder withUrl(@jakarta.annotation.
return new DeviceEnrollmentConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/RoleDefinitionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/RoleDefinitionsRequestBuilder.java
index 8d4d1eeb90a..91d3a9ffe86 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/RoleDefinitionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/RoleDefinitionsRequestBuilder.java
@@ -60,21 +60,21 @@ public RoleDefinitionsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/deviceManagement/roleDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
* @return a {@link RoleDefinitionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RoleDefinitionCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RoleDefinitionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RoleDefinitionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public RoleDefinition post(@jakarta.annotation.Nonnull final RoleDefinition body
return this.requestAdapter.send(requestInfo, errorMapping, RoleDefinition::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -165,7 +165,7 @@ public RoleDefinitionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
return new RoleDefinitionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/item/RoleDefinitionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/item/RoleDefinitionItemRequestBuilder.java
index c2f77069fac..dde06c8e769 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/item/RoleDefinitionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/item/RoleDefinitionItemRequestBuilder.java
@@ -46,18 +46,18 @@ public RoleDefinitionItemRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a roleDefinition.
+ * Deletes a deviceAndAppManagementRoleDefinition.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Deletes a roleDefinition.
+ * Deletes a deviceAndAppManagementRoleDefinition.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -117,7 +117,7 @@ public RoleDefinition patch(@jakarta.annotation.Nonnull final RoleDefinition bod
return this.requestAdapter.send(requestInfo, errorMapping, RoleDefinition::createFromDiscriminatorValue);
}
/**
- * Deletes a roleDefinition.
+ * Deletes a deviceAndAppManagementRoleDefinition.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -125,7 +125,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a roleDefinition.
+ * Deletes a deviceAndAppManagementRoleDefinition.
* @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/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 6d59a9a0991..494f2d0cf68 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy%2Did}/assignments/{cloudPcProvisioningPolicyAssignment%2Did}/assignedUsers/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devices/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devices/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index 8e45427bd49..542ccdf968a 100644
--- a/src/main/java/com/microsoft/graph/generated/devices/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devices/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/devices/{device%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/directory/deleteditems/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/deleteditems/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index 9091b46283d..baaecd5d494 100644
--- a/src/main/java/com/microsoft/graph/generated/directory/deleteditems/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/directory/deleteditems/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/directory/deletedItems/{directoryObject%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/directory/subscriptions/SubscriptionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/subscriptions/SubscriptionsRequestBuilder.java
index ca0af6daa06..2ac4eb94869 100644
--- a/src/main/java/com/microsoft/graph/generated/directory/subscriptions/SubscriptionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/directory/subscriptions/SubscriptionsRequestBuilder.java
@@ -60,19 +60,21 @@ public SubscriptionsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/directory/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get subscriptions from directory
+ * Get the list of commercial subscriptions that an organization acquired.
* @return a {@link CompanySubscriptionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CompanySubscriptionCollectionResponse get() {
return get(null);
}
/**
- * Get subscriptions from directory
+ * Get the list of commercial subscriptions that an organization acquired.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CompanySubscriptionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CompanySubscriptionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public CompanySubscription post(@jakarta.annotation.Nonnull final CompanySubscri
return this.requestAdapter.send(requestInfo, errorMapping, CompanySubscription::createFromDiscriminatorValue);
}
/**
- * Get subscriptions from directory
+ * Get the list of commercial subscriptions that an organization acquired.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get subscriptions from directory
+ * Get the list of commercial subscriptions that an organization acquired.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +163,7 @@ public SubscriptionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new SubscriptionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get subscriptions from directory
+ * Get the list of commercial subscriptions that an organization acquired.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/directory/subscriptions/item/CompanySubscriptionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/subscriptions/item/CompanySubscriptionItemRequestBuilder.java
index f12a04563bc..fec4930437f 100644
--- a/src/main/java/com/microsoft/graph/generated/directory/subscriptions/item/CompanySubscriptionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/directory/subscriptions/item/CompanySubscriptionItemRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
* @return a {@link CompanySubscription}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CompanySubscription get() {
return get(null);
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CompanySubscription}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CompanySubscription get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +184,7 @@ public CompanySubscriptionItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/directory/subscriptionswithcommercesubscriptionid/SubscriptionsWithCommerceSubscriptionIdRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/subscriptionswithcommercesubscriptionid/SubscriptionsWithCommerceSubscriptionIdRequestBuilder.java
index 17c24056062..f937240228f 100644
--- a/src/main/java/com/microsoft/graph/generated/directory/subscriptionswithcommercesubscriptionid/SubscriptionsWithCommerceSubscriptionIdRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/directory/subscriptionswithcommercesubscriptionid/SubscriptionsWithCommerceSubscriptionIdRequestBuilder.java
@@ -57,19 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
* @return a {@link CompanySubscription}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CompanySubscription get() {
return get(null);
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CompanySubscription}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CompanySubscription get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -124,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -184,7 +186,7 @@ public SubscriptionsWithCommerceSubscriptionIdRequestBuilder withUrl(@jakarta.an
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get subscriptions from directory
+ * Get a specific commercial subscription that an organization acquired.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/directoryobjects/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directoryobjects/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index eeccfbb1e04..56c2840867d 100644
--- a/src/main/java/com/microsoft/graph/generated/directoryobjects/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/directoryobjects/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/directoryroles/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directoryroles/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index a928036e0e7..c305101ce71 100644
--- a/src/main/java/com/microsoft/graph/generated/directoryroles/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/directoryroles/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/directoryRoles/{directoryRole%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/directoryroletemplates/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directoryroletemplates/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index 5ce758a8646..1e890099aaf 100644
--- a/src/main/java/com/microsoft/graph/generated/directoryroletemplates/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/directoryroletemplates/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/drives/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index e979578c73e..ed2bbab0025 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 359270296c1..bbc97e3c999 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 248b4e289e8..b423a43bc8c 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
index 195bf3fca2a..e2d7e4eef05 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
@@ -79,23 +79,23 @@ public ItemRetentionLabel get(@jakarta.annotation.Nullable final java.util.funct
return this.requestAdapter.send(requestInfo, errorMapping, ItemRetentionLabel::createFromDiscriminatorValue);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @return a {@link ItemRetentionLabel}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ItemRetentionLabel patch(@jakarta.annotation.Nonnull final ItemRetentionLabel body) {
return patch(body, null);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ItemRetentionLabel}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ItemRetentionLabel patch(@jakarta.annotation.Nonnull final ItemRetentionLabel body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -146,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -155,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @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/drives/item/items/item/workbook/comments/item/replies/RepliesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/comments/item/replies/RepliesRequestBuilder.java
index 82a5578e60a..eac318daf14 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/comments/item/replies/RepliesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/comments/item/replies/RepliesRequestBuilder.java
@@ -60,7 +60,7 @@ public RepliesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
* @return a {@link WorkbookCommentReplyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public WorkbookCommentReplyCollectionResponse get() {
return get(null);
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookCommentReplyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public WorkbookCommentReply post(@jakarta.annotation.Nonnull final WorkbookComme
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookCommentReply::createFromDiscriminatorValue);
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RepliesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
return new RepliesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/comments/item/replies/item/WorkbookCommentReplyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/comments/item/replies/item/WorkbookCommentReplyItemRequestBuilder.java
index 2da02c544f7..c28e612705f 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/comments/item/replies/item/WorkbookCommentReplyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/comments/item/replies/item/WorkbookCommentReplyItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
* @return a {@link WorkbookCommentReply}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public WorkbookCommentReply get() {
return get(null);
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookCommentReply}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public WorkbookCommentReplyItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get replies from drives
+ * The list of replies to the comment. Read-only. Nullable.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/names/item/worksheet/WorksheetRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/names/item/worksheet/WorksheetRequestBuilder.java
index 26ae1c96560..2d065acb205 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/names/item/worksheet/WorksheetRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/names/item/worksheet/WorksheetRequestBuilder.java
@@ -37,7 +37,7 @@ public WorksheetRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}/worksheet{?%24expand,%24select}", rawUrl);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
* @return a {@link WorkbookWorksheet}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -46,7 +46,7 @@ public WorkbookWorksheet get() {
return get(null);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookWorksheet}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -59,7 +59,7 @@ public WorkbookWorksheet get(@jakarta.annotation.Nullable final java.util.functi
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookWorksheet::createFromDiscriminatorValue);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -89,7 +89,7 @@ public WorksheetRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new WorksheetRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
index 25580bb3f11..bcf6f11d17b 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
@@ -36,23 +36,23 @@ public AddRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/add", rawUrl);
}
/**
- * Use this API to create a new Table.
+ * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
* @param body The request body
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body) {
return post(body, null);
}
/**
- * Use this API to create a new Table.
+ * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody b
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTable::createFromDiscriminatorValue);
}
/**
- * Use this API to create a new Table.
+ * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Use this API to create a new Table.
+ * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
* @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/drives/item/items/item/workbook/tables/item/columns/ColumnsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/ColumnsRequestBuilder.java
index 70f88129440..cf71d1985d1 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/ColumnsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/ColumnsRequestBuilder.java
@@ -70,7 +70,7 @@ public ColumnsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link WorkbookTableColumnCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -79,7 +79,7 @@ public WorkbookTableColumnCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableColumnCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -127,7 +127,7 @@ public WorkbookTableColumn post(@jakarta.annotation.Nonnull final WorkbookTableC
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTableColumn::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -135,7 +135,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -181,7 +181,7 @@ public ColumnsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
return new ColumnsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/item/WorkbookTableColumnItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/item/WorkbookTableColumnItemRequestBuilder.java
index 17e4cc4e24f..767a162f4e8 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/item/WorkbookTableColumnItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/item/WorkbookTableColumnItemRequestBuilder.java
@@ -100,7 +100,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link WorkbookTableColumn}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -109,7 +109,7 @@ public WorkbookTableColumn get() {
return get(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableColumn}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -167,7 +167,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -175,7 +175,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -227,7 +227,7 @@ public WorkbookTableColumnItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/item/filter/FilterRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/item/filter/FilterRequestBuilder.java
index 719e0f94f01..74e196c5c2c 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/item/filter/FilterRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/item/filter/FilterRequestBuilder.java
@@ -163,7 +163,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @return a {@link WorkbookFilter}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -172,7 +172,7 @@ public WorkbookFilter get() {
return get(null);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookFilter}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -230,7 +230,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -238,7 +238,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -290,7 +290,7 @@ public FilterRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/itematwithindex/filter/FilterRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/itematwithindex/filter/FilterRequestBuilder.java
index a0dad3b461b..5c544c656c7 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/itematwithindex/filter/FilterRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/columns/itematwithindex/filter/FilterRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @return a {@link WorkbookFilter}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public WorkbookFilter get() {
return get(null);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookFilter}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public FilterRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/rows/RowsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/rows/RowsRequestBuilder.java
index f86f2880713..5c0c48c7a4c 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/rows/RowsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/rows/RowsRequestBuilder.java
@@ -70,7 +70,7 @@ public RowsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jaka
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link WorkbookTableRowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -79,7 +79,7 @@ public WorkbookTableRowCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableRowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -127,7 +127,7 @@ public WorkbookTableRow post(@jakarta.annotation.Nonnull final WorkbookTableRow
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTableRow::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -135,7 +135,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -181,7 +181,7 @@ public RowsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
return new RowsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/rows/item/WorkbookTableRowItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/rows/item/WorkbookTableRowItemRequestBuilder.java
index 53132d8e238..ede31a54ed9 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/rows/item/WorkbookTableRowItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/rows/item/WorkbookTableRowItemRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link WorkbookTableRow}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public WorkbookTableRow get() {
return get(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableRow}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public WorkbookTableRowItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/sort/SortRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/sort/SortRequestBuilder.java
index 56a6b89d06d..adf19820f52 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/sort/SortRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/item/sort/SortRequestBuilder.java
@@ -82,7 +82,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @return a {@link WorkbookTableSort}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -91,7 +91,7 @@ public WorkbookTableSort get() {
return get(null);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableSort}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -149,7 +149,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +157,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -209,7 +209,7 @@ public SortRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/columns/ColumnsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/columns/ColumnsRequestBuilder.java
index c7de929a54a..c92d8e4f6d5 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/columns/ColumnsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/columns/ColumnsRequestBuilder.java
@@ -38,7 +38,7 @@ public ColumnsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link WorkbookTableColumnCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -47,7 +47,7 @@ public WorkbookTableColumnCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableColumnCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -85,7 +85,7 @@ public WorkbookTableColumn post(@jakarta.annotation.Nonnull final WorkbookTableC
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTableColumn::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -93,7 +93,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +139,7 @@ public ColumnsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
return new ColumnsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/rows/RowsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/rows/RowsRequestBuilder.java
index 31100f01bef..2006abae23f 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/rows/RowsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/rows/RowsRequestBuilder.java
@@ -38,7 +38,7 @@ public RowsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jaka
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link WorkbookTableRowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -47,7 +47,7 @@ public WorkbookTableRowCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableRowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -85,7 +85,7 @@ public WorkbookTableRow post(@jakarta.annotation.Nonnull final WorkbookTableRow
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTableRow::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -93,7 +93,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +139,7 @@ public RowsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
return new RowsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/sort/SortRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/sort/SortRequestBuilder.java
index e81a3ee8501..7e65c973733 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/sort/SortRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/itematwithindex/sort/SortRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @return a {@link WorkbookTableSort}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public WorkbookTableSort get() {
return get(null);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableSort}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public SortRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/ChartsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/ChartsRequestBuilder.java
index 4585d3641ff..3ae57c344fe 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/ChartsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/ChartsRequestBuilder.java
@@ -71,7 +71,7 @@ public ChartsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
* @return a {@link WorkbookChartCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -80,7 +80,7 @@ public WorkbookChartCollectionResponse get() {
return get(null);
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -138,7 +138,7 @@ public WorkbookChart post(@jakarta.annotation.Nonnull final WorkbookChart body,
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookChart::createFromDiscriminatorValue);
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -146,7 +146,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -192,7 +192,7 @@ public ChartsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
return new ChartsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/WorkbookChartItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/WorkbookChartItemRequestBuilder.java
index e2d83d8e44c..81ff5726cce 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/WorkbookChartItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/WorkbookChartItemRequestBuilder.java
@@ -148,7 +148,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
* @return a {@link WorkbookChart}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -157,7 +157,7 @@ public WorkbookChart get() {
return get(null);
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChart}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -251,7 +251,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -259,7 +259,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -311,7 +311,7 @@ public WorkbookChartItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Returns collection of charts that are part of the worksheet. Read-only.
+ * The list of charts that are part of the worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/format/FormatRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/format/FormatRequestBuilder.java
index 35d61139f18..c5fd1195aea 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/format/FormatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/format/FormatRequestBuilder.java
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
* @return a {@link WorkbookChartSeriesFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -82,7 +82,7 @@ public WorkbookChartSeriesFormat get() {
return get(null);
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartSeriesFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -200,7 +200,7 @@ public FormatRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/PointsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/PointsRequestBuilder.java
index f4f4e73e145..a08cd2e389a 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/PointsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/PointsRequestBuilder.java
@@ -61,7 +61,7 @@ public PointsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @return a {@link WorkbookChartPointCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -70,7 +70,7 @@ public WorkbookChartPointCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartPointCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -118,7 +118,7 @@ public WorkbookChartPoint post(@jakarta.annotation.Nonnull final WorkbookChartPo
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookChartPoint::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -126,7 +126,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -172,7 +172,7 @@ public PointsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
return new PointsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item/WorkbookChartPointItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item/WorkbookChartPointItemRequestBuilder.java
index eb82b45f284..7bfe8d32887 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item/WorkbookChartPointItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item/WorkbookChartPointItemRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @return a {@link WorkbookChartPoint}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public WorkbookChartPoint get() {
return get(null);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartPoint}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public WorkbookChartPointItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item/format/FormatRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item/format/FormatRequestBuilder.java
index 18c3135db5f..cd7328c16b6 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item/format/FormatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item/format/FormatRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
* @return a {@link WorkbookChartPointFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public WorkbookChartPointFormat get() {
return get(null);
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartPointFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public FormatRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/itematwithindex/format/FormatRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/itematwithindex/format/FormatRequestBuilder.java
index f448927dcd0..d9ffcc0d74b 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/itematwithindex/format/FormatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/itematwithindex/format/FormatRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
* @return a {@link WorkbookChartPointFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public WorkbookChartPointFormat get() {
return get(null);
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartPointFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public FormatRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Encapsulates the format properties chart point. Read-only.
+ * The format properties of the chart point. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/itematwithindex/format/FormatRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/itematwithindex/format/FormatRequestBuilder.java
index fe99ca935ea..6ef6539c4f2 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/itematwithindex/format/FormatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/itematwithindex/format/FormatRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
* @return a {@link WorkbookChartSeriesFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public WorkbookChartSeriesFormat get() {
return get(null);
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartSeriesFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public FormatRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
+ * The formatting of a chart series, which includes fill and line formatting. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/itematwithindex/points/PointsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/itematwithindex/points/PointsRequestBuilder.java
index dc79e8ce883..e0c6aeba146 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/itematwithindex/points/PointsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/itematwithindex/points/PointsRequestBuilder.java
@@ -38,7 +38,7 @@ public PointsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @return a {@link WorkbookChartPointCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -47,7 +47,7 @@ public WorkbookChartPointCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartPointCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -85,7 +85,7 @@ public WorkbookChartPoint post(@jakarta.annotation.Nonnull final WorkbookChartPo
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookChartPoint::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -93,7 +93,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +139,7 @@ public PointsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
return new PointsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all points in the series. Read-only.
+ * A collection of all points in the series. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/title/format/FormatRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/title/format/FormatRequestBuilder.java
index 4a364c8eb01..fa2703f6c29 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/title/format/FormatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/title/format/FormatRequestBuilder.java
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents the formatting of a chart title, which includes fill and font formatting. Read-only.
+ * The formatting of a chart title, which includes fill and font formatting. Read-only.
* @return a {@link WorkbookChartTitleFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -82,7 +82,7 @@ public WorkbookChartTitleFormat get() {
return get(null);
}
/**
- * Represents the formatting of a chart title, which includes fill and font formatting. Read-only.
+ * The formatting of a chart title, which includes fill and font formatting. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookChartTitleFormat}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents the formatting of a chart title, which includes fill and font formatting. Read-only.
+ * The formatting of a chart title, which includes fill and font formatting. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents the formatting of a chart title, which includes fill and font formatting. Read-only.
+ * The formatting of a chart title, which includes fill and font formatting. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -200,7 +200,7 @@ public FormatRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents the formatting of a chart title, which includes fill and font formatting. Read-only.
+ * The formatting of a chart title, which includes fill and font formatting. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/NamesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/NamesRequestBuilder.java
index 6b7f9e3725d..b4050bb9104 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/NamesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/NamesRequestBuilder.java
@@ -78,7 +78,7 @@ public NamesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
* @return a {@link WorkbookNamedItemCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -87,7 +87,7 @@ public WorkbookNamedItemCollectionResponse get() {
return get(null);
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookNamedItemCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -125,7 +125,7 @@ public WorkbookNamedItem post(@jakarta.annotation.Nonnull final WorkbookNamedIte
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookNamedItem::createFromDiscriminatorValue);
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -133,7 +133,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -179,7 +179,7 @@ public NamesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawU
return new NamesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/WorkbookNamedItemItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/WorkbookNamedItemItemRequestBuilder.java
index 124a6f4d05e..df0010e5ed9 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/WorkbookNamedItemItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/WorkbookNamedItemItemRequestBuilder.java
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
* @return a {@link WorkbookNamedItem}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -82,7 +82,7 @@ public WorkbookNamedItem get() {
return get(null);
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookNamedItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -200,7 +200,7 @@ public WorkbookNamedItemItemRequestBuilder withUrl(@jakarta.annotation.Nonnull f
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Returns collection of names that are associated with the worksheet. Read-only.
+ * The list of names that are associated with the worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/worksheet/WorksheetRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/worksheet/WorksheetRequestBuilder.java
index a44e888be88..8288d2e8772 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/worksheet/WorksheetRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/worksheet/WorksheetRequestBuilder.java
@@ -37,7 +37,7 @@ public WorksheetRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}/worksheet{?%24expand,%24select}", rawUrl);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
* @return a {@link WorkbookWorksheet}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -46,7 +46,7 @@ public WorkbookWorksheet get() {
return get(null);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookWorksheet}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -59,7 +59,7 @@ public WorkbookWorksheet get(@jakarta.annotation.Nullable final java.util.functi
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookWorksheet::createFromDiscriminatorValue);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -89,7 +89,7 @@ public WorksheetRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new WorksheetRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
+ * Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/PivotTablesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/PivotTablesRequestBuilder.java
index 588a1cc4af8..1f7da31d0df 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/PivotTablesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/PivotTablesRequestBuilder.java
@@ -69,7 +69,7 @@ public PivotTablesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
* @return a {@link WorkbookPivotTableCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -78,7 +78,7 @@ public WorkbookPivotTableCollectionResponse get() {
return get(null);
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookPivotTableCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -116,7 +116,7 @@ public WorkbookPivotTable post(@jakarta.annotation.Nonnull final WorkbookPivotTa
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookPivotTable::createFromDiscriminatorValue);
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -124,7 +124,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -170,7 +170,7 @@ public PivotTablesRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new PivotTablesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/item/WorkbookPivotTableItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/item/WorkbookPivotTableItemRequestBuilder.java
index a9762c02938..22fde4d251f 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/item/WorkbookPivotTableItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/item/WorkbookPivotTableItemRequestBuilder.java
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
* @return a {@link WorkbookPivotTable}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -82,7 +82,7 @@ public WorkbookPivotTable get() {
return get(null);
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookPivotTable}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -200,7 +200,7 @@ public WorkbookPivotTableItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Collection of PivotTables that are part of the worksheet.
+ * The list of piot tables that are part of the worksheet.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/item/worksheet/WorksheetRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/item/worksheet/WorksheetRequestBuilder.java
index 129a5099dd8..c62546de617 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/item/worksheet/WorksheetRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/pivottables/item/worksheet/WorksheetRequestBuilder.java
@@ -37,7 +37,7 @@ public WorksheetRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}/worksheet{?%24expand,%24select}", rawUrl);
}
/**
- * The worksheet containing the current PivotTable. Read-only.
+ * The worksheet that contains the current pivot table. Read-only.
* @return a {@link WorkbookWorksheet}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -46,7 +46,7 @@ public WorkbookWorksheet get() {
return get(null);
}
/**
- * The worksheet containing the current PivotTable. Read-only.
+ * The worksheet that contains the current pivot table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookWorksheet}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -59,7 +59,7 @@ public WorkbookWorksheet get(@jakarta.annotation.Nullable final java.util.functi
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookWorksheet::createFromDiscriminatorValue);
}
/**
- * The worksheet containing the current PivotTable. Read-only.
+ * The worksheet that contains the current pivot table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The worksheet containing the current PivotTable. Read-only.
+ * The worksheet that contains the current pivot table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -89,7 +89,7 @@ public WorksheetRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new WorksheetRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The worksheet containing the current PivotTable. Read-only.
+ * The worksheet that contains the current pivot table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/protection/ProtectionRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/protection/ProtectionRequestBuilder.java
index 7fc2df42d84..601bfd7d896 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/protection/ProtectionRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/protection/ProtectionRequestBuilder.java
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Returns sheet protection object for a worksheet. Read-only.
+ * The sheet protection object for a worksheet. Read-only.
* @return a {@link WorkbookWorksheetProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -82,7 +82,7 @@ public WorkbookWorksheetProtection get() {
return get(null);
}
/**
- * Returns sheet protection object for a worksheet. Read-only.
+ * The sheet protection object for a worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookWorksheetProtection}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Returns sheet protection object for a worksheet. Read-only.
+ * The sheet protection object for a worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns sheet protection object for a worksheet. Read-only.
+ * The sheet protection object for a worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -200,7 +200,7 @@ public ProtectionRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Returns sheet protection object for a worksheet. Read-only.
+ * The sheet protection object for a worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/TablesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/TablesRequestBuilder.java
index 0f1f8019e5a..057b7b94508 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/TablesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/TablesRequestBuilder.java
@@ -70,7 +70,7 @@ public TablesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
* @return a {@link WorkbookTableCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -79,7 +79,7 @@ public WorkbookTableCollectionResponse get() {
return get(null);
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -127,7 +127,7 @@ public WorkbookTable post(@jakarta.annotation.Nonnull final WorkbookTable body,
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTable::createFromDiscriminatorValue);
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -135,7 +135,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -181,7 +181,7 @@ public TablesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
return new TablesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
index a487e3decfd..635c39d3b34 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
@@ -36,23 +36,23 @@ public AddRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/add", rawUrl);
}
/**
- * Use this API to create a new Table.
+ * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
* @param body The request body
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body) {
return post(body, null);
}
/**
- * Use this API to create a new Table.
+ * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody b
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTable::createFromDiscriminatorValue);
}
/**
- * Use this API to create a new Table.
+ * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Use this API to create a new Table.
+ * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
* @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/drives/item/items/item/workbook/worksheets/item/tables/item/WorkbookTableItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/WorkbookTableItemRequestBuilder.java
index 4cc9cf7aec1..6af6f087523 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/WorkbookTableItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/WorkbookTableItemRequestBuilder.java
@@ -154,7 +154,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -163,7 +163,7 @@ public WorkbookTable get() {
return get(null);
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -221,7 +221,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -229,7 +229,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -281,7 +281,7 @@ public WorkbookTableItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Collection of tables that are part of the worksheet. Read-only.
+ * The list of tables that are part of the worksheet. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/ColumnsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/ColumnsRequestBuilder.java
index fac0c115fc1..959515e8328 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/ColumnsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/ColumnsRequestBuilder.java
@@ -70,7 +70,7 @@ public ColumnsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link WorkbookTableColumnCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -79,7 +79,7 @@ public WorkbookTableColumnCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableColumnCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -127,7 +127,7 @@ public WorkbookTableColumn post(@jakarta.annotation.Nonnull final WorkbookTableC
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTableColumn::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -135,7 +135,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -181,7 +181,7 @@ public ColumnsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
return new ColumnsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/WorkbookTableColumnItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/WorkbookTableColumnItemRequestBuilder.java
index 06b0f031063..8f521c08e3e 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/WorkbookTableColumnItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/WorkbookTableColumnItemRequestBuilder.java
@@ -100,7 +100,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link WorkbookTableColumn}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -109,7 +109,7 @@ public WorkbookTableColumn get() {
return get(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableColumn}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -167,7 +167,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -175,7 +175,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -227,7 +227,7 @@ public WorkbookTableColumnItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/filter/FilterRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/filter/FilterRequestBuilder.java
index df3f87ad2a5..ef40a4800fd 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/filter/FilterRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/filter/FilterRequestBuilder.java
@@ -163,7 +163,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @return a {@link WorkbookFilter}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -172,7 +172,7 @@ public WorkbookFilter get() {
return get(null);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookFilter}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -230,7 +230,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -238,7 +238,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -290,7 +290,7 @@ public FilterRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/itematwithindex/filter/FilterRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/itematwithindex/filter/FilterRequestBuilder.java
index 5f32d9d2e8a..0cc4e59a5c2 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/itematwithindex/filter/FilterRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/itematwithindex/filter/FilterRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @return a {@link WorkbookFilter}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public WorkbookFilter get() {
return get(null);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookFilter}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public FilterRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the filter applied to the column. Read-only.
+ * The filter applied to the column. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/RowsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/RowsRequestBuilder.java
index 36c43e62495..f62f1fcbcf8 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/RowsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/RowsRequestBuilder.java
@@ -70,7 +70,7 @@ public RowsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jaka
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link WorkbookTableRowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -79,7 +79,7 @@ public WorkbookTableRowCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableRowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -127,7 +127,7 @@ public WorkbookTableRow post(@jakarta.annotation.Nonnull final WorkbookTableRow
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTableRow::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -135,7 +135,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -181,7 +181,7 @@ public RowsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
return new RowsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/WorkbookTableRowItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/WorkbookTableRowItemRequestBuilder.java
index 47a6b818ad2..3f33183093c 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/WorkbookTableRowItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/WorkbookTableRowItemRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link WorkbookTableRow}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public WorkbookTableRow get() {
return get(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableRow}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public WorkbookTableRowItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/sort/SortRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/sort/SortRequestBuilder.java
index b862ecb0c32..8b1ccacc2ad 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/sort/SortRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/sort/SortRequestBuilder.java
@@ -82,7 +82,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @return a {@link WorkbookTableSort}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -91,7 +91,7 @@ public WorkbookTableSort get() {
return get(null);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableSort}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -149,7 +149,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -157,7 +157,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -209,7 +209,7 @@ public SortRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/columns/ColumnsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/columns/ColumnsRequestBuilder.java
index 051d7395815..384c6a95b6f 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/columns/ColumnsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/columns/ColumnsRequestBuilder.java
@@ -38,7 +38,7 @@ public ColumnsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link WorkbookTableColumnCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -47,7 +47,7 @@ public WorkbookTableColumnCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableColumnCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -85,7 +85,7 @@ public WorkbookTableColumn post(@jakarta.annotation.Nonnull final WorkbookTableC
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTableColumn::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -93,7 +93,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +139,7 @@ public ColumnsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
return new ColumnsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all the columns in the table. Read-only.
+ * The list of all the columns in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/rows/RowsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/rows/RowsRequestBuilder.java
index 63cc127027c..101aab2566f 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/rows/RowsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/rows/RowsRequestBuilder.java
@@ -38,7 +38,7 @@ public RowsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jaka
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link WorkbookTableRowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -47,7 +47,7 @@ public WorkbookTableRowCollectionResponse get() {
return get(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableRowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -85,7 +85,7 @@ public WorkbookTableRow post(@jakarta.annotation.Nonnull final WorkbookTableRow
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTableRow::createFromDiscriminatorValue);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -93,7 +93,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -139,7 +139,7 @@ public RowsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
return new RowsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Represents a collection of all the rows in the table. Read-only.
+ * The list of all the rows in the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/sort/SortRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/sort/SortRequestBuilder.java
index 9538ecc281a..0158608bc06 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/sort/SortRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/itematwithindex/sort/SortRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @return a {@link WorkbookTableSort}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public WorkbookTableSort get() {
return get(null);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTableSort}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public SortRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents the sorting for the table. Read-only.
+ * The sorting for the table. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 37a61408766..3eea0890bb9 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/list/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/list/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 8b59635b507..d5c9213f4c4 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/list/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/list/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/list/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/list/items/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/list/items/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 8ead5bfd5af..9b1a219eb6c 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/list/items/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/list/items/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/list/items/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/list/items/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 51baa49f1b3..76799cfd1ea 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/list/items/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/list/items/item/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/list/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/list/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index ba3dc8beebf..5bcfcf41c5a 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/list/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/list/lastmodifiedbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/education/classes/item/group/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/education/classes/item/group/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index bb90864b233..cf893baf886 100644
--- a/src/main/java/com/microsoft/graph/generated/education/classes/item/group/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/education/classes/item/group/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/education/classes/{educationClass%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/education/me/rubrics/item/EducationRubricItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/education/me/rubrics/item/EducationRubricItemRequestBuilder.java
index 64e6692f411..770b7806b75 100644
--- a/src/main/java/com/microsoft/graph/generated/education/me/rubrics/item/EducationRubricItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/education/me/rubrics/item/EducationRubricItemRequestBuilder.java
@@ -81,7 +81,7 @@ public EducationRubric get(@jakarta.annotation.Nullable final java.util.function
return this.requestAdapter.send(requestInfo, errorMapping, EducationRubric::createFromDiscriminatorValue);
}
/**
- * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.
+ * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it can't be updated.
* @param body The request body
* @return a {@link EducationRubric}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -92,7 +92,7 @@ public EducationRubric patch(@jakarta.annotation.Nonnull final EducationRubric b
return patch(body, null);
}
/**
- * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.
+ * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it can't be updated.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link EducationRubric}
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.
+ * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it can't be updated.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -157,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.
+ * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it can't be updated.
* @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/education/me/user/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/education/me/user/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index fc61918b340..58e812daad9 100644
--- a/src/main/java/com/microsoft/graph/generated/education/me/user/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/education/me/user/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/education/me/user/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/education/users/item/user/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/education/users/item/user/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 005733eded8..2063944d2ea 100644
--- a/src/main/java/com/microsoft/graph/generated/education/users/item/user/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/education/users/item/user/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/education/users/{educationUser%2Did}/user/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/groups/GroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/GroupsRequestBuilder.java
index d2cb22b135d..f26a6683d2a 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/GroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/GroupsRequestBuilder.java
@@ -120,23 +120,23 @@ public GroupCollectionResponse get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, GroupCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
* @param body The request body
* @return a {@link Group}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Group post(@jakarta.annotation.Nonnull final Group body) {
return post(body, null);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Group}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Group post(@jakarta.annotation.Nonnull final Group body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -167,7 +167,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -176,7 +176,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
* @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/groups/item/addfavorite/AddFavoriteRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/addfavorite/AddFavoriteRequestBuilder.java
index bd069fee26c..d0bb2e45e3c 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/addfavorite/AddFavoriteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/addfavorite/AddFavoriteRequestBuilder.java
@@ -35,7 +35,7 @@ public AddFavoriteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/addFavorite", rawUrl);
}
/**
- * Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only.
+ * Add the group to the list of the current user's favorite groups. The group shows up in Outlook and Teams favorites. Supported for Microsoft 365 groups only.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
*/
@@ -43,7 +43,7 @@ public void post() {
post(null);
}
/**
- * Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only.
+ * Add the group to the list of the current user's favorite groups. The group shows up in Outlook and Teams favorites. Supported for Microsoft 365 groups 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
* @see Find more info here
@@ -55,7 +55,7 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer<
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only.
+ * Add the group to the list of the current user's favorite groups. The group shows up in Outlook and Teams favorites. Supported for Microsoft 365 groups only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -63,7 +63,7 @@ public RequestInformation toPostRequestInformation() {
return toPostRequestInformation(null);
}
/**
- * Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only.
+ * Add the group to the list of the current user's favorite groups. The group shows up in Outlook and Teams favorites. Supported for Microsoft 365 groups only.
* @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/groups/item/approleassignments/item/AppRoleAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/approleassignments/item/AppRoleAssignmentItemRequestBuilder.java
index 22d48612d88..131bf3bcd17 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/approleassignments/item/AppRoleAssignmentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/approleassignments/item/AppRoleAssignmentItemRequestBuilder.java
@@ -57,7 +57,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Represents the app roles a group has been granted for an application. Supports $expand.
+ * Represents the app roles granted to a group for an application. Supports $expand.
* @return a {@link AppRoleAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -66,7 +66,7 @@ public AppRoleAssignment get() {
return get(null);
}
/**
- * Represents the app roles a group has been granted for an application. Supports $expand.
+ * Represents the app roles granted to a group for an application. Supports $expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AppRoleAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -124,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Represents the app roles a group has been granted for an application. Supports $expand.
+ * Represents the app roles granted to a group for an application. Supports $expand.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Represents the app roles a group has been granted for an application. Supports $expand.
+ * Represents the app roles granted to a group for an application. Supports $expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -184,7 +184,7 @@ public AppRoleAssignmentItemRequestBuilder withUrl(@jakarta.annotation.Nonnull f
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Represents the app roles a group has been granted for an application. Supports $expand.
+ * Represents the app roles granted to a group for an application. Supports $expand.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/conversations/ConversationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/conversations/ConversationsRequestBuilder.java
index d480b8ad26f..4daa3199e9a 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/conversations/ConversationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/conversations/ConversationsRequestBuilder.java
@@ -84,23 +84,23 @@ public ConversationCollectionResponse get(@jakarta.annotation.Nullable final jav
return this.requestAdapter.send(requestInfo, errorMapping, ConversationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Use reply thread or reply post to further post to that conversation.
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
* @param body The request body
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation post(@jakarta.annotation.Nonnull final Conversation body) {
return post(body, null);
}
/**
- * Use reply thread or reply post to further post to that conversation.
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation post(@jakarta.annotation.Nonnull final Conversation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Use reply thread or reply post to further post to that conversation.
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Use reply thread or reply post to further post to that conversation.
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
* @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/groups/item/conversations/item/ConversationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
index e829bcb59ec..2b3c2a2127d 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
@@ -48,7 +48,7 @@ public ConversationItemRequestBuilder(@jakarta.annotation.Nonnull final String r
/**
* Delete conversation.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
@@ -57,7 +57,7 @@ public void delete() {
* Delete conversation.
* @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 delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -66,21 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation get() {
return get(null);
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -110,7 +110,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -118,7 +118,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -146,7 +146,7 @@ public ConversationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/createdonbehalfof/CreatedOnBehalfOfRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/createdonbehalfof/CreatedOnBehalfOfRequestBuilder.java
index 96874e1486b..3a49d1130b2 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/createdonbehalfof/CreatedOnBehalfOfRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/createdonbehalfof/CreatedOnBehalfOfRequestBuilder.java
@@ -37,7 +37,7 @@ public CreatedOnBehalfOfRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/createdOnBehalfOf{?%24expand,%24select}", rawUrl);
}
/**
- * The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
+ * The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only.
* @return a {@link DirectoryObject}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -46,7 +46,7 @@ public DirectoryObject get() {
return get(null);
}
/**
- * The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
+ * The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only.
* @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
@@ -59,7 +59,7 @@ public DirectoryObject get(@jakarta.annotation.Nullable final java.util.function
return this.requestAdapter.send(requestInfo, errorMapping, DirectoryObject::createFromDiscriminatorValue);
}
/**
- * The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
+ * The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
+ * The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -89,7 +89,7 @@ public CreatedOnBehalfOfRequestBuilder withUrl(@jakarta.annotation.Nonnull final
return new CreatedOnBehalfOfRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
+ * The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/getmembergroups/GetMemberGroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/getmembergroups/GetMemberGroupsRequestBuilder.java
index 1d44c6ec9c9..c5db1dcc57a 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/getmembergroups/GetMemberGroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/getmembergroups/GetMemberGroupsRequestBuilder.java
@@ -35,7 +35,7 @@ public GetMemberGroupsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/getMemberGroups", rawUrl);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link GetMemberGroupsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -46,7 +46,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return post(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetMemberGroupsPostResponse}
@@ -62,7 +62,7 @@ public GetMemberGroupsPostResponse post(@jakarta.annotation.Nonnull final GetMem
return this.requestAdapter.send(requestInfo, errorMapping, GetMemberGroupsPostResponse::createFromDiscriminatorValue);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -71,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
+ * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
* @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/groups/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 633af00bf6d..8403d1cf952 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 93cfd4845d3..3ea6d1406b2 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/createdbyuser/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -46,7 +46,7 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -68,7 +68,7 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
return this.requestAdapter.send(requestInfo, errorMapping, ServiceProvisioningErrorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -98,7 +98,7 @@ public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).
+ * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/GetByPathWithPathRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/GetByPathWithPathRequestBuilder.java
index 5c74a8eb5ad..653663e0b4b 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/GetByPathWithPathRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/GetByPathWithPathRequestBuilder.java
@@ -10,7 +10,6 @@
import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getactivitiesbyinterval.GetActivitiesByIntervalRequestBuilder;
import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getactivitiesbyintervalwithstartdatetimewithenddatetimewithinterval.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder;
import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getapplicablecontenttypesforlistwithlistid.GetApplicableContentTypesForListWithListIdRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.GetByPathWithPath1RequestBuilder;
import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.items.ItemsRequestBuilder;
import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.lastmodifiedbyuser.LastModifiedByUserRequestBuilder;
import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.lists.ListsRequestBuilder;
@@ -248,16 +247,6 @@ public GetApplicableContentTypesForListWithListIdRequestBuilder getApplicableCon
Objects.requireNonNull(listId);
return new GetApplicableContentTypesForListWithListIdRequestBuilder(pathParameters, requestAdapter, listId);
}
- /**
- * Provides operations to call the getByPath method.
- * @param path1 Usage: path='{path1}'
- * @return a {@link GetByPathWithPath1RequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public GetByPathWithPath1RequestBuilder getByPathWithPath1(@jakarta.annotation.Nonnull final String path1) {
- Objects.requireNonNull(path1);
- return new GetByPathWithPath1RequestBuilder(pathParameters, requestAdapter, path1);
- }
/**
* Invoke function getByPath
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/GetByPathWithPath1RequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/GetByPathWithPath1RequestBuilder.java
deleted file mode 100644
index d6948b6d17f..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/GetByPathWithPath1RequestBuilder.java
+++ /dev/null
@@ -1,251 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1;
-
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.analytics.AnalyticsRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.columns.ColumnsRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.contenttypes.ContentTypesRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.createdbyuser.CreatedByUserRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.drive.DriveRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.drives.DrivesRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.externalcolumns.ExternalColumnsRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.items.ItemsRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.lastmodifiedbyuser.LastModifiedByUserRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.lists.ListsRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.onenote.OnenoteRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.operations.OperationsRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.pages.PagesRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.permissions.PermissionsRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.sites.SitesRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.termstore.TermStoreRequestBuilder;
-import com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.termstores.TermStoresRequestBuilder;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.graph.models.Site;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to call the getByPath method.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class GetByPathWithPath1RequestBuilder extends BaseRequestBuilder {
- /**
- * Provides operations to manage the analytics property of the microsoft.graph.site entity.
- * @return a {@link AnalyticsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public AnalyticsRequestBuilder analytics() {
- return new AnalyticsRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the columns property of the microsoft.graph.site entity.
- * @return a {@link ColumnsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ColumnsRequestBuilder columns() {
- return new ColumnsRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the contentTypes property of the microsoft.graph.site entity.
- * @return a {@link ContentTypesRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ContentTypesRequestBuilder contentTypes() {
- return new ContentTypesRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity.
- * @return a {@link CreatedByUserRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public CreatedByUserRequestBuilder createdByUser() {
- return new CreatedByUserRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the drive property of the microsoft.graph.site entity.
- * @return a {@link DriveRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public DriveRequestBuilder drive() {
- return new DriveRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the drives property of the microsoft.graph.site entity.
- * @return a {@link DrivesRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public DrivesRequestBuilder drives() {
- return new DrivesRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the externalColumns property of the microsoft.graph.site entity.
- * @return a {@link ExternalColumnsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ExternalColumnsRequestBuilder externalColumns() {
- return new ExternalColumnsRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the items property of the microsoft.graph.site entity.
- * @return a {@link ItemsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ItemsRequestBuilder items() {
- return new ItemsRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity.
- * @return a {@link LastModifiedByUserRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public LastModifiedByUserRequestBuilder lastModifiedByUser() {
- return new LastModifiedByUserRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the lists property of the microsoft.graph.site entity.
- * @return a {@link ListsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ListsRequestBuilder lists() {
- return new ListsRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the onenote property of the microsoft.graph.site entity.
- * @return a {@link OnenoteRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public OnenoteRequestBuilder onenote() {
- return new OnenoteRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the operations property of the microsoft.graph.site entity.
- * @return a {@link OperationsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public OperationsRequestBuilder operations() {
- return new OperationsRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the pages property of the microsoft.graph.site entity.
- * @return a {@link PagesRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public PagesRequestBuilder pages() {
- return new PagesRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the permissions property of the microsoft.graph.site entity.
- * @return a {@link PermissionsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public PermissionsRequestBuilder permissions() {
- return new PermissionsRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the sites property of the microsoft.graph.site entity.
- * @return a {@link SitesRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public SitesRequestBuilder sites() {
- return new SitesRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the termStore property of the microsoft.graph.site entity.
- * @return a {@link TermStoreRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public TermStoreRequestBuilder termStore() {
- return new TermStoreRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Provides operations to manage the termStores property of the microsoft.graph.site entity.
- * @return a {@link TermStoresRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public TermStoresRequestBuilder termStores() {
- return new TermStoresRequestBuilder(pathParameters, requestAdapter);
- }
- /**
- * Instantiates a new {@link GetByPathWithPath1RequestBuilder} and sets the default values.
- * @param path1 Usage: path='{path1}'
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public GetByPathWithPath1RequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter, @jakarta.annotation.Nullable final String path1) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')", pathParameters);
- this.pathParameters.put("path1", path1);
- }
- /**
- * Instantiates a new {@link GetByPathWithPath1RequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public GetByPathWithPath1RequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')", rawUrl);
- }
- /**
- * Invoke function getByPath
- * @return a {@link Site}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Site get() {
- return get(null);
- }
- /**
- * Invoke function getByPath
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link Site}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Site get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, Site::createFromDiscriminatorValue);
- }
- /**
- * Invoke function getByPath
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * Invoke function getByPath
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link GetByPathWithPath1RequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public GetByPathWithPath1RequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new GetByPathWithPath1RequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * 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/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/analytics/AnalyticsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/analytics/AnalyticsRequestBuilder.java
deleted file mode 100644
index df3c830903a..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/analytics/AnalyticsRequestBuilder.java
+++ /dev/null
@@ -1,228 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.analytics;
-
-import com.microsoft.graph.models.ItemAnalytics;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the analytics property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class AnalyticsRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link AnalyticsRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public AnalyticsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics{?%24expand,%24select}", pathParameters);
- }
- /**
- * Instantiates a new {@link AnalyticsRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public AnalyticsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics{?%24expand,%24select}", rawUrl);
- }
- /**
- * Delete navigation property analytics for groups
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- public void delete() {
- delete(null);
- }
- /**
- * Delete navigation property analytics for groups
- * @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);
- }
- /**
- * Analytics about the view activities that took place on this site.
- * @return a {@link ItemAnalytics}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ItemAnalytics get() {
- return get(null);
- }
- /**
- * Analytics about the view activities that took place on this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link ItemAnalytics}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ItemAnalytics get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, ItemAnalytics::createFromDiscriminatorValue);
- }
- /**
- * Update the navigation property analytics in groups
- * @param body The request body
- * @return a {@link ItemAnalytics}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ItemAnalytics patch(@jakarta.annotation.Nonnull final ItemAnalytics body) {
- return patch(body, null);
- }
- /**
- * Update the navigation property analytics in groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link ItemAnalytics}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ItemAnalytics patch(@jakarta.annotation.Nonnull final ItemAnalytics body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, ItemAnalytics::createFromDiscriminatorValue);
- }
- /**
- * Delete navigation property analytics for groups
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toDeleteRequestInformation() {
- return toDeleteRequestInformation(null);
- }
- /**
- * Delete navigation property analytics for groups
- * @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;
- }
- /**
- * Analytics about the view activities that took place on this site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * Analytics about the view activities that took place on this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Update the navigation property analytics in groups
- * @param body The request body
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final ItemAnalytics body) {
- return toPatchRequestInformation(body, null);
- }
- /**
- * Update the navigation property analytics in groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final ItemAnalytics body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PatchRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link AnalyticsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public AnalyticsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new AnalyticsRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class DeleteRequestConfiguration extends BaseRequestConfiguration {
- }
- /**
- * Analytics about the view activities that took place on this site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class PatchRequestConfiguration extends BaseRequestConfiguration {
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/columns/ColumnsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/columns/ColumnsRequestBuilder.java
deleted file mode 100644
index 44f3c9d5e6e..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/columns/ColumnsRequestBuilder.java
+++ /dev/null
@@ -1,221 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.columns;
-
-import com.microsoft.graph.models.ColumnDefinition;
-import com.microsoft.graph.models.ColumnDefinitionCollectionResponse;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the columns property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class ColumnsRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link ColumnsRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ColumnsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link ColumnsRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ColumnsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * The collection of column definitions reusable across lists under this site.
- * @return a {@link ColumnDefinitionCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ColumnDefinitionCollectionResponse get() {
- return get(null);
- }
- /**
- * The collection of column definitions reusable across lists under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link ColumnDefinitionCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ColumnDefinitionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, ColumnDefinitionCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * Create new navigation property to columns for groups
- * @param body The request body
- * @return a {@link ColumnDefinition}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ColumnDefinition post(@jakarta.annotation.Nonnull final ColumnDefinition body) {
- return post(body, null);
- }
- /**
- * Create new navigation property to columns for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link ColumnDefinition}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ColumnDefinition post(@jakarta.annotation.Nonnull final ColumnDefinition body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, ColumnDefinition::createFromDiscriminatorValue);
- }
- /**
- * The collection of column definitions reusable across lists under this site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The collection of column definitions reusable across lists under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Create new navigation property to columns for groups
- * @param body The request body
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ColumnDefinition body) {
- return toPostRequestInformation(body, null);
- }
- /**
- * Create new navigation property to columns for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ColumnDefinition body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link ColumnsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ColumnsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new ColumnsRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The collection of column definitions reusable across lists under this site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class PostRequestConfiguration extends BaseRequestConfiguration {
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/contenttypes/ContentTypesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/contenttypes/ContentTypesRequestBuilder.java
deleted file mode 100644
index 060172fc02c..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/contenttypes/ContentTypesRequestBuilder.java
+++ /dev/null
@@ -1,221 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.contenttypes;
-
-import com.microsoft.graph.models.ContentType;
-import com.microsoft.graph.models.ContentTypeCollectionResponse;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the contentTypes property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class ContentTypesRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link ContentTypesRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ContentTypesRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link ContentTypesRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ContentTypesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * The collection of content types defined for this site.
- * @return a {@link ContentTypeCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ContentTypeCollectionResponse get() {
- return get(null);
- }
- /**
- * The collection of content types defined for this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link ContentTypeCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ContentTypeCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, ContentTypeCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * Create new navigation property to contentTypes for groups
- * @param body The request body
- * @return a {@link ContentType}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ContentType post(@jakarta.annotation.Nonnull final ContentType body) {
- return post(body, null);
- }
- /**
- * Create new navigation property to contentTypes for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link ContentType}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ContentType post(@jakarta.annotation.Nonnull final ContentType body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, ContentType::createFromDiscriminatorValue);
- }
- /**
- * The collection of content types defined for this site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The collection of content types defined for this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Create new navigation property to contentTypes for groups
- * @param body The request body
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ContentType body) {
- return toPostRequestInformation(body, null);
- }
- /**
- * Create new navigation property to contentTypes for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ContentType body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link ContentTypesRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ContentTypesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new ContentTypesRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The collection of content types defined for this site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class PostRequestConfiguration extends BaseRequestConfiguration {
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/createdbyuser/CreatedByUserRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/createdbyuser/CreatedByUserRequestBuilder.java
deleted file mode 100644
index 22f0ac4348b..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/createdbyuser/CreatedByUserRequestBuilder.java
+++ /dev/null
@@ -1,129 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.createdbyuser;
-
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.graph.models.User;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class CreatedByUserRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link CreatedByUserRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public CreatedByUserRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/createdByUser{?%24expand,%24select}", pathParameters);
- }
- /**
- * Instantiates a new {@link CreatedByUserRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public CreatedByUserRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/createdByUser{?%24expand,%24select}", rawUrl);
- }
- /**
- * Identity of the user who created the item. Read-only.
- * @return a {@link User}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public User get() {
- return get(null);
- }
- /**
- * Identity of the user who created the item. Read-only.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link User}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public User get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, User::createFromDiscriminatorValue);
- }
- /**
- * Identity of the user who created the item. Read-only.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * Identity of the user who created the item. 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 toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link CreatedByUserRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public CreatedByUserRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new CreatedByUserRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * Identity of the user who created the item. Read-only.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/drive/DriveRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/drive/DriveRequestBuilder.java
deleted file mode 100644
index c5c76806209..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/drive/DriveRequestBuilder.java
+++ /dev/null
@@ -1,129 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.drive;
-
-import com.microsoft.graph.models.Drive;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the drive property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class DriveRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link DriveRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public DriveRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drive{?%24expand,%24select}", pathParameters);
- }
- /**
- * Instantiates a new {@link DriveRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public DriveRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drive{?%24expand,%24select}", rawUrl);
- }
- /**
- * The default drive (document library) for this site.
- * @return a {@link Drive}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Drive get() {
- return get(null);
- }
- /**
- * The default drive (document library) for this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link Drive}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Drive get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, Drive::createFromDiscriminatorValue);
- }
- /**
- * The default drive (document library) for this site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The default drive (document library) for this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link DriveRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public DriveRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new DriveRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The default drive (document library) for this site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/drives/DrivesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/drives/DrivesRequestBuilder.java
deleted file mode 100644
index 0af54658841..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/drives/DrivesRequestBuilder.java
+++ /dev/null
@@ -1,165 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.drives;
-
-import com.microsoft.graph.models.DriveCollectionResponse;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the drives property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class DrivesRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link DrivesRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public DrivesRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link DrivesRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public DrivesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * The collection of drives (document libraries) under this site.
- * @return a {@link DriveCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public DriveCollectionResponse get() {
- return get(null);
- }
- /**
- * The collection of drives (document libraries) under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link DriveCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public DriveCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, DriveCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * The collection of drives (document libraries) under this site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The collection of drives (document libraries) under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link DrivesRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public DrivesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new DrivesRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The collection of drives (document libraries) under this site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/externalcolumns/ExternalColumnsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/externalcolumns/ExternalColumnsRequestBuilder.java
deleted file mode 100644
index 3128fda5ed1..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/externalcolumns/ExternalColumnsRequestBuilder.java
+++ /dev/null
@@ -1,165 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.externalcolumns;
-
-import com.microsoft.graph.models.ColumnDefinitionCollectionResponse;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the externalColumns property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class ExternalColumnsRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link ExternalColumnsRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ExternalColumnsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link ExternalColumnsRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ExternalColumnsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * Get externalColumns from groups
- * @return a {@link ColumnDefinitionCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ColumnDefinitionCollectionResponse get() {
- return get(null);
- }
- /**
- * Get externalColumns from groups
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link ColumnDefinitionCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ColumnDefinitionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, ColumnDefinitionCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * Get externalColumns from groups
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * Get externalColumns from groups
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link ExternalColumnsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ExternalColumnsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new ExternalColumnsRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * Get externalColumns from groups
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/items/ItemsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/items/ItemsRequestBuilder.java
deleted file mode 100644
index c6ea6d76368..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/items/ItemsRequestBuilder.java
+++ /dev/null
@@ -1,165 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.items;
-
-import com.microsoft.graph.models.BaseItemCollectionResponse;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the items property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class ItemsRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link ItemsRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ItemsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link ItemsRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ItemsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * Used to address any item contained in this site. This collection can't be enumerated.
- * @return a {@link BaseItemCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public BaseItemCollectionResponse get() {
- return get(null);
- }
- /**
- * Used to address any item contained in this site. This collection can't be enumerated.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link BaseItemCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public BaseItemCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, BaseItemCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * Used to address any item contained in this site. This collection can't be enumerated.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * Used to address any item contained in this site. This collection can't be enumerated.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link ItemsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ItemsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new ItemsRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * Used to address any item contained in this site. This collection can't be enumerated.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/lastmodifiedbyuser/LastModifiedByUserRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/lastmodifiedbyuser/LastModifiedByUserRequestBuilder.java
deleted file mode 100644
index 6fc410b3905..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/lastmodifiedbyuser/LastModifiedByUserRequestBuilder.java
+++ /dev/null
@@ -1,129 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.lastmodifiedbyuser;
-
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.graph.models.User;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class LastModifiedByUserRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link LastModifiedByUserRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public LastModifiedByUserRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lastModifiedByUser{?%24expand,%24select}", pathParameters);
- }
- /**
- * Instantiates a new {@link LastModifiedByUserRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public LastModifiedByUserRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lastModifiedByUser{?%24expand,%24select}", rawUrl);
- }
- /**
- * Identity of the user who last modified the item. Read-only.
- * @return a {@link User}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public User get() {
- return get(null);
- }
- /**
- * Identity of the user who last modified the item. Read-only.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link User}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public User get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, User::createFromDiscriminatorValue);
- }
- /**
- * Identity of the user who last modified the item. Read-only.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * Identity of the user who last modified the item. 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 toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link LastModifiedByUserRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public LastModifiedByUserRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new LastModifiedByUserRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * Identity of the user who last modified the item. Read-only.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/lists/ListsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/lists/ListsRequestBuilder.java
deleted file mode 100644
index 5eecf901dab..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/lists/ListsRequestBuilder.java
+++ /dev/null
@@ -1,221 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.lists;
-
-import com.microsoft.graph.models.List;
-import com.microsoft.graph.models.ListCollectionResponse;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the lists property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class ListsRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link ListsRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ListsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link ListsRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public ListsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * The collection of lists under this site.
- * @return a {@link ListCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ListCollectionResponse get() {
- return get(null);
- }
- /**
- * The collection of lists under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link ListCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public ListCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, ListCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * Create new navigation property to lists for groups
- * @param body The request body
- * @return a {@link List}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public List post(@jakarta.annotation.Nonnull final List body) {
- return post(body, null);
- }
- /**
- * Create new navigation property to lists for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link List}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public List post(@jakarta.annotation.Nonnull final List body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, List::createFromDiscriminatorValue);
- }
- /**
- * The collection of lists under this site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The collection of lists under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Create new navigation property to lists for groups
- * @param body The request body
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final List body) {
- return toPostRequestInformation(body, null);
- }
- /**
- * Create new navigation property to lists for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final List body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link ListsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public ListsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new ListsRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The collection of lists under this site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class PostRequestConfiguration extends BaseRequestConfiguration {
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/onenote/OnenoteRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/onenote/OnenoteRequestBuilder.java
deleted file mode 100644
index d08fd7f7708..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/onenote/OnenoteRequestBuilder.java
+++ /dev/null
@@ -1,228 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.onenote;
-
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.graph.models.Onenote;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the onenote property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class OnenoteRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link OnenoteRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public OnenoteRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote{?%24expand,%24select}", pathParameters);
- }
- /**
- * Instantiates a new {@link OnenoteRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public OnenoteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote{?%24expand,%24select}", rawUrl);
- }
- /**
- * Delete navigation property onenote for groups
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- public void delete() {
- delete(null);
- }
- /**
- * Delete navigation property onenote for groups
- * @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);
- }
- /**
- * Calls the OneNote service for notebook related operations.
- * @return a {@link Onenote}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Onenote get() {
- return get(null);
- }
- /**
- * Calls the OneNote service for notebook related operations.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link Onenote}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Onenote get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, Onenote::createFromDiscriminatorValue);
- }
- /**
- * Update the navigation property onenote in groups
- * @param body The request body
- * @return a {@link Onenote}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Onenote patch(@jakarta.annotation.Nonnull final Onenote body) {
- return patch(body, null);
- }
- /**
- * Update the navigation property onenote in groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link Onenote}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Onenote patch(@jakarta.annotation.Nonnull final Onenote body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, Onenote::createFromDiscriminatorValue);
- }
- /**
- * Delete navigation property onenote for groups
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toDeleteRequestInformation() {
- return toDeleteRequestInformation(null);
- }
- /**
- * Delete navigation property onenote for groups
- * @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;
- }
- /**
- * Calls the OneNote service for notebook related operations.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * Calls the OneNote service for notebook related operations.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Update the navigation property onenote in groups
- * @param body The request body
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final Onenote body) {
- return toPatchRequestInformation(body, null);
- }
- /**
- * Update the navigation property onenote in groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final Onenote body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PatchRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link OnenoteRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public OnenoteRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new OnenoteRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class DeleteRequestConfiguration extends BaseRequestConfiguration {
- }
- /**
- * Calls the OneNote service for notebook related operations.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class PatchRequestConfiguration extends BaseRequestConfiguration {
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/operations/OperationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/operations/OperationsRequestBuilder.java
deleted file mode 100644
index 581409547d7..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/operations/OperationsRequestBuilder.java
+++ /dev/null
@@ -1,221 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.operations;
-
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.graph.models.RichLongRunningOperation;
-import com.microsoft.graph.models.RichLongRunningOperationCollectionResponse;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the operations property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class OperationsRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link OperationsRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public OperationsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link OperationsRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public OperationsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * The collection of long-running operations on the site.
- * @return a {@link RichLongRunningOperationCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public RichLongRunningOperationCollectionResponse get() {
- return get(null);
- }
- /**
- * The collection of long-running operations on the site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RichLongRunningOperationCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public RichLongRunningOperationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, RichLongRunningOperationCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * Create new navigation property to operations for groups
- * @param body The request body
- * @return a {@link RichLongRunningOperation}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public RichLongRunningOperation post(@jakarta.annotation.Nonnull final RichLongRunningOperation body) {
- return post(body, null);
- }
- /**
- * Create new navigation property to operations for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RichLongRunningOperation}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public RichLongRunningOperation post(@jakarta.annotation.Nonnull final RichLongRunningOperation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, RichLongRunningOperation::createFromDiscriminatorValue);
- }
- /**
- * The collection of long-running operations on the site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The collection of long-running operations on the site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Create new navigation property to operations for groups
- * @param body The request body
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final RichLongRunningOperation body) {
- return toPostRequestInformation(body, null);
- }
- /**
- * Create new navigation property to operations for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final RichLongRunningOperation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link OperationsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public OperationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new OperationsRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The collection of long-running operations on the site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class PostRequestConfiguration extends BaseRequestConfiguration {
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/pages/PagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/pages/PagesRequestBuilder.java
deleted file mode 100644
index 5614b48a79a..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/pages/PagesRequestBuilder.java
+++ /dev/null
@@ -1,221 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.pages;
-
-import com.microsoft.graph.models.BaseSitePage;
-import com.microsoft.graph.models.BaseSitePageCollectionResponse;
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the pages property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class PagesRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link PagesRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public PagesRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link PagesRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public PagesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * The collection of pages in the baseSitePages list in this site.
- * @return a {@link BaseSitePageCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public BaseSitePageCollectionResponse get() {
- return get(null);
- }
- /**
- * The collection of pages in the baseSitePages list in this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link BaseSitePageCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public BaseSitePageCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, BaseSitePageCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * Create new navigation property to pages for groups
- * @param body The request body
- * @return a {@link BaseSitePage}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public BaseSitePage post(@jakarta.annotation.Nonnull final BaseSitePage body) {
- return post(body, null);
- }
- /**
- * Create new navigation property to pages for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link BaseSitePage}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public BaseSitePage post(@jakarta.annotation.Nonnull final BaseSitePage body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, BaseSitePage::createFromDiscriminatorValue);
- }
- /**
- * The collection of pages in the baseSitePages list in this site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The collection of pages in the baseSitePages list in this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Create new navigation property to pages for groups
- * @param body The request body
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final BaseSitePage body) {
- return toPostRequestInformation(body, null);
- }
- /**
- * Create new navigation property to pages for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final BaseSitePage body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link PagesRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public PagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new PagesRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The collection of pages in the baseSitePages list in this site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class PostRequestConfiguration extends BaseRequestConfiguration {
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/permissions/PermissionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/permissions/PermissionsRequestBuilder.java
deleted file mode 100644
index 6a31bec9a94..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/permissions/PermissionsRequestBuilder.java
+++ /dev/null
@@ -1,221 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.permissions;
-
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.graph.models.Permission;
-import com.microsoft.graph.models.PermissionCollectionResponse;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the permissions property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class PermissionsRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link PermissionsRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public PermissionsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link PermissionsRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public PermissionsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * The permissions associated with the site. Nullable.
- * @return a {@link PermissionCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public PermissionCollectionResponse get() {
- return get(null);
- }
- /**
- * The permissions associated with the site. Nullable.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link PermissionCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public PermissionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, PermissionCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * Create new navigation property to permissions for groups
- * @param body The request body
- * @return a {@link Permission}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Permission post(@jakarta.annotation.Nonnull final Permission body) {
- return post(body, null);
- }
- /**
- * Create new navigation property to permissions for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link Permission}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Permission post(@jakarta.annotation.Nonnull final Permission body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, Permission::createFromDiscriminatorValue);
- }
- /**
- * The permissions associated with the site. Nullable.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The permissions associated with the site. Nullable.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Create new navigation property to permissions for groups
- * @param body The request body
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final Permission body) {
- return toPostRequestInformation(body, null);
- }
- /**
- * Create new navigation property to permissions for groups
- * @param body The request body
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final Permission body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
- requestInfo.headers.tryAdd("Accept", "application/json");
- requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link PermissionsRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public PermissionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new PermissionsRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The permissions associated with the site. Nullable.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class PostRequestConfiguration extends BaseRequestConfiguration {
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/sites/SitesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/sites/SitesRequestBuilder.java
deleted file mode 100644
index 96e6944cfc3..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/sites/SitesRequestBuilder.java
+++ /dev/null
@@ -1,165 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.sites;
-
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.graph.models.SiteCollectionResponse;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the sites property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class SitesRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link SitesRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public SitesRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
- }
- /**
- * Instantiates a new {@link SitesRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public SitesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
- }
- /**
- * The collection of the sub-sites under this site.
- * @return a {@link SiteCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public SiteCollectionResponse get() {
- return get(null);
- }
- /**
- * The collection of the sub-sites under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link SiteCollectionResponse}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public SiteCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap>();
- errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, SiteCollectionResponse::createFromDiscriminatorValue);
- }
- /**
- * The collection of the sub-sites under this site.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation() {
- return toGetRequestInformation(null);
- }
- /**
- * The collection of the sub-sites under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link RequestInformation}
- */
- @jakarta.annotation.Nonnull
- public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
- requestInfo.headers.tryAdd("Accept", "application/json");
- return requestInfo;
- }
- /**
- * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- * @param rawUrl The raw URL to use for the request builder.
- * @return a {@link SitesRequestBuilder}
- */
- @jakarta.annotation.Nonnull
- public SitesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
- Objects.requireNonNull(rawUrl);
- return new SitesRequestBuilder(rawUrl, requestAdapter);
- }
- /**
- * The collection of the sub-sites under this site.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetQueryParameters implements QueryParameters {
- /**
- * Include count of items
- */
- @jakarta.annotation.Nullable
- public Boolean count;
- /**
- * Expand related entities
- */
- @jakarta.annotation.Nullable
- public String[] expand;
- /**
- * Filter items by property values
- */
- @jakarta.annotation.Nullable
- public String filter;
- /**
- * Order items by property values
- */
- @jakarta.annotation.Nullable
- public String[] orderby;
- /**
- * Search items by search phrases
- */
- @jakarta.annotation.Nullable
- public String search;
- /**
- * Select properties to be returned
- */
- @jakarta.annotation.Nullable
- public String[] select;
- /**
- * Skip the first n items
- */
- @jakarta.annotation.Nullable
- public Integer skip;
- /**
- * Show only the first n items
- */
- @jakarta.annotation.Nullable
- public Integer top;
- /**
- * Extracts the query parameters into a map for the URI template parsing.
- * @return a {@link Map}
- */
- @jakarta.annotation.Nonnull
- public Map toQueryParameters() {
- final Map allQueryParams = new HashMap();
- allQueryParams.put("%24count", count);
- allQueryParams.put("%24filter", filter);
- allQueryParams.put("%24search", search);
- allQueryParams.put("%24skip", skip);
- allQueryParams.put("%24top", top);
- allQueryParams.put("%24expand", expand);
- allQueryParams.put("%24orderby", orderby);
- allQueryParams.put("%24select", select);
- return allQueryParams;
- }
- }
- /**
- * Configuration for the request such as headers, query parameters, and middleware options.
- */
- @jakarta.annotation.Generated("com.microsoft.kiota")
- public class GetRequestConfiguration extends BaseRequestConfiguration {
- /**
- * Request query parameters
- */
- @jakarta.annotation.Nullable
- public GetQueryParameters queryParameters = new GetQueryParameters();
- }
-}
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/termstore/TermStoreRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/termstore/TermStoreRequestBuilder.java
deleted file mode 100644
index 84f09077c79..00000000000
--- a/src/main/java/com/microsoft/graph/generated/groups/item/sites/item/getbypathwithpath/getbypathwithpath1/termstore/TermStoreRequestBuilder.java
+++ /dev/null
@@ -1,228 +0,0 @@
-package com.microsoft.graph.groups.item.sites.item.getbypathwithpath.getbypathwithpath1.termstore;
-
-import com.microsoft.graph.models.odataerrors.ODataError;
-import com.microsoft.graph.models.termstore.Store;
-import com.microsoft.kiota.BaseRequestBuilder;
-import com.microsoft.kiota.BaseRequestConfiguration;
-import com.microsoft.kiota.HttpMethod;
-import com.microsoft.kiota.QueryParameters;
-import com.microsoft.kiota.RequestAdapter;
-import com.microsoft.kiota.RequestInformation;
-import com.microsoft.kiota.RequestOption;
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParsableFactory;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-/**
- * Provides operations to manage the termStore property of the microsoft.graph.site entity.
- */
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class TermStoreRequestBuilder extends BaseRequestBuilder {
- /**
- * Instantiates a new {@link TermStoreRequestBuilder} and sets the default values.
- * @param pathParameters Path parameters for the request
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public TermStoreRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore{?%24expand,%24select}", pathParameters);
- }
- /**
- * Instantiates a new {@link TermStoreRequestBuilder} and sets the default values.
- * @param rawUrl The raw URL to use for the request builder.
- * @param requestAdapter The request adapter to use to execute the requests.
- */
- public TermStoreRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore{?%24expand,%24select}", rawUrl);
- }
- /**
- * Delete navigation property termStore for groups
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- public void delete() {
- delete(null);
- }
- /**
- * Delete navigation property termStore for groups
- * @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 default termStore under this site.
- * @return a {@link Store}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Store get() {
- return get(null);
- }
- /**
- * The default termStore under this site.
- * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link Store}
- * @throws ODataError When receiving a 4XX or 5XX status code
- */
- @jakarta.annotation.Nullable
- public Store get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
- final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
- final HashMap> errorMapping = new HashMap