diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/ExternalPartnersRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/ExternalPartnersRequestBuilder.java
index 100f6510cdb..f8a28c9ef5d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/ExternalPartnersRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/ExternalPartnersRequestBuilder.java
@@ -60,19 +60,21 @@ public ExternalPartnersRequestBuilder(@jakarta.annotation.Nonnull final String r
super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/externalPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get externalPartners from deviceManagement
+ * Get a list of the cloudPcExternalPartner objects and their properties.
* @return a {@link CloudPcExternalPartnerCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartnerCollectionResponse get() {
return get(null);
}
/**
- * Get externalPartners from deviceManagement
+ * Get a list of the cloudPcExternalPartner objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExternalPartnerCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartnerCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -82,21 +84,23 @@ public CloudPcExternalPartnerCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartnerCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to externalPartners for deviceManagement
+ * Create a new cloudPcExternalPartner object.
* @param body The request body
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExternalPartner body) {
return post(body, null);
}
/**
- * Create new navigation property to externalPartners for deviceManagement
+ * Create a new cloudPcExternalPartner object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExternalPartner body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +111,7 @@ public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExte
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartner::createFromDiscriminatorValue);
}
/**
- * Get externalPartners from deviceManagement
+ * Get a list of the cloudPcExternalPartner objects and their properties.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get externalPartners from deviceManagement
+ * Get a list of the cloudPcExternalPartner objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to externalPartners for deviceManagement
+ * Create a new cloudPcExternalPartner object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to externalPartners for deviceManagement
+ * Create a new cloudPcExternalPartner object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public ExternalPartnersRequestBuilder withUrl(@jakarta.annotation.Nonnull final
return new ExternalPartnersRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get externalPartners from deviceManagement
+ * Get a list of the cloudPcExternalPartner objects and their properties.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/item/CloudPcExternalPartnerItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/item/CloudPcExternalPartnerItemRequestBuilder.java
index d5623f3d7a0..391f78ea299 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/item/CloudPcExternalPartnerItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/item/CloudPcExternalPartnerItemRequestBuilder.java
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get externalPartners from deviceManagement
+ * Read the properties and relationships of a cloudPcExternalPartner object.
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner get() {
return get(null);
}
/**
- * Get externalPartners from deviceManagement
+ * Read the properties and relationships of a cloudPcExternalPartner object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -77,21 +79,23 @@ public CloudPcExternalPartner get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartner::createFromDiscriminatorValue);
}
/**
- * Update the navigation property externalPartners in deviceManagement
+ * Update the properties of a cloudPcExternalPartner object.
* @param body The request body
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner patch(@jakarta.annotation.Nonnull final CloudPcExternalPartner body) {
return patch(body, null);
}
/**
- * Update the navigation property externalPartners in deviceManagement
+ * Update the properties of a cloudPcExternalPartner object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExternalPartner}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CloudPcExternalPartner patch(@jakarta.annotation.Nonnull final CloudPcExternalPartner body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -122,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get externalPartners from deviceManagement
+ * Read the properties and relationships of a cloudPcExternalPartner object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get externalPartners from deviceManagement
+ * Read the properties and relationships of a cloudPcExternalPartner object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property externalPartners in deviceManagement
+ * Update the properties of a cloudPcExternalPartner object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the navigation property externalPartners in deviceManagement
+ * Update the properties of a cloudPcExternalPartner object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -182,7 +186,7 @@ public CloudPcExternalPartnerItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get externalPartners from deviceManagement
+ * Read the properties and relationships of a cloudPcExternalPartner object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/RiskPreventionRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/RiskPreventionRequestBuilder.java
index 7f334cc7fb9..7abb782cba1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/RiskPreventionRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/RiskPreventionRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get riskPrevention from identity
+ * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @return a {@link RiskPreventionContainer}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public RiskPreventionContainer get() {
return get(null);
}
/**
- * Get riskPrevention from identity
+ * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RiskPreventionContainer}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get riskPrevention from identity
+ * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get riskPrevention from identity
+ * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public RiskPreventionRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get riskPrevention from identity
+ * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/FraudProtectionProvidersRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/FraudProtectionProvidersRequestBuilder.java
index 88af7bde7bd..079db451961 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/FraudProtectionProvidersRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/FraudProtectionProvidersRequestBuilder.java
@@ -60,7 +60,7 @@ public FraudProtectionProvidersRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/identity/riskPrevention/fraudProtectionProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @return a {@link FraudProtectionProviderCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public FraudProtectionProviderCollectionResponse get() {
return get(null);
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FraudProtectionProviderCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -82,21 +82,23 @@ public FraudProtectionProviderCollectionResponse get(@jakarta.annotation.Nullabl
return this.requestAdapter.send(requestInfo, errorMapping, FraudProtectionProviderCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to fraudProtectionProviders for identity
+ * Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
* @param body The request body
* @return a {@link FraudProtectionProvider}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProtectionProvider body) {
return post(body, null);
}
/**
- * Create new navigation property to fraudProtectionProviders for identity
+ * Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FraudProtectionProvider}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProtectionProvider body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -107,7 +109,7 @@ public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProte
return this.requestAdapter.send(requestInfo, errorMapping, FraudProtectionProvider::createFromDiscriminatorValue);
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -127,7 +129,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to fraudProtectionProviders for identity
+ * Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -136,7 +138,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to fraudProtectionProviders for identity
+ * Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -161,7 +163,7 @@ public FraudProtectionProvidersRequestBuilder withUrl(@jakarta.annotation.Nonnul
return new FraudProtectionProvidersRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/item/FraudProtectionProviderItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/item/FraudProtectionProviderItemRequestBuilder.java
index 44553e0afbf..1ce2aa8eaae 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/item/FraudProtectionProviderItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/item/FraudProtectionProviderItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @return a {@link FraudProtectionProvider}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public FraudProtectionProvider get() {
return get(null);
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FraudProtectionProvider}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public FraudProtectionProviderItemRequestBuilder withUrl(@jakarta.annotation.Non
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get fraudProtectionProviders from identity
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/deleteditems/workflows/item/executionscope/ExecutionScopeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/deleteditems/workflows/item/executionscope/ExecutionScopeRequestBuilder.java
index 6846b8927bc..dc440ac9ce2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/deleteditems/workflows/item/executionscope/ExecutionScopeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/deleteditems/workflows/item/executionscope/ExecutionScopeRequestBuilder.java
@@ -59,7 +59,7 @@ public ExecutionScopeRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/executionScope{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link UserProcessingResultCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -68,7 +68,7 @@ public UserProcessingResultCollectionResponse get() {
return get(null);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserProcessingResultCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -81,7 +81,7 @@ public UserProcessingResultCollectionResponse get(@jakarta.annotation.Nullable f
return this.requestAdapter.send(requestInfo, errorMapping, UserProcessingResultCollectionResponse::createFromDiscriminatorValue);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -89,7 +89,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -111,7 +111,7 @@ public ExecutionScopeRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
return new ExecutionScopeRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/deleteditems/workflows/item/executionscope/item/UserProcessingResultItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/deleteditems/workflows/item/executionscope/item/UserProcessingResultItemRequestBuilder.java
index 01b1e1b526f..7c61f7bea42 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/deleteditems/workflows/item/executionscope/item/UserProcessingResultItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/deleteditems/workflows/item/executionscope/item/UserProcessingResultItemRequestBuilder.java
@@ -37,7 +37,7 @@ public UserProcessingResultItemRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/executionScope/{userProcessingResult%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link UserProcessingResult}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -46,7 +46,7 @@ public UserProcessingResult get() {
return get(null);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserProcessingResult}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -59,7 +59,7 @@ public UserProcessingResult get(@jakarta.annotation.Nullable final java.util.fun
return this.requestAdapter.send(requestInfo, errorMapping, UserProcessingResult::createFromDiscriminatorValue);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -89,7 +89,7 @@ public UserProcessingResultItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
return new UserProcessingResultItemRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/workflows/item/executionscope/ExecutionScopeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/workflows/item/executionscope/ExecutionScopeRequestBuilder.java
index c71aa34cd1e..95a71b57bea 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/workflows/item/executionscope/ExecutionScopeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/workflows/item/executionscope/ExecutionScopeRequestBuilder.java
@@ -59,7 +59,7 @@ public ExecutionScopeRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/executionScope{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link UserProcessingResultCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -68,7 +68,7 @@ public UserProcessingResultCollectionResponse get() {
return get(null);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserProcessingResultCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -81,7 +81,7 @@ public UserProcessingResultCollectionResponse get(@jakarta.annotation.Nullable f
return this.requestAdapter.send(requestInfo, errorMapping, UserProcessingResultCollectionResponse::createFromDiscriminatorValue);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -89,7 +89,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -111,7 +111,7 @@ public ExecutionScopeRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
return new ExecutionScopeRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/workflows/item/executionscope/item/UserProcessingResultItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/workflows/item/executionscope/item/UserProcessingResultItemRequestBuilder.java
index 39e6518f0d5..dade7b2abae 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/workflows/item/executionscope/item/UserProcessingResultItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/workflows/item/executionscope/item/UserProcessingResultItemRequestBuilder.java
@@ -37,7 +37,7 @@ public UserProcessingResultItemRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/executionScope/{userProcessingResult%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link UserProcessingResult}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -46,7 +46,7 @@ public UserProcessingResult get() {
return get(null);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserProcessingResult}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -59,7 +59,7 @@ public UserProcessingResult get(@jakarta.annotation.Nullable final java.util.fun
return this.requestAdapter.send(requestInfo, errorMapping, UserProcessingResult::createFromDiscriminatorValue);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -89,7 +89,7 @@ public UserProcessingResultItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
return new UserProcessingResultItemRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * The list of users that meet the workflowExecutionConditions of a workflow.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json b/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
index 0cc4b682636..30a89adcdf7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
+++ b/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
@@ -1,5 +1,5 @@
{
- "descriptionHash": "F2C5ED6C8B2FD4B16893049E6068C2C92DE33A33B457676A7B43C60DF09A4248608BD4D1929DAD9C69017AD4D6724FE0D1C5FBE9CE92271AFFDE28EB8DFBCDBB",
+ "descriptionHash": "96DE572AA9511C83B3F1C8B9E3AAA4EB220A39A3302075B70AB2DB8AF1AA3E6F8B2D64C3BA2CEC0615DAD94372C20B630586FD26B013F857011140F044592AA4",
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.29.0",
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ArkoseFraudProtectionProvider.java b/src/main/java/com/microsoft/graph/beta/generated/models/ArkoseFraudProtectionProvider.java
index 7e895e55ce0..690e43f8869 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ArkoseFraudProtectionProvider.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ArkoseFraudProtectionProvider.java
@@ -26,7 +26,7 @@ public static ArkoseFraudProtectionProvider createFromDiscriminatorValue(@jakart
return new ArkoseFraudProtectionProvider();
}
/**
- * Gets the clientSubDomain property value. The clientSubDomain property
+ * Gets the clientSubDomain property value. Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -47,7 +47,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the privateKey property value. The privateKey property
+ * Gets the privateKey property value. The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -55,7 +55,7 @@ public String getPrivateKey() {
return this.backingStore.get("privateKey");
}
/**
- * Gets the publicKey property value. The publicKey property
+ * Gets the publicKey property value. The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -63,7 +63,7 @@ public String getPublicKey() {
return this.backingStore.get("publicKey");
}
/**
- * Gets the verifySubDomain property value. The verifySubDomain property
+ * Gets the verifySubDomain property value. Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -83,28 +83,28 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("verifySubDomain", this.getVerifySubDomain());
}
/**
- * Sets the clientSubDomain property value. The clientSubDomain property
+ * Sets the clientSubDomain property value. Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value.
* @param value Value to set for the clientSubDomain property.
*/
public void setClientSubDomain(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("clientSubDomain", value);
}
/**
- * Sets the privateKey property value. The privateKey property
+ * Sets the privateKey property value. The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.
* @param value Value to set for the privateKey property.
*/
public void setPrivateKey(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("privateKey", value);
}
/**
- * Sets the publicKey property value. The publicKey property
+ * Sets the publicKey property value. The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.
* @param value Value to set for the publicKey property.
*/
public void setPublicKey(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("publicKey", value);
}
/**
- * Sets the verifySubDomain property value. The verifySubDomain property
+ * Sets the verifySubDomain property value. Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value.
* @param value Value to set for the verifySubDomain property.
*/
public void setVerifySubDomain(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationEventListener.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationEventListener.java
index 0a32a76d799..291431a2461 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationEventListener.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationEventListener.java
@@ -57,7 +57,7 @@ public AuthenticationConditions getConditions() {
return this.backingStore.get("conditions");
}
/**
- * Gets the displayName property value. The displayName property
+ * Gets the displayName property value. The display name of the listener.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -112,7 +112,7 @@ public void setConditions(@jakarta.annotation.Nullable final AuthenticationCondi
this.backingStore.set("conditions", value);
}
/**
- * Sets the displayName property value. The displayName property
+ * Sets the displayName property value. The display name of the listener.
* @param value Value to set for the displayName property.
*/
public void setDisplayName(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcExternalPartner.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcExternalPartner.java
index 05f12061c93..920121bb79d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcExternalPartner.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcExternalPartner.java
@@ -34,7 +34,7 @@ public CloudPcExternalPartnerStatus getConnectionStatus() {
return this.backingStore.get("connectionStatus");
}
/**
- * Gets the enableConnection property value. The enableConnection property
+ * Gets the enableConnection property value. Enable or disable the connection to an external partner. If true, an external partner API accepts incoming calls from external partners. Required. Supports $filter (eq).
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -56,7 +56,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the lastSyncDateTime property value. The lastSyncDateTime property
+ * Gets the lastSyncDateTime property value. Last data sync time for this external partner. The timeStamp type represents date and time information in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'.
* @return a {@link OffsetDateTime}
*/
@jakarta.annotation.Nullable
@@ -64,7 +64,7 @@ public OffsetDateTime getLastSyncDateTime() {
return this.backingStore.get("lastSyncDateTime");
}
/**
- * Gets the partnerId property value. The partnerId property
+ * Gets the partnerId property value. The partner identifier used to identify the external partner. When the Cloud PC service is ready to integrate with a new external partner, it generates a GUID to represent this partner. The Cloud PC service provides this partner ID to the partner, which can then use it to call this Microsoft Graph API and external partner APIs. Read-only.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -72,7 +72,7 @@ public String getPartnerId() {
return this.backingStore.get("partnerId");
}
/**
- * Gets the statusDetails property value. The statusDetails property
+ * Gets the statusDetails property value. Status details message. Read-only.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -100,28 +100,28 @@ public void setConnectionStatus(@jakarta.annotation.Nullable final CloudPcExtern
this.backingStore.set("connectionStatus", value);
}
/**
- * Sets the enableConnection property value. The enableConnection property
+ * Sets the enableConnection property value. Enable or disable the connection to an external partner. If true, an external partner API accepts incoming calls from external partners. Required. Supports $filter (eq).
* @param value Value to set for the enableConnection property.
*/
public void setEnableConnection(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("enableConnection", value);
}
/**
- * Sets the lastSyncDateTime property value. The lastSyncDateTime property
+ * Sets the lastSyncDateTime property value. Last data sync time for this external partner. The timeStamp type represents date and time information in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'.
* @param value Value to set for the lastSyncDateTime property.
*/
public void setLastSyncDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
this.backingStore.set("lastSyncDateTime", value);
}
/**
- * Sets the partnerId property value. The partnerId property
+ * Sets the partnerId property value. The partner identifier used to identify the external partner. When the Cloud PC service is ready to integrate with a new external partner, it generates a GUID to represent this partner. The Cloud PC service provides this partner ID to the partner, which can then use it to call this Microsoft Graph API and external partner APIs. Read-only.
* @param value Value to set for the partnerId property.
*/
public void setPartnerId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("partnerId", value);
}
/**
- * Sets the statusDetails property value. The statusDetails property
+ * Sets the statusDetails property value. Status details message. Read-only.
* @param value Value to set for the statusDetails property.
*/
public void setStatusDetails(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Domain.java b/src/main/java/com/microsoft/graph/beta/generated/models/Domain.java
index baa51e4e2a5..0cbe5c4af9a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Domain.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Domain.java
@@ -25,7 +25,7 @@ public static Domain createFromDiscriminatorValue(@jakarta.annotation.Nonnull fi
return new Domain();
}
/**
- * Gets the authenticationType property value. Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable. To update this property in delegated scenarios, the calling app must be assigned the Directory.AccessAsUser.All delegated permission.
+ * Gets the authenticationType property value. Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable. To update this property in delegated scenarios, the calling app must be assigned the Domain-InternalFederation.ReadWrite.All permission.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -212,7 +212,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("verificationDnsRecords", this.getVerificationDnsRecords());
}
/**
- * Sets the authenticationType property value. Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable. To update this property in delegated scenarios, the calling app must be assigned the Directory.AccessAsUser.All delegated permission.
+ * Sets the authenticationType property value. Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable. To update this property in delegated scenarios, the calling app must be assigned the Domain-InternalFederation.ReadWrite.All permission.
* @param value Value to set for the authenticationType property.
*/
public void setAuthenticationType(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java b/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
index 5c63273e7c0..eb38ad4c1f8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
@@ -15,6 +15,7 @@
import com.microsoft.graph.beta.models.ediscovery.CaseExportOperation;
import com.microsoft.graph.beta.models.ediscovery.CaseHoldOperation;
import com.microsoft.graph.beta.models.ediscovery.CaseIndexOperation;
+import com.microsoft.graph.beta.models.ediscovery.CaseOperation;
import com.microsoft.graph.beta.models.ediscovery.CaseSettings;
import com.microsoft.graph.beta.models.ediscovery.Custodian;
import com.microsoft.graph.beta.models.ediscovery.Ediscoveryroot;
@@ -27,6 +28,7 @@
import com.microsoft.graph.beta.models.ediscovery.SiteSource;
import com.microsoft.graph.beta.models.ediscovery.SourceCollection;
import com.microsoft.graph.beta.models.ediscovery.TagOperation;
+import com.microsoft.graph.beta.models.ediscovery.UnifiedGroupSource;
import com.microsoft.graph.beta.models.ediscovery.UserSource;
import com.microsoft.graph.beta.models.externalconnectors.ConnectionOperation;
import com.microsoft.graph.beta.models.externalconnectors.ConnectionQuota;
@@ -114,6 +116,7 @@
import com.microsoft.graph.beta.models.managedtenants.TenantTag;
import com.microsoft.graph.beta.models.managedtenants.WindowsDeviceMalwareState;
import com.microsoft.graph.beta.models.managedtenants.WindowsProtectionState;
+import com.microsoft.graph.beta.models.networkaccess.Alert;
import com.microsoft.graph.beta.models.networkaccess.BranchSite;
import com.microsoft.graph.beta.models.networkaccess.ConditionalAccessPolicy;
import com.microsoft.graph.beta.models.networkaccess.ConditionalAccessSettings;
@@ -181,7 +184,6 @@
import com.microsoft.graph.beta.models.search.Bookmark;
import com.microsoft.graph.beta.models.search.Qna;
import com.microsoft.graph.beta.models.search.SearchAnswer;
-import com.microsoft.graph.beta.models.security.Alert;
import com.microsoft.graph.beta.models.security.AnalyzedEmail;
import com.microsoft.graph.beta.models.security.Article;
import com.microsoft.graph.beta.models.security.ArticleIndicator;
@@ -190,7 +192,6 @@
import com.microsoft.graph.beta.models.security.AuditLogQuery;
import com.microsoft.graph.beta.models.security.AuditLogRecord;
import com.microsoft.graph.beta.models.security.AuthorityTemplate;
-import com.microsoft.graph.beta.models.security.CaseOperation;
import com.microsoft.graph.beta.models.security.CasesRoot;
import com.microsoft.graph.beta.models.security.CategoryTemplate;
import com.microsoft.graph.beta.models.security.CitationTemplate;
@@ -283,7 +284,6 @@
import com.microsoft.graph.beta.models.security.TriggersRoot;
import com.microsoft.graph.beta.models.security.TriggerTypesRoot;
import com.microsoft.graph.beta.models.security.UnclassifiedArtifact;
-import com.microsoft.graph.beta.models.security.UnifiedGroupSource;
import com.microsoft.graph.beta.models.security.UrlThreatSubmission;
import com.microsoft.graph.beta.models.security.User;
import com.microsoft.graph.beta.models.security.Vulnerability;
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/FraudProtectionProvider.java b/src/main/java/com/microsoft/graph/beta/generated/models/FraudProtectionProvider.java
index ee1b13cdf23..7cbdb220877 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/FraudProtectionProvider.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/FraudProtectionProvider.java
@@ -33,7 +33,7 @@ public static FraudProtectionProvider createFromDiscriminatorValue(@jakarta.anno
return new FraudProtectionProvider();
}
/**
- * Gets the displayName property value. The displayName property
+ * Gets the displayName property value. The display name of the fraud protection provider configuration.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -60,7 +60,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("displayName", this.getDisplayName());
}
/**
- * Sets the displayName property value. The displayName property
+ * Sets the displayName property value. The display name of the fraud protection provider configuration.
* @param value Value to set for the displayName property.
*/
public void setDisplayName(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/HumanSecurityFraudProtectionProvider.java b/src/main/java/com/microsoft/graph/beta/generated/models/HumanSecurityFraudProtectionProvider.java
index 825e44e537c..d50aeb3c565 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/HumanSecurityFraudProtectionProvider.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/HumanSecurityFraudProtectionProvider.java
@@ -26,7 +26,7 @@ public static HumanSecurityFraudProtectionProvider createFromDiscriminatorValue(
return new HumanSecurityFraudProtectionProvider();
}
/**
- * Gets the appId property value. The appId property
+ * Gets the appId property value. Unique identifier for an individual application. You can retrieve this from the HUMAN Security admin console or request it from your HUMAN Security Customer Success Manager.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -45,7 +45,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the serverToken property value. The serverToken property
+ * Gets the serverToken property value. Unique identifier used to authenticate API calls between the Server side integration and the HUMAN platform. You can retrieve this from the HUMAN Security admin console or request it from your HUMAN Security Customer Success Manager.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -63,14 +63,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("serverToken", this.getServerToken());
}
/**
- * Sets the appId property value. The appId property
+ * Sets the appId property value. Unique identifier for an individual application. You can retrieve this from the HUMAN Security admin console or request it from your HUMAN Security Customer Success Manager.
* @param value Value to set for the appId property.
*/
public void setAppId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("appId", value);
}
/**
- * Sets the serverToken property value. The serverToken property
+ * Sets the serverToken property value. Unique identifier used to authenticate API calls between the Server side integration and the HUMAN platform. You can retrieve this from the HUMAN Security admin console or request it from your HUMAN Security Customer Success Manager.
* @param value Value to set for the serverToken property.
*/
public void setServerToken(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IdentityContainer.java b/src/main/java/com/microsoft/graph/beta/generated/models/IdentityContainer.java
index 5f17f6d20ff..7db7f1c0a49 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IdentityContainer.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IdentityContainer.java
@@ -158,7 +158,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the riskPrevention property value. The riskPrevention property
+ * Gets the riskPrevention property value. Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @return a {@link RiskPreventionContainer}
*/
@jakarta.annotation.Nullable
@@ -288,7 +288,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the riskPrevention property value. The riskPrevention property
+ * Sets the riskPrevention property value. Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
* @param value Value to set for the riskPrevention property.
*/
public void setRiskPrevention(@jakarta.annotation.Nullable final RiskPreventionContainer value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnFraudProtectionLoadStartExternalUsersAuthHandler.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnFraudProtectionLoadStartExternalUsersAuthHandler.java
index c699fec2996..9b39abfa045 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/OnFraudProtectionLoadStartExternalUsersAuthHandler.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnFraudProtectionLoadStartExternalUsersAuthHandler.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the signUp property value. The signUp property
+ * Gets the signUp property value. Specifies the configuration of the fraud protection configuration for sign-up events.
* @return a {@link FraudProtectionConfiguration}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("signUp", this.getSignUp());
}
/**
- * Sets the signUp property value. The signUp property
+ * Sets the signUp property value. Specifies the configuration of the fraud protection configuration for sign-up events.
* @param value Value to set for the signUp property.
*/
public void setSignUp(@jakarta.annotation.Nullable final FraudProtectionConfiguration value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnFraudProtectionLoadStartListener.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnFraudProtectionLoadStartListener.java
index 63a23fbb4a1..3f55aef733b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/OnFraudProtectionLoadStartListener.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnFraudProtectionLoadStartListener.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the handler property value. The handler property
+ * Gets the handler property value. Configuration for what to invoke if the event resolves to this listener.
* @return a {@link OnFraudProtectionLoadStartHandler}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("handler", this.getHandler());
}
/**
- * Sets the handler property value. The handler property
+ * Sets the handler property value. Configuration for what to invoke if the event resolves to this listener.
* @param value Value to set for the handler property.
*/
public void setHandler(@jakarta.annotation.Nullable final OnFraudProtectionLoadStartHandler value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RiskPreventionContainer.java b/src/main/java/com/microsoft/graph/beta/generated/models/RiskPreventionContainer.java
index 7b99f7acbc0..bdc974b73ce 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/RiskPreventionContainer.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/RiskPreventionContainer.java
@@ -67,7 +67,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the fraudProtectionProviders property value. The fraudProtectionProviders property
+ * Gets the fraudProtectionProviders property value. Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -108,7 +108,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the fraudProtectionProviders property value. The fraudProtectionProviders property
+ * Sets the fraudProtectionProviders property value. Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
* @param value Value to set for the fraudProtectionProviders property.
*/
public void setFraudProtectionProviders(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/VirtualEndpoint.java b/src/main/java/com/microsoft/graph/beta/generated/models/VirtualEndpoint.java
index 4ded36262fa..2e5a2acabd4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/VirtualEndpoint.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/VirtualEndpoint.java
@@ -73,7 +73,7 @@ public java.util.List getDeviceImages() {
return this.backingStore.get("deviceImages");
}
/**
- * Gets the externalPartners property value. The externalPartners property
+ * Gets the externalPartners property value. The external partners on a Cloud PC.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -264,7 +264,7 @@ public void setDeviceImages(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/identitygovernance/Workflow.java b/src/main/java/com/microsoft/graph/beta/generated/models/identitygovernance/Workflow.java
index 133899e246e..d3ba8e598af 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/identitygovernance/Workflow.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/identitygovernance/Workflow.java
@@ -35,7 +35,7 @@ public OffsetDateTime getDeletedDateTime() {
return this.backingStore.get("deletedDateTime");
}
/**
- * Gets the executionScope property value. The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * Gets the executionScope property value. The list of users that meet the workflowExecutionConditions of a workflow.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -141,7 +141,7 @@ public void setDeletedDateTime(@jakarta.annotation.Nullable final OffsetDateTime
this.backingStore.set("deletedDateTime", value);
}
/**
- * Sets the executionScope property value. The unique identifier of the Microsoft Entra identity that last modified the workflow object.
+ * Sets the executionScope property value. The list of users that meet the workflowExecutionConditions of a workflow.
* @param value Value to set for the executionScope property.
*/
public void setExecutionScope(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/security/CaseOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/security/CaseOperation.java
index fc3b7caf9bd..dccc9ee5e9d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/security/CaseOperation.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/security/CaseOperation.java
@@ -44,7 +44,7 @@ public static CaseOperation createFromDiscriminatorValue(@jakarta.annotation.Non
return new CaseOperation();
}
/**
- * Gets the action property value. The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult.
+ * Gets the action property value. The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.
* @return a {@link CaseAction}
*/
@jakarta.annotation.Nullable
@@ -108,7 +108,7 @@ public ResultInfo getResultInfo() {
return this.backingStore.get("resultInfo");
}
/**
- * Gets the status property value. The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed.
+ * Gets the status property value. The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.
* @return a {@link CaseOperationStatus}
*/
@jakarta.annotation.Nullable
@@ -131,7 +131,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("status", this.getStatus());
}
/**
- * Sets the action property value. The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult.
+ * Sets the action property value. The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.
* @param value Value to set for the action property.
*/
public void setAction(@jakarta.annotation.Nullable final CaseAction value) {
@@ -173,7 +173,7 @@ public void setResultInfo(@jakarta.annotation.Nullable final ResultInfo value) {
this.backingStore.set("resultInfo", value);
}
/**
- * Sets the status property value. The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed.
+ * Sets the status property value. The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final CaseOperationStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/security/EdiscoveryHoldPolicySyncOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/security/EdiscoveryHoldPolicySyncOperation.java
index 429bd884b64..3f113423ba5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/security/EdiscoveryHoldPolicySyncOperation.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/security/EdiscoveryHoldPolicySyncOperation.java
@@ -35,7 +35,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the reportFileMetadata property value. The reportFileMetadata property
+ * Gets the reportFileMetadata property value. Contains the properties for report file metadata, including downloadUrl, fileName, and size.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -52,7 +52,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("reportFileMetadata", this.getReportFileMetadata());
}
/**
- * Sets the reportFileMetadata property value. The reportFileMetadata property
+ * Sets the reportFileMetadata property value. Contains the properties for report file metadata, including downloadUrl, fileName, and size.
* @param value Value to set for the reportFileMetadata property.
*/
public void setReportFileMetadata(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/places/graphroom/GraphRoomRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/places/graphroom/GraphRoomRequestBuilder.java
index 0714bd7da1a..71ae58aaf4b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/places/graphroom/GraphRoomRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/places/graphroom/GraphRoomRequestBuilder.java
@@ -46,7 +46,7 @@ public GraphRoomRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/places/graph.room{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
+ * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
* @return a {@link RoomCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -56,7 +56,7 @@ public RoomCollectionResponse get() {
return get(null);
}
/**
- * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
+ * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RoomCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -70,7 +70,7 @@ public RoomCollectionResponse get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, RoomCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
+ * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -78,7 +78,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
+ * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -100,7 +100,7 @@ public GraphRoomRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new GraphRoomRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
+ * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/places/item/graphroom/GraphRoomRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/places/item/graphroom/GraphRoomRequestBuilder.java
index e3443225253..bd860535eea 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/places/item/graphroom/GraphRoomRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/places/item/graphroom/GraphRoomRequestBuilder.java
@@ -46,7 +46,7 @@ public GraphRoomRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/places/{place%2Did}/graph.room{?%24expand,%24select}", rawUrl);
}
/**
- * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
+ * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
* @return a {@link Room}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -56,7 +56,7 @@ public Room get() {
return get(null);
}
/**
- * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
+ * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Room}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -70,7 +70,7 @@ public Room get(@jakarta.annotation.Nullable final java.util.function.Consumer