diff --git a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java index 2bd002ef272..4649d3f8ba8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java @@ -60,21 +60,21 @@ public FederatedIdentityCredentialsRequestBuilder(@jakarta.annotation.Nonnull fi super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Get a list of the federatedIdentityCredential objects and their properties. + * Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint. * @return a {@link FederatedIdentityCredentialCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public FederatedIdentityCredentialCollectionResponse get() { return get(null); } /** - * Get a list of the federatedIdentityCredential objects and their properties. + * Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link FederatedIdentityCredentialCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -84,23 +84,23 @@ public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nul return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredentialCollectionResponse::createFromDiscriminatorValue); } /** - * Create a new federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint 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 agentIdentityBlueprint. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint 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 or agent identity blueprint. * @param body The request body * @return a {@link FederatedIdentityCredential} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body) { return post(body, null); } /** - * Create a new federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint 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 agentIdentityBlueprint. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint 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 or agent identity blueprint. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link FederatedIdentityCredential} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -111,7 +111,7 @@ public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final Federa return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue); } /** - * Get a list of the federatedIdentityCredential objects and their properties. + * Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get a list of the federatedIdentityCredential objects and their properties. + * Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint. * @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 federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint 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 agentIdentityBlueprint. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint 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 or agent identity blueprint. * @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 federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint 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 agentIdentityBlueprint. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint 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 or agent identity blueprint. * @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 FederatedIdentityCredentialsRequestBuilder withUrl(@jakarta.annotation.No return new FederatedIdentityCredentialsRequestBuilder(rawUrl, requestAdapter); } /** - * Get a list of the federatedIdentityCredential objects and their properties. + * Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java index d1e76eb6906..a988a89d331 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java @@ -37,7 +37,7 @@ public FederatedIdentityCredentialItemRequestBuilder(@jakarta.annotation.Nonnull super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24expand,%24select}", rawUrl); } /** - * Deletes a federatedIdentityCredential object from an application. + * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint. * @throws ODataError When receiving a 4XX or 5XX status code * @see Find more info here */ @@ -45,7 +45,7 @@ public void delete() { delete(null); } /** - * Deletes a federatedIdentityCredential object from an application. + * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint. * @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 @@ -57,7 +57,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. * @return a {@link FederatedIdentityCredential} * @throws ODataError When receiving a 4XX or 5XX status code * @see Find more info here @@ -67,7 +67,7 @@ public FederatedIdentityCredential get() { return get(null); } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link FederatedIdentityCredential} * @throws ODataError When receiving a 4XX or 5XX status code @@ -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 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. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint 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 or agentIdentityBlueprint 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 or agentIdentityBlueprint. * @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 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. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint 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 or agentIdentityBlueprint 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 or agentIdentityBlueprint. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link FederatedIdentityCredential} @@ -108,7 +108,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue); } /** - * Deletes a federatedIdentityCredential object from an application. + * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -116,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() { return toDeleteRequestInformation(null); } /** - * Deletes a federatedIdentityCredential object from an application. + * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * 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. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint 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 or agentIdentityBlueprint 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 or agentIdentityBlueprint. * @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 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. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint 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 or agentIdentityBlueprint 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 or agentIdentityBlueprint. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} @@ -188,7 +188,7 @@ public FederatedIdentityCredentialItemRequestBuilder withUrl(@jakarta.annotation public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java index b3281458405..80e42a16378 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java @@ -39,7 +39,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder(@jakarta.annotation.No super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials(name='{name}'){?%24expand,%24select}", rawUrl); } /** - * Deletes a federatedIdentityCredential object from an application. + * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint. * @throws ODataError When receiving a 4XX or 5XX status code * @see Find more info here */ @@ -47,7 +47,7 @@ public void delete() { delete(null); } /** - * Deletes a federatedIdentityCredential object from an application. + * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint. * @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 @@ -59,7 +59,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. * @return a {@link FederatedIdentityCredential} * @throws ODataError When receiving a 4XX or 5XX status code * @see Find more info here @@ -69,7 +69,7 @@ public FederatedIdentityCredential get() { return get(null); } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link FederatedIdentityCredential} * @throws ODataError When receiving a 4XX or 5XX status code @@ -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 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. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint 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 or agentIdentityBlueprint 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 or agentIdentityBlueprint. * @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 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. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint 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 or agentIdentityBlueprint 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 or agentIdentityBlueprint. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link FederatedIdentityCredential} @@ -110,7 +110,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue); } /** - * Deletes a federatedIdentityCredential object from an application. + * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -118,7 +118,7 @@ public RequestInformation toDeleteRequestInformation() { return toDeleteRequestInformation(null); } /** - * Deletes a federatedIdentityCredential object from an application. + * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -130,7 +130,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -138,7 +138,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -150,7 +150,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * 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. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint 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 or agentIdentityBlueprint 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 or agentIdentityBlueprint. * @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 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. + * Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint 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 or agentIdentityBlueprint 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 or agentIdentityBlueprint. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} @@ -190,7 +190,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder withUrl(@jakarta.annot public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/chats/item/completemigration/CompleteMigrationRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/completemigration/CompleteMigrationRequestBuilder.java index 8fa0c09c602..60524a5283a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/completemigration/CompleteMigrationRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/completemigration/CompleteMigrationRequestBuilder.java @@ -35,16 +35,18 @@ public CompleteMigrationRequestBuilder(@jakarta.annotation.Nonnull final String super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/completeMigration", rawUrl); } /** - * Invoke action completeMigration + * Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types. * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ public void post() { post(null); } /** - * Invoke action completeMigration + * Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { final RequestInformation requestInfo = toPostRequestInformation(requestConfiguration); @@ -53,7 +55,7 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer< this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Invoke action completeMigration + * Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -61,7 +63,7 @@ public RequestInformation toPostRequestInformation() { return toPostRequestInformation(null); } /** - * Invoke action completeMigration + * Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ diff --git a/src/main/java/com/microsoft/graph/beta/generated/directory/certificateauthorities/certificatebasedapplicationconfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/directory/certificateauthorities/certificatebasedapplicationconfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.java index 70cbd945dcf..0a7516f6e92 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/directory/certificateauthorities/certificatebasedapplicationconfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/directory/certificateauthorities/certificatebasedapplicationconfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.java @@ -84,21 +84,23 @@ public CertificateBasedApplicationConfigurationCollectionResponse get(@jakarta.a return this.requestAdapter.send(requestInfo, errorMapping, CertificateBasedApplicationConfigurationCollectionResponse::createFromDiscriminatorValue); } /** - * Create new navigation property to certificateBasedApplicationConfigurations for directory + * Create a new certificateBasedApplicationConfiguration object. * @param body The request body * @return a {@link CertificateBasedApplicationConfiguration} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public CertificateBasedApplicationConfiguration post(@jakarta.annotation.Nonnull final CertificateBasedApplicationConfiguration body) { return post(body, null); } /** - * Create new navigation property to certificateBasedApplicationConfigurations for directory + * Create a new certificateBasedApplicationConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link CertificateBasedApplicationConfiguration} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public CertificateBasedApplicationConfiguration post(@jakarta.annotation.Nonnull final CertificateBasedApplicationConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -129,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Create new navigation property to certificateBasedApplicationConfigurations for directory + * Create a new certificateBasedApplicationConfiguration object. * @param body The request body * @return a {@link RequestInformation} */ @@ -138,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Create new navigation property to certificateBasedApplicationConfigurations for directory + * Create a new certificateBasedApplicationConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/completemigration/CompleteMigrationRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/completemigration/CompleteMigrationRequestBuilder.java index aa0d37f4479..d99962ed932 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/completemigration/CompleteMigrationRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/completemigration/CompleteMigrationRequestBuilder.java @@ -35,7 +35,7 @@ public CompleteMigrationRequestBuilder(@jakarta.annotation.Nonnull final String super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/completeMigration", rawUrl); } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response. + * Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types. * @throws ODataError When receiving a 4XX or 5XX status code * @see Find more info here */ @@ -43,7 +43,7 @@ public void post() { post(null); } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response. + * Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types. * @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); } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response. + * Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -63,7 +63,7 @@ public RequestInformation toPostRequestInformation() { return toPostRequestInformation(null); } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response. + * Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/completemigration/CompleteMigrationRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/completemigration/CompleteMigrationRequestBuilder.java index ca0ba70f701..456233c681f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/completemigration/CompleteMigrationRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/completemigration/CompleteMigrationRequestBuilder.java @@ -35,7 +35,7 @@ public CompleteMigrationRequestBuilder(@jakarta.annotation.Nonnull final String super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/completeMigration", rawUrl); } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response. + * Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types. * @throws ODataError When receiving a 4XX or 5XX status code * @see Find more info here */ @@ -43,7 +43,7 @@ public void post() { post(null); } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response. + * Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types. * @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); } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response. + * Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -63,7 +63,7 @@ public RequestInformation toPostRequestInformation() { return toPostRequestInformation(null); } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response. + * Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/EntitlementManagementRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/EntitlementManagementRequestBuilder.java index 8fd77a32b09..8b60688f0e4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/EntitlementManagementRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/EntitlementManagementRequestBuilder.java @@ -17,6 +17,7 @@ import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.assignmentrequests.AssignmentRequestsRequestBuilder; import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.availableaccesspackages.AvailableAccessPackagesRequestBuilder; import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorganizations.ConnectedOrganizationsRequestBuilder; +import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder; import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.settings.SettingsRequestBuilder; import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.subjects.SubjectsRequestBuilder; import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.subjectswithobjectid.SubjectsWithObjectIdRequestBuilder; @@ -160,6 +161,14 @@ public AvailableAccessPackagesRequestBuilder availableAccessPackages() { public ConnectedOrganizationsRequestBuilder connectedOrganizations() { return new ConnectedOrganizationsRequestBuilder(pathParameters, requestAdapter); } + /** + * Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity. + * @return a {@link ControlConfigurationsRequestBuilder} + */ + @jakarta.annotation.Nonnull + public ControlConfigurationsRequestBuilder controlConfigurations() { + return new ControlConfigurationsRequestBuilder(pathParameters, requestAdapter); + } /** * Provides operations to manage the settings property of the microsoft.graph.entitlementManagement entity. * @return a {@link SettingsRequestBuilder} diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/ControlConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/ControlConfigurationsRequestBuilder.java new file mode 100644 index 00000000000..2796bb3763a --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/ControlConfigurationsRequestBuilder.java @@ -0,0 +1,276 @@ +package com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations; + +import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder; +import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder; +import com.microsoft.graph.beta.models.ControlConfiguration; +import com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse; +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.QueryParameters; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class ControlConfigurationsRequestBuilder extends BaseRequestBuilder { + /** + * Provides operations to count the resources in the collection. + * @return a {@link CountRequestBuilder} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @Deprecated + @jakarta.annotation.Nonnull + public CountRequestBuilder count() { + return new CountRequestBuilder(pathParameters, requestAdapter); + } + /** + * Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity. + * @param controlConfigurationId The unique identifier of controlConfiguration + * @return a {@link ControlConfigurationItemRequestBuilder} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public ControlConfigurationItemRequestBuilder byControlConfigurationId(@jakarta.annotation.Nonnull final String controlConfigurationId) { + Objects.requireNonNull(controlConfigurationId); + final HashMap urlTplParams = new HashMap(this.pathParameters); + urlTplParams.put("controlConfiguration%2Did", controlConfigurationId); + return new ControlConfigurationItemRequestBuilder(urlTplParams, requestAdapter); + } + /** + * Instantiates a new {@link ControlConfigurationsRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public ControlConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters); + } + /** + * Instantiates a new {@link ControlConfigurationsRequestBuilder} 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 ControlConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); + } + /** + * Represents the policies that control lifecycle and access to access packages across the organization. + * @return a {@link ControlConfigurationCollectionResponse} + * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nullable + @Deprecated + public ControlConfigurationCollectionResponse get() { + return get(null); + } + /** + * Represents the policies that control lifecycle and access to access packages across the organization. + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link ControlConfigurationCollectionResponse} + * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nullable + @Deprecated + public ControlConfigurationCollectionResponse 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, ControlConfigurationCollectionResponse::createFromDiscriminatorValue); + } + /** + * Create new navigation property to controlConfigurations for identityGovernance + * @param body The request body + * @return a {@link ControlConfiguration} + * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nullable + @Deprecated + public ControlConfiguration post(@jakarta.annotation.Nonnull final ControlConfiguration body) { + return post(body, null); + } + /** + * Create new navigation property to controlConfigurations for identityGovernance + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link ControlConfiguration} + * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nullable + @Deprecated + public ControlConfiguration post(@jakarta.annotation.Nonnull final ControlConfiguration 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, ControlConfiguration::createFromDiscriminatorValue); + } + /** + * Represents the policies that control lifecycle and access to access packages across the organization. + * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public RequestInformation toGetRequestInformation() { + return toGetRequestInformation(null); + } + /** + * Represents the policies that control lifecycle and access to access packages across the organization. + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters); + requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters); + requestInfo.headers.tryAdd("Accept", "application/json"); + return requestInfo; + } + /** + * Create new navigation property to controlConfigurations for identityGovernance + * @param body The request body + * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ControlConfiguration body) { + return toPostRequestInformation(body, null); + } + /** + * Create new navigation property to controlConfigurations for identityGovernance + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ControlConfiguration 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 ControlConfigurationsRequestBuilder} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public ControlConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new ControlConfigurationsRequestBuilder(rawUrl, requestAdapter); + } + /** + * Represents the policies that control lifecycle and access to access packages across the organization. + */ + @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/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/count/CountRequestBuilder.java new file mode 100644 index 00000000000..94ae47c5ff3 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/count/CountRequestBuilder.java @@ -0,0 +1,143 @@ +package com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.QueryParameters; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to count the resources in the collection. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class CountRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link CountRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public CountRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/$count{?%24filter,%24search}", pathParameters); + } + /** + * Instantiates a new {@link CountRequestBuilder} and sets the default values. + * @param rawUrl The raw URL to use for the request builder. + * @param requestAdapter The request adapter to use to execute the requests. + */ + public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/$count{?%24filter,%24search}", rawUrl); + } + /** + * Get the number of the resource + * @return a {@link Integer} + * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nullable + @Deprecated + public Integer get() { + return get(null); + } + /** + * Get the number of the resource + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link Integer} + * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nullable + @Deprecated + public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration); + final HashMap> errorMapping = new HashMap>(); + errorMapping.put("XXX", ODataError::createFromDiscriminatorValue); + return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Integer.class); + } + /** + * Get the number of the resource + * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public RequestInformation toGetRequestInformation() { + return toGetRequestInformation(null); + } + /** + * Get the number of the resource + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters); + requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters); + requestInfo.headers.tryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /** + * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + * @param rawUrl The raw URL to use for the request builder. + * @return a {@link CountRequestBuilder} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 + */ + @jakarta.annotation.Nonnull + @Deprecated + public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new CountRequestBuilder(rawUrl, requestAdapter); + } + /** + * Get the number of the resource + */ + @jakarta.annotation.Generated("com.microsoft.kiota") + public class GetQueryParameters implements QueryParameters { + /** + * Filter items by property values + */ + @jakarta.annotation.Nullable + public String filter; + /** + * Search items by search phrases + */ + @jakarta.annotation.Nullable + public String search; + /** + * Extracts the query parameters into a map for the URI template parsing. + * @return a {@link Map} + */ + @jakarta.annotation.Nonnull + public Map toQueryParameters() { + final Map allQueryParams = new HashMap(); + allQueryParams.put("%24filter", filter); + allQueryParams.put("%24search", search); + return allQueryParams; + } + } + /** + * Configuration for the request such as headers, query parameters, and middleware options. + */ + @jakarta.annotation.Generated("com.microsoft.kiota") + public class GetRequestConfiguration extends BaseRequestConfiguration { + /** + * Request query parameters + */ + @jakarta.annotation.Nullable + public GetQueryParameters queryParameters = new GetQueryParameters(); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/security/identities/settings/autoauditingconfiguration/AutoAuditingConfigurationRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/item/ControlConfigurationItemRequestBuilder.java similarity index 55% rename from src/main/java/com/microsoft/graph/beta/generated/security/identities/settings/autoauditingconfiguration/AutoAuditingConfigurationRequestBuilder.java rename to src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/item/ControlConfigurationItemRequestBuilder.java index 4e50f03d409..e80739bde12 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/security/identities/settings/autoauditingconfiguration/AutoAuditingConfigurationRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/item/ControlConfigurationItemRequestBuilder.java @@ -1,7 +1,7 @@ -package com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration; +package com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item; +import com.microsoft.graph.beta.models.ControlConfiguration; import com.microsoft.graph.beta.models.odataerrors.ODataError; -import com.microsoft.graph.beta.models.security.AutoAuditingConfiguration; import com.microsoft.kiota.BaseRequestBuilder; import com.microsoft.kiota.BaseRequestConfiguration; import com.microsoft.kiota.HttpMethod; @@ -16,38 +16,44 @@ import java.util.Map; import java.util.Objects; /** - * Provides operations to manage the autoAuditingConfiguration property of the microsoft.graph.security.settingsContainer entity. + * Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity. */ @jakarta.annotation.Generated("com.microsoft.kiota") -public class AutoAuditingConfigurationRequestBuilder extends BaseRequestBuilder { +public class ControlConfigurationItemRequestBuilder extends BaseRequestBuilder { /** - * Instantiates a new {@link AutoAuditingConfigurationRequestBuilder} and sets the default values. + * Instantiates a new {@link ControlConfigurationItemRequestBuilder} and sets the default values. * @param pathParameters Path parameters for the request * @param requestAdapter The request adapter to use to execute the requests. */ - public AutoAuditingConfigurationRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { - super(requestAdapter, "{+baseurl}/security/identities/settings/autoAuditingConfiguration{?%24expand,%24select}", pathParameters); + public ControlConfigurationItemRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/{controlConfiguration%2Did}{?%24expand,%24select}", pathParameters); } /** - * Instantiates a new {@link AutoAuditingConfigurationRequestBuilder} and sets the default values. + * Instantiates a new {@link ControlConfigurationItemRequestBuilder} 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 AutoAuditingConfigurationRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { - super(requestAdapter, "{+baseurl}/security/identities/settings/autoAuditingConfiguration{?%24expand,%24select}", rawUrl); + public ControlConfigurationItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/{controlConfiguration%2Did}{?%24expand,%24select}", rawUrl); } /** - * Delete navigation property autoAuditingConfiguration for security + * Delete navigation property controlConfigurations for identityGovernance * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ + @Deprecated public void delete() { delete(null); } /** - * Delete navigation property autoAuditingConfiguration for security + * Delete navigation property controlConfigurations for identityGovernance * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ + @Deprecated public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration); final HashMap> errorMapping = new HashMap>(); @@ -55,68 +61,84 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object. - * @return a {@link AutoAuditingConfiguration} + * Represents the policies that control lifecycle and access to access packages across the organization. + * @return a {@link ControlConfiguration} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nullable - public AutoAuditingConfiguration get() { + @Deprecated + public ControlConfiguration get() { return get(null); } /** - * Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object. + * Represents the policies that control lifecycle and access to access packages across the organization. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return a {@link AutoAuditingConfiguration} + * @return a {@link ControlConfiguration} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nullable - public AutoAuditingConfiguration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + @Deprecated + public ControlConfiguration 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, AutoAuditingConfiguration::createFromDiscriminatorValue); + return this.requestAdapter.send(requestInfo, errorMapping, ControlConfiguration::createFromDiscriminatorValue); } /** - * Update the navigation property autoAuditingConfiguration in security + * Update the navigation property controlConfigurations in identityGovernance * @param body The request body - * @return a {@link AutoAuditingConfiguration} + * @return a {@link ControlConfiguration} * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nullable - public AutoAuditingConfiguration patch(@jakarta.annotation.Nonnull final AutoAuditingConfiguration body) { - return patch(body, null); + @Deprecated + public ControlConfiguration put(@jakarta.annotation.Nonnull final ControlConfiguration body) { + return put(body, null); } /** - * Update the navigation property autoAuditingConfiguration in security + * Update the navigation property controlConfigurations in identityGovernance * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return a {@link AutoAuditingConfiguration} + * @return a {@link ControlConfiguration} * @throws ODataError When receiving a 4XX or 5XX status code + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nullable - public AutoAuditingConfiguration patch(@jakarta.annotation.Nonnull final AutoAuditingConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + @Deprecated + public ControlConfiguration put(@jakarta.annotation.Nonnull final ControlConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { Objects.requireNonNull(body); - final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration); + final RequestInformation requestInfo = toPutRequestInformation(body, requestConfiguration); final HashMap> errorMapping = new HashMap>(); errorMapping.put("XXX", ODataError::createFromDiscriminatorValue); - return this.requestAdapter.send(requestInfo, errorMapping, AutoAuditingConfiguration::createFromDiscriminatorValue); + return this.requestAdapter.send(requestInfo, errorMapping, ControlConfiguration::createFromDiscriminatorValue); } /** - * Delete navigation property autoAuditingConfiguration for security + * Delete navigation property controlConfigurations for identityGovernance * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nonnull + @Deprecated public RequestInformation toDeleteRequestInformation() { return toDeleteRequestInformation(null); } /** - * Delete navigation property autoAuditingConfiguration for security + * Delete navigation property controlConfigurations for identityGovernance * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nonnull + @Deprecated 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); @@ -124,19 +146,25 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object. + * Represents the policies that control lifecycle and access to access packages across the organization. * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nonnull + @Deprecated public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object. + * Represents the policies that control lifecycle and access to access packages across the organization. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nonnull + @Deprecated public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters); requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters); @@ -144,25 +172,31 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Update the navigation property autoAuditingConfiguration in security + * Update the navigation property controlConfigurations in identityGovernance * @param body The request body * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nonnull - public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final AutoAuditingConfiguration body) { - return toPatchRequestInformation(body, null); + @Deprecated + public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull final ControlConfiguration body) { + return toPutRequestInformation(body, null); } /** - * Update the navigation property autoAuditingConfiguration in security + * Update the navigation property controlConfigurations in identityGovernance * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nonnull - public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final AutoAuditingConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + @Deprecated + public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull final ControlConfiguration 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); + final RequestInformation requestInfo = new RequestInformation(HttpMethod.PUT, urlTemplate, pathParameters); + requestInfo.configure(requestConfiguration, PutRequestConfiguration::new); requestInfo.headers.tryAdd("Accept", "application/json"); requestInfo.setContentFromParsable(requestAdapter, "application/json", body); return requestInfo; @@ -170,12 +204,15 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull /** * 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 AutoAuditingConfigurationRequestBuilder} + * @return a {@link ControlConfigurationItemRequestBuilder} + * @deprecated + * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27 */ @jakarta.annotation.Nonnull - public AutoAuditingConfigurationRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + @Deprecated + public ControlConfigurationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { Objects.requireNonNull(rawUrl); - return new AutoAuditingConfigurationRequestBuilder(rawUrl, requestAdapter); + return new ControlConfigurationItemRequestBuilder(rawUrl, requestAdapter); } /** * Configuration for the request such as headers, query parameters, and middleware options. @@ -184,7 +221,7 @@ public AutoAuditingConfigurationRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object. + * Represents the policies that control lifecycle and access to access packages across the organization. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { @@ -225,6 +262,6 @@ public class GetRequestConfiguration extends BaseRequestConfiguration { * Configuration for the request such as headers, query parameters, and middleware options. */ @jakarta.annotation.Generated("com.microsoft.kiota") - public class PatchRequestConfiguration extends BaseRequestConfiguration { + public class PutRequestConfiguration extends BaseRequestConfiguration { } } diff --git a/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt b/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt index abfe63591cc..41d972810cb 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt +++ b/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt @@ -176843,6 +176843,71 @@ com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorgan com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorganizations.item.internalsponsors.ref.RefRequestBuilder::|public|toPostRequestInformation(body:ReferenceCreate):RequestInformation com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorganizations.item.internalsponsors.ref.RefRequestBuilder::|public|toPostRequestInformation(body:ReferenceCreate; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorganizations.item.internalsponsors.ref.RefRequestBuilder::|public|withUrl(rawUrl:String):RefRequestBuilder +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|count:Boolean +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|expand:String[] +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|filter:String +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|orderby:String[] +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|search:String +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|select:String[] +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|skip:Integer +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|top:Integer +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters~~>QueryParameters +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|byControlConfigurationId(controlConfigurationId:String):ControlConfigurationItemRequestBuilder +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|count:CountRequestBuilder +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|get():ControlConfigurationCollectionResponse +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):ControlConfigurationCollectionResponse +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|post(body:ControlConfiguration):ControlConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|post(body:ControlConfiguration; requestConfiguration?:java.util.function.Consumer):ControlConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|toGetRequestInformation():RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|toPostRequestInformation(body:ControlConfiguration):RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|toPostRequestInformation(body:ControlConfiguration; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|withUrl(rawUrl:String):ControlConfigurationsRequestBuilder +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetQueryParameters::|public|filter:String +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetQueryParameters::|public|search:String +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|get():Integer +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetQueryParameters::|public|expand:String[] +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetQueryParameters::|public|select:String[] +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetQueryParameters~~>QueryParameters +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.PutRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|delete():Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|get():ControlConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):ControlConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|put(body:ControlConfiguration):ControlConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|put(body:ControlConfiguration; requestConfiguration?:java.util.function.Consumer):ControlConfiguration +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toDeleteRequestInformation():RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toGetRequestInformation():RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toPutRequestInformation(body:ControlConfiguration):RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toPutRequestInformation(body:ControlConfiguration; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|withUrl(rawUrl:String):ControlConfigurationItemRequestBuilder com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder.GetQueryParameters::|public|expand:String[] @@ -176871,6 +176936,7 @@ com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementMan com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|connectedOrganizations:ConnectedOrganizationsRequestBuilder com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|controlConfigurations:ControlConfigurationsRequestBuilder com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|delete():Void com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|get():EntitlementManagement @@ -188823,6 +188889,10 @@ com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleBased::|publ com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleBased::|public|setRelatedPeople(value?:java.util.List):void com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleBased::|public|setRelatedPeopleAssignmentCount(value?:Integer):void com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleBased::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AccessPackageSuggestionRelatedPeopleBased +com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleInsightLevel::0000-Disabled +com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleInsightLevel::0001-Count +com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleInsightLevel::0002-CountAndNames +com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleInsightLevel::0003-UnknownFutureValue com.microsoft.graph.beta.models.AccessPackageSuggestionSelfAssignmentHistoryBased-->AccessPackageSuggestionReason com.microsoft.graph.beta.models.AccessPackageSuggestionSelfAssignmentHistoryBased::|public|constructor():void com.microsoft.graph.beta.models.AccessPackageSuggestionSelfAssignmentHistoryBased::|public|getFieldDeserializers():Map> @@ -209419,6 +209489,29 @@ com.microsoft.graph.beta.models.ContractCollectionResponse::|public|getValue():j com.microsoft.graph.beta.models.ContractCollectionResponse::|public|serialize(writer:SerializationWriter):Void com.microsoft.graph.beta.models.ContractCollectionResponse::|public|setValue(value?:java.util.List):void com.microsoft.graph.beta.models.ContractCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ContractCollectionResponse +com.microsoft.graph.beta.models.ControlConfiguration-->Entity +com.microsoft.graph.beta.models.ControlConfiguration::|public|constructor():void +com.microsoft.graph.beta.models.ControlConfiguration::|public|getCreatedBy():String +com.microsoft.graph.beta.models.ControlConfiguration::|public|getCreatedDateTime():OffsetDateTime +com.microsoft.graph.beta.models.ControlConfiguration::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.ControlConfiguration::|public|getIsEnabled():Boolean +com.microsoft.graph.beta.models.ControlConfiguration::|public|getModifiedBy():String +com.microsoft.graph.beta.models.ControlConfiguration::|public|getModifiedDateTime():OffsetDateTime +com.microsoft.graph.beta.models.ControlConfiguration::|public|OdataType:String +com.microsoft.graph.beta.models.ControlConfiguration::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.ControlConfiguration::|public|setCreatedBy(value?:String):void +com.microsoft.graph.beta.models.ControlConfiguration::|public|setCreatedDateTime(value?:OffsetDateTime):void +com.microsoft.graph.beta.models.ControlConfiguration::|public|setIsEnabled(value?:Boolean):void +com.microsoft.graph.beta.models.ControlConfiguration::|public|setModifiedBy(value?:String):void +com.microsoft.graph.beta.models.ControlConfiguration::|public|setModifiedDateTime(value?:OffsetDateTime):void +com.microsoft.graph.beta.models.ControlConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ControlConfiguration +com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse-->BaseCollectionPaginationCountResponse +com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|constructor():void +com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|getValue():java.util.List +com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|setValue(value?:java.util.List):void +com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ControlConfigurationCollectionResponse com.microsoft.graph.beta.models.ControlScore::|protected|backingStore:BackingStore com.microsoft.graph.beta.models.ControlScore::|public|constructor():void com.microsoft.graph.beta.models.ControlScore::|public|getAdditionalData():Map @@ -222860,6 +222953,16 @@ com.microsoft.graph.beta.models.EndUserNotificationType::0002-NoTraining com.microsoft.graph.beta.models.EndUserNotificationType::0003-TrainingAssignment com.microsoft.graph.beta.models.EndUserNotificationType::0004-TrainingReminder com.microsoft.graph.beta.models.EndUserNotificationType::0005-UnknownFutureValue +com.microsoft.graph.beta.models.EndUserSettings-->ControlConfiguration +com.microsoft.graph.beta.models.EndUserSettings::|public|constructor():void +com.microsoft.graph.beta.models.EndUserSettings::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.EndUserSettings::|public|getRelatedPeopleInsightLevel():AccessPackageSuggestionRelatedPeopleInsightLevel +com.microsoft.graph.beta.models.EndUserSettings::|public|getShowApproverDetailsToMembers():Boolean +com.microsoft.graph.beta.models.EndUserSettings::|public|OdataType:String +com.microsoft.graph.beta.models.EndUserSettings::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.EndUserSettings::|public|setRelatedPeopleInsightLevel(value?:AccessPackageSuggestionRelatedPeopleInsightLevel):void +com.microsoft.graph.beta.models.EndUserSettings::|public|setShowApproverDetailsToMembers(value?:Boolean):void +com.microsoft.graph.beta.models.EndUserSettings::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EndUserSettings com.microsoft.graph.beta.models.EnforceAppPIN::|protected|backingStore:BackingStore com.microsoft.graph.beta.models.EnforceAppPIN::|public|constructor():void com.microsoft.graph.beta.models.EnforceAppPIN::|public|getAdditionalData():Map @@ -223289,6 +223392,7 @@ com.microsoft.graph.beta.models.EntitlementManagement::|public|getAccessPackageS com.microsoft.graph.beta.models.EntitlementManagement::|public|getAssignmentRequests():java.util.List com.microsoft.graph.beta.models.EntitlementManagement::|public|getAvailableAccessPackages():java.util.List com.microsoft.graph.beta.models.EntitlementManagement::|public|getConnectedOrganizations():java.util.List +com.microsoft.graph.beta.models.EntitlementManagement::|public|getControlConfigurations():java.util.List com.microsoft.graph.beta.models.EntitlementManagement::|public|getFieldDeserializers():Map> com.microsoft.graph.beta.models.EntitlementManagement::|public|getSettings():EntitlementManagementSettings com.microsoft.graph.beta.models.EntitlementManagement::|public|getSubjects():java.util.List @@ -223309,6 +223413,7 @@ com.microsoft.graph.beta.models.EntitlementManagement::|public|setAccessPackageS com.microsoft.graph.beta.models.EntitlementManagement::|public|setAssignmentRequests(value?:java.util.List):void com.microsoft.graph.beta.models.EntitlementManagement::|public|setAvailableAccessPackages(value?:java.util.List):void com.microsoft.graph.beta.models.EntitlementManagement::|public|setConnectedOrganizations(value?:java.util.List):void +com.microsoft.graph.beta.models.EntitlementManagement::|public|setControlConfigurations(value?:java.util.List):void com.microsoft.graph.beta.models.EntitlementManagement::|public|setSettings(value?:EntitlementManagementSettings):void com.microsoft.graph.beta.models.EntitlementManagement::|public|setSubjects(value?:java.util.List):void com.microsoft.graph.beta.models.EntitlementManagement::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EntitlementManagement @@ -223382,6 +223487,16 @@ com.microsoft.graph.beta.models.Entra::|public|OdataType:String com.microsoft.graph.beta.models.Entra::|public|serialize(writer:SerializationWriter):Void com.microsoft.graph.beta.models.Entra::|public|setUxSetting(value?:UxSetting):void com.microsoft.graph.beta.models.Entra::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):Entra +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval-->ControlConfiguration +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|constructor():void +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|getIsApprovalRequired():Boolean +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|getMinimumRiskLevel():RiskLevel +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|OdataType:String +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|setIsApprovalRequired(value?:Boolean):void +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|setMinimumRiskLevel(value?:RiskLevel):void +com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EntraIdProtectionRiskyUserApproval com.microsoft.graph.beta.models.EnumeratedAccountsWithAccess-->AccountsWithAccess com.microsoft.graph.beta.models.EnumeratedAccountsWithAccess::|public|constructor():void com.microsoft.graph.beta.models.EnumeratedAccountsWithAccess::|public|getAccounts():java.util.List @@ -225445,8 +225560,6 @@ com.microsoft.graph.beta.models.FileStorageContainer::|public|getDrive():Drive com.microsoft.graph.beta.models.FileStorageContainer::|public|getExternalGroupId():UUID com.microsoft.graph.beta.models.FileStorageContainer::|public|getFieldDeserializers():Map> com.microsoft.graph.beta.models.FileStorageContainer::|public|getInformationBarrier():InformationBarrier -com.microsoft.graph.beta.models.FileStorageContainer::|public|getIsItemVersioningEnabled():Boolean -com.microsoft.graph.beta.models.FileStorageContainer::|public|getItemMajorVersionLimit():Integer com.microsoft.graph.beta.models.FileStorageContainer::|public|getLockState():SiteLockState com.microsoft.graph.beta.models.FileStorageContainer::|public|getMigrationJobs():java.util.List com.microsoft.graph.beta.models.FileStorageContainer::|public|getOwners():java.util.List @@ -225471,8 +225584,6 @@ com.microsoft.graph.beta.models.FileStorageContainer::|public|setDisplayName(val com.microsoft.graph.beta.models.FileStorageContainer::|public|setDrive(value?:Drive):void com.microsoft.graph.beta.models.FileStorageContainer::|public|setExternalGroupId(value?:UUID):void com.microsoft.graph.beta.models.FileStorageContainer::|public|setInformationBarrier(value?:InformationBarrier):void -com.microsoft.graph.beta.models.FileStorageContainer::|public|setIsItemVersioningEnabled(value?:Boolean):void -com.microsoft.graph.beta.models.FileStorageContainer::|public|setItemMajorVersionLimit(value?:Integer):void com.microsoft.graph.beta.models.FileStorageContainer::|public|setLockState(value?:SiteLockState):void com.microsoft.graph.beta.models.FileStorageContainer::|public|setMigrationJobs(value?:java.util.List):void com.microsoft.graph.beta.models.FileStorageContainer::|public|setOwners(value?:java.util.List):void @@ -231328,6 +231439,16 @@ com.microsoft.graph.beta.models.InsiderRiskLevel::0001-Minor com.microsoft.graph.beta.models.InsiderRiskLevel::0002-Moderate com.microsoft.graph.beta.models.InsiderRiskLevel::0003-Elevated com.microsoft.graph.beta.models.InsiderRiskLevel::0004-UnknownFutureValue +com.microsoft.graph.beta.models.InsiderRiskyUserApproval-->ControlConfiguration +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|constructor():void +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|getIsApprovalRequired():Boolean +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|getMinimumRiskLevel():PurviewInsiderRiskManagementLevel +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|OdataType:String +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|setIsApprovalRequired(value?:Boolean):void +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|setMinimumRiskLevel(value?:PurviewInsiderRiskManagementLevel):void +com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):InsiderRiskyUserApproval com.microsoft.graph.beta.models.InsightIdentity::|protected|backingStore:BackingStore com.microsoft.graph.beta.models.InsightIdentity::|public|constructor():void com.microsoft.graph.beta.models.InsightIdentity::|public|getAdditionalData():Map @@ -247885,6 +248006,7 @@ com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getLobbyBypassSetting com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getMeetingOptionsWebUrl():String com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getMeetingSpokenLanguageTag():String com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getRecordAutomatically():Boolean +com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getSensitivityLabelAssignment():OnlineMeetingSensitivityLabelAssignment com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getShareMeetingChatHistoryDefault():MeetingChatHistoryDefaultMode com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getSubject():String com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getVideoTeleconferenceId():String @@ -247920,6 +248042,7 @@ com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setLobbyBypassSetting com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setMeetingOptionsWebUrl(value?:String):void com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setMeetingSpokenLanguageTag(value?:String):void com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setRecordAutomatically(value?:Boolean):void +com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setSensitivityLabelAssignment(value?:OnlineMeetingSensitivityLabelAssignment):void com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setShareMeetingChatHistoryDefault(value?:MeetingChatHistoryDefaultMode):void com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setSubject(value?:String):void com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setVideoTeleconferenceId(value?:String):void @@ -248014,6 +248137,20 @@ com.microsoft.graph.beta.models.OnlineMeetingRole::0001-Presenter com.microsoft.graph.beta.models.OnlineMeetingRole::0002-Producer com.microsoft.graph.beta.models.OnlineMeetingRole::0003-UnknownFutureValue com.microsoft.graph.beta.models.OnlineMeetingRole::0004-Coorganizer +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|protected|backingStore:BackingStore +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|constructor():void +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getAdditionalData():Map +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getOdataType():String +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getSensitivityLabelId():String +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|setOdataType(value?:String):void +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|setSensitivityLabelId(value?:String):void +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OnlineMeetingSensitivityLabelAssignment +com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment~~>AdditionalDataHolder; BackedModel; Parsable com.microsoft.graph.beta.models.OnlineMeetingVideoDisabledReason::0000-WatermarkProtection com.microsoft.graph.beta.models.OnlineMeetingVideoDisabledReason::0001-UnknownFutureValue com.microsoft.graph.beta.models.OnOtpSendCustomExtension-->CustomAuthenticationExtension @@ -257865,6 +258002,11 @@ com.microsoft.graph.beta.models.PurchaseInvoiceLineCollectionResponse::|public|s com.microsoft.graph.beta.models.PurchaseInvoiceLineCollectionResponse::|public|setValue(value?:java.util.List):void com.microsoft.graph.beta.models.PurchaseInvoiceLineCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):PurchaseInvoiceLineCollectionResponse com.microsoft.graph.beta.models.PurchaseInvoice~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0000-None +com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0001-Minor +com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0002-Moderate +com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0003-Elevated +com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0004-UnknownFutureValue com.microsoft.graph.beta.models.QrCode-->Entity com.microsoft.graph.beta.models.QrCode::|public|constructor():void com.microsoft.graph.beta.models.QrCode::|public|getCreatedDateTime():OffsetDateTime @@ -264180,14 +264322,6 @@ com.microsoft.graph.beta.models.security.AuthorityTemplateCollectionResponse::|p com.microsoft.graph.beta.models.security.AuthorityTemplateCollectionResponse::|public|serialize(writer:SerializationWriter):Void com.microsoft.graph.beta.models.security.AuthorityTemplateCollectionResponse::|public|setValue(value?:java.util.List):void com.microsoft.graph.beta.models.security.AuthorityTemplateCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AuthorityTemplateCollectionResponse -com.microsoft.graph.beta.models.security.AutoAuditingConfiguration-->Entity -com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|constructor():void -com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|getFieldDeserializers():Map> -com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|getIsAutomatic():Boolean -com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|OdataType:String -com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|serialize(writer:SerializationWriter):Void -com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|setIsAutomatic(value?:Boolean):void -com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AutoAuditingConfiguration com.microsoft.graph.beta.models.security.AutonomousSystem::|protected|backingStore:BackingStore com.microsoft.graph.beta.models.security.AutonomousSystem::|public|constructor():void com.microsoft.graph.beta.models.security.AutonomousSystem::|public|getAdditionalData():Map @@ -270247,11 +270381,9 @@ com.microsoft.graph.beta.models.security.ServiceStatus::0005-Unknown com.microsoft.graph.beta.models.security.ServiceStatus::0006-UnknownFutureValue com.microsoft.graph.beta.models.security.SettingsContainer-->Entity com.microsoft.graph.beta.models.security.SettingsContainer::|public|constructor():void -com.microsoft.graph.beta.models.security.SettingsContainer::|public|getAutoAuditingConfiguration():AutoAuditingConfiguration com.microsoft.graph.beta.models.security.SettingsContainer::|public|getFieldDeserializers():Map> com.microsoft.graph.beta.models.security.SettingsContainer::|public|OdataType:String com.microsoft.graph.beta.models.security.SettingsContainer::|public|serialize(writer:SerializationWriter):Void -com.microsoft.graph.beta.models.security.SettingsContainer::|public|setAutoAuditingConfiguration(value?:AutoAuditingConfiguration):void com.microsoft.graph.beta.models.security.SettingsContainer::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):SettingsContainer com.microsoft.graph.beta.models.security.SharePointAppPermissionOperationAuditRecord-->AuditData com.microsoft.graph.beta.models.security.SharePointAppPermissionOperationAuditRecord::|public|constructor():void @@ -334805,30 +334937,6 @@ com.microsoft.graph.beta.security.identities.sensors.SensorsRequestBuilder::|pub com.microsoft.graph.beta.security.identities.sensors.SensorsRequestBuilder::|public|toPostRequestInformation(body:Sensor):RequestInformation com.microsoft.graph.beta.security.identities.sensors.SensorsRequestBuilder::|public|toPostRequestInformation(body:Sensor; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.security.identities.sensors.SensorsRequestBuilder::|public|withUrl(rawUrl:String):SensorsRequestBuilder -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder-->BaseRequestBuilder -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetQueryParameters::|public|expand:String[] -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetQueryParameters::|public|select:String[] -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetQueryParameters~~>QueryParameters -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|delete():Void -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|get():AutoAuditingConfiguration -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):AutoAuditingConfiguration -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|patch(body:AutoAuditingConfiguration):AutoAuditingConfiguration -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|patch(body:AutoAuditingConfiguration; requestConfiguration?:java.util.function.Consumer):AutoAuditingConfiguration -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toDeleteRequestInformation():RequestInformation -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toGetRequestInformation():RequestInformation -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toPatchRequestInformation(body:AutoAuditingConfiguration):RequestInformation -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toPatchRequestInformation(body:AutoAuditingConfiguration; requestConfiguration?:java.util.function.Consumer):RequestInformation -com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|withUrl(rawUrl:String):AutoAuditingConfigurationRequestBuilder com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.GetQueryParameters::|public|expand:String[] @@ -334838,7 +334946,6 @@ com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.Get com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration -com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder::|public|autoAuditingConfiguration:AutoAuditingConfigurationRequestBuilder com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder::|public|delete():Void 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 c48c163c828..90b7cda4b0b 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": "D869905336258215D763BC9ABF0010544F61DFEE6A3A754653848AE49404CBA67DD36B80D958A47541E754E7165E1788250B0B7145D0CD43E9FC528070331438", + "descriptionHash": "6A09B52B6D0D5BDB6C9A9158997009125BA86A5C3AB433B1D1F3C5AC6D440A8E0FCA70A70AF3C8848AAC74BA0CD826175872C0642C55ACE86437076717D4531D", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.30.0", diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSuggestionRelatedPeopleInsightLevel.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSuggestionRelatedPeopleInsightLevel.java new file mode 100644 index 00000000000..568704829e7 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSuggestionRelatedPeopleInsightLevel.java @@ -0,0 +1,29 @@ +package com.microsoft.graph.beta.models; + +import com.microsoft.kiota.serialization.ValuedEnum; +import java.util.Objects; + +@jakarta.annotation.Generated("com.microsoft.kiota") +public enum AccessPackageSuggestionRelatedPeopleInsightLevel implements ValuedEnum { + Disabled("disabled"), + Count("count"), + CountAndNames("countAndNames"), + UnknownFutureValue("unknownFutureValue"); + public final String value; + AccessPackageSuggestionRelatedPeopleInsightLevel(final String value) { + this.value = value; + } + @jakarta.annotation.Nonnull + public String getValue() { return this.value; } + @jakarta.annotation.Nullable + public static AccessPackageSuggestionRelatedPeopleInsightLevel forValue(@jakarta.annotation.Nonnull final String searchValue) { + Objects.requireNonNull(searchValue); + switch(searchValue) { + case "disabled": return Disabled; + case "count": return Count; + case "countAndNames": return CountAndNames; + case "unknownFutureValue": return UnknownFutureValue; + default: return null; + } + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewHistoryDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewHistoryDefinition.java index 45aa8fae4e3..ee989a5b92d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewHistoryDefinition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewHistoryDefinition.java @@ -42,7 +42,7 @@ public OffsetDateTime getCreatedDateTime() { return this.backingStore.get("createdDateTime"); } /** - * Gets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. + * Gets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -177,7 +177,7 @@ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime this.backingStore.set("createdDateTime", value); } /** - * Sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. + * Sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified. * @param value Value to set for the decisions property. */ public void setDecisions(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccountTargetContent.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccountTargetContent.java index fd6c9babce0..cd2c29835d7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AccountTargetContent.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccountTargetContent.java @@ -83,7 +83,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the type property value. The type of account target content. Possible values are: unknown,includeAll, addressBook, unknownFutureValue. + * Gets the type property value. The type of account target content. The possible values are: unknown,includeAll, addressBook, unknownFutureValue. * @return a {@link AccountTargetContentType} */ @jakarta.annotation.Nullable @@ -123,7 +123,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the type property value. The type of account target content. Possible values are: unknown,includeAll, addressBook, unknownFutureValue. + * Sets the type property value. The type of account target content. The possible values are: unknown,includeAll, addressBook, unknownFutureValue. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final AccountTargetContentType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AgentIdentityBlueprint.java b/src/main/java/com/microsoft/graph/beta/generated/models/AgentIdentityBlueprint.java index a648db6fe25..10e48a90f00 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AgentIdentityBlueprint.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AgentIdentityBlueprint.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the sponsors property value. The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. + * Gets the sponsors property value. The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("sponsors", this.getSponsors()); } /** - * Sets the sponsors property value. The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. + * Sets the sponsors property value. The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation. * @param value Value to set for the sponsors property. */ public void setSponsors(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AgreementAcceptance.java b/src/main/java/com/microsoft/graph/beta/generated/models/AgreementAcceptance.java index f37fdf418d9..a4ba4793c3f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AgreementAcceptance.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AgreementAcceptance.java @@ -112,7 +112,7 @@ public OffsetDateTime getRecordedDateTime() { return this.backingStore.get("recordedDateTime"); } /** - * Gets the state property value. Possible values are: accepted, declined. Supports $filter (eq). + * Gets the state property value. The possible values are: accepted, declined. Supports $filter (eq). * @return a {@link AgreementAcceptanceState} */ @jakarta.annotation.Nullable @@ -229,7 +229,7 @@ public void setRecordedDateTime(@jakarta.annotation.Nullable final OffsetDateTim this.backingStore.set("recordedDateTime", value); } /** - * Sets the state property value. Possible values are: accepted, declined. Supports $filter (eq). + * Sets the state property value. The possible values are: accepted, declined. Supports $filter (eq). * @param value Value to set for the state property. */ public void setState(@jakarta.annotation.Nullable final AgreementAcceptanceState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Alert.java b/src/main/java/com/microsoft/graph/beta/generated/models/Alert.java index adb6aeca736..69974f8d9f4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Alert.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Alert.java @@ -138,7 +138,7 @@ public OffsetDateTime getEventDateTime() { return this.backingStore.get("eventDateTime"); } /** - * Gets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. + * Gets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. * @return a {@link AlertFeedback} */ @jakarta.annotation.Nullable @@ -531,7 +531,7 @@ public void setEventDateTime(@jakarta.annotation.Nullable final OffsetDateTime v this.backingStore.set("eventDateTime", value); } /** - * Sets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. + * Sets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. * @param value Value to set for the feedback property. */ public void setFeedback(@jakarta.annotation.Nullable final AlertFeedback value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AlertHistoryState.java b/src/main/java/com/microsoft/graph/beta/generated/models/AlertHistoryState.java index e32ba618db2..c14187596ad 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AlertHistoryState.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AlertHistoryState.java @@ -81,7 +81,7 @@ public java.util.List getComments() { return this.backingStore.get("comments"); } /** - * Gets the feedback property value. Analyst feedback on the alert in this update. Possible values are: unknown, truePositive, falsePositive, benignPositive. + * Gets the feedback property value. Analyst feedback on the alert in this update. The possible values are: unknown, truePositive, falsePositive, benignPositive. * @return a {@link AlertFeedback} */ @jakarta.annotation.Nullable @@ -114,7 +114,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the status property value. Alert status value (if updated). Possible values are: unknown, newAlert, inProgress, resolved, dismissed. + * Gets the status property value. Alert status value (if updated). The possible values are: unknown, newAlert, inProgress, resolved, dismissed. * @return a {@link AlertStatus} */ @jakarta.annotation.Nullable @@ -190,7 +190,7 @@ public void setComments(@jakarta.annotation.Nullable final java.util.List} */ @jakarta.annotation.Nullable @@ -103,7 +103,7 @@ public EnumSet getSubjectAlternativeNameType() { return this.backingStore.get("subjectAlternativeNameType"); } /** - * Gets the subjectNameFormat property value. Certificate Subject Name Format. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. + * Gets the subjectNameFormat property value. Certificate Subject Name Format. The possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. * @return a {@link SubjectNameFormat} */ @jakarta.annotation.Nullable @@ -161,14 +161,14 @@ public void setRootCertificate(@jakarta.annotation.Nullable final AndroidDeviceO this.backingStore.set("rootCertificate", value); } /** - * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @param value Value to set for the subjectAlternativeNameType property. */ public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) { this.backingStore.set("subjectAlternativeNameType", value); } /** - * Sets the subjectNameFormat property value. Certificate Subject Name Format. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. + * Sets the subjectNameFormat property value. Certificate Subject Name Format. The possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. * @param value Value to set for the subjectNameFormat property. */ public void setSubjectNameFormat(@jakarta.annotation.Nullable final SubjectNameFormat value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerCompliancePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerCompliancePolicy.java index 740ac7a30e8..31465a14570 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerCompliancePolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerCompliancePolicy.java @@ -29,7 +29,7 @@ public static AndroidDeviceOwnerCompliancePolicy createFromDiscriminatorValue(@j return new AndroidDeviceOwnerCompliancePolicy(); } /** - * Gets the advancedThreatProtectionRequiredSecurityLevel property value. Indicates the Microsoft Defender for Endpoint (also referred to Microsoft Defender Advanced Threat Protection (MDATP)) minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. Possible values are: unavailable, secured, low, medium, high, notSet. + * Gets the advancedThreatProtectionRequiredSecurityLevel property value. Indicates the Microsoft Defender for Endpoint (also referred to Microsoft Defender Advanced Threat Protection (MDATP)) minimum risk level to report noncompliance. The possible values are: unavailable, secured, low, medium, high, notSet. The possible values are: unavailable, secured, low, medium, high, notSet. * @return a {@link DeviceThreatProtectionLevel} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public Boolean getDeviceThreatProtectionEnabled() { return this.backingStore.get("deviceThreatProtectionEnabled"); } /** - * Gets the deviceThreatProtectionRequiredSecurityLevel property value. Indicates the minimum mobile threat protection risk level to that results in Intune reporting device noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. Possible values are: unavailable, secured, low, medium, high, notSet. + * Gets the deviceThreatProtectionRequiredSecurityLevel property value. Indicates the minimum mobile threat protection risk level to that results in Intune reporting device noncompliance. The possible values are: unavailable, secured, low, medium, high, notSet. The possible values are: unavailable, secured, low, medium, high, notSet. * @return a {@link DeviceThreatProtectionLevel} */ @jakarta.annotation.Nullable @@ -199,7 +199,7 @@ public Boolean getPasswordRequired() { return this.backingStore.get("passwordRequired"); } /** - * Gets the passwordRequiredType property value. Indicates the password complexity requirement for the device to be marked compliant. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Gets the passwordRequiredType property value. Indicates the password complexity requirement for the device to be marked compliant. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @return a {@link AndroidDeviceOwnerRequiredPasswordType} */ @jakarta.annotation.Nullable @@ -223,7 +223,7 @@ public Boolean getSecurityBlockJailbrokenDevices() { return this.backingStore.get("securityBlockJailbrokenDevices"); } /** - * Gets the securityRequiredAndroidSafetyNetEvaluationType property value. Indicates the types of measurements and reference data used to evaluate the device SafetyNet evaluation. Evaluation is completed on the device to assess device integrity based on checks defined by Android and built into the device hardware, for example, compromised OS version or root detection. Possible values are: basic, hardwareBacked, with default value of basic. Possible values are: basic, hardwareBacked. + * Gets the securityRequiredAndroidSafetyNetEvaluationType property value. Indicates the types of measurements and reference data used to evaluate the device SafetyNet evaluation. Evaluation is completed on the device to assess device integrity based on checks defined by Android and built into the device hardware, for example, compromised OS version or root detection. The possible values are: basic, hardwareBacked, with default value of basic. The possible values are: basic, hardwareBacked. * @return a {@link AndroidSafetyNetEvaluationType} */ @jakarta.annotation.Nullable @@ -296,7 +296,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeBooleanValue("storageRequireEncryption", this.getStorageRequireEncryption()); } /** - * Sets the advancedThreatProtectionRequiredSecurityLevel property value. Indicates the Microsoft Defender for Endpoint (also referred to Microsoft Defender Advanced Threat Protection (MDATP)) minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. Possible values are: unavailable, secured, low, medium, high, notSet. + * Sets the advancedThreatProtectionRequiredSecurityLevel property value. Indicates the Microsoft Defender for Endpoint (also referred to Microsoft Defender Advanced Threat Protection (MDATP)) minimum risk level to report noncompliance. The possible values are: unavailable, secured, low, medium, high, notSet. The possible values are: unavailable, secured, low, medium, high, notSet. * @param value Value to set for the advancedThreatProtectionRequiredSecurityLevel property. */ public void setAdvancedThreatProtectionRequiredSecurityLevel(@jakarta.annotation.Nullable final DeviceThreatProtectionLevel value) { @@ -310,7 +310,7 @@ public void setDeviceThreatProtectionEnabled(@jakarta.annotation.Nullable final this.backingStore.set("deviceThreatProtectionEnabled", value); } /** - * Sets the deviceThreatProtectionRequiredSecurityLevel property value. Indicates the minimum mobile threat protection risk level to that results in Intune reporting device noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. Possible values are: unavailable, secured, low, medium, high, notSet. + * Sets the deviceThreatProtectionRequiredSecurityLevel property value. Indicates the minimum mobile threat protection risk level to that results in Intune reporting device noncompliance. The possible values are: unavailable, secured, low, medium, high, notSet. The possible values are: unavailable, secured, low, medium, high, notSet. * @param value Value to set for the deviceThreatProtectionRequiredSecurityLevel property. */ public void setDeviceThreatProtectionRequiredSecurityLevel(@jakarta.annotation.Nullable final DeviceThreatProtectionLevel value) { @@ -415,7 +415,7 @@ public void setPasswordRequired(@jakarta.annotation.Nullable final Boolean value this.backingStore.set("passwordRequired", value); } /** - * Sets the passwordRequiredType property value. Indicates the password complexity requirement for the device to be marked compliant. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Sets the passwordRequiredType property value. Indicates the password complexity requirement for the device to be marked compliant. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @param value Value to set for the passwordRequiredType property. */ public void setPasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) { @@ -436,7 +436,7 @@ public void setSecurityBlockJailbrokenDevices(@jakarta.annotation.Nullable final this.backingStore.set("securityBlockJailbrokenDevices", value); } /** - * Sets the securityRequiredAndroidSafetyNetEvaluationType property value. Indicates the types of measurements and reference data used to evaluate the device SafetyNet evaluation. Evaluation is completed on the device to assess device integrity based on checks defined by Android and built into the device hardware, for example, compromised OS version or root detection. Possible values are: basic, hardwareBacked, with default value of basic. Possible values are: basic, hardwareBacked. + * Sets the securityRequiredAndroidSafetyNetEvaluationType property value. Indicates the types of measurements and reference data used to evaluate the device SafetyNet evaluation. Evaluation is completed on the device to assess device integrity based on checks defined by Android and built into the device hardware, for example, compromised OS version or root detection. The possible values are: basic, hardwareBacked, with default value of basic. The possible values are: basic, hardwareBacked. * @param value Value to set for the securityRequiredAndroidSafetyNetEvaluationType property. */ public void setSecurityRequiredAndroidSafetyNetEvaluationType(@jakarta.annotation.Nullable final AndroidSafetyNetEvaluationType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.java index f8eac4a2a4f..da48e08ebff 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.java @@ -29,7 +29,7 @@ public static AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration cre return new AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration(); } /** - * Gets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. + * Gets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue. * @return a {@link AndroidDeviceOwnerCertificateAccessType} */ @jakarta.annotation.Nullable @@ -76,7 +76,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("silentCertificateAccessDetails", this.getSilentCertificateAccessDetails()); } /** - * Sets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. + * Sets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue. * @param value Value to set for the certificateAccessType property. */ public void setCertificateAccessType(@jakarta.annotation.Nullable final AndroidDeviceOwnerCertificateAccessType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.java index f57fb482d3c..35761d639d5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.java @@ -29,7 +29,7 @@ public static AndroidDeviceOwnerEnterpriseWiFiConfiguration createFromDiscrimina return new AndroidDeviceOwnerEnterpriseWiFiConfiguration(); } /** - * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -80,7 +80,7 @@ public AndroidDeviceOwnerCertificateProfileBase getIdentityCertificateForClientA return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -88,7 +88,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo return this.backingStore.get("innerAuthenticationProtocolForEapTtls"); } /** - * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForPeap} */ @jakarta.annotation.Nullable @@ -146,7 +146,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames()); } /** - * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { @@ -174,14 +174,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEapTtls property. */ public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { this.backingStore.set("innerAuthenticationProtocolForEapTtls", value); } /** - * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForPeap property. */ public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerGeneralDeviceConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerGeneralDeviceConfiguration.java index 1abe59008ae..3db23a18b1d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerGeneralDeviceConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerGeneralDeviceConfiguration.java @@ -53,7 +53,7 @@ public Boolean getAppsAllowInstallFromUnknownSources() { return this.backingStore.get("appsAllowInstallFromUnknownSources"); } /** - * Gets the appsAutoUpdatePolicy property value. Indicates the value of the app auto update policy. Possible values are: notConfigured, userChoice, never, wiFiOnly, always. + * Gets the appsAutoUpdatePolicy property value. Indicates the value of the app auto update policy. The possible values are: notConfigured, userChoice, never, wiFiOnly, always. * @return a {@link AndroidDeviceOwnerAppAutoUpdatePolicyType} */ @jakarta.annotation.Nullable @@ -61,7 +61,7 @@ public AndroidDeviceOwnerAppAutoUpdatePolicyType getAppsAutoUpdatePolicy() { return this.backingStore.get("appsAutoUpdatePolicy"); } /** - * Gets the appsDefaultPermissionPolicy property value. Indicates the permission policy for requests for runtime permissions if one is not defined for the app specifically. Possible values are: deviceDefault, prompt, autoGrant, autoDeny. + * Gets the appsDefaultPermissionPolicy property value. Indicates the permission policy for requests for runtime permissions if one is not defined for the app specifically. The possible values are: deviceDefault, prompt, autoGrant, autoDeny. * @return a {@link AndroidDeviceOwnerDefaultAppPermissionPolicyType} */ @jakarta.annotation.Nullable @@ -133,7 +133,7 @@ public Boolean getCrossProfilePoliciesAllowCopyPaste() { return this.backingStore.get("crossProfilePoliciesAllowCopyPaste"); } /** - * Gets the crossProfilePoliciesAllowDataSharing property value. Indicates whether data from one profile (personal or work) can be shared with apps in the other profile. Possible values are: notConfigured, crossProfileDataSharingBlocked, dataSharingFromWorkToPersonalBlocked, crossProfileDataSharingAllowed, unkownFutureValue. + * Gets the crossProfilePoliciesAllowDataSharing property value. Indicates whether data from one profile (personal or work) can be shared with apps in the other profile. The possible values are: notConfigured, crossProfileDataSharingBlocked, dataSharingFromWorkToPersonalBlocked, crossProfileDataSharingAllowed, unkownFutureValue. * @return a {@link AndroidDeviceOwnerCrossProfileDataSharing} */ @jakarta.annotation.Nullable @@ -173,7 +173,7 @@ public AndroidDeviceOwnerUserFacingMessage getDetailedHelpText() { return this.backingStore.get("detailedHelpText"); } /** - * Gets the deviceLocationMode property value. Indicates the location setting configuration for fully managed devices (COBO) and corporate owned devices with a work profile (COPE). Possible values are: notConfigured, disabled, unknownFutureValue. + * Gets the deviceLocationMode property value. Indicates the location setting configuration for fully managed devices (COBO) and corporate owned devices with a work profile (COPE). The possible values are: notConfigured, disabled, unknownFutureValue. * @return a {@link AndroidDeviceOwnerLocationMode} */ @jakarta.annotation.Nullable @@ -394,7 +394,7 @@ public Boolean getKioskCustomizationPowerButtonActionsBlocked() { return this.backingStore.get("kioskCustomizationPowerButtonActionsBlocked"); } /** - * Gets the kioskCustomizationStatusBar property value. Indicates whether system info and notifications are disabled in Kiosk Mode. Possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly. + * Gets the kioskCustomizationStatusBar property value. Indicates whether system info and notifications are disabled in Kiosk Mode. The possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly. * @return a {@link AndroidDeviceOwnerKioskCustomizationStatusBar} */ @jakarta.annotation.Nullable @@ -410,7 +410,7 @@ public Boolean getKioskCustomizationSystemErrorWarnings() { return this.backingStore.get("kioskCustomizationSystemErrorWarnings"); } /** - * Gets the kioskCustomizationSystemNavigation property value. Indicates which navigation features are enabled in Kiosk Mode. Possible values are: notConfigured, navigationEnabled, homeButtonOnly. + * Gets the kioskCustomizationSystemNavigation property value. Indicates which navigation features are enabled in Kiosk Mode. The possible values are: notConfigured, navigationEnabled, homeButtonOnly. * @return a {@link AndroidDeviceOwnerKioskCustomizationSystemNavigation} */ @jakarta.annotation.Nullable @@ -482,7 +482,7 @@ public Boolean getKioskModeFlashlightConfigurationEnabled() { return this.backingStore.get("kioskModeFlashlightConfigurationEnabled"); } /** - * Gets the kioskModeFolderIcon property value. Folder icon configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle. + * Gets the kioskModeFolderIcon property value. Folder icon configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle. * @return a {@link AndroidDeviceOwnerKioskModeFolderIcon} */ @jakarta.annotation.Nullable @@ -506,7 +506,7 @@ public Integer getKioskModeGridWidth() { return this.backingStore.get("kioskModeGridWidth"); } /** - * Gets the kioskModeIconSize property value. Icon size configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, smallest, small, regular, large, largest. + * Gets the kioskModeIconSize property value. Icon size configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, smallest, small, regular, large, largest. * @return a {@link AndroidDeviceOwnerKioskModeIconSize} */ @jakarta.annotation.Nullable @@ -562,7 +562,7 @@ public Integer getKioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds() { return this.backingStore.get("kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds"); } /** - * Gets the kioskModeManagedHomeScreenPinComplexity property value. Complexity of PIN for sign-in session for Managed Home Screen. Possible values are: notConfigured, simple, complex. + * Gets the kioskModeManagedHomeScreenPinComplexity property value. Complexity of PIN for sign-in session for Managed Home Screen. The possible values are: notConfigured, simple, complex. * @return a {@link KioskModeManagedHomeScreenPinComplexity} */ @jakarta.annotation.Nullable @@ -626,7 +626,7 @@ public Boolean getKioskModeMediaVolumeConfigurationEnabled() { return this.backingStore.get("kioskModeMediaVolumeConfigurationEnabled"); } /** - * Gets the kioskModeScreenOrientation property value. Screen orientation configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, portrait, landscape, autoRotate. + * Gets the kioskModeScreenOrientation property value. Screen orientation configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, portrait, landscape, autoRotate. * @return a {@link AndroidDeviceOwnerKioskModeScreenOrientation} */ @jakarta.annotation.Nullable @@ -690,7 +690,7 @@ public Boolean getKioskModeShowDeviceInfo() { return this.backingStore.get("kioskModeShowDeviceInfo"); } /** - * Gets the kioskModeUseManagedHomeScreenApp property value. Whether or not to use single app kiosk mode or multi-app kiosk mode. Possible values are: notConfigured, singleAppMode, multiAppMode. + * Gets the kioskModeUseManagedHomeScreenApp property value. Whether or not to use single app kiosk mode or multi-app kiosk mode. The possible values are: notConfigured, singleAppMode, multiAppMode. * @return a {@link KioskModeType} */ @jakarta.annotation.Nullable @@ -706,7 +706,7 @@ public Boolean getKioskModeVirtualHomeButtonEnabled() { return this.backingStore.get("kioskModeVirtualHomeButtonEnabled"); } /** - * Gets the kioskModeVirtualHomeButtonType property value. Indicates whether the virtual home button is a swipe up home button or a floating home button. Possible values are: notConfigured, swipeUp, floating. + * Gets the kioskModeVirtualHomeButtonType property value. Indicates whether the virtual home button is a swipe up home button or a floating home button. The possible values are: notConfigured, swipeUp, floating. * @return a {@link AndroidDeviceOwnerVirtualHomeButtonType} */ @jakarta.annotation.Nullable @@ -802,7 +802,7 @@ public Boolean getMicrosoftLauncherDockPresenceAllowUserModification() { return this.backingStore.get("microsoftLauncherDockPresenceAllowUserModification"); } /** - * Gets the microsoftLauncherDockPresenceConfiguration property value. Indicates whether or not you want to configure the device dock. Possible values are: notConfigured, show, hide, disabled. + * Gets the microsoftLauncherDockPresenceConfiguration property value. Indicates whether or not you want to configure the device dock. The possible values are: notConfigured, show, hide, disabled. * @return a {@link MicrosoftLauncherDockPresence} */ @jakarta.annotation.Nullable @@ -826,7 +826,7 @@ public Boolean getMicrosoftLauncherFeedEnabled() { return this.backingStore.get("microsoftLauncherFeedEnabled"); } /** - * Gets the microsoftLauncherSearchBarPlacementConfiguration property value. Indicates the search bar placement configuration on the device. Possible values are: notConfigured, top, bottom, hide. + * Gets the microsoftLauncherSearchBarPlacementConfiguration property value. Indicates the search bar placement configuration on the device. The possible values are: notConfigured, top, bottom, hide. * @return a {@link MicrosoftLauncherSearchBarPlacement} */ @jakarta.annotation.Nullable @@ -946,7 +946,7 @@ public Integer getPasswordPreviousPasswordCountToBlock() { return this.backingStore.get("passwordPreviousPasswordCountToBlock"); } /** - * Gets the passwordRequiredType property value. Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Gets the passwordRequiredType property value. Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @return a {@link AndroidDeviceOwnerRequiredPasswordType} */ @jakarta.annotation.Nullable @@ -954,7 +954,7 @@ public AndroidDeviceOwnerRequiredPasswordType getPasswordRequiredType() { return this.backingStore.get("passwordRequiredType"); } /** - * Gets the passwordRequireUnlock property value. Indicates the timeout period after which a device must be unlocked using a form of strong authentication. Possible values are: deviceDefault, daily, unkownFutureValue. + * Gets the passwordRequireUnlock property value. Indicates the timeout period after which a device must be unlocked using a form of strong authentication. The possible values are: deviceDefault, daily, unkownFutureValue. * @return a {@link AndroidDeviceOwnerRequiredPasswordUnlock} */ @jakarta.annotation.Nullable @@ -994,7 +994,7 @@ public java.util.List getPersonalProfilePersonalApplications() { return this.backingStore.get("personalProfilePersonalApplications"); } /** - * Gets the personalProfilePlayStoreMode property value. Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. Possible values are: notConfigured, blockedApps, allowedApps. + * Gets the personalProfilePlayStoreMode property value. Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. The possible values are: notConfigured, blockedApps, allowedApps. * @return a {@link PersonalProfilePersonalPlayStoreMode} */ @jakarta.annotation.Nullable @@ -1010,7 +1010,7 @@ public Boolean getPersonalProfileScreenCaptureBlocked() { return this.backingStore.get("personalProfileScreenCaptureBlocked"); } /** - * Gets the playStoreMode property value. Indicates the Play Store mode of the device. Possible values are: notConfigured, allowList, blockList. + * Gets the playStoreMode property value. Indicates the Play Store mode of the device. The possible values are: notConfigured, allowList, blockList. * @return a {@link AndroidDeviceOwnerPlayStoreMode} */ @jakarta.annotation.Nullable @@ -1114,7 +1114,7 @@ public java.util.List getSystemUpdat return this.backingStore.get("systemUpdateFreezePeriods"); } /** - * Gets the systemUpdateInstallType property value. The type of system update configuration. Possible values are: deviceDefault, postpone, windowed, automatic. + * Gets the systemUpdateInstallType property value. The type of system update configuration. The possible values are: deviceDefault, postpone, windowed, automatic. * @return a {@link AndroidDeviceOwnerSystemUpdateInstallType} */ @jakarta.annotation.Nullable @@ -1274,7 +1274,7 @@ public Integer getWorkProfilePasswordPreviousPasswordCountToBlock() { return this.backingStore.get("workProfilePasswordPreviousPasswordCountToBlock"); } /** - * Gets the workProfilePasswordRequiredType property value. Indicates the minimum password quality required on the work profile password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Gets the workProfilePasswordRequiredType property value. Indicates the minimum password quality required on the work profile password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @return a {@link AndroidDeviceOwnerRequiredPasswordType} */ @jakarta.annotation.Nullable @@ -1282,7 +1282,7 @@ public AndroidDeviceOwnerRequiredPasswordType getWorkProfilePasswordRequiredType return this.backingStore.get("workProfilePasswordRequiredType"); } /** - * Gets the workProfilePasswordRequireUnlock property value. Indicates the timeout period after which a work profile must be unlocked using a form of strong authentication. Possible values are: deviceDefault, daily, unkownFutureValue. + * Gets the workProfilePasswordRequireUnlock property value. Indicates the timeout period after which a work profile must be unlocked using a form of strong authentication. The possible values are: deviceDefault, daily, unkownFutureValue. * @return a {@link AndroidDeviceOwnerRequiredPasswordUnlock} */ @jakarta.annotation.Nullable @@ -1467,14 +1467,14 @@ public void setAppsAllowInstallFromUnknownSources(@jakarta.annotation.Nullable f this.backingStore.set("appsAllowInstallFromUnknownSources", value); } /** - * Sets the appsAutoUpdatePolicy property value. Indicates the value of the app auto update policy. Possible values are: notConfigured, userChoice, never, wiFiOnly, always. + * Sets the appsAutoUpdatePolicy property value. Indicates the value of the app auto update policy. The possible values are: notConfigured, userChoice, never, wiFiOnly, always. * @param value Value to set for the appsAutoUpdatePolicy property. */ public void setAppsAutoUpdatePolicy(@jakarta.annotation.Nullable final AndroidDeviceOwnerAppAutoUpdatePolicyType value) { this.backingStore.set("appsAutoUpdatePolicy", value); } /** - * Sets the appsDefaultPermissionPolicy property value. Indicates the permission policy for requests for runtime permissions if one is not defined for the app specifically. Possible values are: deviceDefault, prompt, autoGrant, autoDeny. + * Sets the appsDefaultPermissionPolicy property value. Indicates the permission policy for requests for runtime permissions if one is not defined for the app specifically. The possible values are: deviceDefault, prompt, autoGrant, autoDeny. * @param value Value to set for the appsDefaultPermissionPolicy property. */ public void setAppsDefaultPermissionPolicy(@jakarta.annotation.Nullable final AndroidDeviceOwnerDefaultAppPermissionPolicyType value) { @@ -1537,7 +1537,7 @@ public void setCrossProfilePoliciesAllowCopyPaste(@jakarta.annotation.Nullable f this.backingStore.set("crossProfilePoliciesAllowCopyPaste", value); } /** - * Sets the crossProfilePoliciesAllowDataSharing property value. Indicates whether data from one profile (personal or work) can be shared with apps in the other profile. Possible values are: notConfigured, crossProfileDataSharingBlocked, dataSharingFromWorkToPersonalBlocked, crossProfileDataSharingAllowed, unkownFutureValue. + * Sets the crossProfilePoliciesAllowDataSharing property value. Indicates whether data from one profile (personal or work) can be shared with apps in the other profile. The possible values are: notConfigured, crossProfileDataSharingBlocked, dataSharingFromWorkToPersonalBlocked, crossProfileDataSharingAllowed, unkownFutureValue. * @param value Value to set for the crossProfilePoliciesAllowDataSharing property. */ public void setCrossProfilePoliciesAllowDataSharing(@jakarta.annotation.Nullable final AndroidDeviceOwnerCrossProfileDataSharing value) { @@ -1572,7 +1572,7 @@ public void setDetailedHelpText(@jakarta.annotation.Nullable final AndroidDevice this.backingStore.set("detailedHelpText", value); } /** - * Sets the deviceLocationMode property value. Indicates the location setting configuration for fully managed devices (COBO) and corporate owned devices with a work profile (COPE). Possible values are: notConfigured, disabled, unknownFutureValue. + * Sets the deviceLocationMode property value. Indicates the location setting configuration for fully managed devices (COBO) and corporate owned devices with a work profile (COPE). The possible values are: notConfigured, disabled, unknownFutureValue. * @param value Value to set for the deviceLocationMode property. */ public void setDeviceLocationMode(@jakarta.annotation.Nullable final AndroidDeviceOwnerLocationMode value) { @@ -1635,7 +1635,7 @@ public void setKioskCustomizationPowerButtonActionsBlocked(@jakarta.annotation.N this.backingStore.set("kioskCustomizationPowerButtonActionsBlocked", value); } /** - * Sets the kioskCustomizationStatusBar property value. Indicates whether system info and notifications are disabled in Kiosk Mode. Possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly. + * Sets the kioskCustomizationStatusBar property value. Indicates whether system info and notifications are disabled in Kiosk Mode. The possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly. * @param value Value to set for the kioskCustomizationStatusBar property. */ public void setKioskCustomizationStatusBar(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskCustomizationStatusBar value) { @@ -1649,7 +1649,7 @@ public void setKioskCustomizationSystemErrorWarnings(@jakarta.annotation.Nullabl this.backingStore.set("kioskCustomizationSystemErrorWarnings", value); } /** - * Sets the kioskCustomizationSystemNavigation property value. Indicates which navigation features are enabled in Kiosk Mode. Possible values are: notConfigured, navigationEnabled, homeButtonOnly. + * Sets the kioskCustomizationSystemNavigation property value. Indicates which navigation features are enabled in Kiosk Mode. The possible values are: notConfigured, navigationEnabled, homeButtonOnly. * @param value Value to set for the kioskCustomizationSystemNavigation property. */ public void setKioskCustomizationSystemNavigation(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskCustomizationSystemNavigation value) { @@ -1712,7 +1712,7 @@ public void setKioskModeFlashlightConfigurationEnabled(@jakarta.annotation.Nulla this.backingStore.set("kioskModeFlashlightConfigurationEnabled", value); } /** - * Sets the kioskModeFolderIcon property value. Folder icon configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle. + * Sets the kioskModeFolderIcon property value. Folder icon configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle. * @param value Value to set for the kioskModeFolderIcon property. */ public void setKioskModeFolderIcon(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskModeFolderIcon value) { @@ -1733,7 +1733,7 @@ public void setKioskModeGridWidth(@jakarta.annotation.Nullable final Integer val this.backingStore.set("kioskModeGridWidth", value); } /** - * Sets the kioskModeIconSize property value. Icon size configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, smallest, small, regular, large, largest. + * Sets the kioskModeIconSize property value. Icon size configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, smallest, small, regular, large, largest. * @param value Value to set for the kioskModeIconSize property. */ public void setKioskModeIconSize(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskModeIconSize value) { @@ -1782,7 +1782,7 @@ public void setKioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds(@jakarta this.backingStore.set("kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds", value); } /** - * Sets the kioskModeManagedHomeScreenPinComplexity property value. Complexity of PIN for sign-in session for Managed Home Screen. Possible values are: notConfigured, simple, complex. + * Sets the kioskModeManagedHomeScreenPinComplexity property value. Complexity of PIN for sign-in session for Managed Home Screen. The possible values are: notConfigured, simple, complex. * @param value Value to set for the kioskModeManagedHomeScreenPinComplexity property. */ public void setKioskModeManagedHomeScreenPinComplexity(@jakarta.annotation.Nullable final KioskModeManagedHomeScreenPinComplexity value) { @@ -1838,7 +1838,7 @@ public void setKioskModeMediaVolumeConfigurationEnabled(@jakarta.annotation.Null this.backingStore.set("kioskModeMediaVolumeConfigurationEnabled", value); } /** - * Sets the kioskModeScreenOrientation property value. Screen orientation configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, portrait, landscape, autoRotate. + * Sets the kioskModeScreenOrientation property value. Screen orientation configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, portrait, landscape, autoRotate. * @param value Value to set for the kioskModeScreenOrientation property. */ public void setKioskModeScreenOrientation(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskModeScreenOrientation value) { @@ -1894,7 +1894,7 @@ public void setKioskModeShowDeviceInfo(@jakarta.annotation.Nullable final Boolea this.backingStore.set("kioskModeShowDeviceInfo", value); } /** - * Sets the kioskModeUseManagedHomeScreenApp property value. Whether or not to use single app kiosk mode or multi-app kiosk mode. Possible values are: notConfigured, singleAppMode, multiAppMode. + * Sets the kioskModeUseManagedHomeScreenApp property value. Whether or not to use single app kiosk mode or multi-app kiosk mode. The possible values are: notConfigured, singleAppMode, multiAppMode. * @param value Value to set for the kioskModeUseManagedHomeScreenApp property. */ public void setKioskModeUseManagedHomeScreenApp(@jakarta.annotation.Nullable final KioskModeType value) { @@ -1908,7 +1908,7 @@ public void setKioskModeVirtualHomeButtonEnabled(@jakarta.annotation.Nullable fi this.backingStore.set("kioskModeVirtualHomeButtonEnabled", value); } /** - * Sets the kioskModeVirtualHomeButtonType property value. Indicates whether the virtual home button is a swipe up home button or a floating home button. Possible values are: notConfigured, swipeUp, floating. + * Sets the kioskModeVirtualHomeButtonType property value. Indicates whether the virtual home button is a swipe up home button or a floating home button. The possible values are: notConfigured, swipeUp, floating. * @param value Value to set for the kioskModeVirtualHomeButtonType property. */ public void setKioskModeVirtualHomeButtonType(@jakarta.annotation.Nullable final AndroidDeviceOwnerVirtualHomeButtonType value) { @@ -1992,7 +1992,7 @@ public void setMicrosoftLauncherDockPresenceAllowUserModification(@jakarta.annot this.backingStore.set("microsoftLauncherDockPresenceAllowUserModification", value); } /** - * Sets the microsoftLauncherDockPresenceConfiguration property value. Indicates whether or not you want to configure the device dock. Possible values are: notConfigured, show, hide, disabled. + * Sets the microsoftLauncherDockPresenceConfiguration property value. Indicates whether or not you want to configure the device dock. The possible values are: notConfigured, show, hide, disabled. * @param value Value to set for the microsoftLauncherDockPresenceConfiguration property. */ public void setMicrosoftLauncherDockPresenceConfiguration(@jakarta.annotation.Nullable final MicrosoftLauncherDockPresence value) { @@ -2013,7 +2013,7 @@ public void setMicrosoftLauncherFeedEnabled(@jakarta.annotation.Nullable final B this.backingStore.set("microsoftLauncherFeedEnabled", value); } /** - * Sets the microsoftLauncherSearchBarPlacementConfiguration property value. Indicates the search bar placement configuration on the device. Possible values are: notConfigured, top, bottom, hide. + * Sets the microsoftLauncherSearchBarPlacementConfiguration property value. Indicates the search bar placement configuration on the device. The possible values are: notConfigured, top, bottom, hide. * @param value Value to set for the microsoftLauncherSearchBarPlacementConfiguration property. */ public void setMicrosoftLauncherSearchBarPlacementConfiguration(@jakarta.annotation.Nullable final MicrosoftLauncherSearchBarPlacement value) { @@ -2118,14 +2118,14 @@ public void setPasswordPreviousPasswordCountToBlock(@jakarta.annotation.Nullable this.backingStore.set("passwordPreviousPasswordCountToBlock", value); } /** - * Sets the passwordRequiredType property value. Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Sets the passwordRequiredType property value. Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @param value Value to set for the passwordRequiredType property. */ public void setPasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) { this.backingStore.set("passwordRequiredType", value); } /** - * Sets the passwordRequireUnlock property value. Indicates the timeout period after which a device must be unlocked using a form of strong authentication. Possible values are: deviceDefault, daily, unkownFutureValue. + * Sets the passwordRequireUnlock property value. Indicates the timeout period after which a device must be unlocked using a form of strong authentication. The possible values are: deviceDefault, daily, unkownFutureValue. * @param value Value to set for the passwordRequireUnlock property. */ public void setPasswordRequireUnlock(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordUnlock value) { @@ -2160,7 +2160,7 @@ public void setPersonalProfilePersonalApplications(@jakarta.annotation.Nullable this.backingStore.set("personalProfilePersonalApplications", value); } /** - * Sets the personalProfilePlayStoreMode property value. Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. Possible values are: notConfigured, blockedApps, allowedApps. + * Sets the personalProfilePlayStoreMode property value. Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. The possible values are: notConfigured, blockedApps, allowedApps. * @param value Value to set for the personalProfilePlayStoreMode property. */ public void setPersonalProfilePlayStoreMode(@jakarta.annotation.Nullable final PersonalProfilePersonalPlayStoreMode value) { @@ -2174,7 +2174,7 @@ public void setPersonalProfileScreenCaptureBlocked(@jakarta.annotation.Nullable this.backingStore.set("personalProfileScreenCaptureBlocked", value); } /** - * Sets the playStoreMode property value. Indicates the Play Store mode of the device. Possible values are: notConfigured, allowList, blockList. + * Sets the playStoreMode property value. Indicates the Play Store mode of the device. The possible values are: notConfigured, allowList, blockList. * @param value Value to set for the playStoreMode property. */ public void setPlayStoreMode(@jakarta.annotation.Nullable final AndroidDeviceOwnerPlayStoreMode value) { @@ -2265,7 +2265,7 @@ public void setSystemUpdateFreezePeriods(@jakarta.annotation.Nullable final java this.backingStore.set("systemUpdateFreezePeriods", value); } /** - * Sets the systemUpdateInstallType property value. The type of system update configuration. Possible values are: deviceDefault, postpone, windowed, automatic. + * Sets the systemUpdateInstallType property value. The type of system update configuration. The possible values are: deviceDefault, postpone, windowed, automatic. * @param value Value to set for the systemUpdateInstallType property. */ public void setSystemUpdateInstallType(@jakarta.annotation.Nullable final AndroidDeviceOwnerSystemUpdateInstallType value) { @@ -2405,14 +2405,14 @@ public void setWorkProfilePasswordPreviousPasswordCountToBlock(@jakarta.annotati this.backingStore.set("workProfilePasswordPreviousPasswordCountToBlock", value); } /** - * Sets the workProfilePasswordRequiredType property value. Indicates the minimum password quality required on the work profile password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Sets the workProfilePasswordRequiredType property value. Indicates the minimum password quality required on the work profile password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @param value Value to set for the workProfilePasswordRequiredType property. */ public void setWorkProfilePasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) { this.backingStore.set("workProfilePasswordRequiredType", value); } /** - * Sets the workProfilePasswordRequireUnlock property value. Indicates the timeout period after which a work profile must be unlocked using a form of strong authentication. Possible values are: deviceDefault, daily, unkownFutureValue. + * Sets the workProfilePasswordRequireUnlock property value. Indicates the timeout period after which a work profile must be unlocked using a form of strong authentication. The possible values are: deviceDefault, daily, unkownFutureValue. * @param value Value to set for the workProfilePasswordRequireUnlock property. */ public void setWorkProfilePasswordRequireUnlock(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordUnlock value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerImportedPFXCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerImportedPFXCertificateProfile.java index 7b3115b4be8..7ac4f63eeae 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerImportedPFXCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerImportedPFXCertificateProfile.java @@ -29,7 +29,7 @@ public static AndroidDeviceOwnerImportedPFXCertificateProfile createFromDiscrimi return new AndroidDeviceOwnerImportedPFXCertificateProfile(); } /** - * Gets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. + * Gets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue. * @return a {@link AndroidDeviceOwnerCertificateAccessType} */ @jakarta.annotation.Nullable @@ -86,7 +86,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("silentCertificateAccessDetails", this.getSilentCertificateAccessDetails()); } /** - * Sets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. + * Sets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue. * @param value Value to set for the certificateAccessType property. */ public void setCertificateAccessType(@jakarta.annotation.Nullable final AndroidDeviceOwnerCertificateAccessType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerPkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerPkcsCertificateProfile.java index 3a33513ea16..180dbb97894 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerPkcsCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerPkcsCertificateProfile.java @@ -29,7 +29,7 @@ public static AndroidDeviceOwnerPkcsCertificateProfile createFromDiscriminatorVa return new AndroidDeviceOwnerPkcsCertificateProfile(); } /** - * Gets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. + * Gets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue. * @return a {@link AndroidDeviceOwnerCertificateAccessType} */ @jakarta.annotation.Nullable @@ -156,7 +156,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. + * Sets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue. * @param value Value to set for the certificateAccessType property. */ public void setCertificateAccessType(@jakarta.annotation.Nullable final AndroidDeviceOwnerCertificateAccessType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerScepCertificateProfile.java index 2f7a8a40203..910762c2790 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerScepCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerScepCertificateProfile.java @@ -30,7 +30,7 @@ public static AndroidDeviceOwnerScepCertificateProfile createFromDiscriminatorVa return new AndroidDeviceOwnerScepCertificateProfile(); } /** - * Gets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. + * Gets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue. * @return a {@link AndroidDeviceOwnerCertificateAccessType} */ @jakarta.annotation.Nullable @@ -38,7 +38,7 @@ public AndroidDeviceOwnerCertificateAccessType getCertificateAccessType() { return this.backingStore.get("certificateAccessType"); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -157,14 +157,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue. + * Sets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue. * @param value Value to set for the certificateAccessType property. */ public void setCertificateAccessType(@jakarta.annotation.Nullable final AndroidDeviceOwnerCertificateAccessType value) { this.backingStore.set("certificateAccessType", value); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerWiFiConfiguration.java index 7b68db7812e..c5a7b8159e4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerWiFiConfiguration.java @@ -74,7 +74,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the macAddressRandomizationMode property value. The MAC address randomization mode for Android device Wi-Fi configuration. Possible values include automatic and hardware. Default value is automatic. Possible values are: automatic, hardware, unknownFutureValue. + * Gets the macAddressRandomizationMode property value. The MAC address randomization mode for Android device Wi-Fi configuration. Possible values include automatic and hardware. Default value is automatic. The possible values are: automatic, hardware, unknownFutureValue. * @return a {@link MacAddressRandomizationMode} */ @jakarta.annotation.Nullable @@ -197,7 +197,7 @@ public void setConnectWhenNetworkNameIsHidden(@jakarta.annotation.Nullable final this.backingStore.set("connectWhenNetworkNameIsHidden", value); } /** - * Sets the macAddressRandomizationMode property value. The MAC address randomization mode for Android device Wi-Fi configuration. Possible values include automatic and hardware. Default value is automatic. Possible values are: automatic, hardware, unknownFutureValue. + * Sets the macAddressRandomizationMode property value. The MAC address randomization mode for Android device Wi-Fi configuration. Possible values include automatic and hardware. Default value is automatic. The possible values are: automatic, hardware, unknownFutureValue. * @param value Value to set for the macAddressRandomizationMode property. */ public void setMacAddressRandomizationMode(@jakarta.annotation.Nullable final MacAddressRandomizationMode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEasEmailProfileConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEasEmailProfileConfiguration.java index c76c8216983..104107dffd0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEasEmailProfileConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEasEmailProfileConfiguration.java @@ -175,7 +175,7 @@ public Boolean getSyncTasks() { return this.backingStore.get("syncTasks"); } /** - * Gets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName. + * Gets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName. * @return a {@link DomainNameSource} */ @jakarta.annotation.Nullable @@ -321,7 +321,7 @@ public void setSyncTasks(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("syncTasks", value); } /** - * Sets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName. + * Sets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName. * @param value Value to set for the userDomainNameSource property. */ public void setUserDomainNameSource(@jakarta.annotation.Nullable final DomainNameSource value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEnterpriseWiFiConfiguration.java index 29c076aafb9..6e2fd417790 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEnterpriseWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEnterpriseWiFiConfiguration.java @@ -29,7 +29,7 @@ public static AndroidEnterpriseWiFiConfiguration createFromDiscriminatorValue(@j return new AndroidEnterpriseWiFiConfiguration(); } /** - * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -73,7 +73,7 @@ public AndroidCertificateProfileBase getIdentityCertificateForClientAuthenticati return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -81,7 +81,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo return this.backingStore.get("innerAuthenticationProtocolForEapTtls"); } /** - * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForPeap} */ @jakarta.annotation.Nullable @@ -156,7 +156,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("usernameFormatString", this.getUsernameFormatString()); } /** - * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { @@ -177,14 +177,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEapTtls property. */ public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { this.backingStore.set("innerAuthenticationProtocolForEapTtls", value); } /** - * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForPeap property. */ public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkCertificateProfileBase.java index 6b6480438b3..3522a53b05e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkCertificateProfileBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkCertificateProfileBase.java @@ -94,7 +94,7 @@ public AndroidForWorkTrustedRootCertificate getRootCertificate() { return this.backingStore.get("rootCertificate"); } /** - * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -160,7 +160,7 @@ public void setRootCertificate(@jakarta.annotation.Nullable final AndroidForWork this.backingStore.set("rootCertificate", value); } /** - * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @param value Value to set for the subjectAlternativeNameType property. */ public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkEnterpriseWiFiConfiguration.java index d267452641a..6cd1ea7ed75 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkEnterpriseWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkEnterpriseWiFiConfiguration.java @@ -29,7 +29,7 @@ public static AndroidForWorkEnterpriseWiFiConfiguration createFromDiscriminatorV return new AndroidForWorkEnterpriseWiFiConfiguration(); } /** - * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -70,7 +70,7 @@ public AndroidForWorkCertificateProfileBase getIdentityCertificateForClientAuthe return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -78,7 +78,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo return this.backingStore.get("innerAuthenticationProtocolForEapTtls"); } /** - * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForPeap} */ @jakarta.annotation.Nullable @@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames()); } /** - * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { @@ -147,14 +147,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEapTtls property. */ public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { this.backingStore.set("innerAuthenticationProtocolForEapTtls", value); } /** - * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForPeap property. */ public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkScepCertificateProfile.java index 10001f6b493..cf4e3df7149 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkScepCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkScepCertificateProfile.java @@ -30,7 +30,7 @@ public static AndroidForWorkScepCertificateProfile createFromDiscriminatorValue( return new AndroidForWorkScepCertificateProfile(); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -137,7 +137,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java index cc2ca23856e..597b75a7336 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java @@ -45,7 +45,7 @@ public java.util.List getAllowedAndroidDeviceModels() { return this.backingStore.get("allowedAndroidDeviceModels"); } /** - * Gets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -93,7 +93,7 @@ public ManagedAppRemediationAction getAppActionIfDeviceLockNotSet() { return this.backingStore.get("appActionIfDeviceLockNotSet"); } /** - * Gets the appActionIfDevicePasscodeComplexityLessThanHigh property value. If the device does not have a passcode of high complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfDevicePasscodeComplexityLessThanHigh property value. If the device does not have a passcode of high complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -101,7 +101,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanHigh"); } /** - * Gets the appActionIfDevicePasscodeComplexityLessThanLow property value. If the device does not have a passcode of low complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfDevicePasscodeComplexityLessThanLow property value. If the device does not have a passcode of low complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -109,7 +109,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanLow"); } /** - * Gets the appActionIfDevicePasscodeComplexityLessThanMedium property value. If the device does not have a passcode of medium complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfDevicePasscodeComplexityLessThanMedium property value. If the device does not have a passcode of medium complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -117,7 +117,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanMedium"); } /** - * Gets the appActionIfSamsungKnoxAttestationRequired property value. Defines the behavior of a managed app when Samsung Knox Attestation is required. Possible values are null, warn, block & wipe. If the admin does not set this action, the default is null, which indicates this setting is not configured. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfSamsungKnoxAttestationRequired property value. Defines the behavior of a managed app when Samsung Knox Attestation is required. Possible values are null, warn, block & wipe. If the admin does not set this action, the default is null, which indicates this setting is not configured. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -510,7 +510,7 @@ public void setAllowedAndroidDeviceModels(@jakarta.annotation.Nullable final jav this.backingStore.set("allowedAndroidDeviceModels", value); } /** - * Sets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfAccountIsClockedOut property. */ public void setAppActionIfAccountIsClockedOut(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { @@ -552,28 +552,28 @@ public void setAppActionIfDeviceLockNotSet(@jakarta.annotation.Nullable final Ma this.backingStore.set("appActionIfDeviceLockNotSet", value); } /** - * Sets the appActionIfDevicePasscodeComplexityLessThanHigh property value. If the device does not have a passcode of high complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfDevicePasscodeComplexityLessThanHigh property value. If the device does not have a passcode of high complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanHigh property. */ public void setAppActionIfDevicePasscodeComplexityLessThanHigh(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanHigh", value); } /** - * Sets the appActionIfDevicePasscodeComplexityLessThanLow property value. If the device does not have a passcode of low complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfDevicePasscodeComplexityLessThanLow property value. If the device does not have a passcode of low complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanLow property. */ public void setAppActionIfDevicePasscodeComplexityLessThanLow(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanLow", value); } /** - * Sets the appActionIfDevicePasscodeComplexityLessThanMedium property value. If the device does not have a passcode of medium complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfDevicePasscodeComplexityLessThanMedium property value. If the device does not have a passcode of medium complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanMedium property. */ public void setAppActionIfDevicePasscodeComplexityLessThanMedium(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanMedium", value); } /** - * Sets the appActionIfSamsungKnoxAttestationRequired property value. Defines the behavior of a managed app when Samsung Knox Attestation is required. Possible values are null, warn, block & wipe. If the admin does not set this action, the default is null, which indicates this setting is not configured. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfSamsungKnoxAttestationRequired property value. Defines the behavior of a managed app when Samsung Knox Attestation is required. Possible values are null, warn, block & wipe. If the admin does not set this action, the default is null, which indicates this setting is not configured. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfSamsungKnoxAttestationRequired property. */ public void setAppActionIfSamsungKnoxAttestationRequired(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileCertificateProfileBase.java index 0149cc84367..241c426f37f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileCertificateProfileBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileCertificateProfileBase.java @@ -94,7 +94,7 @@ public AndroidWorkProfileTrustedRootCertificate getRootCertificate() { return this.backingStore.get("rootCertificate"); } /** - * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -160,7 +160,7 @@ public void setRootCertificate(@jakarta.annotation.Nullable final AndroidWorkPro this.backingStore.set("rootCertificate", value); } /** - * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @param value Value to set for the subjectAlternativeNameType property. */ public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileEnterpriseWiFiConfiguration.java index 88813140033..ff7831ad1b8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileEnterpriseWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileEnterpriseWiFiConfiguration.java @@ -29,7 +29,7 @@ public static AndroidWorkProfileEnterpriseWiFiConfiguration createFromDiscrimina return new AndroidWorkProfileEnterpriseWiFiConfiguration(); } /** - * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -70,7 +70,7 @@ public AndroidWorkProfileCertificateProfileBase getIdentityCertificateForClientA return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -78,7 +78,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo return this.backingStore.get("innerAuthenticationProtocolForEapTtls"); } /** - * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForPeap} */ @jakarta.annotation.Nullable @@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames()); } /** - * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { @@ -147,14 +147,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEapTtls property. */ public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { this.backingStore.set("innerAuthenticationProtocolForEapTtls", value); } /** - * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForPeap property. */ public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfilePkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfilePkcsCertificateProfile.java index f7399b7e3e6..f196c3e34e4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfilePkcsCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfilePkcsCertificateProfile.java @@ -29,7 +29,7 @@ public static AndroidWorkProfilePkcsCertificateProfile createFromDiscriminatorVa return new AndroidWorkProfilePkcsCertificateProfile(); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileScepCertificateProfile.java index 33d73388deb..26c8e50f121 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileScepCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileScepCertificateProfile.java @@ -30,7 +30,7 @@ public static AndroidWorkProfileScepCertificateProfile createFromDiscriminatorVa return new AndroidWorkProfileScepCertificateProfile(); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -137,7 +137,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCertificateProfileBase.java index 63e23e3d17d..0ff363499d2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCertificateProfileBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCertificateProfileBase.java @@ -94,7 +94,7 @@ public AospDeviceOwnerTrustedRootCertificate getRootCertificate() { return this.backingStore.get("rootCertificate"); } /** - * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -102,7 +102,7 @@ public EnumSet getSubjectAlternativeNameType() { return this.backingStore.get("subjectAlternativeNameType"); } /** - * Gets the subjectNameFormat property value. Certificate Subject Name Format. This collection can contain a maximum of 500 elements. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. + * Gets the subjectNameFormat property value. Certificate Subject Name Format. This collection can contain a maximum of 500 elements. The possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. * @return a {@link SubjectNameFormat} */ @jakarta.annotation.Nullable @@ -160,14 +160,14 @@ public void setRootCertificate(@jakarta.annotation.Nullable final AospDeviceOwne this.backingStore.set("rootCertificate", value); } /** - * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @param value Value to set for the subjectAlternativeNameType property. */ public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) { this.backingStore.set("subjectAlternativeNameType", value); } /** - * Sets the subjectNameFormat property value. Certificate Subject Name Format. This collection can contain a maximum of 500 elements. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. + * Sets the subjectNameFormat property value. Certificate Subject Name Format. This collection can contain a maximum of 500 elements. The possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId. * @param value Value to set for the subjectNameFormat property. */ public void setSubjectNameFormat(@jakarta.annotation.Nullable final SubjectNameFormat value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCompliancePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCompliancePolicy.java index 0ddd5df1c15..f2466a1acda 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCompliancePolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCompliancePolicy.java @@ -95,7 +95,7 @@ public Boolean getPasswordRequired() { return this.backingStore.get("passwordRequired"); } /** - * Gets the passwordRequiredType property value. Type of characters in password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Gets the passwordRequiredType property value. Type of characters in password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @return a {@link AndroidDeviceOwnerRequiredPasswordType} */ @jakarta.annotation.Nullable @@ -178,7 +178,7 @@ public void setPasswordRequired(@jakarta.annotation.Nullable final Boolean value this.backingStore.set("passwordRequired", value); } /** - * Sets the passwordRequiredType property value. Type of characters in password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Sets the passwordRequiredType property value. Type of characters in password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @param value Value to set for the passwordRequiredType property. */ public void setPasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerDeviceConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerDeviceConfiguration.java index 27337a38bb1..c6aa74737a1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerDeviceConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerDeviceConfiguration.java @@ -108,7 +108,7 @@ public Integer getPasswordMinutesOfInactivityBeforeScreenTimeout() { return this.backingStore.get("passwordMinutesOfInactivityBeforeScreenTimeout"); } /** - * Gets the passwordRequiredType property value. Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Gets the passwordRequiredType property value. Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @return a {@link AndroidDeviceOwnerRequiredPasswordType} */ @jakarta.annotation.Nullable @@ -235,7 +235,7 @@ public void setPasswordMinutesOfInactivityBeforeScreenTimeout(@jakarta.annotatio this.backingStore.set("passwordMinutesOfInactivityBeforeScreenTimeout", value); } /** - * Sets the passwordRequiredType property value. Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. + * Sets the passwordRequiredType property value. Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. * @param value Value to set for the passwordRequiredType property. */ public void setPasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerEnterpriseWiFiConfiguration.java index 507dd167648..7676558bc3b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerEnterpriseWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerEnterpriseWiFiConfiguration.java @@ -29,7 +29,7 @@ public static AospDeviceOwnerEnterpriseWiFiConfiguration createFromDiscriminator return new AospDeviceOwnerEnterpriseWiFiConfiguration(); } /** - * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -70,7 +70,7 @@ public AospDeviceOwnerCertificateProfileBase getIdentityCertificateForClientAuth return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -78,7 +78,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo return this.backingStore.get("innerAuthenticationProtocolForEapTtls"); } /** - * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. This collection can contain a maximum of 500 elements. Possible values are: none, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. This collection can contain a maximum of 500 elements. The possible values are: none, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForPeap} */ @jakarta.annotation.Nullable @@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames()); } /** - * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { @@ -147,14 +147,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEapTtls property. */ public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { this.backingStore.set("innerAuthenticationProtocolForEapTtls", value); } /** - * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. This collection can contain a maximum of 500 elements. Possible values are: none, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. This collection can contain a maximum of 500 elements. The possible values are: none, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForPeap property. */ public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerScepCertificateProfile.java index 106b1f68daa..a4f6d7200af 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerScepCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerScepCertificateProfile.java @@ -30,7 +30,7 @@ public static AospDeviceOwnerScepCertificateProfile createFromDiscriminatorValue return new AospDeviceOwnerScepCertificateProfile(); } /** - * Gets the certificateStore property value. Target store certificate. This collection can contain a maximum of 500 elements. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. This collection can contain a maximum of 500 elements. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -137,7 +137,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateStore property value. Target store certificate. This collection can contain a maximum of 500 elements. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. This collection can contain a maximum of 500 elements. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AppConsentRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/AppConsentRequest.java index 3e1a26a122c..7e9b48e6d3e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AppConsentRequest.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AppConsentRequest.java @@ -41,7 +41,7 @@ public String getAppId() { return this.backingStore.get("appId"); } /** - * Gets the consentType property value. The consent type of the request. Possible values are: StaticandDynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required. + * Gets the consentType property value. The consent type of the request. The possible values are: StaticandDynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -106,7 +106,7 @@ public void setAppId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("appId", value); } /** - * Sets the consentType property value. The consent type of the request. Possible values are: StaticandDynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required. + * Sets the consentType property value. The consent type of the request. The possible values are: StaticandDynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required. * @param value Value to set for the consentType property. */ public void setConsentType(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AppleVpnAlwaysOnConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AppleVpnAlwaysOnConfiguration.java index 5237f4f4d2f..a4a3676829a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AppleVpnAlwaysOnConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AppleVpnAlwaysOnConfiguration.java @@ -51,7 +51,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the airPrintExceptionAction property value. Determine whether AirPrint service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic. + * Gets the airPrintExceptionAction property value. Determine whether AirPrint service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic. * @return a {@link VpnServiceExceptionAction} */ @jakarta.annotation.Nullable @@ -91,7 +91,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the cellularExceptionAction property value. Determine whether Cellular service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic. + * Gets the cellularExceptionAction property value. Determine whether Cellular service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic. * @return a {@link VpnServiceExceptionAction} */ @jakarta.annotation.Nullable @@ -159,7 +159,7 @@ public Boolean getUserToggleEnabled() { return this.backingStore.get("userToggleEnabled"); } /** - * Gets the voicemailExceptionAction property value. Determine whether voicemail service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic. + * Gets the voicemailExceptionAction property value. Determine whether voicemail service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic. * @return a {@link VpnServiceExceptionAction} */ @jakarta.annotation.Nullable @@ -193,7 +193,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map getAdditionalData() { return value; } /** - * Gets the attachmentType property value. The type of attachment. Possible values are: file, item, reference. Required. + * Gets the attachmentType property value. The type of attachment. The possible values are: file, item, reference. Required. * @return a {@link AttachmentType} */ @jakarta.annotation.Nullable @@ -150,7 +150,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers return deserializerMap; } /** - * Gets the type property value. The type of attendee. Possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type. + * Gets the type property value. The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type. * @return a {@link AttendeeType} */ @jakarta.annotation.Nullable @@ -60,7 +60,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("type", this.getType()); } /** - * Sets the type property value. The type of attendee. Possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type. + * Sets the type property value. The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final AttendeeType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinitionMetadataEntry.java b/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinitionMetadataEntry.java index b4a28d0bed4..1ca5a9619a4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinitionMetadataEntry.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinitionMetadataEntry.java @@ -68,7 +68,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the key property value. Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. + * Gets the key property value. The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. * @return a {@link AttributeDefinitionMetadata} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the key property value. Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. + * Sets the key property value. The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. * @param value Value to set for the key property. */ public void setKey(@jakarta.annotation.Nullable final AttributeDefinitionMetadata value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodConfiguration.java index da92514f8a9..e345ae189f2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodConfiguration.java @@ -62,7 +62,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the state property value. The state of the policy. Possible values are: enabled, disabled. + * Gets the state property value. The state of the policy. The possible values are: enabled, disabled. * @return a {@link AuthenticationMethodState} */ @jakarta.annotation.Nullable @@ -87,7 +87,7 @@ public void setExcludeTargets(@jakarta.annotation.Nullable final java.util.List< this.backingStore.set("excludeTargets", value); } /** - * Sets the state property value. The state of the policy. Possible values are: enabled, disabled. + * Sets the state property value. The state of the policy. The possible values are: enabled, disabled. * @param value Value to set for the state property. */ public void setState(@jakarta.annotation.Nullable final AuthenticationMethodState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodFeatureConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodFeatureConfiguration.java index 70938dfa4fc..1cce530282d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodFeatureConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodFeatureConfiguration.java @@ -93,7 +93,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the state property value. Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. + * Gets the state property value. Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. * @return a {@link AdvancedConfigState} */ @jakarta.annotation.Nullable @@ -149,7 +149,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the state property value. Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. + * Sets the state property value. Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. * @param value Value to set for the state property. */ public void setState(@jakarta.annotation.Nullable final AdvancedConfigState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationRequirementPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationRequirementPolicy.java index d639812d989..6b68d1119e5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationRequirementPolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationRequirementPolicy.java @@ -84,7 +84,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the requirementProvider property value. Identifies what Microsoft Entra feature requires MFA in this policy. Possible values are: user, request, servicePrincipal, v1ConditionalAccess, multiConditionalAccess, tenantSessionRiskPolicy, accountCompromisePolicies, v1ConditionalAccessDependency, v1ConditionalAccessPolicyIdRequested, mfaRegistrationRequiredByIdentityProtectionPolicy, baselineProtection, mfaRegistrationRequiredByBaselineProtection, mfaRegistrationRequiredByMultiConditionalAccess, enforcedForCspAdmins, securityDefaults, mfaRegistrationRequiredBySecurityDefaults, proofUpCodeRequest, crossTenantOutboundRule, gpsLocationCondition, riskBasedPolicy, unknownFutureValue, scopeBasedAuthRequirementPolicy, authenticationStrengths . Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: scopeBasedAuthRequirementPolicy, authenticationStrengths. + * Gets the requirementProvider property value. Identifies what Microsoft Entra feature requires MFA in this policy. The possible values are: user, request, servicePrincipal, v1ConditionalAccess, multiConditionalAccess, tenantSessionRiskPolicy, accountCompromisePolicies, v1ConditionalAccessDependency, v1ConditionalAccessPolicyIdRequested, mfaRegistrationRequiredByIdentityProtectionPolicy, baselineProtection, mfaRegistrationRequiredByBaselineProtection, mfaRegistrationRequiredByMultiConditionalAccess, enforcedForCspAdmins, securityDefaults, mfaRegistrationRequiredBySecurityDefaults, proofUpCodeRequest, crossTenantOutboundRule, gpsLocationCondition, riskBasedPolicy, unknownFutureValue, scopeBasedAuthRequirementPolicy, authenticationStrengths . Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: scopeBasedAuthRequirementPolicy, authenticationStrengths. * @return a {@link RequirementProvider} */ @jakarta.annotation.Nullable @@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the requirementProvider property value. Identifies what Microsoft Entra feature requires MFA in this policy. Possible values are: user, request, servicePrincipal, v1ConditionalAccess, multiConditionalAccess, tenantSessionRiskPolicy, accountCompromisePolicies, v1ConditionalAccessDependency, v1ConditionalAccessPolicyIdRequested, mfaRegistrationRequiredByIdentityProtectionPolicy, baselineProtection, mfaRegistrationRequiredByBaselineProtection, mfaRegistrationRequiredByMultiConditionalAccess, enforcedForCspAdmins, securityDefaults, mfaRegistrationRequiredBySecurityDefaults, proofUpCodeRequest, crossTenantOutboundRule, gpsLocationCondition, riskBasedPolicy, unknownFutureValue, scopeBasedAuthRequirementPolicy, authenticationStrengths . Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: scopeBasedAuthRequirementPolicy, authenticationStrengths. + * Sets the requirementProvider property value. Identifies what Microsoft Entra feature requires MFA in this policy. The possible values are: user, request, servicePrincipal, v1ConditionalAccess, multiConditionalAccess, tenantSessionRiskPolicy, accountCompromisePolicies, v1ConditionalAccessDependency, v1ConditionalAccessPolicyIdRequested, mfaRegistrationRequiredByIdentityProtectionPolicy, baselineProtection, mfaRegistrationRequiredByBaselineProtection, mfaRegistrationRequiredByMultiConditionalAccess, enforcedForCspAdmins, securityDefaults, mfaRegistrationRequiredBySecurityDefaults, proofUpCodeRequest, crossTenantOutboundRule, gpsLocationCondition, riskBasedPolicy, unknownFutureValue, scopeBasedAuthRequirementPolicy, authenticationStrengths . Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: scopeBasedAuthRequirementPolicy, authenticationStrengths. * @param value Value to set for the requirementProvider property. */ public void setRequirementProvider(@jakarta.annotation.Nullable final RequirementProvider value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthorizationPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthorizationPolicy.java index b65fd4bd03f..af14269db40 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthorizationPolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthorizationPolicy.java @@ -51,7 +51,7 @@ public Boolean getAllowEmailVerifiedUsersToJoinOrganization() { return this.backingStore.get("allowEmailVerifiedUsersToJoinOrganization"); } /** - * Gets the allowInvitesFrom property value. Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. + * Gets the allowInvitesFrom property value. Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. * @return a {@link AllowInvitesFrom} */ @jakarta.annotation.Nullable @@ -175,7 +175,7 @@ public void setAllowEmailVerifiedUsersToJoinOrganization(@jakarta.annotation.Nul this.backingStore.set("allowEmailVerifiedUsersToJoinOrganization", value); } /** - * Sets the allowInvitesFrom property value. Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. + * Sets the allowInvitesFrom property value. Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. * @param value Value to set for the allowInvitesFrom property. */ public void setAllowInvitesFrom(@jakarta.annotation.Nullable final AllowInvitesFrom value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AutomaticRepliesSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/AutomaticRepliesSetting.java index 7de73696f2b..4e967b11102 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AutomaticRepliesSetting.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AutomaticRepliesSetting.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the externalAudience property value. The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. Possible values are: none, contactsOnly, all. + * Gets the externalAudience property value. The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all. * @return a {@link ExternalAudienceScope} */ @jakarta.annotation.Nullable @@ -120,7 +120,7 @@ public DateTimeTimeZone getScheduledStartDateTime() { return this.backingStore.get("scheduledStartDateTime"); } /** - * Gets the status property value. Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled. + * Gets the status property value. Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled. * @return a {@link AutomaticRepliesStatus} */ @jakarta.annotation.Nullable @@ -158,7 +158,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the externalAudience property value. The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. Possible values are: none, contactsOnly, all. + * Sets the externalAudience property value. The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all. * @param value Value to set for the externalAudience property. */ public void setExternalAudience(@jakarta.annotation.Nullable final ExternalAudienceScope value) { @@ -200,7 +200,7 @@ public void setScheduledStartDateTime(@jakarta.annotation.Nullable final DateTim this.backingStore.set("scheduledStartDateTime", value); } /** - * Sets the status property value. Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled. + * Sets the status property value. Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final AutomaticRepliesStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AvailabilityItem.java b/src/main/java/com/microsoft/graph/beta/generated/models/AvailabilityItem.java index 9404f111c9b..4550ccb3ee6 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AvailabilityItem.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AvailabilityItem.java @@ -102,7 +102,7 @@ public DateTimeTimeZone getStartDateTime() { return this.backingStore.get("startDateTime"); } /** - * Gets the status property value. The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. + * Gets the status property value. The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. * @return a {@link BookingsAvailabilityStatus} */ @jakarta.annotation.Nullable @@ -166,7 +166,7 @@ public void setStartDateTime(@jakarta.annotation.Nullable final DateTimeTimeZone this.backingStore.set("startDateTime", value); } /** - * Sets the status property value. The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. + * Sets the status property value. The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final BookingsAvailabilityStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerFixedDrivePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerFixedDrivePolicy.java index 676e71a9b29..57d018911da 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerFixedDrivePolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerFixedDrivePolicy.java @@ -59,7 +59,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the encryptionMethod property value. Select the encryption method for fixed drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. + * Gets the encryptionMethod property value. Select the encryption method for fixed drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. * @return a {@link BitLockerEncryptionMethod} */ @jakarta.annotation.Nullable @@ -131,7 +131,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the encryptionMethod property value. Select the encryption method for fixed drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. + * Sets the encryptionMethod property value. Select the encryption method for fixed drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. * @param value Value to set for the encryptionMethod property. */ public void setEncryptionMethod(@jakarta.annotation.Nullable final BitLockerEncryptionMethod value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerRemovableDrivePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerRemovableDrivePolicy.java index 53a2dbf76c0..b0fddec9e48 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerRemovableDrivePolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerRemovableDrivePolicy.java @@ -67,7 +67,7 @@ public Boolean getBlockCrossOrganizationWriteAccess() { return this.backingStore.get("blockCrossOrganizationWriteAccess"); } /** - * Gets the encryptionMethod property value. Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. + * Gets the encryptionMethod property value. Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. * @return a {@link BitLockerEncryptionMethod} */ @jakarta.annotation.Nullable @@ -138,7 +138,7 @@ public void setBlockCrossOrganizationWriteAccess(@jakarta.annotation.Nullable fi this.backingStore.set("blockCrossOrganizationWriteAccess", value); } /** - * Sets the encryptionMethod property value. Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. + * Sets the encryptionMethod property value. Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. * @param value Value to set for the encryptionMethod property. */ public void setEncryptionMethod(@jakarta.annotation.Nullable final BitLockerEncryptionMethod value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerSystemDrivePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerSystemDrivePolicy.java index 488cf86fb58..d284c8c3269 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerSystemDrivePolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerSystemDrivePolicy.java @@ -59,7 +59,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the encryptionMethod property value. Select the encryption method for operating system drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. + * Gets the encryptionMethod property value. Select the encryption method for operating system drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. * @return a {@link BitLockerEncryptionMethod} */ @jakarta.annotation.Nullable @@ -221,7 +221,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the encryptionMethod property value. Select the encryption method for operating system drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. + * Sets the encryptionMethod property value. Select the encryption method for operating system drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. * @param value Value to set for the encryptionMethod property. */ public void setEncryptionMethod(@jakarta.annotation.Nullable final BitLockerEncryptionMethod value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BitlockerRecoveryKey.java b/src/main/java/com/microsoft/graph/beta/generated/models/BitlockerRecoveryKey.java index c943a21fe5d..42451236eab 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/BitlockerRecoveryKey.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/BitlockerRecoveryKey.java @@ -63,7 +63,7 @@ public String getKey() { return this.backingStore.get("key"); } /** - * Gets the volumeType property value. Indicates the type of volume the BitLocker key is associated with. Possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue. + * Gets the volumeType property value. Indicates the type of volume the BitLocker key is associated with. The possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue. * @return a {@link VolumeType} */ @jakarta.annotation.Nullable @@ -104,7 +104,7 @@ public void setKey(@jakarta.annotation.Nullable final String value) { this.backingStore.set("key", value); } /** - * Sets the volumeType property value. Indicates the type of volume the BitLocker key is associated with. Possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue. + * Sets the volumeType property value. Indicates the type of volume the BitLocker key is associated with. The possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue. * @param value Value to set for the volumeType property. */ public void setVolumeType(@jakarta.annotation.Nullable final VolumeType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CalculatedColumn.java b/src/main/java/com/microsoft/graph/beta/generated/models/CalculatedColumn.java index c10ec23d0f6..da47f11ded1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CalculatedColumn.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CalculatedColumn.java @@ -69,7 +69,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the format property value. For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime. + * Gets the format property value. For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -93,7 +93,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the outputType property value. The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text. + * Gets the outputType property value. The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -128,7 +128,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the format property value. For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime. + * Sets the format property value. For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime. * @param value Value to set for the format property. */ public void setFormat(@jakarta.annotation.Nullable final String value) { @@ -149,7 +149,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the outputType property value. The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text. + * Sets the outputType property value. The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text. * @param value Value to set for the outputType property. */ public void setOutputType(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Calendar.java b/src/main/java/com/microsoft/graph/beta/generated/models/Calendar.java index 9fa51d36b57..dc028624571 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Calendar.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Calendar.java @@ -25,7 +25,7 @@ public static Calendar createFromDiscriminatorValue(@jakarta.annotation.Nonnull return new Calendar(); } /** - * Gets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * Gets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -97,7 +97,7 @@ public CalendarColor getColor() { return this.backingStore.get("color"); } /** - * Gets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * Gets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. * @return a {@link OnlineMeetingProviderType} */ @jakarta.annotation.Nullable @@ -252,7 +252,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("singleValueExtendedProperties", this.getSingleValueExtendedProperties()); } /** - * Sets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * Sets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. * @param value Value to set for the allowedOnlineMeetingProviders property. */ public void setAllowedOnlineMeetingProviders(@jakarta.annotation.Nullable final java.util.List value) { @@ -315,7 +315,7 @@ public void setColor(@jakarta.annotation.Nullable final CalendarColor value) { this.backingStore.set("color", value); } /** - * Sets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * Sets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. * @param value Value to set for the defaultOnlineMeetingProvider property. */ public void setDefaultOnlineMeetingProvider(@jakarta.annotation.Nullable final OnlineMeetingProviderType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CalendarPermission.java b/src/main/java/com/microsoft/graph/beta/generated/models/CalendarPermission.java index bc4fa513aa4..6171f9a1838 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CalendarPermission.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CalendarPermission.java @@ -25,7 +25,7 @@ public static CalendarPermission createFromDiscriminatorValue(@jakarta.annotatio return new CalendarPermission(); } /** - * Gets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. + * Gets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -92,7 +92,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("role", this.getRole()); } /** - * Sets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. + * Sets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. * @param value Value to set for the allowedRoles property. */ public void setAllowedRoles(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Call.java b/src/main/java/com/microsoft/graph/beta/generated/models/Call.java index ec78e1cf5e0..e51c95443d2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Call.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Call.java @@ -25,7 +25,7 @@ public static Call createFromDiscriminatorValue(@jakarta.annotation.Nonnull fina return new Call(); } /** - * Gets the activeModalities property value. The list of active modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only. + * Gets the activeModalities property value. The list of active modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -208,7 +208,7 @@ public java.util.List getParticipants() { return this.backingStore.get("participants"); } /** - * Gets the requestedModalities property value. The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. + * Gets the requestedModalities property value. The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -232,7 +232,7 @@ public Integer getRingingTimeoutInSeconds() { return this.backingStore.get("ringingTimeoutInSeconds"); } /** - * Gets the routingPolicies property value. This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue. + * Gets the routingPolicies property value. This property is applicable for peer to peer calls only. The possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -248,7 +248,7 @@ public ParticipantInfo getSource() { return this.backingStore.get("source"); } /** - * Gets the state property value. The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. + * Gets the state property value. The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. * @return a {@link CallState} */ @jakarta.annotation.Nullable @@ -342,7 +342,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("transcription", this.getTranscription()); } /** - * Sets the activeModalities property value. The list of active modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only. + * Sets the activeModalities property value. The list of active modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only. * @param value Value to set for the activeModalities property. */ public void setActiveModalities(@jakarta.annotation.Nullable final java.util.List value) { @@ -468,7 +468,7 @@ public void setParticipants(@jakarta.annotation.Nullable final java.util.List value) { @@ -489,7 +489,7 @@ public void setRingingTimeoutInSeconds(@jakarta.annotation.Nullable final Intege this.backingStore.set("ringingTimeoutInSeconds", value); } /** - * Sets the routingPolicies property value. This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue. + * Sets the routingPolicies property value. This property is applicable for peer to peer calls only. The possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue. * @param value Value to set for the routingPolicies property. */ public void setRoutingPolicies(@jakarta.annotation.Nullable final java.util.List value) { @@ -503,7 +503,7 @@ public void setSource(@jakarta.annotation.Nullable final ParticipantInfo value) this.backingStore.set("source", value); } /** - * Sets the state property value. The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. + * Sets the state property value. The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. * @param value Value to set for the state property. */ public void setState(@jakarta.annotation.Nullable final CallState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CallEndedEventMessageDetail.java b/src/main/java/com/microsoft/graph/beta/generated/models/CallEndedEventMessageDetail.java index 6ebabac5c84..7763d4dba50 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CallEndedEventMessageDetail.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CallEndedEventMessageDetail.java @@ -35,7 +35,7 @@ public PeriodAndDuration getCallDuration() { return this.backingStore.get("callDuration"); } /** - * Gets the callEventType property value. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue. + * Gets the callEventType property value. Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue. * @return a {@link TeamworkCallEventType} */ @jakarta.annotation.Nullable @@ -101,7 +101,7 @@ public void setCallDuration(@jakarta.annotation.Nullable final PeriodAndDuration this.backingStore.set("callDuration", value); } /** - * Sets the callEventType property value. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue. + * Sets the callEventType property value. Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue. * @param value Value to set for the callEventType property. */ public void setCallEventType(@jakarta.annotation.Nullable final TeamworkCallEventType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CallEvent.java b/src/main/java/com/microsoft/graph/beta/generated/models/CallEvent.java index 08dff364378..f82155ade75 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CallEvent.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CallEvent.java @@ -41,7 +41,7 @@ public String getCallConversationId() { return this.backingStore.get("callConversationId"); } /** - * Gets the callEventType property value. The event type of the call. Possible values are: callStarted, callEnded, unknownFutureValue, rosterUpdated. You must use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: rosterUpdated. + * Gets the callEventType property value. The event type of the call. The possible values are: callStarted, callEnded, unknownFutureValue, rosterUpdated. You must use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: rosterUpdated. * @return a {@link CallEventType} */ @jakarta.annotation.Nullable @@ -117,7 +117,7 @@ public void setCallConversationId(@jakarta.annotation.Nullable final String valu this.backingStore.set("callConversationId", value); } /** - * Sets the callEventType property value. The event type of the call. Possible values are: callStarted, callEnded, unknownFutureValue, rosterUpdated. You must use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: rosterUpdated. + * Sets the callEventType property value. The event type of the call. The possible values are: callStarted, callEnded, unknownFutureValue, rosterUpdated. You must use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: rosterUpdated. * @param value Value to set for the callEventType property. */ public void setCallEventType(@jakarta.annotation.Nullable final CallEventType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CallMediaState.java b/src/main/java/com/microsoft/graph/beta/generated/models/CallMediaState.java index 4d47ca3405a..4cec857277e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CallMediaState.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CallMediaState.java @@ -48,7 +48,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the audio property value. The audio media state. Possible values are: active, inactive, unknownFutureValue. + * Gets the audio property value. The audio media state. The possible values are: active, inactive, unknownFutureValue. * @return a {@link MediaState} */ @jakarta.annotation.Nullable @@ -100,7 +100,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers return deserializerMap; } /** - * Gets the geographicLocationType property value. The geographic location where the region is located. Possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. + * Gets the geographicLocationType property value. The geographic location where the region is located. The possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. * @return a {@link CloudPcGeographicLocationType} */ @jakarta.annotation.Nullable @@ -104,7 +104,7 @@ public String getOnPremisesConnectionId() { return this.backingStore.get("onPremisesConnectionId"); } /** - * Gets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Read-only. + * Gets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Read-only. * @return a {@link CloudPcRegionGroup} */ @jakarta.annotation.Nullable @@ -158,14 +158,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the domainJoinType property value. Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. + * Sets the domainJoinType property value. Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. * @param value Value to set for the domainJoinType property. */ public void setDomainJoinType(@jakarta.annotation.Nullable final CloudPcDomainJoinType value) { this.backingStore.set("domainJoinType", value); } /** - * Sets the geographicLocationType property value. The geographic location where the region is located. Possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. + * Sets the geographicLocationType property value. The geographic location where the region is located. The possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. * @param value Value to set for the geographicLocationType property. */ public void setGeographicLocationType(@jakarta.annotation.Nullable final CloudPcGeographicLocationType value) { @@ -186,7 +186,7 @@ public void setOnPremisesConnectionId(@jakarta.annotation.Nullable final String this.backingStore.set("onPremisesConnectionId", value); } /** - * Sets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Read-only. + * Sets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Read-only. * @param value Value to set for the regionGroup property. */ public void setRegionGroup(@jakarta.annotation.Nullable final CloudPcRegionGroup value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java index 10fe92bd1a4..18bfa2d021b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java @@ -180,7 +180,7 @@ public LocalDate getStartDate() { return this.backingStore.get("startDate"); } /** - * Gets the status property value. The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. + * Gets the status property value. The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. * @return a {@link CloudPcGalleryImageStatus} */ @jakarta.annotation.Nullable @@ -325,7 +325,7 @@ public void setStartDate(@jakarta.annotation.Nullable final LocalDate value) { this.backingStore.set("startDate", value); } /** - * Sets the status property value. The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. + * Sets the status property value. The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final CloudPcGalleryImageStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcLaunchDetail.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcLaunchDetail.java index c658188cf32..6353fe76825 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcLaunchDetail.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcLaunchDetail.java @@ -94,7 +94,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the windows365SwitchCompatibilityFailureReasonType property value. Indicates the reason the Cloud PC isn't compatible with Windows 365 Switch. Possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality. + * Gets the windows365SwitchCompatibilityFailureReasonType property value. Indicates the reason the Cloud PC isn't compatible with Windows 365 Switch. The possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality. * @return a {@link Windows365SwitchCompatibilityFailureReasonType} */ @jakarta.annotation.Nullable @@ -159,7 +159,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the windows365SwitchCompatibilityFailureReasonType property value. Indicates the reason the Cloud PC isn't compatible with Windows 365 Switch. Possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality. + * Sets the windows365SwitchCompatibilityFailureReasonType property value. Indicates the reason the Cloud PC isn't compatible with Windows 365 Switch. The possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality. * @param value Value to set for the windows365SwitchCompatibilityFailureReasonType property. */ public void setWindows365SwitchCompatibilityFailureReasonType(@jakarta.annotation.Nullable final Windows365SwitchCompatibilityFailureReasonType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcPartnerAgentInstallResult.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcPartnerAgentInstallResult.java index d85b5ae4e7c..9d04ef646a6 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcPartnerAgentInstallResult.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcPartnerAgentInstallResult.java @@ -79,7 +79,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the installStatus property value. The status of a partner agent installation. Possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only. + * Gets the installStatus property value. The status of a partner agent installation. The possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only. * @return a {@link CloudPcPartnerAgentInstallStatus} */ @jakarta.annotation.Nullable @@ -155,7 +155,7 @@ public void setErrorMessage(@jakarta.annotation.Nullable final String value) { this.backingStore.set("errorMessage", value); } /** - * Sets the installStatus property value. The status of a partner agent installation. Possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only. + * Sets the installStatus property value. The status of a partner agent installation. The possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only. * @param value Value to set for the installStatus property. */ public void setInstallStatus(@jakarta.annotation.Nullable final CloudPcPartnerAgentInstallStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java index ae2d21627f5..822222a6a87 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java @@ -247,7 +247,7 @@ public java.util.List getScopeIds() { return this.backingStore.get("scopeIds"); } /** - * Gets the userExperienceType property value. Specifies the type of cloud object the end user can access. Possible values are: cloudPc, cloudApp, unknownFutureValue. cloudPc indicates that the end user can access the entire desktop. cloudApp indicates that the end user can only access apps published under this provisioning policy. The type can't be changed once the provisioning policy is created. If not specified during creation, the default value is cloudPc. When cloudApp is selected, the provisioningType must be sharedByEntraGroup. Supports $filter, $select, $orderBy. + * Gets the userExperienceType property value. Specifies the type of cloud object the end user can access. The possible values are: cloudPc, cloudApp, unknownFutureValue. cloudPc indicates that the end user can access the entire desktop. cloudApp indicates that the end user can only access apps published under this provisioning policy. The type can't be changed once the provisioning policy is created. If not specified during creation, the default value is cloudPc. When cloudApp is selected, the provisioningType must be sharedByEntraGroup. Supports $filter, $select, $orderBy. * @return a {@link CloudPcUserExperienceType} */ @jakarta.annotation.Nullable @@ -475,7 +475,7 @@ public void setScopeIds(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers return deserializerMap; } /** - * Gets the provisioningType property value. Specifies the type of license used when provisioning Cloud PCs. By default, the license type is dedicated. Possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. + * Gets the provisioningType property value. Specifies the type of license used when provisioning Cloud PCs. By default, the license type is dedicated. The possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. * @return a {@link CloudPcProvisioningType} */ @jakarta.annotation.Nullable @@ -83,7 +83,7 @@ public EnumSet getSupportedSolution() { return this.backingStore.get("supportedSolution"); } /** - * Gets the type property value. The type of the service plan. Possible values are: enterprise, business, unknownFutureValue. Read-only. + * Gets the type property value. The type of the service plan. The possible values are: enterprise, business, unknownFutureValue. Read-only. * @return a {@link CloudPcServicePlanType} */ @jakarta.annotation.Nullable @@ -130,7 +130,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the provisioningType property value. Specifies the type of license used when provisioning Cloud PCs. By default, the license type is dedicated. Possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. + * Sets the provisioningType property value. Specifies the type of license used when provisioning Cloud PCs. By default, the license type is dedicated. The possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. * @param value Value to set for the provisioningType property. */ public void setProvisioningType(@jakarta.annotation.Nullable final CloudPcProvisioningType value) { @@ -158,7 +158,7 @@ public void setSupportedSolution(@jakarta.annotation.Nullable final EnumSet> getFieldDeserializers return deserializerMap; } /** - * Gets the geographicLocationType property value. The geographic location where the region is located. Possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. + * Gets the geographicLocationType property value. The geographic location where the region is located. The possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. * @return a {@link CloudPcGeographicLocationType} */ @jakarta.annotation.Nullable @@ -73,7 +73,7 @@ public CloudPcSupportedRegionRestrictionDetail getRegionRestrictionDetail() { return this.backingStore.get("regionRestrictionDetail"); } /** - * Gets the regionStatus property value. The status of the supported region. Possible values are: available, restricted, unavailable, unknownFutureValue. Read-only. + * Gets the regionStatus property value. The status of the supported region. The possible values are: available, restricted, unavailable, unknownFutureValue. Read-only. * @return a {@link CloudPcSupportedRegionStatus} */ @jakarta.annotation.Nullable @@ -110,7 +110,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the geographicLocationType property value. The geographic location where the region is located. Possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. + * Sets the geographicLocationType property value. The geographic location where the region is located. The possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. * @param value Value to set for the geographicLocationType property. */ public void setGeographicLocationType(@jakarta.annotation.Nullable final CloudPcGeographicLocationType value) { @@ -131,7 +131,7 @@ public void setRegionRestrictionDetail(@jakarta.annotation.Nullable final CloudP this.backingStore.set("regionRestrictionDetail", value); } /** - * Sets the regionStatus property value. The status of the supported region. Possible values are: available, restricted, unavailable, unknownFutureValue. Read-only. + * Sets the regionStatus property value. The status of the supported region. The possible values are: available, restricted, unavailable, unknownFutureValue. Read-only. * @param value Value to set for the regionStatus property. */ public void setRegionStatus(@jakarta.annotation.Nullable final CloudPcSupportedRegionStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcTenantEncryptionSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcTenantEncryptionSetting.java index f4483a43448..1a889c19f65 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcTenantEncryptionSetting.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcTenantEncryptionSetting.java @@ -85,7 +85,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the tenantDiskEncryptionType property value. Indicates the Cloud PC disk encryption type for a tenant. It is a tenant-level setting that applies globally to all Cloud PCs in the tenant. Possible values are: platformManagedKey, customerManagedKey, unknownFutureValue. Read-only. + * Gets the tenantDiskEncryptionType property value. Indicates the Cloud PC disk encryption type for a tenant. It is a tenant-level setting that applies globally to all Cloud PCs in the tenant. The possible values are: platformManagedKey, customerManagedKey, unknownFutureValue. Read-only. * @return a {@link CloudPcDiskEncryptionType} */ @jakarta.annotation.Nullable @@ -133,7 +133,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the tenantDiskEncryptionType property value. Indicates the Cloud PC disk encryption type for a tenant. It is a tenant-level setting that applies globally to all Cloud PCs in the tenant. Possible values are: platformManagedKey, customerManagedKey, unknownFutureValue. Read-only. + * Sets the tenantDiskEncryptionType property value. Indicates the Cloud PC disk encryption type for a tenant. It is a tenant-level setting that applies globally to all Cloud PCs in the tenant. The possible values are: platformManagedKey, customerManagedKey, unknownFutureValue. Read-only. * @param value Value to set for the tenantDiskEncryptionType property. */ public void setTenantDiskEncryptionType(@jakarta.annotation.Nullable final CloudPcDiskEncryptionType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSetting.java index 1d72283a251..ed75939be9c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSetting.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSetting.java @@ -102,7 +102,7 @@ public CloudPcNotificationSetting getNotificationSetting() { return this.backingStore.get("notificationSetting"); } /** - * Gets the provisioningSourceType property value. Indicates the provisioning source of the Cloud PC prepared for an end user. Possible values are: image, snapshot, unknownFutureValue. The default value is image. If this property isn't set or set to null, its functionality is the same as setting it to image. + * Gets the provisioningSourceType property value. Indicates the provisioning source of the Cloud PC prepared for an end user. The possible values are: image, snapshot, unknownFutureValue. The default value is image. If this property isn't set or set to null, its functionality is the same as setting it to image. * @return a {@link CloudPcProvisioningSourceType} */ @jakarta.annotation.Nullable @@ -202,7 +202,7 @@ public void setNotificationSetting(@jakarta.annotation.Nullable final CloudPcNot this.backingStore.set("notificationSetting", value); } /** - * Sets the provisioningSourceType property value. Indicates the provisioning source of the Cloud PC prepared for an end user. Possible values are: image, snapshot, unknownFutureValue. The default value is image. If this property isn't set or set to null, its functionality is the same as setting it to image. + * Sets the provisioningSourceType property value. Indicates the provisioning source of the Cloud PC prepared for an end user. The possible values are: image, snapshot, unknownFutureValue. The default value is image. If this property isn't set or set to null, its functionality is the same as setting it to image. * @param value Value to set for the provisioningSourceType property. */ public void setProvisioningSourceType(@jakarta.annotation.Nullable final CloudPcProvisioningSourceType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSettingsPersistenceConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSettingsPersistenceConfiguration.java index 6d82e7336d7..17ee0ec89f5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSettingsPersistenceConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSettingsPersistenceConfiguration.java @@ -84,7 +84,7 @@ public Boolean getUserSettingsPersistenceEnabled() { return this.backingStore.get("userSettingsPersistenceEnabled"); } /** - * Gets the userSettingsPersistenceStorageSizeCategory property value. Indicates the storage size for persisting user application settings. Possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB. + * Gets the userSettingsPersistenceStorageSizeCategory property value. Indicates the storage size for persisting user application settings. The possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB. * @return a {@link CloudPcUserSettingsPersistenceStorageSizeCategory} */ @jakarta.annotation.Nullable @@ -132,7 +132,7 @@ public void setUserSettingsPersistenceEnabled(@jakarta.annotation.Nullable final this.backingStore.set("userSettingsPersistenceEnabled", value); } /** - * Sets the userSettingsPersistenceStorageSizeCategory property value. Indicates the storage size for persisting user application settings. Possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB. + * Sets the userSettingsPersistenceStorageSizeCategory property value. Indicates the storage size for persisting user application settings. The possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB. * @param value Value to set for the userSettingsPersistenceStorageSizeCategory property. */ public void setUserSettingsPersistenceStorageSizeCategory(@jakarta.annotation.Nullable final CloudPcUserSettingsPersistenceStorageSizeCategory value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CommunicationsIdentitySet.java b/src/main/java/com/microsoft/graph/beta/generated/models/CommunicationsIdentitySet.java index bd00d9aad43..7cab94c1123 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CommunicationsIdentitySet.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CommunicationsIdentitySet.java @@ -58,7 +58,7 @@ public Identity getEncrypted() { return this.backingStore.get("encrypted"); } /** - * Gets the endpointType property value. Type of endpoint the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. + * Gets the endpointType property value. Type of endpoint the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. * @return a {@link EndpointType} */ @jakarta.annotation.Nullable @@ -151,7 +151,7 @@ public void setEncrypted(@jakarta.annotation.Nullable final Identity value) { this.backingStore.set("encrypted", value); } /** - * Sets the endpointType property value. Type of endpoint the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. + * Sets the endpointType property value. Type of endpoint the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. * @param value Value to set for the endpointType property. */ public void setEndpointType(@jakarta.annotation.Nullable final EndpointType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CompanySubscription.java b/src/main/java/com/microsoft/graph/beta/generated/models/CompanySubscription.java index 5fb393f629b..e7954ec9463 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CompanySubscription.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CompanySubscription.java @@ -136,7 +136,7 @@ public String getSkuPartNumber() { return this.backingStore.get("skuPartNumber"); } /** - * Gets the status property value. The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. + * Gets the status property value. The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -250,7 +250,7 @@ public void setSkuPartNumber(@jakarta.annotation.Nullable final String value) { this.backingStore.set("skuPartNumber", value); } /** - * Sets the status property value. The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. + * Sets the status property value. The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessConditionSet.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessConditionSet.java index 718faba9b95..bdbbe4846ab 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessConditionSet.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessConditionSet.java @@ -49,7 +49,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the agentIdRiskLevels property value. Agent identity risk levels included in the policy. Possible values are: low, medium, high, unknownFutureValue. This enumeration is multivalued. + * Gets the agentIdRiskLevels property value. Agent identity risk levels included in the policy. The possible values are: low, medium, high, unknownFutureValue. This enumeration is multivalued. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -89,7 +89,7 @@ public ConditionalAccessClientApplications getClientApplications() { return this.backingStore.get("clientApplications"); } /** - * Gets the clientAppTypes property value. Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. + * Gets the clientAppTypes property value. Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -169,7 +169,7 @@ public ConditionalAccessPlatforms getPlatforms() { return this.backingStore.get("platforms"); } /** - * Gets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. + * Gets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -177,7 +177,7 @@ public java.util.List getServicePrincipalRiskLevels() { return this.backingStore.get("servicePrincipalRiskLevels"); } /** - * Gets the signInRiskLevels property value. Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. + * Gets the signInRiskLevels property value. Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -185,7 +185,7 @@ public java.util.List getSignInRiskLevels() { return this.backingStore.get("signInRiskLevels"); } /** - * Gets the userRiskLevels property value. User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. + * Gets the userRiskLevels property value. User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -231,7 +231,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map value) { @@ -267,7 +267,7 @@ public void setClientApplications(@jakarta.annotation.Nullable final Conditional this.backingStore.set("clientApplications", value); } /** - * Sets the clientAppTypes property value. Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. + * Sets the clientAppTypes property value. Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. * @param value Value to set for the clientAppTypes property. */ public void setClientAppTypes(@jakarta.annotation.Nullable final java.util.List value) { @@ -316,21 +316,21 @@ public void setPlatforms(@jakarta.annotation.Nullable final ConditionalAccessPla this.backingStore.set("platforms", value); } /** - * Sets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. + * Sets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue. * @param value Value to set for the servicePrincipalRiskLevels property. */ public void setServicePrincipalRiskLevels(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("servicePrincipalRiskLevels", value); } /** - * Sets the signInRiskLevels property value. Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. + * Sets the signInRiskLevels property value. Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. * @param value Value to set for the signInRiskLevels property. */ public void setSignInRiskLevels(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("signInRiskLevels", value); } /** - * Sets the userRiskLevels property value. User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. + * Sets the userRiskLevels property value. User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. * @param value Value to set for the userRiskLevels property. */ public void setUserRiskLevels(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessExternalTenants.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessExternalTenants.java index ca0d54ddbef..c7871676d77 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessExternalTenants.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessExternalTenants.java @@ -75,7 +75,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the membershipKind property value. The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. + * Gets the membershipKind property value. The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. * @return a {@link ConditionalAccessExternalTenantsMembershipKind} */ @jakarta.annotation.Nullable @@ -116,7 +116,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the membershipKind property value. The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. + * Sets the membershipKind property value. The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. * @param value Value to set for the membershipKind property. */ public void setMembershipKind(@jakarta.annotation.Nullable final ConditionalAccessExternalTenantsMembershipKind value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessPlatforms.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessPlatforms.java index 1b9f4518744..7697b13ddb0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessPlatforms.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessPlatforms.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the excludePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. + * Gets the excludePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -76,7 +76,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the includePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux. + * Gets the includePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -118,14 +118,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the excludePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. + * Sets the excludePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. * @param value Value to set for the excludePlatforms property. */ public void setExcludePlatforms(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("excludePlatforms", value); } /** - * Sets the includePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux. + * Sets the includePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux. * @param value Value to set for the includePlatforms property. */ public void setIncludePlatforms(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConfigurationUri.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConfigurationUri.java index b85cedf9240..cf27b2eb879 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ConfigurationUri.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConfigurationUri.java @@ -48,7 +48,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the appliesToSingleSignOnMode property value. The single sign-on mode that the URI is configured for. Possible values are: saml, password. + * Gets the appliesToSingleSignOnMode property value. The single sign-on mode that the URI is configured for. The possible values are: saml, password. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -140,7 +140,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); + deserializerMap.put("createdBy", (n) -> { this.setCreatedBy(n.getStringValue()); }); + deserializerMap.put("createdDateTime", (n) -> { this.setCreatedDateTime(n.getOffsetDateTimeValue()); }); + deserializerMap.put("isEnabled", (n) -> { this.setIsEnabled(n.getBooleanValue()); }); + deserializerMap.put("modifiedBy", (n) -> { this.setModifiedBy(n.getStringValue()); }); + deserializerMap.put("modifiedDateTime", (n) -> { this.setModifiedDateTime(n.getOffsetDateTimeValue()); }); + return deserializerMap; + } + /** + * Gets the isEnabled property value. Determines whether or not the control configuration is enabled. + * @return a {@link Boolean} + */ + @jakarta.annotation.Nullable + public Boolean getIsEnabled() { + return this.backingStore.get("isEnabled"); + } + /** + * Gets the modifiedBy property value. The userPrincipalName of the user or identity that modified the control configuration. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getModifiedBy() { + return this.backingStore.get("modifiedBy"); + } + /** + * Gets the modifiedDateTime property value. The date and time the control configuration was modified. + * @return a {@link OffsetDateTime} + */ + @jakarta.annotation.Nullable + public OffsetDateTime getModifiedDateTime() { + return this.backingStore.get("modifiedDateTime"); + } + /** + * 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.writeStringValue("createdBy", this.getCreatedBy()); + writer.writeOffsetDateTimeValue("createdDateTime", this.getCreatedDateTime()); + writer.writeBooleanValue("isEnabled", this.getIsEnabled()); + writer.writeStringValue("modifiedBy", this.getModifiedBy()); + writer.writeOffsetDateTimeValue("modifiedDateTime", this.getModifiedDateTime()); + } + /** + * Sets the createdBy property value. The userPrincipalName of the user or identity that created the control configuration. + * @param value Value to set for the createdBy property. + */ + public void setCreatedBy(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("createdBy", value); + } + /** + * Sets the createdDateTime property value. The date and time the control configuration was created. + * @param value Value to set for the createdDateTime property. + */ + public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { + this.backingStore.set("createdDateTime", value); + } + /** + * Sets the isEnabled property value. Determines whether or not the control configuration is enabled. + * @param value Value to set for the isEnabled property. + */ + public void setIsEnabled(@jakarta.annotation.Nullable final Boolean value) { + this.backingStore.set("isEnabled", value); + } + /** + * Sets the modifiedBy property value. The userPrincipalName of the user or identity that modified the control configuration. + * @param value Value to set for the modifiedBy property. + */ + public void setModifiedBy(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("modifiedBy", value); + } + /** + * Sets the modifiedDateTime property value. The date and time the control configuration was modified. + * @param value Value to set for the modifiedDateTime property. + */ + public void setModifiedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { + this.backingStore.set("modifiedDateTime", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/security/AutoAuditingConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/ControlConfigurationCollectionResponse.java similarity index 53% rename from src/main/java/com/microsoft/graph/beta/generated/models/security/AutoAuditingConfiguration.java rename to src/main/java/com/microsoft/graph/beta/generated/models/ControlConfigurationCollectionResponse.java index 0f70c54cb49..a40bf7aa414 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/security/AutoAuditingConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ControlConfigurationCollectionResponse.java @@ -1,6 +1,5 @@ -package com.microsoft.graph.beta.models.security; +package com.microsoft.graph.beta.models; -import com.microsoft.graph.beta.models.Entity; import com.microsoft.kiota.serialization.Parsable; import com.microsoft.kiota.serialization.ParseNode; import com.microsoft.kiota.serialization.SerializationWriter; @@ -8,22 +7,22 @@ import java.util.Map; import java.util.Objects; @jakarta.annotation.Generated("com.microsoft.kiota") -public class AutoAuditingConfiguration extends Entity implements Parsable { +public class ControlConfigurationCollectionResponse extends BaseCollectionPaginationCountResponse implements Parsable { /** - * Instantiates a new {@link AutoAuditingConfiguration} and sets the default values. + * Instantiates a new {@link ControlConfigurationCollectionResponse} and sets the default values. */ - public AutoAuditingConfiguration() { + public ControlConfigurationCollectionResponse() { 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 AutoAuditingConfiguration} + * @return a {@link ControlConfigurationCollectionResponse} */ @jakarta.annotation.Nonnull - public static AutoAuditingConfiguration createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + public static ControlConfigurationCollectionResponse createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { Objects.requireNonNull(parseNode); - return new AutoAuditingConfiguration(); + return new ControlConfigurationCollectionResponse(); } /** * The deserialization information for the current model @@ -32,16 +31,16 @@ public static AutoAuditingConfiguration createFromDiscriminatorValue(@jakarta.an @jakarta.annotation.Nonnull public Map> getFieldDeserializers() { final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); - deserializerMap.put("isAutomatic", (n) -> { this.setIsAutomatic(n.getBooleanValue()); }); + deserializerMap.put("value", (n) -> { this.setValue(n.getCollectionOfObjectValues(ControlConfiguration::createFromDiscriminatorValue)); }); return deserializerMap; } /** - * Gets the isAutomatic property value. Indicates whether automatic auditing is enabled for Defender for Identity monitoring. - * @return a {@link Boolean} + * Gets the value property value. The value property + * @return a {@link java.util.List} */ @jakarta.annotation.Nullable - public Boolean getIsAutomatic() { - return this.backingStore.get("isAutomatic"); + public java.util.List getValue() { + return this.backingStore.get("value"); } /** * Serializes information the current object @@ -50,13 +49,13 @@ public Boolean getIsAutomatic() { public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) { Objects.requireNonNull(writer); super.serialize(writer); - writer.writeBooleanValue("isAutomatic", this.getIsAutomatic()); + writer.writeCollectionOfObjectValues("value", this.getValue()); } /** - * Sets the isAutomatic property value. Indicates whether automatic auditing is enabled for Defender for Identity monitoring. - * @param value Value to set for the isAutomatic property. + * Sets the value property value. The value property + * @param value Value to set for the value property. */ - public void setIsAutomatic(@jakarta.annotation.Nullable final Boolean value) { - this.backingStore.set("isAutomatic", value); + 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/beta/generated/models/CredentialUserRegistrationDetails.java b/src/main/java/com/microsoft/graph/beta/generated/models/CredentialUserRegistrationDetails.java index 04a5c4bd06e..0cb1b742b79 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CredentialUserRegistrationDetails.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CredentialUserRegistrationDetails.java @@ -25,7 +25,7 @@ public static CredentialUserRegistrationDetails createFromDiscriminatorValue(@ja return new CredentialUserRegistrationDetails(); } /** - * Gets the authMethods property value. Represents the authentication method that the user has registered. Possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobilePhone (supported only in registration), fido, appPassword, unknownFutureValue. + * Gets the authMethods property value. Represents the authentication method that the user has registered. The possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobilePhone (supported only in registration), fido, appPassword, unknownFutureValue. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -112,7 +112,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("userPrincipalName", this.getUserPrincipalName()); } /** - * Sets the authMethods property value. Represents the authentication method that the user has registered. Possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobilePhone (supported only in registration), fido, appPassword, unknownFutureValue. + * Sets the authMethods property value. Represents the authentication method that the user has registered. The possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobilePhone (supported only in registration), fido, appPassword, unknownFutureValue. * @param value Value to set for the authMethods property. */ public void setAuthMethods(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CryptographySuite.java b/src/main/java/com/microsoft/graph/beta/generated/models/CryptographySuite.java index 2eaa5badb3c..29f4a57aeee 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/CryptographySuite.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/CryptographySuite.java @@ -51,7 +51,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the authenticationTransformConstants property value. Authentication Transform Constants. Possible values are: md596, sha196, sha256128, aes128Gcm, aes192Gcm, aes256Gcm. + * Gets the authenticationTransformConstants property value. Authentication Transform Constants. The possible values are: md596, sha196, sha256128, aes128Gcm, aes192Gcm, aes256Gcm. * @return a {@link AuthenticationTransformConstant} */ @jakarta.annotation.Nullable @@ -67,7 +67,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the cipherTransformConstants property value. Cipher Transform Constants. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. + * Gets the cipherTransformConstants property value. Cipher Transform Constants. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. * @return a {@link VpnEncryptionAlgorithmType} */ @jakarta.annotation.Nullable @@ -75,7 +75,7 @@ public VpnEncryptionAlgorithmType getCipherTransformConstants() { return this.backingStore.get("cipherTransformConstants"); } /** - * Gets the dhGroup property value. Diffie Hellman Group. Possible values are: group1, group2, group14, ecp256, ecp384, group24. + * Gets the dhGroup property value. Diffie Hellman Group. The possible values are: group1, group2, group14, ecp256, ecp384, group24. * @return a {@link DiffieHellmanGroup} */ @jakarta.annotation.Nullable @@ -83,7 +83,7 @@ public DiffieHellmanGroup getDhGroup() { return this.backingStore.get("dhGroup"); } /** - * Gets the encryptionMethod property value. Encryption Method. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. + * Gets the encryptionMethod property value. Encryption Method. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. * @return a {@link VpnEncryptionAlgorithmType} */ @jakarta.annotation.Nullable @@ -107,7 +107,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the integrityCheckMethod property value. Integrity Check Method. Possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. + * Gets the integrityCheckMethod property value. Integrity Check Method. The possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. * @return a {@link VpnIntegrityAlgorithmType} */ @jakarta.annotation.Nullable @@ -123,7 +123,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the pfsGroup property value. Perfect Forward Secrecy Group. Possible values are: pfs1, pfs2, pfs2048, ecp256, ecp384, pfsMM, pfs24. + * Gets the pfsGroup property value. Perfect Forward Secrecy Group. The possible values are: pfs1, pfs2, pfs2048, ecp256, ecp384, pfsMM, pfs24. * @return a {@link PerfectForwardSecrecyGroup} */ @jakarta.annotation.Nullable @@ -153,7 +153,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map} */ @jakarta.annotation.Nullable @@ -93,7 +93,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("url", this.getUrl()); } /** - * Sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. + * Sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. * @param value Value to set for the assignedTo property. */ public void setAssignedTo(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DataPolicyOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/DataPolicyOperation.java index af554fc2b97..0ef408df8ff 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DataPolicyOperation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DataPolicyOperation.java @@ -57,7 +57,7 @@ public Double getProgress() { return this.backingStore.get("progress"); } /** - * Gets the status property value. Possible values are: notStarted, running, complete, failed, unknownFutureValue. + * Gets the status property value. The possible values are: notStarted, running, complete, failed, unknownFutureValue. * @return a {@link DataPolicyOperationStatus} */ @jakarta.annotation.Nullable @@ -117,7 +117,7 @@ public void setProgress(@jakarta.annotation.Nullable final Double value) { this.backingStore.set("progress", value); } /** - * Sets the status property value. Possible values are: notStarted, running, complete, failed, unknownFutureValue. + * Sets the status property value. The possible values are: notStarted, running, complete, failed, unknownFutureValue. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final DataPolicyOperationStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DefaultManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/DefaultManagedAppProtection.java index ed166cabeaa..aaeb024fc59 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DefaultManagedAppProtection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DefaultManagedAppProtection.java @@ -61,7 +61,7 @@ public Boolean getAllowWidgetContentSync() { return this.backingStore.get("allowWidgetContentSync"); } /** - * Gets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -109,7 +109,7 @@ public ManagedAppRemediationAction getAppActionIfDeviceLockNotSet() { return this.backingStore.get("appActionIfDeviceLockNotSet"); } /** - * Gets the appActionIfDevicePasscodeComplexityLessThanHigh property value. If the device does not have a passcode of high complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfDevicePasscodeComplexityLessThanHigh property value. If the device does not have a passcode of high complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -117,7 +117,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanHigh"); } /** - * Gets the appActionIfDevicePasscodeComplexityLessThanLow property value. If the device does not have a passcode of low complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfDevicePasscodeComplexityLessThanLow property value. If the device does not have a passcode of low complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -125,7 +125,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanLow"); } /** - * Gets the appActionIfDevicePasscodeComplexityLessThanMedium property value. If the device does not have a passcode of medium complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfDevicePasscodeComplexityLessThanMedium property value. If the device does not have a passcode of medium complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -664,7 +664,7 @@ public void setAllowWidgetContentSync(@jakarta.annotation.Nullable final Boolean this.backingStore.set("allowWidgetContentSync", value); } /** - * Sets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfAccountIsClockedOut property. */ public void setAppActionIfAccountIsClockedOut(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { @@ -706,21 +706,21 @@ public void setAppActionIfDeviceLockNotSet(@jakarta.annotation.Nullable final Ma this.backingStore.set("appActionIfDeviceLockNotSet", value); } /** - * Sets the appActionIfDevicePasscodeComplexityLessThanHigh property value. If the device does not have a passcode of high complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfDevicePasscodeComplexityLessThanHigh property value. If the device does not have a passcode of high complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanHigh property. */ public void setAppActionIfDevicePasscodeComplexityLessThanHigh(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanHigh", value); } /** - * Sets the appActionIfDevicePasscodeComplexityLessThanLow property value. If the device does not have a passcode of low complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfDevicePasscodeComplexityLessThanLow property value. If the device does not have a passcode of low complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanLow property. */ public void setAppActionIfDevicePasscodeComplexityLessThanLow(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanLow", value); } /** - * Sets the appActionIfDevicePasscodeComplexityLessThanMedium property value. If the device does not have a passcode of medium complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfDevicePasscodeComplexityLessThanMedium property value. If the device does not have a passcode of medium complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanMedium property. */ public void setAppActionIfDevicePasscodeComplexityLessThanMedium(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Device.java b/src/main/java/com/microsoft/graph/beta/generated/models/Device.java index 339b3434fc2..376199d24cf 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Device.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Device.java @@ -99,7 +99,7 @@ public String getDeviceMetadata() { return this.backingStore.get("deviceMetadata"); } /** - * Gets the deviceOwnership property value. Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal. + * Gets the deviceOwnership property value. Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -147,7 +147,7 @@ public String getEnrollmentProfileName() { return this.backingStore.get("enrollmentProfileName"); } /** - * Gets the enrollmentType property value. Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. + * Gets the enrollmentType property value. Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -274,7 +274,7 @@ public String getKind() { return this.backingStore.get("kind"); } /** - * Gets the managementType property value. Management channel of the device. Intune sets this property. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. + * Gets the managementType property value. Management channel of the device. Intune sets this property. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -567,7 +567,7 @@ public void setDeviceMetadata(@jakarta.annotation.Nullable final String value) { this.backingStore.set("deviceMetadata", value); } /** - * Sets the deviceOwnership property value. Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal. + * Sets the deviceOwnership property value. Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal. * @param value Value to set for the deviceOwnership property. */ public void setDeviceOwnership(@jakarta.annotation.Nullable final String value) { @@ -609,7 +609,7 @@ public void setEnrollmentProfileName(@jakarta.annotation.Nullable final String v this.backingStore.set("enrollmentProfileName", value); } /** - * Sets the enrollmentType property value. Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. + * Sets the enrollmentType property value. Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. * @param value Value to set for the enrollmentType property. */ public void setEnrollmentType(@jakarta.annotation.Nullable final String value) { @@ -672,7 +672,7 @@ public void setKind(@jakarta.annotation.Nullable final String value) { this.backingStore.set("kind", value); } /** - * Sets the managementType property value. Management channel of the device. Intune sets this property. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. + * Sets the managementType property value. Management channel of the device. Intune sets this property. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. * @param value Value to set for the managementType property. */ public void setManagementType(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceConfigurationAssignment.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceConfigurationAssignment.java index 2c3bfb65abc..4ed51c7bb57 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceConfigurationAssignment.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceConfigurationAssignment.java @@ -41,7 +41,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the intent property value. The admin intent to apply or remove the profile. Possible values are: apply, remove. + * Gets the intent property value. The admin intent to apply or remove the profile. The possible values are: apply, remove. * @return a {@link DeviceConfigAssignmentIntent} */ @jakarta.annotation.Nullable @@ -84,7 +84,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("target", this.getTarget()); } /** - * Sets the intent property value. The admin intent to apply or remove the profile. Possible values are: apply, remove. + * Sets the intent property value. The admin intent to apply or remove the profile. The possible values are: apply, remove. * @param value Value to set for the intent property. */ public void setIntent(@jakarta.annotation.Nullable final DeviceConfigAssignmentIntent value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java index d7c609e56e6..e84a2e56e65 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java @@ -52,7 +52,7 @@ public java.util.List getFileTypes() { return this.backingStore.get("fileTypes"); } /** - * Gets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. + * Gets the format property value. Pre-defined format of the string. The possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. * @return a {@link DeviceManagementConfigurationStringFormat} */ @jakarta.annotation.Nullable @@ -113,7 +113,7 @@ public void setFileTypes(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers return deserializerMap; } /** - * Gets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName. + * Gets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName. * @return a {@link DomainNameSource} */ @jakarta.annotation.Nullable @@ -67,7 +67,7 @@ public DomainNameSource getUserDomainNameSource() { return this.backingStore.get("userDomainNameSource"); } /** - * Gets the usernameAADSource property value. Name of the AAD field, that will be used to retrieve UserName for email profile. Possible values are: userPrincipalName, primarySmtpAddress, samAccountName. + * Gets the usernameAADSource property value. Name of the AAD field, that will be used to retrieve UserName for email profile. The possible values are: userPrincipalName, primarySmtpAddress, samAccountName. * @return a {@link UsernameSource} */ @jakarta.annotation.Nullable @@ -102,14 +102,14 @@ public void setCustomDomainName(@jakarta.annotation.Nullable final String value) this.backingStore.set("customDomainName", value); } /** - * Sets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName. + * Sets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName. * @param value Value to set for the userDomainNameSource property. */ public void setUserDomainNameSource(@jakarta.annotation.Nullable final DomainNameSource value) { this.backingStore.set("userDomainNameSource", value); } /** - * Sets the usernameAADSource property value. Name of the AAD field, that will be used to retrieve UserName for email profile. Possible values are: userPrincipalName, primarySmtpAddress, samAccountName. + * Sets the usernameAADSource property value. Name of the AAD field, that will be used to retrieve UserName for email profile. The possible values are: userPrincipalName, primarySmtpAddress, samAccountName. * @param value Value to set for the usernameAADSource property. */ public void setUsernameAADSource(@jakarta.annotation.Nullable final UsernameSource value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignment.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignment.java index d714e7f1958..53e1d62ad93 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignment.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignment.java @@ -281,7 +281,7 @@ public EducationRubric getRubric() { return this.backingStore.get("rubric"); } /** - * Gets the status property value. Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. + * Gets the status property value. Status of the assignment. You can't PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. * @return a {@link EducationAssignmentStatus} */ @jakarta.annotation.Nullable @@ -522,7 +522,7 @@ public void setRubric(@jakarta.annotation.Nullable final EducationRubric value) this.backingStore.set("rubric", value); } /** - * Sets the status property value. Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. + * Sets the status property value. Status of the assignment. You can't PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final EducationAssignmentStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignmentDefaults.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignmentDefaults.java index 656d8b3c047..9b4b427cc53 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignmentDefaults.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignmentDefaults.java @@ -26,7 +26,7 @@ public static EducationAssignmentDefaults createFromDiscriminatorValue(@jakarta. return new EducationAssignmentDefaults(); } /** - * Gets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. + * Gets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen. * @return a {@link EducationAddedStudentAction} */ @jakarta.annotation.Nullable @@ -83,7 +83,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("notificationChannelUrl", this.getNotificationChannelUrl()); } /** - * Sets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. + * Sets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen. * @param value Value to set for the addedStudentAction property. */ public void setAddedStudentAction(@jakarta.annotation.Nullable final EducationAddedStudentAction value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationClass.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationClass.java index bd09cadb879..16366e810fc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationClass.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationClass.java @@ -113,7 +113,7 @@ public String getExternalName() { return this.backingStore.get("externalName"); } /** - * Gets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual. + * Gets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual. * @return a {@link EducationExternalSource} */ @jakarta.annotation.Nullable @@ -329,7 +329,7 @@ public void setExternalName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("externalName", value); } /** - * Sets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual. + * Sets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual. * @param value Value to set for the externalSource property. */ public void setExternalSource(@jakarta.annotation.Nullable final EducationExternalSource value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationModule.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationModule.java index 67afdd3966a..a0764d312a2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationModule.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationModule.java @@ -126,7 +126,7 @@ public String getResourcesFolderUrl() { return this.backingStore.get("resourcesFolderUrl"); } /** - * Gets the status property value. Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published. + * Gets the status property value. Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published. * @return a {@link EducationModuleStatus} */ @jakarta.annotation.Nullable @@ -217,7 +217,7 @@ public void setResourcesFolderUrl(@jakarta.annotation.Nullable final String valu this.backingStore.set("resourcesFolderUrl", value); } /** - * Sets the status property value. Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published. + * Sets the status property value. Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final EducationModuleStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationOrganization.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationOrganization.java index a87ad5f3144..8238e3999b1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationOrganization.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationOrganization.java @@ -48,7 +48,7 @@ public String getDisplayName() { return this.backingStore.get("displayName"); } /** - * Gets the externalSource property value. Where this user was created from. Possible values are: sis, lms, or manual. + * Gets the externalSource property value. Where this user was created from. The possible values are: sis, lms, or manual. * @return a {@link EducationExternalSource} */ @jakarta.annotation.Nullable @@ -103,7 +103,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the externalSource property value. Where this user was created from. Possible values are: sis, lms, or manual. + * Sets the externalSource property value. Where this user was created from. The possible values are: sis, lms, or manual. * @param value Value to set for the externalSource property. */ public void setExternalSource(@jakarta.annotation.Nullable final EducationExternalSource value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationStudent.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationStudent.java index 7971b9e6373..293de6e9692 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationStudent.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationStudent.java @@ -89,7 +89,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the gender property value. Possible values are: female, male, other. + * Gets the gender property value. The possible values are: female, male, other. * @return a {@link EducationGender} */ @jakarta.annotation.Nullable @@ -173,7 +173,7 @@ public void setExternalId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("externalId", value); } /** - * Sets the gender property value. Possible values are: female, male, other. + * Sets the gender property value. The possible values are: female, male, other. * @param value Value to set for the gender property. */ public void setGender(@jakarta.annotation.Nullable final EducationGender value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSubmission.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSubmission.java index 2192fa547c1..61f6bb43891 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSubmission.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSubmission.java @@ -159,7 +159,7 @@ public OffsetDateTime getReturnedDateTime() { return this.backingStore.get("returnedDateTime"); } /** - * Gets the status property value. Read-only. Possible values are: working, submitted, returned, unknownFutureValue, reassigned, and excused. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned, and excused. + * Gets the status property value. Read-only. The possible values are: working, submitted, returned, unknownFutureValue, reassigned, and excused. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned, and excused. * @return a {@link EducationSubmissionStatus} */ @jakarta.annotation.Nullable @@ -318,7 +318,7 @@ public void setReturnedDateTime(@jakarta.annotation.Nullable final OffsetDateTim this.backingStore.set("returnedDateTime", value); } /** - * Sets the status property value. Read-only. Possible values are: working, submitted, returned, unknownFutureValue, reassigned, and excused. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned, and excused. + * Sets the status property value. Read-only. The possible values are: working, submitted, returned, unknownFutureValue, reassigned, and excused. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned, and excused. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final EducationSubmissionStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationUser.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationUser.java index aa9f9e96640..24cc4f55b3c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationUser.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationUser.java @@ -98,7 +98,7 @@ public String getDisplayName() { return this.backingStore.get("displayName"); } /** - * Gets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual. + * Gets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual. * @return a {@link EducationExternalSource} */ @jakarta.annotation.Nullable @@ -486,7 +486,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual. + * Sets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual. * @param value Value to set for the externalSource property. */ public void setExternalSource(@jakarta.annotation.Nullable final EducationExternalSource value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EmailAuthenticationMethodConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/EmailAuthenticationMethodConfiguration.java index cb51978a4b1..9ed34403f4f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EmailAuthenticationMethodConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EmailAuthenticationMethodConfiguration.java @@ -26,7 +26,7 @@ public static EmailAuthenticationMethodConfiguration createFromDiscriminatorValu return new EmailAuthenticationMethodConfiguration(); } /** - * Gets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use the beta API automatically have email OTP enabled beginning in October 2021. + * Gets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use the beta API automatically have email OTP enabled beginning in October 2021. * @return a {@link ExternalEmailOtpState} */ @jakarta.annotation.Nullable @@ -63,7 +63,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("includeTargets", this.getIncludeTargets()); } /** - * Sets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use the beta API automatically have email OTP enabled beginning in October 2021. + * Sets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use the beta API automatically have email OTP enabled beginning in October 2021. * @param value Value to set for the allowExternalIdToUseEmailOtp property. */ public void setAllowExternalIdToUseEmailOtp(@jakarta.annotation.Nullable final ExternalEmailOtpState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EmailFileAssessmentRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/EmailFileAssessmentRequest.java index 96a590a4cd3..ef5415c2e54 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EmailFileAssessmentRequest.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EmailFileAssessmentRequest.java @@ -34,7 +34,7 @@ public String getContentData() { return this.backingStore.get("contentData"); } /** - * Gets the destinationRoutingReason property value. The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. + * Gets the destinationRoutingReason property value. The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. * @return a {@link MailDestinationRoutingReason} */ @jakarta.annotation.Nullable @@ -80,7 +80,7 @@ public void setContentData(@jakarta.annotation.Nullable final String value) { this.backingStore.set("contentData", value); } /** - * Sets the destinationRoutingReason property value. The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. + * Sets the destinationRoutingReason property value. The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. * @param value Value to set for the destinationRoutingReason property. */ public void setDestinationRoutingReason(@jakarta.annotation.Nullable final MailDestinationRoutingReason value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotification.java b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotification.java index 06c201387ce..92f2fe2406e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotification.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotification.java @@ -102,7 +102,7 @@ public OffsetDateTime getLastModifiedDateTime() { return this.backingStore.get("lastModifiedDateTime"); } /** - * Gets the notificationType property value. Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. + * Gets the notificationType property value. Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. * @return a {@link EndUserNotificationType} */ @jakarta.annotation.Nullable @@ -110,7 +110,7 @@ public EndUserNotificationType getNotificationType() { return this.backingStore.get("notificationType"); } /** - * Gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * Gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. * @return a {@link SimulationContentSource} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public SimulationContentSource getSource() { return this.backingStore.get("source"); } /** - * Gets the status property value. The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * Gets the status property value. The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. * @return a {@link SimulationContentStatus} */ @jakarta.annotation.Nullable @@ -202,21 +202,21 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat this.backingStore.set("lastModifiedDateTime", value); } /** - * Sets the notificationType property value. Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. + * Sets the notificationType property value. Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. * @param value Value to set for the notificationType property. */ public void setNotificationType(@jakarta.annotation.Nullable final EndUserNotificationType value) { this.backingStore.set("notificationType", value); } /** - * Sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * Sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. * @param value Value to set for the source property. */ public void setSource(@jakarta.annotation.Nullable final SimulationContentSource value) { this.backingStore.set("source", value); } /** - * Sets the status property value. The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * Sets the status property value. The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final SimulationContentStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotificationSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotificationSetting.java index 16946610e06..8c5cb8c255b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotificationSetting.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotificationSetting.java @@ -77,7 +77,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the notificationPreference property value. Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue. + * Gets the notificationPreference property value. Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue. * @return a {@link EndUserNotificationPreference} */ @jakarta.annotation.Nullable @@ -101,7 +101,7 @@ public PositiveReinforcementNotification getPositiveReinforcement() { return this.backingStore.get("positiveReinforcement"); } /** - * Gets the settingType property value. End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. + * Gets the settingType property value. End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. * @return a {@link EndUserNotificationSettingType} */ @jakarta.annotation.Nullable @@ -136,7 +136,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the notificationPreference property value. Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue. + * Sets the notificationPreference property value. Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue. * @param value Value to set for the notificationPreference property. */ public void setNotificationPreference(@jakarta.annotation.Nullable final EndUserNotificationPreference value) { @@ -157,7 +157,7 @@ public void setPositiveReinforcement(@jakarta.annotation.Nullable final Positive this.backingStore.set("positiveReinforcement", value); } /** - * Sets the settingType property value. End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. + * Sets the settingType property value. End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. * @param value Value to set for the settingType property. */ public void setSettingType(@jakarta.annotation.Nullable final EndUserNotificationSettingType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserSettings.java new file mode 100644 index 00000000000..4de0effa316 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserSettings.java @@ -0,0 +1,79 @@ +package com.microsoft.graph.beta.models; + +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 EndUserSettings extends ControlConfiguration implements Parsable { + /** + * Instantiates a new {@link EndUserSettings} and sets the default values. + */ + public EndUserSettings() { + super(); + this.setOdataType("#microsoft.graph.endUserSettings"); + } + /** + * 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 EndUserSettings} + */ + @jakarta.annotation.Nonnull + public static EndUserSettings createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new EndUserSettings(); + } + /** + * 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("relatedPeopleInsightLevel", (n) -> { this.setRelatedPeopleInsightLevel(n.getEnumValue(AccessPackageSuggestionRelatedPeopleInsightLevel::forValue)); }); + deserializerMap.put("showApproverDetailsToMembers", (n) -> { this.setShowApproverDetailsToMembers(n.getBooleanValue()); }); + return deserializerMap; + } + /** + * Gets the relatedPeopleInsightLevel property value. The level of related people insights to show in access package suggestions. The possible values are: disabled, count, countAndNames, unknownFutureValue. + * @return a {@link AccessPackageSuggestionRelatedPeopleInsightLevel} + */ + @jakarta.annotation.Nullable + public AccessPackageSuggestionRelatedPeopleInsightLevel getRelatedPeopleInsightLevel() { + return this.backingStore.get("relatedPeopleInsightLevel"); + } + /** + * Gets the showApproverDetailsToMembers property value. Indicates whether approver details are shown to end users. When true, approver information is visible to members. + * @return a {@link Boolean} + */ + @jakarta.annotation.Nullable + public Boolean getShowApproverDetailsToMembers() { + return this.backingStore.get("showApproverDetailsToMembers"); + } + /** + * 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.writeEnumValue("relatedPeopleInsightLevel", this.getRelatedPeopleInsightLevel()); + writer.writeBooleanValue("showApproverDetailsToMembers", this.getShowApproverDetailsToMembers()); + } + /** + * Sets the relatedPeopleInsightLevel property value. The level of related people insights to show in access package suggestions. The possible values are: disabled, count, countAndNames, unknownFutureValue. + * @param value Value to set for the relatedPeopleInsightLevel property. + */ + public void setRelatedPeopleInsightLevel(@jakarta.annotation.Nullable final AccessPackageSuggestionRelatedPeopleInsightLevel value) { + this.backingStore.set("relatedPeopleInsightLevel", value); + } + /** + * Sets the showApproverDetailsToMembers property value. Indicates whether approver details are shown to end users. When true, approver information is visible to members. + * @param value Value to set for the showApproverDetailsToMembers property. + */ + public void setShowApproverDetailsToMembers(@jakarta.annotation.Nullable final Boolean value) { + this.backingStore.set("showApproverDetailsToMembers", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EntitlementManagement.java b/src/main/java/com/microsoft/graph/beta/generated/models/EntitlementManagement.java index 2d500a96070..1132681e400 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EntitlementManagement.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EntitlementManagement.java @@ -144,6 +144,14 @@ public java.util.List getAvailableAccessPackages() { public java.util.List getConnectedOrganizations() { return this.backingStore.get("connectedOrganizations"); } + /** + * Gets the controlConfigurations property value. Represents the policies that control lifecycle and access to access packages across the organization. + * @return a {@link java.util.List} + */ + @jakarta.annotation.Nullable + public java.util.List getControlConfigurations() { + return this.backingStore.get("controlConfigurations"); + } /** * The deserialization information for the current model * @return a {@link Map>} @@ -166,6 +174,7 @@ public Map> getFieldDeserializers deserializerMap.put("assignmentRequests", (n) -> { this.setAssignmentRequests(n.getCollectionOfObjectValues(AccessPackageAssignmentRequest::createFromDiscriminatorValue)); }); deserializerMap.put("availableAccessPackages", (n) -> { this.setAvailableAccessPackages(n.getCollectionOfObjectValues(AvailableAccessPackage::createFromDiscriminatorValue)); }); deserializerMap.put("connectedOrganizations", (n) -> { this.setConnectedOrganizations(n.getCollectionOfObjectValues(ConnectedOrganization::createFromDiscriminatorValue)); }); + deserializerMap.put("controlConfigurations", (n) -> { this.setControlConfigurations(n.getCollectionOfObjectValues(ControlConfiguration::createFromDiscriminatorValue)); }); deserializerMap.put("settings", (n) -> { this.setSettings(n.getObjectValue(EntitlementManagementSettings::createFromDiscriminatorValue)); }); deserializerMap.put("subjects", (n) -> { this.setSubjects(n.getCollectionOfObjectValues(AccessPackageSubject::createFromDiscriminatorValue)); }); return deserializerMap; @@ -208,6 +217,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("assignmentRequests", this.getAssignmentRequests()); writer.writeCollectionOfObjectValues("availableAccessPackages", this.getAvailableAccessPackages()); writer.writeCollectionOfObjectValues("connectedOrganizations", this.getConnectedOrganizations()); + writer.writeCollectionOfObjectValues("controlConfigurations", this.getControlConfigurations()); writer.writeObjectValue("settings", this.getSettings()); writer.writeCollectionOfObjectValues("subjects", this.getSubjects()); } @@ -316,6 +326,13 @@ public void setAvailableAccessPackages(@jakarta.annotation.Nullable final java.u public void setConnectedOrganizations(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("connectedOrganizations", value); } + /** + * Sets the controlConfigurations property value. Represents the policies that control lifecycle and access to access packages across the organization. + * @param value Value to set for the controlConfigurations property. + */ + public void setControlConfigurations(@jakarta.annotation.Nullable final java.util.List value) { + this.backingStore.set("controlConfigurations", value); + } /** * Sets the settings property value. Represents the settings that control the behavior of Microsoft Entra entitlement management. * @param value Value to set for the settings property. 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 28d74da906d..3169c6f1be2 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 @@ -5,6 +5,7 @@ import com.microsoft.graph.beta.models.callrecords.Participant; import com.microsoft.graph.beta.models.callrecords.ParticipantBase; import com.microsoft.graph.beta.models.callrecords.Segment; +import com.microsoft.graph.beta.models.callrecords.Session; import com.microsoft.graph.beta.models.cloudlicensing.UsageRight; import com.microsoft.graph.beta.models.devicemanagement.AlertRecord; import com.microsoft.graph.beta.models.devicemanagement.AlertRule; @@ -13,9 +14,9 @@ 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.DataSource; import com.microsoft.graph.beta.models.ediscovery.Ediscoveryroot; import com.microsoft.graph.beta.models.ediscovery.EstimateStatisticsOperation; import com.microsoft.graph.beta.models.ediscovery.LegalHold; @@ -24,9 +25,9 @@ import com.microsoft.graph.beta.models.ediscovery.ReviewSet; import com.microsoft.graph.beta.models.ediscovery.ReviewSetQuery; import com.microsoft.graph.beta.models.ediscovery.SourceCollection; -import com.microsoft.graph.beta.models.ediscovery.Tag; 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; import com.microsoft.graph.beta.models.externalconnectors.ExternalActivity; @@ -36,7 +37,6 @@ import com.microsoft.graph.beta.models.externalconnectors.ExternalItem; import com.microsoft.graph.beta.models.externalconnectors.Identity; import com.microsoft.graph.beta.models.externalconnectors.Schema; -import com.microsoft.graph.beta.models.healthmonitoring.Alert; import com.microsoft.graph.beta.models.healthmonitoring.AlertConfiguration; import com.microsoft.graph.beta.models.healthmonitoring.HealthMonitoringRoot; import com.microsoft.graph.beta.models.identitygovernance.CustomTaskExtension; @@ -183,6 +183,7 @@ 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; @@ -191,9 +192,7 @@ 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.AutoAuditingConfiguration; import com.microsoft.graph.beta.models.security.CaseEscaped; -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; @@ -202,6 +201,7 @@ import com.microsoft.graph.beta.models.security.DataDiscoveryReport; import com.microsoft.graph.beta.models.security.DataDiscoveryRoot; import com.microsoft.graph.beta.models.security.DataSet; +import com.microsoft.graph.beta.models.security.DataSource; import com.microsoft.graph.beta.models.security.DataSourceContainer; import com.microsoft.graph.beta.models.security.DepartmentTemplate; import com.microsoft.graph.beta.models.security.DetectionRule; @@ -273,7 +273,6 @@ import com.microsoft.graph.beta.models.security.Security; import com.microsoft.graph.beta.models.security.securitycopilot.Evaluation; import com.microsoft.graph.beta.models.security.securitycopilot.Prompt; -import com.microsoft.graph.beta.models.security.securitycopilot.Session; import com.microsoft.graph.beta.models.security.securitycopilot.Workspace; import com.microsoft.graph.beta.models.security.SensitivityLabel; import com.microsoft.graph.beta.models.security.Sensor; @@ -284,6 +283,7 @@ import com.microsoft.graph.beta.models.security.SslCertificate; import com.microsoft.graph.beta.models.security.SubcategoryTemplate; import com.microsoft.graph.beta.models.security.Subdomain; +import com.microsoft.graph.beta.models.security.Tag; import com.microsoft.graph.beta.models.security.ThreatIntelligence; import com.microsoft.graph.beta.models.security.ThreatSubmission; import com.microsoft.graph.beta.models.security.ThreatSubmissionRoot; @@ -292,7 +292,6 @@ import com.microsoft.graph.beta.models.security.UnclassifiedArtifact; import com.microsoft.graph.beta.models.security.UrlThreatSubmission; import com.microsoft.graph.beta.models.security.User; -import com.microsoft.graph.beta.models.security.UserSource; import com.microsoft.graph.beta.models.security.Vulnerability; import com.microsoft.graph.beta.models.security.VulnerabilityComponent; import com.microsoft.graph.beta.models.security.WhoisBaseRecord; @@ -805,6 +804,7 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull case "#microsoft.graph.contentType": return new ContentType(); case "#microsoft.graph.continuousAccessEvaluationPolicy": return new ContinuousAccessEvaluationPolicy(); case "#microsoft.graph.contract": return new Contract(); + case "#microsoft.graph.controlConfiguration": return new ControlConfiguration(); case "#microsoft.graph.conversation": return new Conversation(); case "#microsoft.graph.conversationMember": return new ConversationMember(); case "#microsoft.graph.conversationThread": return new ConversationThread(); @@ -897,7 +897,6 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull case "#microsoft.graph.deviceComplianceScriptRunSummary": return new DeviceComplianceScriptRunSummary(); case "#microsoft.graph.deviceComplianceSettingState": return new DeviceComplianceSettingState(); case "#microsoft.graph.deviceComplianceUserOverview": return new DeviceComplianceUserOverview(); - case "#microsoft.graph.deviceComplianceUserStatus": return new DeviceComplianceUserStatus(); } return null; } @@ -909,6 +908,7 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull @jakarta.annotation.Nonnull private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull final String discriminatorValue) { switch (discriminatorValue) { + case "#microsoft.graph.deviceComplianceUserStatus": return new DeviceComplianceUserStatus(); case "#microsoft.graph.deviceConfiguration": return new DeviceConfiguration(); case "#microsoft.graph.deviceConfigurationAssignment": return new DeviceConfigurationAssignment(); case "#microsoft.graph.deviceConfigurationConflictSummary": return new DeviceConfigurationConflictSummary(); @@ -1103,6 +1103,7 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull case "#microsoft.graph.endpointPrivilegeManagementProvisioningStatus": return new EndpointPrivilegeManagementProvisioningStatus(); case "#microsoft.graph.endUserNotification": return new EndUserNotification(); case "#microsoft.graph.endUserNotificationDetail": return new EndUserNotificationDetail(); + case "#microsoft.graph.endUserSettings": return new EndUserSettings(); case "#microsoft.graph.engagementAsyncOperation": return new EngagementAsyncOperation(); case "#microsoft.graph.engagementConversation": return new EngagementConversation(); case "#microsoft.graph.engagementConversationDiscussionMessage": return new EngagementConversationDiscussionMessage(); @@ -1121,6 +1122,7 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull case "#microsoft.graph.entitlementManagement": return new EntitlementManagement(); case "#microsoft.graph.entitlementManagementSettings": return new EntitlementManagementSettings(); case "#microsoft.graph.entra": return new Entra(); + case "#microsoft.graph.entraIdProtectionRiskyUserApproval": return new EntraIdProtectionRiskyUserApproval(); case "#microsoft.graph.evaluateLabelJobResponse": return new EvaluateLabelJobResponse(); case "#microsoft.graph.event": return new Event(); case "#microsoft.graph.eventMessage": return new EventMessage(); @@ -1329,6 +1331,7 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull case "#microsoft.graph.informationProtection": return new InformationProtection(); case "#microsoft.graph.informationProtectionLabel": return new InformationProtectionLabel(); case "#microsoft.graph.informationProtectionPolicy": return new InformationProtectionPolicy(); + case "#microsoft.graph.insiderRiskyUserApproval": return new InsiderRiskyUserApproval(); case "#microsoft.graph.insightsSettings": return new InsightsSettings(); case "#microsoft.graph.insightSummary": return new InsightSummary(); case "#microsoft.graph.internalDomainFederation": return new InternalDomainFederation(); @@ -1405,10 +1408,6 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull case "#microsoft.graph.levelMap": return new LevelMap(); case "#microsoft.graph.licenseDetails": return new LicenseDetails(); case "#microsoft.graph.linkedResource": return new LinkedResource(); - case "#microsoft.graph.list": return new List(); - case "#microsoft.graph.listItem": return new ListItem(); - case "#microsoft.graph.listItemVersion": return new ListItemVersion(); - case "#microsoft.graph.localizedNotificationMessage": return new LocalizedNotificationMessage(); } return null; } @@ -1420,6 +1419,10 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull @jakarta.annotation.Nonnull private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull final String discriminatorValue) { switch (discriminatorValue) { + case "#microsoft.graph.list": return new List(); + case "#microsoft.graph.listItem": return new ListItem(); + case "#microsoft.graph.listItemVersion": return new ListItemVersion(); + case "#microsoft.graph.localizedNotificationMessage": return new LocalizedNotificationMessage(); case "#microsoft.graph.loginPage": return new LoginPage(); case "#microsoft.graph.longRunningOperation": return new LongRunningOperation(); case "#microsoft.graph.lookupResultRow": return new LookupResultRow(); @@ -1916,10 +1919,6 @@ private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull case "#microsoft.graph.redundantAssignmentAlertIncident": return new RedundantAssignmentAlertIncident(); case "#microsoft.graph.referenceAttachment": return new ReferenceAttachment(); case "#microsoft.graph.reflectCheckInResponse": return new ReflectCheckInResponse(); - case "#microsoft.graph.regionalAndLanguageSettings": return new RegionalAndLanguageSettings(); - case "#microsoft.graph.relyingPartyDetailedSummary": return new RelyingPartyDetailedSummary(); - case "#microsoft.graph.remoteActionAudit": return new RemoteActionAudit(); - case "#microsoft.graph.remoteAssistancePartner": return new RemoteAssistancePartner(); } return null; } @@ -1931,6 +1930,10 @@ private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull @jakarta.annotation.Nonnull private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull final String discriminatorValue) { switch (discriminatorValue) { + case "#microsoft.graph.regionalAndLanguageSettings": return new RegionalAndLanguageSettings(); + case "#microsoft.graph.relyingPartyDetailedSummary": return new RelyingPartyDetailedSummary(); + case "#microsoft.graph.remoteActionAudit": return new RemoteActionAudit(); + case "#microsoft.graph.remoteAssistancePartner": return new RemoteAssistancePartner(); case "#microsoft.graph.remoteAssistanceSettings": return new RemoteAssistanceSettings(); case "#microsoft.graph.remoteDesktopSecurityConfiguration": return new RemoteDesktopSecurityConfiguration(); case "#microsoft.graph.reportRoot": return new ReportRoot(); @@ -1999,7 +2002,6 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull case "#microsoft.graph.security.auditLogQuery": return new AuditLogQuery(); case "#microsoft.graph.security.auditLogRecord": return new AuditLogRecord(); case "#microsoft.graph.security.authorityTemplate": return new AuthorityTemplate(); - case "#microsoft.graph.security.autoAuditingConfiguration": return new AutoAuditingConfiguration(); case "#microsoft.graph.security.case": return new CaseEscaped(); case "#microsoft.graph.security.caseOperation": return new CaseOperation(); case "#microsoft.graph.security.casesRoot": return new CasesRoot(); @@ -2428,9 +2430,6 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull case "#microsoft.graph.userRequestsMetric": return new UserRequestsMetric(); case "#microsoft.graph.userScopeTeamsAppInstallation": return new UserScopeTeamsAppInstallation(); case "#microsoft.graph.userSecurityProfile": return new UserSecurityProfile(); - case "#microsoft.graph.userSettings": return new UserSettings(); - case "#microsoft.graph.userSignInInsight": return new UserSignInInsight(); - case "#microsoft.graph.userSignUpMetric": return new UserSignUpMetric(); } return null; } @@ -2442,6 +2441,9 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull @jakarta.annotation.Nonnull private static Entity createFromDiscriminatorValue_4(@jakarta.annotation.Nonnull final String discriminatorValue) { switch (discriminatorValue) { + case "#microsoft.graph.userSettings": return new UserSettings(); + case "#microsoft.graph.userSignInInsight": return new UserSignInInsight(); + case "#microsoft.graph.userSignUpMetric": return new UserSignUpMetric(); case "#microsoft.graph.userSolutionRoot": return new UserSolutionRoot(); case "#microsoft.graph.userStorage": return new UserStorage(); case "#microsoft.graph.userTeamwork": return new UserTeamwork(); diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EntraIdProtectionRiskyUserApproval.java b/src/main/java/com/microsoft/graph/beta/generated/models/EntraIdProtectionRiskyUserApproval.java new file mode 100644 index 00000000000..1dd669aba4c --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EntraIdProtectionRiskyUserApproval.java @@ -0,0 +1,79 @@ +package com.microsoft.graph.beta.models; + +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 EntraIdProtectionRiskyUserApproval extends ControlConfiguration implements Parsable { + /** + * Instantiates a new {@link EntraIdProtectionRiskyUserApproval} and sets the default values. + */ + public EntraIdProtectionRiskyUserApproval() { + super(); + this.setOdataType("#microsoft.graph.entraIdProtectionRiskyUserApproval"); + } + /** + * 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 EntraIdProtectionRiskyUserApproval} + */ + @jakarta.annotation.Nonnull + public static EntraIdProtectionRiskyUserApproval createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new EntraIdProtectionRiskyUserApproval(); + } + /** + * 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("isApprovalRequired", (n) -> { this.setIsApprovalRequired(n.getBooleanValue()); }); + deserializerMap.put("minimumRiskLevel", (n) -> { this.setMinimumRiskLevel(n.getEnumValue(RiskLevel::forValue)); }); + return deserializerMap; + } + /** + * Gets the isApprovalRequired property value. Indicates whether approval is required for risky users. + * @return a {@link Boolean} + */ + @jakarta.annotation.Nullable + public Boolean getIsApprovalRequired() { + return this.backingStore.get("isApprovalRequired"); + } + /** + * Gets the minimumRiskLevel property value. The minimumRiskLevel property + * @return a {@link RiskLevel} + */ + @jakarta.annotation.Nullable + public RiskLevel getMinimumRiskLevel() { + return this.backingStore.get("minimumRiskLevel"); + } + /** + * 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.writeBooleanValue("isApprovalRequired", this.getIsApprovalRequired()); + writer.writeEnumValue("minimumRiskLevel", this.getMinimumRiskLevel()); + } + /** + * Sets the isApprovalRequired property value. Indicates whether approval is required for risky users. + * @param value Value to set for the isApprovalRequired property. + */ + public void setIsApprovalRequired(@jakarta.annotation.Nullable final Boolean value) { + this.backingStore.set("isApprovalRequired", value); + } + /** + * Sets the minimumRiskLevel property value. The minimumRiskLevel property + * @param value Value to set for the minimumRiskLevel property. + */ + public void setMinimumRiskLevel(@jakarta.annotation.Nullable final RiskLevel value) { + this.backingStore.set("minimumRiskLevel", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Event.java b/src/main/java/com/microsoft/graph/beta/generated/models/Event.java index 98e1a9a3c72..064196e62c3 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Event.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Event.java @@ -186,7 +186,7 @@ public String getICalUId() { return this.backingStore.get("iCalUId"); } /** - * Gets the importance property value. The importance of the event. Possible values are: low, normal, high. + * Gets the importance property value. The importance of the event. The possible values are: low, normal, high. * @return a {@link Importance} */ @jakarta.annotation.Nullable @@ -370,7 +370,7 @@ public ResponseStatus getResponseStatus() { return this.backingStore.get("responseStatus"); } /** - * Gets the sensitivity property value. Possible values are: normal, personal, private, confidential. + * Gets the sensitivity property value. The possible values are: normal, personal, private, confidential. * @return a {@link Sensitivity} */ @jakarta.annotation.Nullable @@ -386,7 +386,7 @@ public String getSeriesMasterId() { return this.backingStore.get("seriesMasterId"); } /** - * Gets the showAs property value. The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * Gets the showAs property value. The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. * @return a {@link FreeBusyStatus} */ @jakarta.annotation.Nullable @@ -426,7 +426,7 @@ public String getTransactionId() { return this.backingStore.get("transactionId"); } /** - * Gets the type property value. The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only + * Gets the type property value. The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only * @return a {@link EventType} */ @jakarta.annotation.Nullable @@ -595,7 +595,7 @@ public void setICalUId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("iCalUId", value); } /** - * Sets the importance property value. The importance of the event. Possible values are: low, normal, high. + * Sets the importance property value. The importance of the event. The possible values are: low, normal, high. * @param value Value to set for the importance property. */ public void setImportance(@jakarta.annotation.Nullable final Importance value) { @@ -756,7 +756,7 @@ public void setResponseStatus(@jakarta.annotation.Nullable final ResponseStatus this.backingStore.set("responseStatus", value); } /** - * Sets the sensitivity property value. Possible values are: normal, personal, private, confidential. + * Sets the sensitivity property value. The possible values are: normal, personal, private, confidential. * @param value Value to set for the sensitivity property. */ public void setSensitivity(@jakarta.annotation.Nullable final Sensitivity value) { @@ -770,7 +770,7 @@ public void setSeriesMasterId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("seriesMasterId", value); } /** - * Sets the showAs property value. The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * Sets the showAs property value. The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. * @param value Value to set for the showAs property. */ public void setShowAs(@jakarta.annotation.Nullable final FreeBusyStatus value) { @@ -805,7 +805,7 @@ public void setTransactionId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("transactionId", value); } /** - * Sets the type property value. The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only + * Sets the type property value. The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final EventType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageRequest.java index 3b0a4558c0b..ecf8a0ed855 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageRequest.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageRequest.java @@ -49,7 +49,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the meetingRequestType property value. The type of meeting request. Possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy. + * Gets the meetingRequestType property value. The type of meeting request. The possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy. * @return a {@link MeetingRequestType} */ @jakarta.annotation.Nullable @@ -110,7 +110,7 @@ public void setAllowNewTimeProposals(@jakarta.annotation.Nullable final Boolean this.backingStore.set("allowNewTimeProposals", value); } /** - * Sets the meetingRequestType property value. The type of meeting request. Possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy. + * Sets the meetingRequestType property value. The type of meeting request. The possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy. * @param value Value to set for the meetingRequestType property. */ public void setMeetingRequestType(@jakarta.annotation.Nullable final MeetingRequestType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageResponse.java b/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageResponse.java index a982489601b..64692cf5ec0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageResponse.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageResponse.java @@ -45,7 +45,7 @@ public TimeSlot getProposedNewTime() { return this.backingStore.get("proposedNewTime"); } /** - * Gets the responseType property value. Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. + * Gets the responseType property value. Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. * @return a {@link ResponseType} */ @jakarta.annotation.Nullable @@ -70,7 +70,7 @@ public void setProposedNewTime(@jakarta.annotation.Nullable final TimeSlot value this.backingStore.set("proposedNewTime", value); } /** - * Sets the responseType property value. Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. + * Sets the responseType property value. Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. * @param value Value to set for the responseType property. */ public void setResponseType(@jakarta.annotation.Nullable final ResponseType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Fido2AuthenticationMethod.java b/src/main/java/com/microsoft/graph/beta/generated/models/Fido2AuthenticationMethod.java index 1abccbf550a..5b24401c95d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Fido2AuthenticationMethod.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Fido2AuthenticationMethod.java @@ -42,7 +42,7 @@ public java.util.List getAttestationCertificates() { return this.backingStore.get("attestationCertificates"); } /** - * Gets the attestationLevel property value. The attestation level of this FIDO2 security key. Possible values are: attested, notAttested, unknownFutureValue. + * Gets the attestationLevel property value. The attestation level of this FIDO2 security key. The possible values are: attested, notAttested, unknownFutureValue. * @return a {@link AttestationLevel} */ @jakarta.annotation.Nullable @@ -127,7 +127,7 @@ public void setAttestationCertificates(@jakarta.annotation.Nullable final java.u this.backingStore.set("attestationCertificates", value); } /** - * Sets the attestationLevel property value. The attestation level of this FIDO2 security key. Possible values are: attested, notAttested, unknownFutureValue. + * Sets the attestationLevel property value. The attestation level of this FIDO2 security key. The possible values are: attested, notAttested, unknownFutureValue. * @param value Value to set for the attestationLevel property. */ public void setAttestationLevel(@jakarta.annotation.Nullable final AttestationLevel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Fido2KeyRestrictions.java b/src/main/java/com/microsoft/graph/beta/generated/models/Fido2KeyRestrictions.java index 9f9c3e15bc3..19658cf7b5e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Fido2KeyRestrictions.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Fido2KeyRestrictions.java @@ -64,7 +64,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the enforcementType property value. Enforcement type. Possible values are: allow, block. + * Gets the enforcementType property value. Enforcement type. The possible values are: allow, block. * @return a {@link Fido2RestrictionEnforcementType} */ @jakarta.annotation.Nullable @@ -135,7 +135,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the enforcementType property value. Enforcement type. Possible values are: allow, block. + * Sets the enforcementType property value. Enforcement type. The possible values are: allow, block. * @param value Value to set for the enforcementType property. */ public void setEnforcementType(@jakarta.annotation.Nullable final Fido2RestrictionEnforcementType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/FileHash.java b/src/main/java/com/microsoft/graph/beta/generated/models/FileHash.java index dbc43413818..2ac36bd4714 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/FileHash.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/FileHash.java @@ -68,7 +68,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the hashType property value. File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. + * Gets the hashType property value. File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. * @return a {@link FileHashType} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the hashType property value. File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. + * Sets the hashType property value. File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. * @param value Value to set for the hashType property. */ public void setHashType(@jakarta.annotation.Nullable final FileHashType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/FileStorageContainer.java b/src/main/java/com/microsoft/graph/beta/generated/models/FileStorageContainer.java index f3dedd32b53..883704c0f3a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/FileStorageContainer.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/FileStorageContainer.java @@ -124,8 +124,6 @@ public Map> getFieldDeserializers deserializerMap.put("drive", (n) -> { this.setDrive(n.getObjectValue(Drive::createFromDiscriminatorValue)); }); deserializerMap.put("externalGroupId", (n) -> { this.setExternalGroupId(n.getUUIDValue()); }); deserializerMap.put("informationBarrier", (n) -> { this.setInformationBarrier(n.getObjectValue(InformationBarrier::createFromDiscriminatorValue)); }); - deserializerMap.put("isItemVersioningEnabled", (n) -> { this.setIsItemVersioningEnabled(n.getBooleanValue()); }); - deserializerMap.put("itemMajorVersionLimit", (n) -> { this.setItemMajorVersionLimit(n.getIntegerValue()); }); deserializerMap.put("lockState", (n) -> { this.setLockState(n.getEnumValue(SiteLockState::forValue)); }); deserializerMap.put("migrationJobs", (n) -> { this.setMigrationJobs(n.getCollectionOfObjectValues(SharePointMigrationJob::createFromDiscriminatorValue)); }); deserializerMap.put("owners", (n) -> { this.setOwners(n.getCollectionOfObjectValues(UserIdentity::createFromDiscriminatorValue)); }); @@ -147,22 +145,6 @@ public Map> getFieldDeserializers public InformationBarrier getInformationBarrier() { return this.backingStore.get("informationBarrier"); } - /** - * Gets the isItemVersioningEnabled property value. The isItemVersioningEnabled property - * @return a {@link Boolean} - */ - @jakarta.annotation.Nullable - public Boolean getIsItemVersioningEnabled() { - return this.backingStore.get("isItemVersioningEnabled"); - } - /** - * Gets the itemMajorVersionLimit property value. The itemMajorVersionLimit property - * @return a {@link Integer} - */ - @jakarta.annotation.Nullable - public Integer getItemMajorVersionLimit() { - return this.backingStore.get("itemMajorVersionLimit"); - } /** * Gets the lockState property value. Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only. * @return a {@link SiteLockState} @@ -269,8 +251,6 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("drive", this.getDrive()); writer.writeUUIDValue("externalGroupId", this.getExternalGroupId()); writer.writeObjectValue("informationBarrier", this.getInformationBarrier()); - writer.writeBooleanValue("isItemVersioningEnabled", this.getIsItemVersioningEnabled()); - writer.writeIntegerValue("itemMajorVersionLimit", this.getItemMajorVersionLimit()); writer.writeEnumValue("lockState", this.getLockState()); writer.writeCollectionOfObjectValues("migrationJobs", this.getMigrationJobs()); writer.writeCollectionOfObjectValues("owners", this.getOwners()); @@ -360,20 +340,6 @@ public void setExternalGroupId(@jakarta.annotation.Nullable final UUID value) { public void setInformationBarrier(@jakarta.annotation.Nullable final InformationBarrier value) { this.backingStore.set("informationBarrier", value); } - /** - * Sets the isItemVersioningEnabled property value. The isItemVersioningEnabled property - * @param value Value to set for the isItemVersioningEnabled property. - */ - public void setIsItemVersioningEnabled(@jakarta.annotation.Nullable final Boolean value) { - this.backingStore.set("isItemVersioningEnabled", value); - } - /** - * Sets the itemMajorVersionLimit property value. The itemMajorVersionLimit property - * @param value Value to set for the itemMajorVersionLimit property. - */ - public void setItemMajorVersionLimit(@jakarta.annotation.Nullable final Integer value) { - this.backingStore.set("itemMajorVersionLimit", value); - } /** * Sets the lockState property value. Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only. * @param value Value to set for the lockState property. diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/FilterOperatorSchema.java b/src/main/java/com/microsoft/graph/beta/generated/models/FilterOperatorSchema.java index 4805e6e704a..53b449792ea 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/FilterOperatorSchema.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/FilterOperatorSchema.java @@ -53,7 +53,7 @@ public ScopeOperatorMultiValuedComparisonType getMultivaluedComparisonType() { return this.backingStore.get("multivaluedComparisonType"); } /** - * Gets the supportedAttributeTypes property value. Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String. + * Gets the supportedAttributeTypes property value. Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -86,7 +86,7 @@ public void setMultivaluedComparisonType(@jakarta.annotation.Nullable final Scop this.backingStore.set("multivaluedComparisonType", value); } /** - * Sets the supportedAttributeTypes property value. Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String. + * Sets the supportedAttributeTypes property value. Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String. * @param value Value to set for the supportedAttributeTypes property. */ public void setSupportedAttributeTypes(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Group.java b/src/main/java/com/microsoft/graph/beta/generated/models/Group.java index 77340bdd3e7..dd957b9f007 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Group.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Group.java @@ -762,7 +762,7 @@ public Integer getUnseenMessagesCount() { return this.backingStore.get("unseenMessagesCount"); } /** - * Gets the visibility property value. Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + * Gets the visibility property value. Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -1428,7 +1428,7 @@ public void setUnseenMessagesCount(@jakarta.annotation.Nullable final Integer va this.backingStore.set("unseenMessagesCount", value); } /** - * Sets the visibility property value. Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + * Sets the visibility property value. Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. * @param value Value to set for the visibility property. */ public void setVisibility(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/GroupIdentity.java b/src/main/java/com/microsoft/graph/beta/generated/models/GroupIdentity.java index 3fd1125ec60..c9e8c37364f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/GroupIdentity.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/GroupIdentity.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the mailNickname property value. The mailNickname property + * Gets the mailNickname property value. The mail nick name, also known as group alias of the group-connected site. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("mailNickname", this.getMailNickname()); } /** - * Sets the mailNickname property value. The mailNickname property + * Sets the mailNickname property value. The mail nick name, also known as group alias of the group-connected site. * @param value Value to set for the mailNickname property. */ public void setMailNickname(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InferenceClassificationOverride.java b/src/main/java/com/microsoft/graph/beta/generated/models/InferenceClassificationOverride.java index f3bdfca4512..c2f51f5bcb1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/InferenceClassificationOverride.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/InferenceClassificationOverride.java @@ -25,7 +25,7 @@ public static InferenceClassificationOverride createFromDiscriminatorValue(@jaka return new InferenceClassificationOverride(); } /** - * Gets the classifyAs property value. Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused, other. + * Gets the classifyAs property value. Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other. * @return a {@link InferenceClassificationType} */ @jakarta.annotation.Nullable @@ -62,7 +62,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("senderEmailAddress", this.getSenderEmailAddress()); } /** - * Sets the classifyAs property value. Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused, other. + * Sets the classifyAs property value. Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other. * @param value Value to set for the classifyAs property. */ public void setClassifyAs(@jakarta.annotation.Nullable final InferenceClassificationType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Initiator.java b/src/main/java/com/microsoft/graph/beta/generated/models/Initiator.java index 61b41708073..80e45710c07 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Initiator.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Initiator.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the initiatorType property value. The type of the initiator. Possible values are: user, application, system, unknownFutureValue. + * Gets the initiatorType property value. The type of the initiator. The possible values are: user, application, system, unknownFutureValue. * @return a {@link InitiatorType} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("initiatorType", this.getInitiatorType()); } /** - * Sets the initiatorType property value. The type of the initiator. Possible values are: user, application, system, unknownFutureValue. + * Sets the initiatorType property value. The type of the initiator. The possible values are: user, application, system, unknownFutureValue. * @param value Value to set for the initiatorType property. */ public void setInitiatorType(@jakarta.annotation.Nullable final InitiatorType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InsiderRiskyUserApproval.java b/src/main/java/com/microsoft/graph/beta/generated/models/InsiderRiskyUserApproval.java new file mode 100644 index 00000000000..b3fd340e624 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/models/InsiderRiskyUserApproval.java @@ -0,0 +1,79 @@ +package com.microsoft.graph.beta.models; + +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 InsiderRiskyUserApproval extends ControlConfiguration implements Parsable { + /** + * Instantiates a new {@link InsiderRiskyUserApproval} and sets the default values. + */ + public InsiderRiskyUserApproval() { + super(); + this.setOdataType("#microsoft.graph.insiderRiskyUserApproval"); + } + /** + * 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 InsiderRiskyUserApproval} + */ + @jakarta.annotation.Nonnull + public static InsiderRiskyUserApproval createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new InsiderRiskyUserApproval(); + } + /** + * 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("isApprovalRequired", (n) -> { this.setIsApprovalRequired(n.getBooleanValue()); }); + deserializerMap.put("minimumRiskLevel", (n) -> { this.setMinimumRiskLevel(n.getEnumValue(PurviewInsiderRiskManagementLevel::forValue)); }); + return deserializerMap; + } + /** + * Gets the isApprovalRequired property value. Indicates whether approval is required for risky users. + * @return a {@link Boolean} + */ + @jakarta.annotation.Nullable + public Boolean getIsApprovalRequired() { + return this.backingStore.get("isApprovalRequired"); + } + /** + * Gets the minimumRiskLevel property value. The minimumRiskLevel property + * @return a {@link PurviewInsiderRiskManagementLevel} + */ + @jakarta.annotation.Nullable + public PurviewInsiderRiskManagementLevel getMinimumRiskLevel() { + return this.backingStore.get("minimumRiskLevel"); + } + /** + * 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.writeBooleanValue("isApprovalRequired", this.getIsApprovalRequired()); + writer.writeEnumValue("minimumRiskLevel", this.getMinimumRiskLevel()); + } + /** + * Sets the isApprovalRequired property value. Indicates whether approval is required for risky users. + * @param value Value to set for the isApprovalRequired property. + */ + public void setIsApprovalRequired(@jakarta.annotation.Nullable final Boolean value) { + this.backingStore.set("isApprovalRequired", value); + } + /** + * Sets the minimumRiskLevel property value. The minimumRiskLevel property + * @param value Value to set for the minimumRiskLevel property. + */ + public void setMinimumRiskLevel(@jakarta.annotation.Nullable final PurviewInsiderRiskManagementLevel value) { + this.backingStore.set("minimumRiskLevel", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InvitationParticipantInfo.java b/src/main/java/com/microsoft/graph/beta/generated/models/InvitationParticipantInfo.java index dfa43a9fa79..cbbf61bdaa5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/InvitationParticipantInfo.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/InvitationParticipantInfo.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the endpointType property value. The type of endpoint. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. + * Gets the endpointType property value. The type of endpoint. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. * @return a {@link EndpointType} */ @jakarta.annotation.Nullable @@ -158,7 +158,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the endpointType property value. The type of endpoint. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. + * Sets the endpointType property value. The type of endpoint. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. * @param value Value to set for the endpointType property. */ public void setEndpointType(@jakarta.annotation.Nullable final EndpointType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InvitationRedemptionIdentityProviderConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/InvitationRedemptionIdentityProviderConfiguration.java index 46d702454c0..9a82343b2ee 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/InvitationRedemptionIdentityProviderConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/InvitationRedemptionIdentityProviderConfiguration.java @@ -63,7 +63,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the fallbackIdentityProvider property value. The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. + * Gets the fallbackIdentityProvider property value. The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. * @return a {@link B2bIdentityProvidersType} */ @jakarta.annotation.Nullable @@ -91,7 +91,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. + * Gets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -125,7 +125,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the fallbackIdentityProvider property value. The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. + * Sets the fallbackIdentityProvider property value. The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. * @param value Value to set for the fallbackIdentityProvider property. */ public void setFallbackIdentityProvider(@jakarta.annotation.Nullable final B2bIdentityProvidersType value) { @@ -139,7 +139,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. + * Sets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. * @param value Value to set for the primaryIdentityProviderPrecedenceOrder property. */ public void setPrimaryIdentityProviderPrecedenceOrder(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosCertificateProfileBase.java index 3dc3e615edb..b507af60b77 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosCertificateProfileBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosCertificateProfileBase.java @@ -76,7 +76,7 @@ public Integer getRenewalThresholdPercentage() { return this.backingStore.get("renewalThresholdPercentage"); } /** - * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -126,7 +126,7 @@ public void setRenewalThresholdPercentage(@jakarta.annotation.Nullable final Int this.backingStore.set("renewalThresholdPercentage", value); } /** - * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @param value Value to set for the subjectAlternativeNameType property. */ public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosEasEmailProfileConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosEasEmailProfileConfiguration.java index 6e81e6255b2..1704cf6e2ab 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosEasEmailProfileConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosEasEmailProfileConfiguration.java @@ -38,7 +38,7 @@ public String getAccountName() { return this.backingStore.get("accountName"); } /** - * Gets the authenticationMethod property value. Authentication method for this Email profile. Possible values are: usernameAndPassword, certificate, derivedCredential. + * Gets the authenticationMethod property value. Authentication method for this Email profile. The possible values are: usernameAndPassword, certificate, derivedCredential. * @return a {@link EasAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -86,7 +86,7 @@ public EmailSyncDuration getDurationOfEmailToSync() { return this.backingStore.get("durationOfEmailToSync"); } /** - * Gets the easServices property value. Exchange data to sync. Possible values are: none, calendars, contacts, email, notes, reminders. + * Gets the easServices property value. Exchange data to sync. The possible values are: none, calendars, contacts, email, notes, reminders. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -110,7 +110,7 @@ public UserEmailSource getEmailAddressSource() { return this.backingStore.get("emailAddressSource"); } /** - * Gets the encryptionCertificateType property value. Encryption Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential. + * Gets the encryptionCertificateType property value. Encryption Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential. * @return a {@link EmailCertificateType} */ @jakarta.annotation.Nullable @@ -194,7 +194,7 @@ public Boolean getRequireSsl() { return this.backingStore.get("requireSsl"); } /** - * Gets the signingCertificateType property value. Signing Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential. + * Gets the signingCertificateType property value. Signing Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential. * @return a {@link EmailCertificateType} */ @jakarta.annotation.Nullable @@ -324,7 +324,7 @@ public void setAccountName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("accountName", value); } /** - * Sets the authenticationMethod property value. Authentication method for this Email profile. Possible values are: usernameAndPassword, certificate, derivedCredential. + * Sets the authenticationMethod property value. Authentication method for this Email profile. The possible values are: usernameAndPassword, certificate, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final EasAuthenticationMethod value) { @@ -366,7 +366,7 @@ public void setDurationOfEmailToSync(@jakarta.annotation.Nullable final EmailSyn this.backingStore.set("durationOfEmailToSync", value); } /** - * Sets the easServices property value. Exchange data to sync. Possible values are: none, calendars, contacts, email, notes, reminders. + * Sets the easServices property value. Exchange data to sync. The possible values are: none, calendars, contacts, email, notes, reminders. * @param value Value to set for the easServices property. */ public void setEasServices(@jakarta.annotation.Nullable final EnumSet value) { @@ -387,7 +387,7 @@ public void setEmailAddressSource(@jakarta.annotation.Nullable final UserEmailSo this.backingStore.set("emailAddressSource", value); } /** - * Sets the encryptionCertificateType property value. Encryption Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential. + * Sets the encryptionCertificateType property value. Encryption Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential. * @param value Value to set for the encryptionCertificateType property. */ public void setEncryptionCertificateType(@jakarta.annotation.Nullable final EmailCertificateType value) { @@ -429,7 +429,7 @@ public void setRequireSsl(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("requireSsl", value); } /** - * Sets the signingCertificateType property value. Signing Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential. + * Sets the signingCertificateType property value. Signing Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential. * @param value Value to set for the signingCertificateType property. */ public void setSigningCertificateType(@jakarta.annotation.Nullable final EmailCertificateType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosEnterpriseWiFiConfiguration.java index 0a439eaab03..90f310d1f8f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosEnterpriseWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosEnterpriseWiFiConfiguration.java @@ -29,7 +29,7 @@ public static IosEnterpriseWiFiConfiguration createFromDiscriminatorValue(@jakar return new IosEnterpriseWiFiConfiguration(); } /** - * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public DeviceManagementDerivedCredentialSettings getDerivedCredentialSettings() return this.backingStore.get("derivedCredentialSettings"); } /** - * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. * @return a {@link EapFastConfiguration} */ @jakarta.annotation.Nullable @@ -89,7 +89,7 @@ public IosCertificateProfileBase getIdentityCertificateForClientAuthentication() return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -156,7 +156,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("usernameFormatString", this.getUsernameFormatString()); } /** - * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { @@ -170,7 +170,7 @@ public void setDerivedCredentialSettings(@jakarta.annotation.Nullable final Devi this.backingStore.set("derivedCredentialSettings", value); } /** - * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. * @param value Value to set for the eapFastConfiguration property. */ public void setEapFastConfiguration(@jakarta.annotation.Nullable final EapFastConfiguration value) { @@ -191,7 +191,7 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEapTtls property. */ public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java index 979cd5cddce..7b35dcd0ae9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java @@ -45,7 +45,7 @@ public Boolean getAllowWidgetContentSync() { return this.backingStore.get("allowWidgetContentSync"); } /** - * Gets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -183,7 +183,7 @@ public Boolean getFilterOpenInToOnlyManagedApps() { return this.backingStore.get("filterOpenInToOnlyManagedApps"); } /** - * Gets the genmojiConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. Possible values are: notBlocked, blocked, unknownFutureValue. + * Gets the genmojiConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. The possible values are: notBlocked, blocked, unknownFutureValue. * @return a {@link GenmojiIosManagedAppConfigurationState} */ @jakarta.annotation.Nullable @@ -239,7 +239,7 @@ public Boolean getProtectInboundDataFromUnknownSources() { return this.backingStore.get("protectInboundDataFromUnknownSources"); } /** - * Gets the screenCaptureConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. Possible values are: notBlocked, blocked, unknownFutureValue. + * Gets the screenCaptureConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. The possible values are: notBlocked, blocked, unknownFutureValue. * @return a {@link ScreenCaptureIosManagedAppConfigurationState} */ @jakarta.annotation.Nullable @@ -255,7 +255,7 @@ public Boolean getThirdPartyKeyboardsBlocked() { return this.backingStore.get("thirdPartyKeyboardsBlocked"); } /** - * Gets the writingToolsConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. Possible values are: notBlocked, blocked, unknownFutureValue. + * Gets the writingToolsConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. The possible values are: notBlocked, blocked, unknownFutureValue. * @return a {@link WritingToolsIosManagedAppConfigurationState} */ @jakarta.annotation.Nullable @@ -310,7 +310,7 @@ public void setAllowWidgetContentSync(@jakarta.annotation.Nullable final Boolean this.backingStore.set("allowWidgetContentSync", value); } /** - * Sets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfAccountIsClockedOut property value. Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfAccountIsClockedOut property. */ public void setAppActionIfAccountIsClockedOut(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { @@ -401,7 +401,7 @@ public void setFilterOpenInToOnlyManagedApps(@jakarta.annotation.Nullable final this.backingStore.set("filterOpenInToOnlyManagedApps", value); } /** - * Sets the genmojiConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. Possible values are: notBlocked, blocked, unknownFutureValue. + * Sets the genmojiConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. The possible values are: notBlocked, blocked, unknownFutureValue. * @param value Value to set for the genmojiConfigurationState property. */ public void setGenmojiConfigurationState(@jakarta.annotation.Nullable final GenmojiIosManagedAppConfigurationState value) { @@ -450,7 +450,7 @@ public void setProtectInboundDataFromUnknownSources(@jakarta.annotation.Nullable this.backingStore.set("protectInboundDataFromUnknownSources", value); } /** - * Sets the screenCaptureConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. Possible values are: notBlocked, blocked, unknownFutureValue. + * Sets the screenCaptureConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. The possible values are: notBlocked, blocked, unknownFutureValue. * @param value Value to set for the screenCaptureConfigurationState property. */ public void setScreenCaptureConfigurationState(@jakarta.annotation.Nullable final ScreenCaptureIosManagedAppConfigurationState value) { @@ -464,7 +464,7 @@ public void setThirdPartyKeyboardsBlocked(@jakarta.annotation.Nullable final Boo this.backingStore.set("thirdPartyKeyboardsBlocked", value); } /** - * Sets the writingToolsConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. Possible values are: notBlocked, blocked, unknownFutureValue. + * Sets the writingToolsConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. The possible values are: notBlocked, blocked, unknownFutureValue. * @param value Value to set for the writingToolsConfigurationState property. */ public void setWritingToolsConfigurationState(@jakarta.annotation.Nullable final WritingToolsIosManagedAppConfigurationState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosPkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosPkcsCertificateProfile.java index 1adf29edd02..c82f23376ba 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosPkcsCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosPkcsCertificateProfile.java @@ -29,7 +29,7 @@ public static IosPkcsCertificateProfile createFromDiscriminatorValue(@jakarta.an return new IosPkcsCertificateProfile(); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosScepCertificateProfile.java index 8218bc2afc0..23854df08bc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosScepCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosScepCertificateProfile.java @@ -30,7 +30,7 @@ public static IosScepCertificateProfile createFromDiscriminatorValue(@jakarta.an return new IosScepCertificateProfile(); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -147,7 +147,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosVpnSecurityAssociationParameters.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosVpnSecurityAssociationParameters.java index daa4c7c3a31..1e41a8ca291 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosVpnSecurityAssociationParameters.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosVpnSecurityAssociationParameters.java @@ -97,7 +97,7 @@ public Integer getSecurityDiffieHellmanGroup() { return this.backingStore.get("securityDiffieHellmanGroup"); } /** - * Gets the securityEncryptionAlgorithm property value. Encryption algorithm. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. + * Gets the securityEncryptionAlgorithm property value. Encryption algorithm. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. * @return a {@link VpnEncryptionAlgorithmType} */ @jakarta.annotation.Nullable @@ -105,7 +105,7 @@ public VpnEncryptionAlgorithmType getSecurityEncryptionAlgorithm() { return this.backingStore.get("securityEncryptionAlgorithm"); } /** - * Gets the securityIntegrityAlgorithm property value. Integrity algorithm. Possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. + * Gets the securityIntegrityAlgorithm property value. Integrity algorithm. The possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. * @return a {@link VpnIntegrityAlgorithmType} */ @jakarta.annotation.Nullable @@ -162,14 +162,14 @@ public void setSecurityDiffieHellmanGroup(@jakarta.annotation.Nullable final Int this.backingStore.set("securityDiffieHellmanGroup", value); } /** - * Sets the securityEncryptionAlgorithm property value. Encryption algorithm. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. + * Sets the securityEncryptionAlgorithm property value. Encryption algorithm. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. * @param value Value to set for the securityEncryptionAlgorithm property. */ public void setSecurityEncryptionAlgorithm(@jakarta.annotation.Nullable final VpnEncryptionAlgorithmType value) { this.backingStore.set("securityEncryptionAlgorithm", value); } /** - * Sets the securityIntegrityAlgorithm property value. Integrity algorithm. Possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. + * Sets the securityIntegrityAlgorithm property value. Integrity algorithm. The possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. * @param value Value to set for the securityIntegrityAlgorithm property. */ public void setSecurityIntegrityAlgorithm(@jakarta.annotation.Nullable final VpnIntegrityAlgorithmType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosWiredNetworkConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosWiredNetworkConfiguration.java index 94f2cb5bbba..b8259dc09cc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosWiredNetworkConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosWiredNetworkConfiguration.java @@ -29,7 +29,7 @@ public static IosWiredNetworkConfiguration createFromDiscriminatorValue(@jakarta return new IosWiredNetworkConfiguration(); } /** - * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. * @return a {@link WiredNetworkAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -37,7 +37,7 @@ public WiredNetworkAuthenticationMethod getAuthenticationMethod() { return this.backingStore.get("authenticationMethod"); } /** - * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. * @return a {@link EapFastConfiguration} */ @jakarta.annotation.Nullable @@ -96,7 +96,7 @@ public String getNetworkName() { return this.backingStore.get("networkName"); } /** - * Gets the nonEapAuthenticationMethodForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the nonEapAuthenticationMethodForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -146,14 +146,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames()); } /** - * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiredNetworkAuthenticationMethod value) { this.backingStore.set("authenticationMethod", value); } /** - * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. * @param value Value to set for the eapFastConfiguration property. */ public void setEapFastConfiguration(@jakarta.annotation.Nullable final EapFastConfiguration value) { @@ -188,7 +188,7 @@ public void setNetworkName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("networkName", value); } /** - * Sets the nonEapAuthenticationMethodForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the nonEapAuthenticationMethodForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the nonEapAuthenticationMethodForEapTtls property. */ public void setNonEapAuthenticationMethodForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosikEv2VpnConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosikEv2VpnConfiguration.java index 8ae1a3ecddd..c0e6ef8cb55 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/IosikEv2VpnConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosikEv2VpnConfiguration.java @@ -69,7 +69,7 @@ public VpnClientAuthenticationType getClientAuthenticationType() { return this.backingStore.get("clientAuthenticationType"); } /** - * Gets the deadPeerDetectionRate property value. Determine how often to check if a peer connection is still active. . Possible values are: medium, none, low, high. + * Gets the deadPeerDetectionRate property value. Determine how often to check if a peer connection is still active. . The possible values are: medium, none, low, high. * @return a {@link VpnDeadPeerDetectionRate} */ @jakarta.annotation.Nullable @@ -213,7 +213,7 @@ public String getServerCertificateIssuerCommonName() { return this.backingStore.get("serverCertificateIssuerCommonName"); } /** - * Gets the serverCertificateType property value. The type of certificate the VPN server will present to the VPN client for authentication. Possible values are: rsa, ecdsa256, ecdsa384, ecdsa521. + * Gets the serverCertificateType property value. The type of certificate the VPN server will present to the VPN client for authentication. The possible values are: rsa, ecdsa256, ecdsa384, ecdsa521. * @return a {@link VpnServerCertificateType} */ @jakarta.annotation.Nullable @@ -311,7 +311,7 @@ public void setClientAuthenticationType(@jakarta.annotation.Nullable final VpnCl this.backingStore.set("clientAuthenticationType", value); } /** - * Sets the deadPeerDetectionRate property value. Determine how often to check if a peer connection is still active. . Possible values are: medium, none, low, high. + * Sets the deadPeerDetectionRate property value. Determine how often to check if a peer connection is still active. . The possible values are: medium, none, low, high. * @param value Value to set for the deadPeerDetectionRate property. */ public void setDeadPeerDetectionRate(@jakarta.annotation.Nullable final VpnDeadPeerDetectionRate value) { @@ -409,7 +409,7 @@ public void setServerCertificateIssuerCommonName(@jakarta.annotation.Nullable fi this.backingStore.set("serverCertificateIssuerCommonName", value); } /** - * Sets the serverCertificateType property value. The type of certificate the VPN server will present to the VPN client for authentication. Possible values are: rsa, ecdsa256, ecdsa384, ecdsa521. + * Sets the serverCertificateType property value. The type of certificate the VPN server will present to the VPN client for authentication. The possible values are: rsa, ecdsa256, ecdsa384, ecdsa521. * @param value Value to set for the serverCertificateType property. */ public void setServerCertificateType(@jakarta.annotation.Nullable final VpnServerCertificateType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ItemFacet.java b/src/main/java/com/microsoft/graph/beta/generated/models/ItemFacet.java index 729bf4d0026..ec626e1a887 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ItemFacet.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ItemFacet.java @@ -53,7 +53,7 @@ public static ItemFacet createFromDiscriminatorValue(@jakarta.annotation.Nonnull return new ItemFacet(); } /** - * Gets the allowedAudiences property value. The audiences that are able to see the values contained within the associated entity. Possible values are: me, family, contacts, groupMembers, organization, federatedOrganizations, everyone, unknownFutureValue. + * Gets the allowedAudiences property value. The audiences that are able to see the values contained within the associated entity. The possible values are: me, family, contacts, groupMembers, organization, federatedOrganizations, everyone, unknownFutureValue. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -160,7 +160,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("sources", this.getSources()); } /** - * Sets the allowedAudiences property value. The audiences that are able to see the values contained within the associated entity. Possible values are: me, family, contacts, groupMembers, organization, federatedOrganizations, everyone, unknownFutureValue. + * Sets the allowedAudiences property value. The audiences that are able to see the values contained within the associated entity. The possible values are: me, family, contacts, groupMembers, organization, federatedOrganizations, everyone, unknownFutureValue. * @param value Value to set for the allowedAudiences property. */ public void setAllowedAudiences(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/KerberosSignOnSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/KerberosSignOnSettings.java index 775930b8359..2b55cdc32f3 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/KerberosSignOnSettings.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/KerberosSignOnSettings.java @@ -76,7 +76,7 @@ public String getKerberosServicePrincipalName() { return this.backingStore.get("kerberosServicePrincipalName"); } /** - * Gets the kerberosSignOnMappingAttributeType property value. The Delegated Login Identity for the connector to use on behalf of your users. For more information, see Working with different on-premises and cloud identities . Possible values are: userPrincipalName, onPremisesUserPrincipalName, userPrincipalUsername, onPremisesUserPrincipalUsername, onPremisesSAMAccountName. + * Gets the kerberosSignOnMappingAttributeType property value. The Delegated Login Identity for the connector to use on behalf of your users. For more information, see Working with different on-premises and cloud identities . The possible values are: userPrincipalName, onPremisesUserPrincipalName, userPrincipalUsername, onPremisesUserPrincipalUsername, onPremisesSAMAccountName. * @return a {@link KerberosSignOnMappingAttributeType} */ @jakarta.annotation.Nullable @@ -125,7 +125,7 @@ public void setKerberosServicePrincipalName(@jakarta.annotation.Nullable final S this.backingStore.set("kerberosServicePrincipalName", value); } /** - * Sets the kerberosSignOnMappingAttributeType property value. The Delegated Login Identity for the connector to use on behalf of your users. For more information, see Working with different on-premises and cloud identities . Possible values are: userPrincipalName, onPremisesUserPrincipalName, userPrincipalUsername, onPremisesUserPrincipalUsername, onPremisesSAMAccountName. + * Sets the kerberosSignOnMappingAttributeType property value. The Delegated Login Identity for the connector to use on behalf of your users. For more information, see Working with different on-premises and cloud identities . The possible values are: userPrincipalName, onPremisesUserPrincipalName, userPrincipalUsername, onPremisesUserPrincipalUsername, onPremisesSAMAccountName. * @param value Value to set for the kerberosSignOnMappingAttributeType property. */ public void setKerberosSignOnMappingAttributeType(@jakarta.annotation.Nullable final KerberosSignOnMappingAttributeType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LandingPage.java b/src/main/java/com/microsoft/graph/beta/generated/models/LandingPage.java index 185361d5078..f9cad775716 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/LandingPage.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/LandingPage.java @@ -110,7 +110,7 @@ public String getLocale() { return this.backingStore.get("locale"); } /** - * Gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * Gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. * @return a {@link SimulationContentSource} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public SimulationContentSource getSource() { return this.backingStore.get("source"); } /** - * Gets the status property value. The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * Gets the status property value. The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. * @return a {@link SimulationContentStatus} */ @jakarta.annotation.Nullable @@ -209,14 +209,14 @@ public void setLocale(@jakarta.annotation.Nullable final String value) { this.backingStore.set("locale", value); } /** - * Sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * Sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. * @param value Value to set for the source property. */ public void setSource(@jakarta.annotation.Nullable final SimulationContentSource value) { this.backingStore.set("source", value); } /** - * Sets the status property value. The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * Sets the status property value. The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final SimulationContentStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LanguageProficiency.java b/src/main/java/com/microsoft/graph/beta/generated/models/LanguageProficiency.java index 192f477388f..aeba6dcc78d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/LanguageProficiency.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/LanguageProficiency.java @@ -58,7 +58,7 @@ public LanguageProficiencyLevel getProficiency() { return this.backingStore.get("proficiency"); } /** - * Gets the reading property value. Represents the users reading comprehension for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + * Gets the reading property value. Represents the users reading comprehension for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. * @return a {@link LanguageProficiencyLevel} */ @jakarta.annotation.Nullable @@ -66,7 +66,7 @@ public LanguageProficiencyLevel getReading() { return this.backingStore.get("reading"); } /** - * Gets the spoken property value. Represents the users spoken proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + * Gets the spoken property value. Represents the users spoken proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. * @return a {@link LanguageProficiencyLevel} */ @jakarta.annotation.Nullable @@ -90,7 +90,7 @@ public String getThumbnailUrl() { return this.backingStore.get("thumbnailUrl"); } /** - * Gets the written property value. Represents the users written proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + * Gets the written property value. Represents the users written proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. * @return a {@link LanguageProficiencyLevel} */ @jakarta.annotation.Nullable @@ -127,14 +127,14 @@ public void setProficiency(@jakarta.annotation.Nullable final LanguageProficienc this.backingStore.set("proficiency", value); } /** - * Sets the reading property value. Represents the users reading comprehension for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + * Sets the reading property value. Represents the users reading comprehension for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. * @param value Value to set for the reading property. */ public void setReading(@jakarta.annotation.Nullable final LanguageProficiencyLevel value) { this.backingStore.set("reading", value); } /** - * Sets the spoken property value. Represents the users spoken proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + * Sets the spoken property value. Represents the users spoken proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. * @param value Value to set for the spoken property. */ public void setSpoken(@jakarta.annotation.Nullable final LanguageProficiencyLevel value) { @@ -155,7 +155,7 @@ public void setThumbnailUrl(@jakarta.annotation.Nullable final String value) { this.backingStore.set("thumbnailUrl", value); } /** - * Sets the written property value. Represents the users written proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + * Sets the written property value. Represents the users written proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. * @param value Value to set for the written property. */ public void setWritten(@jakarta.annotation.Nullable final LanguageProficiencyLevel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LearningContent.java b/src/main/java/com/microsoft/graph/beta/generated/models/LearningContent.java index a0ec6596027..3764cc4a004 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/LearningContent.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/LearningContent.java @@ -159,7 +159,7 @@ public OffsetDateTime getLastModifiedDateTime() { return this.backingStore.get("lastModifiedDateTime"); } /** - * Gets the level property value. The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. + * Gets the level property value. The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. * @return a {@link Level} */ @jakarta.annotation.Nullable @@ -325,7 +325,7 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat this.backingStore.set("lastModifiedDateTime", value); } /** - * Sets the level property value. The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. + * Sets the level property value. The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. * @param value Value to set for the level property. */ public void setLevel(@jakarta.annotation.Nullable final Level value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LearningCourseActivity.java b/src/main/java/com/microsoft/graph/beta/generated/models/LearningCourseActivity.java index 219f0946d06..c85f1f73ff8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/LearningCourseActivity.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/LearningCourseActivity.java @@ -98,7 +98,7 @@ public String getLearningProviderId() { return this.backingStore.get("learningProviderId"); } /** - * Gets the status property value. The status of the course activity. Possible values are: notStarted, inProgress, completed. Required. + * Gets the status property value. The status of the course activity. The possible values are: notStarted, inProgress, completed. Required. * @return a {@link CourseStatus} */ @jakarta.annotation.Nullable @@ -163,7 +163,7 @@ public void setLearningProviderId(@jakarta.annotation.Nullable final String valu this.backingStore.set("learningProviderId", value); } /** - * Sets the status property value. The status of the course activity. Possible values are: notStarted, inProgress, completed. Required. + * Sets the status property value. The status of the course activity. The possible values are: notStarted, inProgress, completed. Required. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final CourseStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Location.java b/src/main/java/com/microsoft/graph/beta/generated/models/Location.java index 0e96c3a6f6e..dad2af7917c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Location.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Location.java @@ -113,7 +113,7 @@ public String getLocationEmailAddress() { return this.backingStore.get("locationEmailAddress"); } /** - * Gets the locationType property value. The type of location. Possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. + * Gets the locationType property value. The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. * @return a {@link LocationType} */ @jakarta.annotation.Nullable @@ -213,7 +213,7 @@ public void setLocationEmailAddress(@jakarta.annotation.Nullable final String va this.backingStore.set("locationEmailAddress", value); } /** - * Sets the locationType property value. The type of location. Possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. + * Sets the locationType property value. The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. * @param value Value to set for the locationType property. */ public void setLocationType(@jakarta.annotation.Nullable final LocationType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LoginPage.java b/src/main/java/com/microsoft/graph/beta/generated/models/LoginPage.java index d772da4f31b..6f8ba8a87f6 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/LoginPage.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/LoginPage.java @@ -109,7 +109,7 @@ public OffsetDateTime getLastModifiedDateTime() { return this.backingStore.get("lastModifiedDateTime"); } /** - * Gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * Gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. * @return a {@link SimulationContentSource} */ @jakarta.annotation.Nullable @@ -117,7 +117,7 @@ public SimulationContentSource getSource() { return this.backingStore.get("source"); } /** - * Gets the status property value. The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * Gets the status property value. The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. * @return a {@link SimulationContentStatus} */ @jakarta.annotation.Nullable @@ -199,14 +199,14 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat this.backingStore.set("lastModifiedDateTime", value); } /** - * Sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * Sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. * @param value Value to set for the source property. */ public void setSource(@jakarta.annotation.Nullable final SimulationContentSource value) { this.backingStore.set("source", value); } /** - * Sets the status property value. The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * Sets the status property value. The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final SimulationContentStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LogonUser.java b/src/main/java/com/microsoft/graph/beta/generated/models/LogonUser.java index 9bc8de6cdc4..7b20987b02d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/LogonUser.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/LogonUser.java @@ -52,7 +52,7 @@ public String getAccountName() { return this.backingStore.get("accountName"); } /** - * Gets the accountType property value. User Account type, per Windows definition. Possible values are: unknown, standard, power, administrator. + * Gets the accountType property value. User Account type, per Windows definition. The possible values are: unknown, standard, power, administrator. * @return a {@link UserAccountSecurityType} */ @jakarta.annotation.Nullable @@ -122,7 +122,7 @@ public String getLogonId() { return this.backingStore.get("logonId"); } /** - * Gets the logonTypes property value. Collection of the logon types observed for the logged on user from when first to last seen. Possible values are: unknown, interactive, remoteInteractive, network, batch, service. + * Gets the logonTypes property value. Collection of the logon types observed for the logged on user from when first to last seen. The possible values are: unknown, interactive, remoteInteractive, network, batch, service. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -168,7 +168,7 @@ public void setAccountName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("accountName", value); } /** - * Sets the accountType property value. User Account type, per Windows definition. Possible values are: unknown, standard, power, administrator. + * Sets the accountType property value. User Account type, per Windows definition. The possible values are: unknown, standard, power, administrator. * @param value Value to set for the accountType property. */ public void setAccountType(@jakarta.annotation.Nullable final UserAccountSecurityType value) { @@ -211,7 +211,7 @@ public void setLogonId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("logonId", value); } /** - * Sets the logonTypes property value. Collection of the logon types observed for the logged on user from when first to last seen. Possible values are: unknown, interactive, remoteInteractive, network, batch, service. + * Sets the logonTypes property value. Collection of the logon types observed for the logged on user from when first to last seen. The possible values are: unknown, interactive, remoteInteractive, network, batch, service. * @param value Value to set for the logonTypes property. */ public void setLogonTypes(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSCertificateProfileBase.java index 6140e407363..51ffe7bb955 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSCertificateProfileBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSCertificateProfileBase.java @@ -77,7 +77,7 @@ public Integer getRenewalThresholdPercentage() { return this.backingStore.get("renewalThresholdPercentage"); } /** - * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -127,7 +127,7 @@ public void setRenewalThresholdPercentage(@jakarta.annotation.Nullable final Int this.backingStore.set("renewalThresholdPercentage", value); } /** - * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @param value Value to set for the subjectAlternativeNameType property. */ public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSEnterpriseWiFiConfiguration.java index 3fb1c17d12b..e35d324aaed 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSEnterpriseWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSEnterpriseWiFiConfiguration.java @@ -29,7 +29,7 @@ public static MacOSEnterpriseWiFiConfiguration createFromDiscriminatorValue(@jak return new MacOSEnterpriseWiFiConfiguration(); } /** - * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -37,7 +37,7 @@ public WiFiAuthenticationMethod getAuthenticationMethod() { return this.backingStore.get("authenticationMethod"); } /** - * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. * @return a {@link EapFastConfiguration} */ @jakarta.annotation.Nullable @@ -79,7 +79,7 @@ public MacOSCertificateProfileBase getIdentityCertificateForClientAuthentication return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -136,14 +136,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames()); } /** - * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { this.backingStore.set("authenticationMethod", value); } /** - * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. * @param value Value to set for the eapFastConfiguration property. */ public void setEapFastConfiguration(@jakarta.annotation.Nullable final EapFastConfiguration value) { @@ -164,7 +164,7 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEapTtls property. */ public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSGeneralDeviceConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSGeneralDeviceConfiguration.java index a49aabaf3c7..44aa5565581 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSGeneralDeviceConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSGeneralDeviceConfiguration.java @@ -563,7 +563,7 @@ public Integer getTouchIdTimeoutInHours() { return this.backingStore.get("touchIdTimeoutInHours"); } /** - * Gets the updateDelayPolicy property value. Determines whether to delay OS and/or app updates for macOS. Possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility. + * Gets the updateDelayPolicy property value. Determines whether to delay OS and/or app updates for macOS. The possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -1053,7 +1053,7 @@ public void setTouchIdTimeoutInHours(@jakarta.annotation.Nullable final Integer this.backingStore.set("touchIdTimeoutInHours", value); } /** - * Sets the updateDelayPolicy property value. Determines whether to delay OS and/or app updates for macOS. Possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility. + * Sets the updateDelayPolicy property value. Determines whether to delay OS and/or app updates for macOS. The possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility. * @param value Value to set for the updateDelayPolicy property. */ public void setUpdateDelayPolicy(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSImportedPFXCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSImportedPFXCertificateProfile.java index 2f7fad82e56..5a650c8bed1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSImportedPFXCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSImportedPFXCertificateProfile.java @@ -29,7 +29,7 @@ public static MacOSImportedPFXCertificateProfile createFromDiscriminatorValue(@j return new MacOSImportedPFXCertificateProfile(); } /** - * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @return a {@link AppleDeploymentChannel} */ @jakarta.annotation.Nullable @@ -76,7 +76,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("managedDeviceCertificateStates", this.getManagedDeviceCertificateStates()); } /** - * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @param value Value to set for the deploymentChannel property. */ public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSPkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSPkcsCertificateProfile.java index 32417b27711..675a26d5103 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSPkcsCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSPkcsCertificateProfile.java @@ -37,7 +37,7 @@ public Boolean getAllowAllAppsAccess() { return this.backingStore.get("allowAllAppsAccess"); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -77,7 +77,7 @@ public java.util.List getCustomSubjectAlternativeN return this.backingStore.get("customSubjectAlternativeNames"); } /** - * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @return a {@link AppleDeploymentChannel} */ @jakarta.annotation.Nullable @@ -153,7 +153,7 @@ public void setAllowAllAppsAccess(@jakarta.annotation.Nullable final Boolean val this.backingStore.set("allowAllAppsAccess", value); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { @@ -188,7 +188,7 @@ public void setCustomSubjectAlternativeNames(@jakarta.annotation.Nullable final this.backingStore.set("customSubjectAlternativeNames", value); } /** - * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @param value Value to set for the deploymentChannel property. */ public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSScepCertificateProfile.java index 655f8c30c68..8ceb271d641 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSScepCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSScepCertificateProfile.java @@ -38,7 +38,7 @@ public Boolean getAllowAllAppsAccess() { return this.backingStore.get("allowAllAppsAccess"); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -54,7 +54,7 @@ public java.util.List getCustomSubjectAlternativeN return this.backingStore.get("customSubjectAlternativeNames"); } /** - * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @return a {@link AppleDeploymentChannel} */ @jakarta.annotation.Nullable @@ -92,7 +92,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the hashAlgorithm property value. SCEP Hash Algorithm. Possible values are: sha1, sha2. + * Gets the hashAlgorithm property value. SCEP Hash Algorithm. The possible values are: sha1, sha2. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -184,7 +184,7 @@ public void setAllowAllAppsAccess(@jakarta.annotation.Nullable final Boolean val this.backingStore.set("allowAllAppsAccess", value); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { @@ -198,7 +198,7 @@ public void setCustomSubjectAlternativeNames(@jakarta.annotation.Nullable final this.backingStore.set("customSubjectAlternativeNames", value); } /** - * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @param value Value to set for the deploymentChannel property. */ public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) { @@ -212,7 +212,7 @@ public void setExtendedKeyUsages(@jakarta.annotation.Nullable final java.util.Li this.backingStore.set("extendedKeyUsages", value); } /** - * Sets the hashAlgorithm property value. SCEP Hash Algorithm. Possible values are: sha1, sha2. + * Sets the hashAlgorithm property value. SCEP Hash Algorithm. The possible values are: sha1, sha2. * @param value Value to set for the hashAlgorithm property. */ public void setHashAlgorithm(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSSoftwareUpdateConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSSoftwareUpdateConfiguration.java index 2d820bdd65c..b8c641da046 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSSoftwareUpdateConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSSoftwareUpdateConfiguration.java @@ -95,7 +95,7 @@ public Integer getMaxUserDeferralsCount() { return this.backingStore.get("maxUserDeferralsCount"); } /** - * Gets the priority property value. The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. Possible values are: low, high, unknownFutureValue. + * Gets the priority property value. The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. The possible values are: low, high, unknownFutureValue. * @return a {@link MacOSPriority} */ @jakarta.annotation.Nullable @@ -178,7 +178,7 @@ public void setMaxUserDeferralsCount(@jakarta.annotation.Nullable final Integer this.backingStore.set("maxUserDeferralsCount", value); } /** - * Sets the priority property value. The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. Possible values are: low, high, unknownFutureValue. + * Sets the priority property value. The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. The possible values are: low, high, unknownFutureValue. * @param value Value to set for the priority property. */ public void setPriority(@jakarta.annotation.Nullable final MacOSPriority value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSTrustedRootCertificate.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSTrustedRootCertificate.java index 8cee49173c5..0b5a4f7e330 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSTrustedRootCertificate.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSTrustedRootCertificate.java @@ -37,7 +37,7 @@ public String getCertFileName() { return this.backingStore.get("certFileName"); } /** - * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @return a {@link AppleDeploymentChannel} */ @jakarta.annotation.Nullable @@ -83,7 +83,7 @@ public void setCertFileName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("certFileName", value); } /** - * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @param value Value to set for the deploymentChannel property. */ public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSVpnConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSVpnConfiguration.java index 5adf74f26d3..6cecc885d80 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSVpnConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSVpnConfiguration.java @@ -29,7 +29,7 @@ public static MacOSVpnConfiguration createFromDiscriminatorValue(@jakarta.annota return new MacOSVpnConfiguration(); } /** - * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @return a {@link AppleDeploymentChannel} */ @jakarta.annotation.Nullable @@ -66,7 +66,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("identityCertificate", this.getIdentityCertificate()); } /** - * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @param value Value to set for the deploymentChannel property. */ public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiFiConfiguration.java index ab3b8b96be6..1c232344a62 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiFiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiFiConfiguration.java @@ -52,7 +52,7 @@ public Boolean getConnectWhenNetworkNameIsHidden() { return this.backingStore.get("connectWhenNetworkNameIsHidden"); } /** - * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @return a {@link AppleDeploymentChannel} */ @jakarta.annotation.Nullable @@ -177,7 +177,7 @@ public void setConnectWhenNetworkNameIsHidden(@jakarta.annotation.Nullable final this.backingStore.set("connectWhenNetworkNameIsHidden", value); } /** - * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @param value Value to set for the deploymentChannel property. */ public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiredNetworkConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiredNetworkConfiguration.java index 5d90e08bdb6..7bf37637725 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiredNetworkConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiredNetworkConfiguration.java @@ -29,7 +29,7 @@ public static MacOSWiredNetworkConfiguration createFromDiscriminatorValue(@jakar return new MacOSWiredNetworkConfiguration(); } /** - * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -37,7 +37,7 @@ public WiFiAuthenticationMethod getAuthenticationMethod() { return this.backingStore.get("authenticationMethod"); } /** - * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @return a {@link AppleDeploymentChannel} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public AppleDeploymentChannel getDeploymentChannel() { return this.backingStore.get("deploymentChannel"); } /** - * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. * @return a {@link EapFastConfiguration} */ @jakarta.annotation.Nullable @@ -113,7 +113,7 @@ public String getNetworkName() { return this.backingStore.get("networkName"); } /** - * Gets the nonEapAuthenticationMethodForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the nonEapAuthenticationMethodForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -156,21 +156,21 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames()); } /** - * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { this.backingStore.set("authenticationMethod", value); } /** - * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. * @param value Value to set for the deploymentChannel property. */ public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) { this.backingStore.set("deploymentChannel", value); } /** - * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. * @param value Value to set for the eapFastConfiguration property. */ public void setEapFastConfiguration(@jakarta.annotation.Nullable final EapFastConfiguration value) { @@ -212,7 +212,7 @@ public void setNetworkName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("networkName", value); } /** - * Sets the nonEapAuthenticationMethodForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the nonEapAuthenticationMethodForEapTtls property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the nonEapAuthenticationMethodForEapTtls property. */ public void setNonEapAuthenticationMethodForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailAssessmentRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailAssessmentRequest.java index dc5008f50ed..b32f2af12f7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MailAssessmentRequest.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailAssessmentRequest.java @@ -26,7 +26,7 @@ public static MailAssessmentRequest createFromDiscriminatorValue(@jakarta.annota return new MailAssessmentRequest(); } /** - * Gets the destinationRoutingReason property value. The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. + * Gets the destinationRoutingReason property value. The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. * @return a {@link MailDestinationRoutingReason} */ @jakarta.annotation.Nullable @@ -73,7 +73,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("recipientEmail", this.getRecipientEmail()); } /** - * Sets the destinationRoutingReason property value. The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. + * Sets the destinationRoutingReason property value. The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. * @param value Value to set for the destinationRoutingReason property. */ public void setDestinationRoutingReason(@jakarta.annotation.Nullable final MailDestinationRoutingReason value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailFolder.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailFolder.java index 08279839bc7..85bff7191b3 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MailFolder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailFolder.java @@ -151,7 +151,7 @@ public Integer getUnreadItemCount() { return this.backingStore.get("unreadItemCount"); } /** - * Gets the userConfigurations property value. The userConfigurations property + * Gets the userConfigurations property value. The user configuration objects associated to the mailFolder. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -273,7 +273,7 @@ public void setUnreadItemCount(@jakarta.annotation.Nullable final Integer value) this.backingStore.set("unreadItemCount", value); } /** - * Sets the userConfigurations property value. The userConfigurations property + * Sets the userConfigurations property value. The user configuration objects associated to the mailFolder. * @param value Value to set for the userConfigurations property. */ public void setUserConfigurations(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailTips.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailTips.java index dd5f448d87d..544327c4902 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MailTips.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailTips.java @@ -159,7 +159,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the recipientScope property value. The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone, and content. + * Gets the recipientScope property value. The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone, and content. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -289,7 +289,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the recipientScope property value. The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone, and content. + * Sets the recipientScope property value. The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone, and content. * @param value Value to set for the recipientScope property. */ public void setRecipientScope(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxSettings.java index c8c35bf961d..156cd0694f5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxSettings.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxSettings.java @@ -80,7 +80,7 @@ public String getDateFormat() { return this.backingStore.get("dateFormat"); } /** - * Gets the delegateMeetingMessageDeliveryOptions property value. If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. The default is sendToDelegateOnly. + * Gets the delegateMeetingMessageDeliveryOptions property value. If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. The default is sendToDelegateOnly. * @return a {@link DelegateMeetingMessageDeliveryOptions} */ @jakarta.annotation.Nullable @@ -140,7 +140,7 @@ public String getTimeZone() { return this.backingStore.get("timeZone"); } /** - * Gets the userPurpose property value. The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. + * Gets the userPurpose property value. The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. * @return a {@link UserPurpose} */ @jakarta.annotation.Nullable @@ -219,7 +219,7 @@ public void setDateFormat(@jakarta.annotation.Nullable final String value) { this.backingStore.set("dateFormat", value); } /** - * Sets the delegateMeetingMessageDeliveryOptions property value. If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. The default is sendToDelegateOnly. + * Sets the delegateMeetingMessageDeliveryOptions property value. If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. The default is sendToDelegateOnly. * @param value Value to set for the delegateMeetingMessageDeliveryOptions property. */ public void setDelegateMeetingMessageDeliveryOptions(@jakarta.annotation.Nullable final DelegateMeetingMessageDeliveryOptions value) { @@ -254,7 +254,7 @@ public void setTimeZone(@jakarta.annotation.Nullable final String value) { this.backingStore.set("timeZone", value); } /** - * Sets the userPurpose property value. The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. + * Sets the userPurpose property value. The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. * @param value Value to set for the userPurpose property. */ public void setUserPurpose(@jakarta.annotation.Nullable final UserPurpose value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MalwareStateForWindowsDevice.java b/src/main/java/com/microsoft/graph/beta/generated/models/MalwareStateForWindowsDevice.java index 9140f209e76..907ed2973e7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MalwareStateForWindowsDevice.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MalwareStateForWindowsDevice.java @@ -45,7 +45,7 @@ public String getDeviceName() { return this.backingStore.get("deviceName"); } /** - * Gets the executionState property value. Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning. + * Gets the executionState property value. Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning. * @return a {@link WindowsMalwareExecutionState} */ @jakarta.annotation.Nullable @@ -84,7 +84,7 @@ public OffsetDateTime getLastStateChangeDateTime() { return this.backingStore.get("lastStateChangeDateTime"); } /** - * Gets the threatState property value. Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. + * Gets the threatState property value. Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. * @return a {@link WindowsMalwareThreatState} */ @jakarta.annotation.Nullable @@ -120,7 +120,7 @@ public void setDeviceName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("deviceName", value); } /** - * Sets the executionState property value. Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning. + * Sets the executionState property value. Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning. * @param value Value to set for the executionState property. */ public void setExecutionState(@jakarta.annotation.Nullable final WindowsMalwareExecutionState value) { @@ -141,7 +141,7 @@ public void setLastStateChangeDateTime(@jakarta.annotation.Nullable final Offset this.backingStore.set("lastStateChangeDateTime", value); } /** - * Sets the threatState property value. Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. + * Sets the threatState property value. Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. * @param value Value to set for the threatState property. */ public void setThreatState(@jakarta.annotation.Nullable final WindowsMalwareThreatState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/ManagedAppProtection.java index 19adbf85d3f..851424257bb 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ManagedAppProtection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ManagedAppProtection.java @@ -105,7 +105,7 @@ public ManagedAppRemediationAction getAppActionIfMaximumPinRetriesExceeded() { return this.backingStore.get("appActionIfMaximumPinRetriesExceeded"); } /** - * Gets the appActionIfUnableToAuthenticateUser property value. If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfUnableToAuthenticateUser property value. If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -345,7 +345,7 @@ public String getMinimumWipeOsVersion() { return this.backingStore.get("minimumWipeOsVersion"); } /** - * Gets the mobileThreatDefensePartnerPriority property value. Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null. Possible values are: defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender, unknownFutureValue. + * Gets the mobileThreatDefensePartnerPriority property value. Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. The possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null. The possible values are: defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender, unknownFutureValue. * @return a {@link MobileThreatDefensePartnerPriority} */ @jakarta.annotation.Nullable @@ -584,7 +584,7 @@ public void setAppActionIfMaximumPinRetriesExceeded(@jakarta.annotation.Nullable this.backingStore.set("appActionIfMaximumPinRetriesExceeded", value); } /** - * Sets the appActionIfUnableToAuthenticateUser property value. If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfUnableToAuthenticateUser property value. If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfUnableToAuthenticateUser property. */ public void setAppActionIfUnableToAuthenticateUser(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { @@ -745,7 +745,7 @@ public void setMinimumWipeOsVersion(@jakarta.annotation.Nullable final String va this.backingStore.set("minimumWipeOsVersion", value); } /** - * Sets the mobileThreatDefensePartnerPriority property value. Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null. Possible values are: defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender, unknownFutureValue. + * Sets the mobileThreatDefensePartnerPriority property value. Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. The possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null. The possible values are: defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender, unknownFutureValue. * @param value Value to set for the mobileThreatDefensePartnerPriority property. */ public void setMobileThreatDefensePartnerPriority(@jakarta.annotation.Nullable final MobileThreatDefensePartnerPriority value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ManagedDeviceEncryptionState.java b/src/main/java/com/microsoft/graph/beta/generated/models/ManagedDeviceEncryptionState.java index 2d574d002a7..7a03462e3f4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ManagedDeviceEncryptionState.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ManagedDeviceEncryptionState.java @@ -29,7 +29,7 @@ public static ManagedDeviceEncryptionState createFromDiscriminatorValue(@jakarta return new ManagedDeviceEncryptionState(); } /** - * Gets the advancedBitLockerStates property value. Advanced BitLocker State. Possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError. + * Gets the advancedBitLockerStates property value. Advanced BitLocker State. The possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -97,7 +97,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the fileVaultStates property value. FileVault State. Possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled. + * Gets the fileVaultStates property value. FileVault State. The possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -156,7 +156,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("userPrincipalName", this.getUserPrincipalName()); } /** - * Sets the advancedBitLockerStates property value. Advanced BitLocker State. Possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError. + * Sets the advancedBitLockerStates property value. Advanced BitLocker State. The possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError. * @param value Value to set for the advancedBitLockerStates property. */ public void setAdvancedBitLockerStates(@jakarta.annotation.Nullable final EnumSet value) { @@ -198,7 +198,7 @@ public void setEncryptionState(@jakarta.annotation.Nullable final EncryptionStat this.backingStore.set("encryptionState", value); } /** - * Sets the fileVaultStates property value. FileVault State. Possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled. + * Sets the fileVaultStates property value. FileVault State. The possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled. * @param value Value to set for the fileVaultStates property. */ public void setFileVaultStates(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestion.java b/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestion.java index a99d00131c2..e08e8493f1a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestion.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestion.java @@ -121,7 +121,7 @@ public Integer getOrder() { return this.backingStore.get("order"); } /** - * Gets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * Gets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. * @return a {@link FreeBusyStatus} */ @jakarta.annotation.Nullable @@ -210,7 +210,7 @@ public void setOrder(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("order", value); } /** - * Sets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * Sets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. * @param value Value to set for the organizerAvailability property. */ public void setOrganizerAvailability(@jakarta.annotation.Nullable final FreeBusyStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestionsResult.java b/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestionsResult.java index 676054f2d4f..651ecf2ef35 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestionsResult.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestionsResult.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the emptySuggestionsReason property value. A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions. + * Gets the emptySuggestionsReason property value. A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the emptySuggestionsReason property value. A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions. + * Sets the emptySuggestionsReason property value. A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions. * @param value Value to set for the emptySuggestionsReason property. */ public void setEmptySuggestionsReason(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MembershipRuleProcessingStatus.java b/src/main/java/com/microsoft/graph/beta/generated/models/MembershipRuleProcessingStatus.java index b102b01f2df..3d846dbfaeb 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MembershipRuleProcessingStatus.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MembershipRuleProcessingStatus.java @@ -94,7 +94,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the status property value. Current status of a dynamic group processing. Possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only. + * Gets the status property value. Current status of a dynamic group processing. The possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only. * @return a {@link MembershipRuleProcessingStatusDetails} */ @jakarta.annotation.Nullable @@ -150,7 +150,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the status property value. Current status of a dynamic group processing. Possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only. + * Sets the status property value. Current status of a dynamic group processing. The possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final MembershipRuleProcessingStatusDetails value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Message.java b/src/main/java/com/microsoft/graph/beta/generated/models/Message.java index 655e95c23c0..23a5dacb7f4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Message.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Message.java @@ -176,7 +176,7 @@ public Importance getImportance() { return this.backingStore.get("importance"); } /** - * Gets the inferenceClassification property value. The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. Possible values are: focused, other. + * Gets the inferenceClassification property value. The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. The possible values are: focused, other. * @return a {@link InferenceClassificationType} */ @jakarta.annotation.Nullable @@ -478,7 +478,7 @@ public void setImportance(@jakarta.annotation.Nullable final Importance value) { this.backingStore.set("importance", value); } /** - * Sets the inferenceClassification property value. The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. Possible values are: focused, other. + * Sets the inferenceClassification property value. The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. The possible values are: focused, other. * @param value Value to set for the inferenceClassification property. */ public void setInferenceClassification(@jakarta.annotation.Nullable final InferenceClassificationType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftCustomTrainingSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftCustomTrainingSetting.java index d3c1d52d212..408240d39d0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftCustomTrainingSetting.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftCustomTrainingSetting.java @@ -55,7 +55,7 @@ public java.util.List getTrainingAssignmentM return this.backingStore.get("trainingAssignmentMappings"); } /** - * Gets the trainingCompletionDuration property value. The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue. + * Gets the trainingCompletionDuration property value. The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue. * @return a {@link TrainingCompletionDuration} */ @jakarta.annotation.Nullable @@ -88,7 +88,7 @@ public void setTrainingAssignmentMappings(@jakarta.annotation.Nullable final jav this.backingStore.set("trainingAssignmentMappings", value); } /** - * Sets the trainingCompletionDuration property value. The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue. + * Sets the trainingCompletionDuration property value. The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue. * @param value Value to set for the trainingCompletionDuration property. */ public void setTrainingCompletionDuration(@jakarta.annotation.Nullable final TrainingCompletionDuration value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftManagedDesktop.java b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftManagedDesktop.java index c33547981ef..837d96c8ef0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftManagedDesktop.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftManagedDesktop.java @@ -69,7 +69,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the managedType property value. Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default value is notManaged. + * Gets the managedType property value. Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default value is notManaged. * @return a {@link MicrosoftManagedDesktopType} */ @jakarta.annotation.Nullable @@ -93,7 +93,7 @@ public String getProfile() { return this.backingStore.get("profile"); } /** - * Gets the type property value. Indicates whether the provisioning policy enables Microsoft Managed Desktop and, if enabled, specifies the type of plan managing the device. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The type property is deprecated and will stop returning data on January 31, 2024. Going forward, use the managedType property. + * Gets the type property value. Indicates whether the provisioning policy enables Microsoft Managed Desktop and, if enabled, specifies the type of plan managing the device. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The type property is deprecated and will stop returning data on January 31, 2024. Going forward, use the managedType property. * @return a {@link MicrosoftManagedDesktopType} */ @jakarta.annotation.Nullable @@ -128,7 +128,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the managedType property value. Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default value is notManaged. + * Sets the managedType property value. Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default value is notManaged. * @param value Value to set for the managedType property. */ public void setManagedType(@jakarta.annotation.Nullable final MicrosoftManagedDesktopType value) { @@ -149,7 +149,7 @@ public void setProfile(@jakarta.annotation.Nullable final String value) { this.backingStore.set("profile", value); } /** - * Sets the type property value. Indicates whether the provisioning policy enables Microsoft Managed Desktop and, if enabled, specifies the type of plan managing the device. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The type property is deprecated and will stop returning data on January 31, 2024. Going forward, use the managedType property. + * Sets the type property value. Indicates whether the provisioning policy enables Microsoft Managed Desktop and, if enabled, specifies the type of plan managing the device. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The type property is deprecated and will stop returning data on January 31, 2024. Going forward, use the managedType property. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final MicrosoftManagedDesktopType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftTrainingAssignmentMapping.java b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftTrainingAssignmentMapping.java index cdf766de809..11bc7304898 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftTrainingAssignmentMapping.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftTrainingAssignmentMapping.java @@ -26,7 +26,7 @@ public static MicrosoftTrainingAssignmentMapping createFromDiscriminatorValue(@j return new MicrosoftTrainingAssignmentMapping(); } /** - * Gets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. + * Gets the assignedTo property value. A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -63,7 +63,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("training", this.getTraining()); } /** - * Sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. + * Sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. * @param value Value to set for the assignedTo property. */ public void setAssignedTo(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftTunnelServer.java b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftTunnelServer.java index 2fc99d21bdb..d74b1baf6d4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftTunnelServer.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftTunnelServer.java @@ -37,7 +37,7 @@ public String getAgentImageDigest() { return this.backingStore.get("agentImageDigest"); } /** - * Gets the deploymentMode property value. Microsoft Tunnel server deployment mode. The value is set when the server is registered. Possible values are standaloneRootful, standaloneRootless, podRootful, podRootless. Default value: standaloneRootful. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only. Possible values are: standaloneRootful, standaloneRootless, podRootful, podRootless, unknownFutureValue. + * Gets the deploymentMode property value. Microsoft Tunnel server deployment mode. The value is set when the server is registered. Possible values are standaloneRootful, standaloneRootless, podRootful, podRootless. Default value: standaloneRootful. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only. The possible values are: standaloneRootful, standaloneRootless, podRootful, podRootless, unknownFutureValue. * @return a {@link MicrosoftTunnelDeploymentMode} */ @jakarta.annotation.Nullable @@ -113,7 +113,7 @@ public void setAgentImageDigest(@jakarta.annotation.Nullable final String value) this.backingStore.set("agentImageDigest", value); } /** - * Sets the deploymentMode property value. Microsoft Tunnel server deployment mode. The value is set when the server is registered. Possible values are standaloneRootful, standaloneRootless, podRootful, podRootless. Default value: standaloneRootful. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only. Possible values are: standaloneRootful, standaloneRootless, podRootful, podRootless, unknownFutureValue. + * Sets the deploymentMode property value. Microsoft Tunnel server deployment mode. The value is set when the server is registered. Possible values are standaloneRootful, standaloneRootless, podRootful, podRootless. Default value: standaloneRootful. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only. The possible values are: standaloneRootful, standaloneRootless, podRootful, podRootless, unknownFutureValue. * @param value Value to set for the deploymentMode property. */ public void setDeploymentMode(@jakarta.annotation.Nullable final MicrosoftTunnelDeploymentMode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MobileApp.java b/src/main/java/com/microsoft/graph/beta/generated/models/MobileApp.java index 76cca558daf..608d48be958 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MobileApp.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MobileApp.java @@ -274,7 +274,7 @@ public Integer getSupersedingAppCount() { return this.backingStore.get("supersedingAppCount"); } /** - * Gets the uploadState property value. The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only. + * Gets the uploadState property value. The upload state. The possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -452,7 +452,7 @@ public void setSupersedingAppCount(@jakarta.annotation.Nullable final Integer va this.backingStore.set("supersedingAppCount", value); } /** - * Sets the uploadState property value. The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only. + * Sets the uploadState property value. The upload state. The possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only. * @param value Value to set for the uploadState property. */ public void setUploadState(@jakarta.annotation.Nullable final Integer value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MobilityManagementPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/MobilityManagementPolicy.java index 5a3e71afe6f..a1fe0a52dc5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MobilityManagementPolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MobilityManagementPolicy.java @@ -33,7 +33,7 @@ public static MobilityManagementPolicy createFromDiscriminatorValue(@jakarta.ann return new MobilityManagementPolicy(); } /** - * Gets the appliesTo property value. Indicates the user scope of the mobility management policy. Possible values are: none, all, selected. + * Gets the appliesTo property value. Indicates the user scope of the mobility management policy. The possible values are: none, all, selected. * @return a {@link PolicyScope} */ @jakarta.annotation.Nullable @@ -130,7 +130,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("termsOfUseUrl", this.getTermsOfUseUrl()); } /** - * Sets the appliesTo property value. Indicates the user scope of the mobility management policy. Possible values are: none, all, selected. + * Sets the appliesTo property value. Indicates the user scope of the mobility management policy. The possible values are: none, all, selected. * @param value Value to set for the appliesTo property. */ public void setAppliesTo(@jakarta.annotation.Nullable final PolicyScope value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/NetworkConnection.java b/src/main/java/com/microsoft/graph/beta/generated/models/NetworkConnection.java index 47c1bf98882..8c8d97332ed 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/NetworkConnection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/NetworkConnection.java @@ -105,7 +105,7 @@ public String getDestinationUrl() { return this.backingStore.get("destinationUrl"); } /** - * Gets the direction property value. Network connection direction. Possible values are: unknown, inbound, outbound. + * Gets the direction property value. Network connection direction. The possible values are: unknown, inbound, outbound. * @return a {@link ConnectionDirection} */ @jakarta.annotation.Nullable @@ -199,7 +199,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the protocol property value. Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. + * Gets the protocol property value. Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. * @return a {@link SecurityNetworkProtocol} */ @jakarta.annotation.Nullable @@ -239,7 +239,7 @@ public String getSourcePort() { return this.backingStore.get("sourcePort"); } /** - * Gets the status property value. Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed. + * Gets the status property value. Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed. * @return a {@link ConnectionStatus} */ @jakarta.annotation.Nullable @@ -341,7 +341,7 @@ public void setDestinationUrl(@jakarta.annotation.Nullable final String value) { this.backingStore.set("destinationUrl", value); } /** - * Sets the direction property value. Network connection direction. Possible values are: unknown, inbound, outbound. + * Sets the direction property value. Network connection direction. The possible values are: unknown, inbound, outbound. * @param value Value to set for the direction property. */ public void setDirection(@jakarta.annotation.Nullable final ConnectionDirection value) { @@ -397,7 +397,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the protocol property value. Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. + * Sets the protocol property value. Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. * @param value Value to set for the protocol property. */ public void setProtocol(@jakarta.annotation.Nullable final SecurityNetworkProtocol value) { @@ -432,7 +432,7 @@ public void setSourcePort(@jakarta.annotation.Nullable final String value) { this.backingStore.set("sourcePort", value); } /** - * Sets the status property value. Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed. + * Sets the status property value. Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final ConnectionStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/NetworkLocationDetail.java b/src/main/java/com/microsoft/graph/beta/generated/models/NetworkLocationDetail.java index bee1c2a2199..4a7af0ed167 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/NetworkLocationDetail.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/NetworkLocationDetail.java @@ -76,7 +76,7 @@ public java.util.List getNetworkNames() { return this.backingStore.get("networkNames"); } /** - * Gets the networkType property value. Provides the type of network used when signing in. Possible values are: intranet, extranet, namedNetwork, trusted, unknownFutureValue. + * Gets the networkType property value. Provides the type of network used when signing in. The possible values are: intranet, extranet, namedNetwork, trusted, unknownFutureValue. * @return a {@link NetworkType} */ @jakarta.annotation.Nullable @@ -125,7 +125,7 @@ public void setNetworkNames(@jakarta.annotation.Nullable final java.util.List getAdditionalData() { return value; } /** - * Gets the appScope property value. App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. + * Gets the appScope property value. App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. * @return a {@link OAuthAppScope} */ @jakarta.annotation.Nullable @@ -120,7 +120,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers return deserializerMap; } /** - * Gets the key property value. Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. + * Gets the key property value. The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. * @return a {@link ObjectDefinitionMetadata} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the key property value. Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. + * Sets the key property value. The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. * @param value Value to set for the key property. */ public void setKey(@jakarta.annotation.Nullable final ObjectDefinitionMetadata value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ObjectMappingMetadataEntry.java b/src/main/java/com/microsoft/graph/beta/generated/models/ObjectMappingMetadataEntry.java index 25d6d7caea3..5436b6c70c9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ObjectMappingMetadataEntry.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ObjectMappingMetadataEntry.java @@ -68,7 +68,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the key property value. Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. + * Gets the key property value. The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. * @return a {@link ObjectMappingMetadata} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the key property value. Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. + * Sets the key property value. The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. * @param value Value to set for the key property. */ public void setKey(@jakarta.annotation.Nullable final ObjectMappingMetadata value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Office365GroupsActivityDetail.java b/src/main/java/com/microsoft/graph/beta/generated/models/Office365GroupsActivityDetail.java index 4fc64928826..05848ae0d0f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Office365GroupsActivityDetail.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Office365GroupsActivityDetail.java @@ -104,7 +104,7 @@ public String getGroupId() { return this.backingStore.get("groupId"); } /** - * Gets the groupType property value. The group type. Possible values are: Public or Private. + * Gets the groupType property value. The group type. The possible values are: Public or Private. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -295,7 +295,7 @@ public void setGroupId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("groupId", value); } /** - * Sets the groupType property value. The group type. Possible values are: Public or Private. + * Sets the groupType property value. The group type. The possible values are: Public or Private. * @param value Value to set for the groupType property. */ public void setGroupType(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesAgent.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesAgent.java index d1b40235096..66dea093b42 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesAgent.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesAgent.java @@ -71,7 +71,7 @@ public AgentStatus getStatus() { return this.backingStore.get("status"); } /** - * Gets the supportedPublishingTypes property value. Possible values are: applicationProxy, exchangeOnline, authentication, provisioning, intunePfx, oflineDomainJoin, unknownFutureValue, privateAccess. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: privateAccess. + * Gets the supportedPublishingTypes property value. The possible values are: applicationProxy, exchangeOnline, authentication, provisioning, intunePfx, oflineDomainJoin, unknownFutureValue, privateAccess. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: privateAccess. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -120,7 +120,7 @@ public void setStatus(@jakarta.annotation.Nullable final AgentStatus value) { this.backingStore.set("status", value); } /** - * Sets the supportedPublishingTypes property value. Possible values are: applicationProxy, exchangeOnline, authentication, provisioning, intunePfx, oflineDomainJoin, unknownFutureValue, privateAccess. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: privateAccess. + * Sets the supportedPublishingTypes property value. The possible values are: applicationProxy, exchangeOnline, authentication, provisioning, intunePfx, oflineDomainJoin, unknownFutureValue, privateAccess. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: privateAccess. * @param value Value to set for the supportedPublishingTypes property. */ public void setSupportedPublishingTypes(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesPublishing.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesPublishing.java index 6f86afe0f0a..c2eb7edf0af 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesPublishing.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesPublishing.java @@ -80,7 +80,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the externalAuthenticationType property value. Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Pass through doesn't require authentication. Possible values are: passthru, aadPreAuthentication. + * Gets the externalAuthenticationType property value. Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Pass through doesn't require authentication. The possible values are: passthru, aadPreAuthentication. * @return a {@link ExternalAuthenticationType} */ @jakarta.annotation.Nullable @@ -389,7 +389,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the externalAuthenticationType property value. Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Pass through doesn't require authentication. Possible values are: passthru, aadPreAuthentication. + * Sets the externalAuthenticationType property value. Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Pass through doesn't require authentication. The possible values are: passthru, aadPreAuthentication. * @param value Value to set for the externalAuthenticationType property. */ public void setExternalAuthenticationType(@jakarta.annotation.Nullable final ExternalAuthenticationType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesPublishingSingleSignOn.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesPublishingSingleSignOn.java index 9be1b9e3474..1fa1e06bedb 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesPublishingSingleSignOn.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnPremisesPublishingSingleSignOn.java @@ -84,7 +84,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the singleSignOnMode property value. The preferred single-sign on mode for the application. Possible values are: none, onPremisesKerberos, aadHeaderBased,pingHeaderBased, oAuthToken. + * Gets the singleSignOnMode property value. The preferred single-sign on mode for the application. The possible values are: none, onPremisesKerberos, aadHeaderBased,pingHeaderBased, oAuthToken. * @return a {@link SingleSignOnMode} */ @jakarta.annotation.Nullable @@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the singleSignOnMode property value. The preferred single-sign on mode for the application. Possible values are: none, onPremisesKerberos, aadHeaderBased,pingHeaderBased, oAuthToken. + * Sets the singleSignOnMode property value. The preferred single-sign on mode for the application. The possible values are: none, onPremisesKerberos, aadHeaderBased,pingHeaderBased, oAuthToken. * @param value Value to set for the singleSignOnMode property. */ public void setSingleSignOnMode(@jakarta.annotation.Nullable final SingleSignOnMode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnenotePatchContentCommand.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnenotePatchContentCommand.java index 58f216a510d..15990f0d6ea 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/OnenotePatchContentCommand.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnenotePatchContentCommand.java @@ -94,7 +94,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the position property value. The location to add the supplied content, relative to the target element. Possible values are: after (default) or before. + * Gets the position property value. The location to add the supplied content, relative to the target element. The possible values are: after (default) or before. * @return a {@link OnenotePatchInsertPosition} */ @jakarta.annotation.Nullable @@ -159,7 +159,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the position property value. The location to add the supplied content, relative to the target element. Possible values are: after (default) or before. + * Sets the position property value. The location to add the supplied content, relative to the target element. The possible values are: after (default) or before. * @param value Value to set for the position property. */ public void setPosition(@jakarta.annotation.Nullable final OnenotePatchInsertPosition value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeeting.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeeting.java index c091db30015..cceefdc481c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeeting.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeeting.java @@ -70,7 +70,7 @@ public BroadcastMeetingSettings getBroadcastSettings() { return this.backingStore.get("broadcastSettings"); } /** - * Gets the capabilities property value. The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue. + * Gets the capabilities property value. The list of meeting capabilities. The possible values are: questionAndAnswer,unknownFutureValue. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -272,7 +272,7 @@ public void setBroadcastSettings(@jakarta.annotation.Nullable final BroadcastMee this.backingStore.set("broadcastSettings", value); } /** - * Sets the capabilities property value. The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue. + * Sets the capabilities property value. The list of meeting capabilities. The possible values are: questionAndAnswer,unknownFutureValue. * @param value Value to set for the capabilities property. */ public void setCapabilities(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingBase.java index a31d2840093..5a32ecedc7e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingBase.java @@ -66,7 +66,7 @@ public Boolean getAllowCopyingAndSharingMeetingContent() { return this.backingStore.get("allowCopyingAndSharingMeetingContent"); } /** - * Gets the allowedLobbyAdmitters property value. Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. + * Gets the allowedLobbyAdmitters property value. Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. * @return a {@link AllowedLobbyAdmitterRoles} */ @jakarta.annotation.Nullable @@ -74,7 +74,7 @@ public AllowedLobbyAdmitterRoles getAllowedLobbyAdmitters() { return this.backingStore.get("allowedLobbyAdmitters"); } /** - * Gets the allowedPresenters property value. Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. + * Gets the allowedPresenters property value. Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. * @return a {@link OnlineMeetingPresenters} */ @jakarta.annotation.Nullable @@ -82,7 +82,7 @@ public OnlineMeetingPresenters getAllowedPresenters() { return this.backingStore.get("allowedPresenters"); } /** - * Gets the allowLiveShare property value. Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue. + * Gets the allowLiveShare property value. Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue. * @return a {@link MeetingLiveShareOptions} */ @jakarta.annotation.Nullable @@ -90,7 +90,7 @@ public MeetingLiveShareOptions getAllowLiveShare() { return this.backingStore.get("allowLiveShare"); } /** - * Gets the allowMeetingChat property value. Specifies the mode of meeting chat. Possible values are: enabled, disabled, limited, unknownFutureValue. + * Gets the allowMeetingChat property value. Specifies the mode of meeting chat. The possible values are: enabled, disabled, limited, unknownFutureValue. * @return a {@link MeetingChatMode} */ @jakarta.annotation.Nullable @@ -146,7 +146,7 @@ public Boolean getAllowWhiteboard() { return this.backingStore.get("allowWhiteboard"); } /** - * Gets the anonymizeIdentityForRoles property value. Specifies whose identity is anonymized in the meeting. Possible values are: attendee. The attendee value can't be removed through a PATCH operation once added. + * Gets the anonymizeIdentityForRoles property value. Specifies whose identity is anonymized in the meeting. The possible values are: attendee. The attendee value can't be removed through a PATCH operation once added. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -229,6 +229,7 @@ public Map> getFieldDeserializers deserializerMap.put("meetingOptionsWebUrl", (n) -> { this.setMeetingOptionsWebUrl(n.getStringValue()); }); deserializerMap.put("meetingSpokenLanguageTag", (n) -> { this.setMeetingSpokenLanguageTag(n.getStringValue()); }); deserializerMap.put("recordAutomatically", (n) -> { this.setRecordAutomatically(n.getBooleanValue()); }); + deserializerMap.put("sensitivityLabelAssignment", (n) -> { this.setSensitivityLabelAssignment(n.getObjectValue(OnlineMeetingSensitivityLabelAssignment::createFromDiscriminatorValue)); }); deserializerMap.put("shareMeetingChatHistoryDefault", (n) -> { this.setShareMeetingChatHistoryDefault(n.getEnumValue(MeetingChatHistoryDefaultMode::forValue)); }); deserializerMap.put("subject", (n) -> { this.setSubject(n.getStringValue()); }); deserializerMap.put("videoTeleconferenceId", (n) -> { this.setVideoTeleconferenceId(n.getStringValue()); }); @@ -308,7 +309,15 @@ public Boolean getRecordAutomatically() { return this.backingStore.get("recordAutomatically"); } /** - * Gets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. + * Gets the sensitivityLabelAssignment property value. Specifies the sensitivity label applied to the Teams meeting. + * @return a {@link OnlineMeetingSensitivityLabelAssignment} + */ + @jakarta.annotation.Nullable + public OnlineMeetingSensitivityLabelAssignment getSensitivityLabelAssignment() { + return this.backingStore.get("sensitivityLabelAssignment"); + } + /** + * Gets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue. * @return a {@link MeetingChatHistoryDefaultMode} */ @jakarta.annotation.Nullable @@ -375,6 +384,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("meetingOptionsWebUrl", this.getMeetingOptionsWebUrl()); writer.writeStringValue("meetingSpokenLanguageTag", this.getMeetingSpokenLanguageTag()); writer.writeBooleanValue("recordAutomatically", this.getRecordAutomatically()); + writer.writeObjectValue("sensitivityLabelAssignment", this.getSensitivityLabelAssignment()); writer.writeEnumValue("shareMeetingChatHistoryDefault", this.getShareMeetingChatHistoryDefault()); writer.writeStringValue("subject", this.getSubject()); writer.writeStringValue("videoTeleconferenceId", this.getVideoTeleconferenceId()); @@ -409,28 +419,28 @@ public void setAllowCopyingAndSharingMeetingContent(@jakarta.annotation.Nullable this.backingStore.set("allowCopyingAndSharingMeetingContent", value); } /** - * Sets the allowedLobbyAdmitters property value. Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. + * Sets the allowedLobbyAdmitters property value. Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. * @param value Value to set for the allowedLobbyAdmitters property. */ public void setAllowedLobbyAdmitters(@jakarta.annotation.Nullable final AllowedLobbyAdmitterRoles value) { this.backingStore.set("allowedLobbyAdmitters", value); } /** - * Sets the allowedPresenters property value. Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. + * Sets the allowedPresenters property value. Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. * @param value Value to set for the allowedPresenters property. */ public void setAllowedPresenters(@jakarta.annotation.Nullable final OnlineMeetingPresenters value) { this.backingStore.set("allowedPresenters", value); } /** - * Sets the allowLiveShare property value. Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue. + * Sets the allowLiveShare property value. Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue. * @param value Value to set for the allowLiveShare property. */ public void setAllowLiveShare(@jakarta.annotation.Nullable final MeetingLiveShareOptions value) { this.backingStore.set("allowLiveShare", value); } /** - * Sets the allowMeetingChat property value. Specifies the mode of meeting chat. Possible values are: enabled, disabled, limited, unknownFutureValue. + * Sets the allowMeetingChat property value. Specifies the mode of meeting chat. The possible values are: enabled, disabled, limited, unknownFutureValue. * @param value Value to set for the allowMeetingChat property. */ public void setAllowMeetingChat(@jakarta.annotation.Nullable final MeetingChatMode value) { @@ -479,7 +489,7 @@ public void setAllowWhiteboard(@jakarta.annotation.Nullable final Boolean value) this.backingStore.set("allowWhiteboard", value); } /** - * Sets the anonymizeIdentityForRoles property value. Specifies whose identity is anonymized in the meeting. Possible values are: attendee. The attendee value can't be removed through a PATCH operation once added. + * Sets the anonymizeIdentityForRoles property value. Specifies whose identity is anonymized in the meeting. The possible values are: attendee. The attendee value can't be removed through a PATCH operation once added. * @param value Value to set for the anonymizeIdentityForRoles property. */ public void setAnonymizeIdentityForRoles(@jakarta.annotation.Nullable final java.util.List value) { @@ -584,7 +594,14 @@ public void setRecordAutomatically(@jakarta.annotation.Nullable final Boolean va this.backingStore.set("recordAutomatically", value); } /** - * Sets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. + * Sets the sensitivityLabelAssignment property value. Specifies the sensitivity label applied to the Teams meeting. + * @param value Value to set for the sensitivityLabelAssignment property. + */ + public void setSensitivityLabelAssignment(@jakarta.annotation.Nullable final OnlineMeetingSensitivityLabelAssignment value) { + this.backingStore.set("sensitivityLabelAssignment", value); + } + /** + * Sets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue. * @param value Value to set for the shareMeetingChatHistoryDefault property. */ public void setShareMeetingChatHistoryDefault(@jakarta.annotation.Nullable final MeetingChatHistoryDefaultMode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingRestricted.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingRestricted.java index 6c6eaab0520..8dcb551cd5b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingRestricted.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingRestricted.java @@ -57,7 +57,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the contentSharingDisabled property value. Specifies the reason why shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. + * Gets the contentSharingDisabled property value. Specifies the reason why shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -85,7 +85,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the videoDisabled property value. Specifies the reason why video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. + * Gets the videoDisabled property value. Specifies the reason why video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -119,7 +119,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the contentSharingDisabled property value. Specifies the reason why shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. + * Sets the contentSharingDisabled property value. Specifies the reason why shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. * @param value Value to set for the contentSharingDisabled property. */ public void setContentSharingDisabled(@jakarta.annotation.Nullable final EnumSet value) { @@ -133,7 +133,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the videoDisabled property value. Specifies the reason why video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. + * Sets the videoDisabled property value. Specifies the reason why video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. * @param value Value to set for the videoDisabled property. */ public void setVideoDisabled(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingSensitivityLabelAssignment.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingSensitivityLabelAssignment.java new file mode 100644 index 00000000000..fce4500d6ad --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingSensitivityLabelAssignment.java @@ -0,0 +1,124 @@ +package com.microsoft.graph.beta.models; + +import com.microsoft.kiota.serialization.AdditionalDataHolder; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import com.microsoft.kiota.store.BackedModel; +import com.microsoft.kiota.store.BackingStore; +import com.microsoft.kiota.store.BackingStoreFactorySingleton; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +@jakarta.annotation.Generated("com.microsoft.kiota") +public class OnlineMeetingSensitivityLabelAssignment implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link OnlineMeetingSensitivityLabelAssignment} and sets the default values. + */ + public OnlineMeetingSensitivityLabelAssignment() { + this.backingStore = BackingStoreFactorySingleton.instance.createBackingStore(); + this.setAdditionalData(new HashMap<>()); + } + /** + * 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 OnlineMeetingSensitivityLabelAssignment} + */ + @jakarta.annotation.Nonnull + public static OnlineMeetingSensitivityLabelAssignment createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new OnlineMeetingSensitivityLabelAssignment(); + } + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return a {@link Map} + */ + @jakarta.annotation.Nonnull + public Map getAdditionalData() { + Map value = this.backingStore.get("additionalData"); + if(value == null) { + value = new HashMap<>(); + this.setAdditionalData(value); + } + return value; + } + /** + * Gets the backingStore property value. Stores model information. + * @return a {@link BackingStore} + */ + @jakarta.annotation.Nonnull + public BackingStore getBackingStore() { + return this.backingStore; + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(2); + deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); }); + deserializerMap.put("sensitivityLabelId", (n) -> { this.setSensitivityLabelId(n.getStringValue()); }); + return deserializerMap; + } + /** + * Gets the @odata.type property value. The OdataType property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getOdataType() { + return this.backingStore.get("odataType"); + } + /** + * Gets the sensitivityLabelId property value. Id of the sensitivity label that is applied to the Teams meeting. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getSensitivityLabelId() { + return this.backingStore.get("sensitivityLabelId"); + } + /** + * 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); + writer.writeStringValue("@odata.type", this.getOdataType()); + writer.writeStringValue("sensitivityLabelId", this.getSensitivityLabelId()); + writer.writeAdditionalData(this.getAdditionalData()); + } + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param value Value to set for the AdditionalData property. + */ + public void setAdditionalData(@jakarta.annotation.Nullable final Map value) { + this.backingStore.set("additionalData", value); + } + /** + * Sets the backingStore property value. Stores model information. + * @param value Value to set for the backingStore property. + */ + public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value) { + Objects.requireNonNull(value); + this.backingStore = value; + } + /** + * Sets the @odata.type property value. The OdataType property + * @param value Value to set for the @odata.type property. + */ + public void setOdataType(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("odataType", value); + } + /** + * Sets the sensitivityLabelId property value. Id of the sensitivity label that is applied to the Teams meeting. + * @param value Value to set for the sensitivityLabelId property. + */ + public void setSensitivityLabelId(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("sensitivityLabelId", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Operation.java b/src/main/java/com/microsoft/graph/beta/generated/models/Operation.java index fa847b55ac8..88b18243aa7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Operation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Operation.java @@ -61,7 +61,7 @@ public OffsetDateTime getLastActionDateTime() { return this.backingStore.get("lastActionDateTime"); } /** - * Gets the status property value. Possible values are: notStarted, running, completed, failed. Read-only. + * Gets the status property value. The possible values are: notStarted, running, completed, failed. Read-only. * @return a {@link OperationStatus} */ @jakarta.annotation.Nullable @@ -94,7 +94,7 @@ public void setLastActionDateTime(@jakarta.annotation.Nullable final OffsetDateT this.backingStore.set("lastActionDateTime", value); } /** - * Sets the status property value. Possible values are: notStarted, running, completed, failed. Read-only. + * Sets the status property value. The possible values are: notStarted, running, completed, failed. Read-only. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final OperationStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OutlookTask.java b/src/main/java/com/microsoft/graph/beta/generated/models/OutlookTask.java index a5217f8aa1a..c6a3142fa9b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/OutlookTask.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/OutlookTask.java @@ -101,7 +101,7 @@ public Boolean getHasAttachments() { return this.backingStore.get("hasAttachments"); } /** - * Gets the importance property value. The importance of the event. Possible values are: low, normal, high. + * Gets the importance property value. The importance of the event. The possible values are: low, normal, high. * @return a {@link Importance} */ @jakarta.annotation.Nullable @@ -157,7 +157,7 @@ public DateTimeTimeZone getReminderDateTime() { return this.backingStore.get("reminderDateTime"); } /** - * Gets the sensitivity property value. Indicates the level of privacy for the task. Possible values are: normal, personal, private, confidential. + * Gets the sensitivity property value. Indicates the level of privacy for the task. The possible values are: normal, personal, private, confidential. * @return a {@link Sensitivity} */ @jakarta.annotation.Nullable @@ -181,7 +181,7 @@ public DateTimeTimeZone getStartDateTime() { return this.backingStore.get("startDateTime"); } /** - * Gets the status property value. Indicates the state or progress of the task. Possible values are: notStarted, inProgress, completed, waitingOnOthers, deferred. + * Gets the status property value. Indicates the state or progress of the task. The possible values are: notStarted, inProgress, completed, waitingOnOthers, deferred. * @return a {@link TaskStatus} */ @jakarta.annotation.Nullable @@ -265,7 +265,7 @@ public void setHasAttachments(@jakarta.annotation.Nullable final Boolean value) this.backingStore.set("hasAttachments", value); } /** - * Sets the importance property value. The importance of the event. Possible values are: low, normal, high. + * Sets the importance property value. The importance of the event. The possible values are: low, normal, high. * @param value Value to set for the importance property. */ public void setImportance(@jakarta.annotation.Nullable final Importance value) { @@ -314,7 +314,7 @@ public void setReminderDateTime(@jakarta.annotation.Nullable final DateTimeTimeZ this.backingStore.set("reminderDateTime", value); } /** - * Sets the sensitivity property value. Indicates the level of privacy for the task. Possible values are: normal, personal, private, confidential. + * Sets the sensitivity property value. Indicates the level of privacy for the task. The possible values are: normal, personal, private, confidential. * @param value Value to set for the sensitivity property. */ public void setSensitivity(@jakarta.annotation.Nullable final Sensitivity value) { @@ -335,7 +335,7 @@ public void setStartDateTime(@jakarta.annotation.Nullable final DateTimeTimeZone this.backingStore.set("startDateTime", value); } /** - * Sets the status property value. Indicates the state or progress of the task. Possible values are: notStarted, inProgress, completed, waitingOnOthers, deferred. + * Sets the status property value. Indicates the state or progress of the task. The possible values are: notStarted, inProgress, completed, waitingOnOthers, deferred. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final TaskStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ParticipantInfo.java b/src/main/java/com/microsoft/graph/beta/generated/models/ParticipantInfo.java index 7c9490ef3e8..c6d98b898a8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ParticipantInfo.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ParticipantInfo.java @@ -64,7 +64,7 @@ public String getCountryCode() { return this.backingStore.get("countryCode"); } /** - * Gets the endpointType property value. The type of endpoint the participant is using. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. Read-only. + * Gets the endpointType property value. The type of endpoint the participant is using. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. Read-only. * @return a {@link EndpointType} */ @jakarta.annotation.Nullable @@ -185,7 +185,7 @@ public void setCountryCode(@jakarta.annotation.Nullable final String value) { this.backingStore.set("countryCode", value); } /** - * Sets the endpointType property value. The type of endpoint the participant is using. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. Read-only. + * Sets the endpointType property value. The type of endpoint the participant is using. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. Read-only. * @param value Value to set for the endpointType property. */ public void setEndpointType(@jakarta.annotation.Nullable final EndpointType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Payload.java b/src/main/java/com/microsoft/graph/beta/generated/models/Payload.java index 706361699fd..f280e9e883e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Payload.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Payload.java @@ -26,7 +26,7 @@ public static Payload createFromDiscriminatorValue(@jakarta.annotation.Nonnull f return new Payload(); } /** - * Gets the brand property value. The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. + * Gets the brand property value. The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. * @return a {@link PayloadBrand} */ @jakarta.annotation.Nullable @@ -34,7 +34,7 @@ public PayloadBrand getBrand() { return this.backingStore.get("brand"); } /** - * Gets the complexity property value. The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue. + * Gets the complexity property value. The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue. * @return a {@link PayloadComplexity} */ @jakarta.annotation.Nullable @@ -113,7 +113,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the industry property value. Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. + * Gets the industry property value. Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. * @return a {@link PayloadIndustry} */ @jakarta.annotation.Nullable @@ -177,7 +177,7 @@ public java.util.List getPayloadTags() { return this.backingStore.get("payloadTags"); } /** - * Gets the platform property value. The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue. + * Gets the platform property value. The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue. * @return a {@link PayloadDeliveryPlatform} */ @jakarta.annotation.Nullable @@ -193,7 +193,7 @@ public Double getPredictedCompromiseRate() { return this.backingStore.get("predictedCompromiseRate"); } /** - * Gets the simulationAttackType property value. Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue. + * Gets the simulationAttackType property value. Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue. * @return a {@link SimulationAttackType} */ @jakarta.annotation.Nullable @@ -209,7 +209,7 @@ public SimulationContentSource getSource() { return this.backingStore.get("source"); } /** - * Gets the status property value. Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * Gets the status property value. Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. * @return a {@link SimulationContentStatus} */ @jakarta.annotation.Nullable @@ -217,7 +217,7 @@ public SimulationContentStatus getStatus() { return this.backingStore.get("status"); } /** - * Gets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant, phishTraining. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant, phishTraining. For more information on the types of social engineering attack techniques, see simulations. + * Gets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant, phishTraining. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant, phishTraining. For more information on the types of social engineering attack techniques, see simulations. * @return a {@link SimulationAttackTechnique} */ @jakarta.annotation.Nullable @@ -225,7 +225,7 @@ public SimulationAttackTechnique getTechnique() { return this.backingStore.get("technique"); } /** - * Gets the theme property value. The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue. + * Gets the theme property value. The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue. * @return a {@link PayloadTheme} */ @jakarta.annotation.Nullable @@ -263,14 +263,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("theme", this.getTheme()); } /** - * Sets the brand property value. The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. + * Sets the brand property value. The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. * @param value Value to set for the brand property. */ public void setBrand(@jakarta.annotation.Nullable final PayloadBrand value) { this.backingStore.set("brand", value); } /** - * Sets the complexity property value. The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue. + * Sets the complexity property value. The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue. * @param value Value to set for the complexity property. */ public void setComplexity(@jakarta.annotation.Nullable final PayloadComplexity value) { @@ -312,7 +312,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the industry property value. Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. + * Sets the industry property value. Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. * @param value Value to set for the industry property. */ public void setIndustry(@jakarta.annotation.Nullable final PayloadIndustry value) { @@ -368,7 +368,7 @@ public void setPayloadTags(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers return deserializerMap; } /** - * Gets the mode property value. Possible values are: always, never. + * Gets the mode property value. The possible values are: always, never. * @return a {@link PersistentBrowserSessionMode} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("mode", this.getMode()); } /** - * Sets the mode property value. Possible values are: always, never. + * Sets the mode property value. The possible values are: always, never. * @param value Value to set for the mode property. */ public void setMode(@jakarta.annotation.Nullable final PersistentBrowserSessionMode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Phone.java b/src/main/java/com/microsoft/graph/beta/generated/models/Phone.java index 2bf17860252..721e7bc1a3f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Phone.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Phone.java @@ -84,7 +84,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the type property value. The type of phone number. Possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. + * Gets the type property value. The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. * @return a {@link PhoneType} */ @jakarta.annotation.Nullable @@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the type property value. The type of phone number. Possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. + * Sets the type property value. The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final PhoneType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PhoneAuthenticationMethod.java b/src/main/java/com/microsoft/graph/beta/generated/models/PhoneAuthenticationMethod.java index 4c3430a85e7..96b6179cf71 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PhoneAuthenticationMethod.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PhoneAuthenticationMethod.java @@ -46,7 +46,7 @@ public String getPhoneNumber() { return this.backingStore.get("phoneNumber"); } /** - * Gets the phoneType property value. The type of this phone. Possible values are: mobile, alternateMobile, or office. + * Gets the phoneType property value. The type of this phone. The possible values are: mobile, alternateMobile, or office. * @return a {@link AuthenticationPhoneType} */ @jakarta.annotation.Nullable @@ -54,7 +54,7 @@ public AuthenticationPhoneType getPhoneType() { return this.backingStore.get("phoneType"); } /** - * Gets the smsSignInState property value. Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. + * Gets the smsSignInState property value. Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. * @return a {@link AuthenticationMethodSignInState} */ @jakarta.annotation.Nullable @@ -80,14 +80,14 @@ public void setPhoneNumber(@jakarta.annotation.Nullable final String value) { this.backingStore.set("phoneNumber", value); } /** - * Sets the phoneType property value. The type of this phone. Possible values are: mobile, alternateMobile, or office. + * Sets the phoneType property value. The type of this phone. The possible values are: mobile, alternateMobile, or office. * @param value Value to set for the phoneType property. */ public void setPhoneType(@jakarta.annotation.Nullable final AuthenticationPhoneType value) { this.backingStore.set("phoneType", value); } /** - * Sets the smsSignInState property value. Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. + * Sets the smsSignInState property value. Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. * @param value Value to set for the smsSignInState property. */ public void setSmsSignInState(@jakarta.annotation.Nullable final AuthenticationMethodSignInState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PhysicalAddress.java b/src/main/java/com/microsoft/graph/beta/generated/models/PhysicalAddress.java index 85cd6de452f..a2a048cee0e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PhysicalAddress.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PhysicalAddress.java @@ -129,7 +129,7 @@ public String getStreet() { return this.backingStore.get("street"); } /** - * Gets the type property value. The type of address. Possible values are: unknown, home, business, other. + * Gets the type property value. The type of address. The possible values are: unknown, home, business, other. * @return a {@link PhysicalAddressType} */ @jakarta.annotation.Nullable @@ -217,7 +217,7 @@ public void setStreet(@jakarta.annotation.Nullable final String value) { this.backingStore.set("street", value); } /** - * Sets the type property value. The type of address. Possible values are: unknown, home, business, other. + * Sets the type property value. The type of address. The possible values are: unknown, home, business, other. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final PhysicalAddressType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Place.java b/src/main/java/com/microsoft/graph/beta/generated/models/Place.java index d63e37f2bef..23f431c9527 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Place.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Place.java @@ -54,7 +54,7 @@ public java.util.List getCheckIns() { return this.backingStore.get("checkIns"); } /** - * Gets the children property value. The children property + * Gets the children property value. A collection of children places that is only used in the Upsert places API. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -169,7 +169,7 @@ public void setCheckIns(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlaceExecutionResult.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlaceExecutionResult.java index bde4822263c..9071d52255a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlaceExecutionResult.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlaceExecutionResult.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the children property value. The children property + * Gets the children property value. The upsert results of children places of the place. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -64,7 +64,7 @@ public java.util.List getChildren() { return this.backingStore.get("children"); } /** - * Gets the error property value. The error property + * Gets the error property value. The error that occurred during the upsert of the place. * @return a {@link PublicError} */ @jakarta.annotation.Nullable @@ -128,14 +128,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the children property value. The children property + * Sets the children property value. The upsert results of children places of the place. * @param value Value to set for the children property. */ public void setChildren(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("children", value); } /** - * Sets the error property value. The error property + * Sets the error property value. The error that occurred during the upsert of the place. * @param value Value to set for the error property. */ public void setError(@jakarta.annotation.Nullable final PublicError value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlaceOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlaceOperation.java index 0a90381a3a4..f38e0a18a78 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlaceOperation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlaceOperation.java @@ -25,7 +25,7 @@ public static PlaceOperation createFromDiscriminatorValue(@jakarta.annotation.No return new PlaceOperation(); } /** - * Gets the details property value. The details property + * Gets the details property value. The detailed result of the operation, including errors and successful places. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the progress property value. The progress property + * Gets the progress property value. The progress of the operation. * @return a {@link PlaceOperationProgress} */ @jakarta.annotation.Nullable @@ -72,14 +72,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("status", this.getStatus()); } /** - * Sets the details property value. The details property + * Sets the details property value. The detailed result of the operation, including errors and successful places. * @param value Value to set for the details property. */ public void setDetails(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("details", value); } /** - * Sets the progress property value. The progress property + * Sets the progress property value. The progress of the operation. * @param value Value to set for the progress property. */ public void setProgress(@jakarta.annotation.Nullable final PlaceOperationProgress value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlaceOperationProgress.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlaceOperationProgress.java index d4784854174..672412da01f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlaceOperationProgress.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlaceOperationProgress.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the failedPlaceCount property value. The failedPlaceCount property + * Gets the failedPlaceCount property value. The count of places failed to upsert. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -85,7 +85,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the succeededPlaceCount property value. The succeededPlaceCount property + * Gets the succeededPlaceCount property value. The count of places succeeded to upsert. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -93,7 +93,7 @@ public Integer getSucceededPlaceCount() { return this.backingStore.get("succeededPlaceCount"); } /** - * Gets the totalPlaceCount property value. The totalPlaceCount property + * Gets the totalPlaceCount property value. The total count of places in the request. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -128,7 +128,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the failedPlaceCount property value. The failedPlaceCount property + * Sets the failedPlaceCount property value. The count of places failed to upsert. * @param value Value to set for the failedPlaceCount property. */ public void setFailedPlaceCount(@jakarta.annotation.Nullable final Integer value) { @@ -142,14 +142,14 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the succeededPlaceCount property value. The succeededPlaceCount property + * Sets the succeededPlaceCount property value. The count of places succeeded to upsert. * @param value Value to set for the succeededPlaceCount property. */ public void setSucceededPlaceCount(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("succeededPlaceCount", value); } /** - * Sets the totalPlaceCount property value. The totalPlaceCount property + * Sets the totalPlaceCount property value. The total count of places in the request. * @param value Value to set for the totalPlaceCount property. */ public void setTotalPlaceCount(@jakarta.annotation.Nullable final Integer value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerPlanContainer.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerPlanContainer.java index 8c0e6237976..52f79fe319f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerPlanContainer.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerPlanContainer.java @@ -92,7 +92,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster, project, driveItem, user, teamsChannel, and plannerTask. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: roster, project, driveItem, user, teamsChannel, and plannerTask. Optional. + * Gets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster, project, driveItem, user, teamsChannel, and plannerTask. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: roster, project, driveItem, user, teamsChannel, and plannerTask. Optional. * @return a {@link PlannerContainerType} */ @jakarta.annotation.Nullable @@ -149,7 +149,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster, project, driveItem, user, teamsChannel, and plannerTask. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: roster, project, driveItem, user, teamsChannel, and plannerTask. Optional. + * Sets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster, project, driveItem, user, teamsChannel, and plannerTask. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: roster, project, driveItem, user, teamsChannel, and plannerTask. Optional. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final PlannerContainerType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerRoster.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerRoster.java index 9397e9fa8bf..34194644514 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerRoster.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerRoster.java @@ -25,7 +25,7 @@ public static PlannerRoster createFromDiscriminatorValue(@jakarta.annotation.Non return new PlannerRoster(); } /** - * Gets the assignedSensitivityLabel property value. The sensitivity label applied to the roster. If mandatory labeling is enabled for the user and no label is specified, the user can't create the roster. Also, if labels are mandatory for the user, the user can't change the label of the roster to null. Possible values are: standard, privileged, auto, unknownFutureValue. + * Gets the assignedSensitivityLabel property value. The sensitivity label applied to the roster. If mandatory labeling is enabled for the user and no label is specified, the user can't create the roster. Also, if labels are mandatory for the user, the user can't change the label of the roster to null. The possible values are: standard, privileged, auto, unknownFutureValue. * @return a {@link SensitivityLabelAssignment} */ @jakarta.annotation.Nullable @@ -72,7 +72,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("plans", this.getPlans()); } /** - * Sets the assignedSensitivityLabel property value. The sensitivity label applied to the roster. If mandatory labeling is enabled for the user and no label is specified, the user can't create the roster. Also, if labels are mandatory for the user, the user can't change the label of the roster to null. Possible values are: standard, privileged, auto, unknownFutureValue. + * Sets the assignedSensitivityLabel property value. The sensitivity label applied to the roster. If mandatory labeling is enabled for the user and no label is specified, the user can't create the roster. Also, if labels are mandatory for the user, the user can't change the label of the roster to null. The possible values are: standard, privileged, auto, unknownFutureValue. * @param value Value to set for the assignedSensitivityLabel property. */ public void setAssignedSensitivityLabel(@jakarta.annotation.Nullable final SensitivityLabelAssignment value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTask.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTask.java index 442de6de35f..f56bb92cd57 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTask.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTask.java @@ -295,7 +295,7 @@ public String getPlanId() { return this.backingStore.get("planId"); } /** - * Gets the previewType property value. The type of preview that shows up on the task. Possible values are: automatic, noPreview, checklist, description, reference. + * Gets the previewType property value. The type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. * @return a {@link PlannerPreviewType} */ @jakarta.annotation.Nullable @@ -335,7 +335,7 @@ public Integer getReferenceCount() { return this.backingStore.get("referenceCount"); } /** - * Gets the specifiedCompletionRequirements property value. Indicates all the requirements specified on the plannerTask. Possible values are: none, checklistCompletion, unknownFutureValue, formCompletion, approvalCompletion. Read-only. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: formCompletion, approvalCompletion. The plannerTaskCompletionRequirementDetails in plannerTaskDetails has details of the requirements specified, if any. + * Gets the specifiedCompletionRequirements property value. Indicates all the requirements specified on the plannerTask. The possible values are: none, checklistCompletion, unknownFutureValue, formCompletion, approvalCompletion. Read-only. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: formCompletion, approvalCompletion. The plannerTaskCompletionRequirementDetails in plannerTaskDetails has details of the requirements specified, if any. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -591,7 +591,7 @@ public void setPlanId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("planId", value); } /** - * Sets the previewType property value. The type of preview that shows up on the task. Possible values are: automatic, noPreview, checklist, description, reference. + * Sets the previewType property value. The type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. * @param value Value to set for the previewType property. */ public void setPreviewType(@jakarta.annotation.Nullable final PlannerPreviewType value) { @@ -626,7 +626,7 @@ public void setReferenceCount(@jakarta.annotation.Nullable final Integer value) this.backingStore.set("referenceCount", value); } /** - * Sets the specifiedCompletionRequirements property value. Indicates all the requirements specified on the plannerTask. Possible values are: none, checklistCompletion, unknownFutureValue, formCompletion, approvalCompletion. Read-only. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: formCompletion, approvalCompletion. The plannerTaskCompletionRequirementDetails in plannerTaskDetails has details of the requirements specified, if any. + * Sets the specifiedCompletionRequirements property value. Indicates all the requirements specified on the plannerTask. The possible values are: none, checklistCompletion, unknownFutureValue, formCompletion, approvalCompletion. Read-only. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: formCompletion, approvalCompletion. The plannerTaskCompletionRequirementDetails in plannerTaskDetails has details of the requirements specified, if any. * @param value Value to set for the specifiedCompletionRequirements property. */ public void setSpecifiedCompletionRequirements(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTaskDetails.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTaskDetails.java index 07d293200f8..64e0c2224ea 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTaskDetails.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTaskDetails.java @@ -90,7 +90,7 @@ public ItemBody getNotes() { return this.backingStore.get("notes"); } /** - * Gets the previewType property value. This sets the type of preview that shows up on the task. Possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. + * Gets the previewType property value. This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. * @return a {@link PlannerPreviewType} */ @jakarta.annotation.Nullable @@ -164,7 +164,7 @@ public void setNotes(@jakarta.annotation.Nullable final ItemBody value) { this.backingStore.set("notes", value); } /** - * Sets the previewType property value. This sets the type of preview that shows up on the task. Possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. + * Sets the previewType property value. This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. * @param value Value to set for the previewType property. */ public void setPreviewType(@jakarta.annotation.Nullable final PlannerPreviewType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTaskRoleBasedRule.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTaskRoleBasedRule.java index f9309984630..8e00617f869 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTaskRoleBasedRule.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTaskRoleBasedRule.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the defaultRule property value. Default rule that applies when a property or action-specific rule is not provided. Possible values are: Allow, Block + * Gets the defaultRule property value. Default rule that applies when a property or action-specific rule is not provided. The possible values are: Allow, Block * @return a {@link String} */ @jakarta.annotation.Nullable @@ -128,7 +128,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the defaultRule property value. Default rule that applies when a property or action-specific rule is not provided. Possible values are: Allow, Block + * Sets the defaultRule property value. Default rule that applies when a property or action-specific rule is not provided. The possible values are: Allow, Block * @param value Value to set for the defaultRule property. */ public void setDefaultRule(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlatformCredentialAuthenticationMethod.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlatformCredentialAuthenticationMethod.java index 0c723b77b24..3037d11ac56 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlatformCredentialAuthenticationMethod.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlatformCredentialAuthenticationMethod.java @@ -55,7 +55,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the keyStrength property value. Key strength of this Platform Credential key. Possible values are: normal, weak, unknown. + * Gets the keyStrength property value. Key strength of this Platform Credential key. The possible values are: normal, weak, unknown. * @return a {@link AuthenticationMethodKeyStrength} */ @jakarta.annotation.Nullable @@ -63,7 +63,7 @@ public AuthenticationMethodKeyStrength getKeyStrength() { return this.backingStore.get("keyStrength"); } /** - * Gets the platform property value. Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux. + * Gets the platform property value. Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux. * @return a {@link AuthenticationMethodPlatform} */ @jakarta.annotation.Nullable @@ -97,14 +97,14 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the keyStrength property value. Key strength of this Platform Credential key. Possible values are: normal, weak, unknown. + * Sets the keyStrength property value. Key strength of this Platform Credential key. The possible values are: normal, weak, unknown. * @param value Value to set for the keyStrength property. */ public void setKeyStrength(@jakarta.annotation.Nullable final AuthenticationMethodKeyStrength value) { this.backingStore.set("keyStrength", value); } /** - * Sets the platform property value. Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux. + * Sets the platform property value. Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux. * @param value Value to set for the platform property. */ public void setPlatform(@jakarta.annotation.Nullable final AuthenticationMethodPlatform value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PlayPromptOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlayPromptOperation.java index 569985453d4..aefd7456e12 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PlayPromptOperation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PlayPromptOperation.java @@ -25,7 +25,7 @@ public static PlayPromptOperation createFromDiscriminatorValue(@jakarta.annotati return new PlayPromptOperation(); } /** - * Gets the completionReason property value. Possible values are: unknown, completedSuccessfully, mediaOperationCanceled. + * Gets the completionReason property value. The possible values are: unknown, completedSuccessfully, mediaOperationCanceled. * @return a {@link PlayPromptCompletionReason} */ @jakarta.annotation.Nullable @@ -52,7 +52,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("completionReason", this.getCompletionReason()); } /** - * Sets the completionReason property value. Possible values are: unknown, completedSuccessfully, mediaOperationCanceled. + * Sets the completionReason property value. The possible values are: unknown, completedSuccessfully, mediaOperationCanceled. * @param value Value to set for the completionReason property. */ public void setCompletionReason(@jakarta.annotation.Nullable final PlayPromptCompletionReason value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PositiveReinforcementNotification.java b/src/main/java/com/microsoft/graph/beta/generated/models/PositiveReinforcementNotification.java index f29c411bdaa..bd769375b82 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PositiveReinforcementNotification.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PositiveReinforcementNotification.java @@ -26,7 +26,7 @@ public static PositiveReinforcementNotification createFromDiscriminatorValue(@ja return new PositiveReinforcementNotification(); } /** - * Gets the deliveryPreference property value. Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. + * Gets the deliveryPreference property value. Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. * @return a {@link NotificationDeliveryPreference} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("deliveryPreference", this.getDeliveryPreference()); } /** - * Sets the deliveryPreference property value. Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. + * Sets the deliveryPreference property value. Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. * @param value Value to set for the deliveryPreference property. */ public void setDeliveryPreference(@jakarta.annotation.Nullable final NotificationDeliveryPreference value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PrintJobConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/PrintJobConfiguration.java index 255f467d696..a9771a38374 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PrintJobConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PrintJobConfiguration.java @@ -133,7 +133,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the finishings property value. Finishing processes to use when printing. + * Gets the finishings property value. Finishing processes to use when printing. Possible values are: none, staple, punch, cover, bind, saddleStitch, stitchEdge, stapleTopLeft, stapleBottomLeft, stapleTopRight, stapleBottomRight, stitchLeftEdge, stitchTopEdge, stitchRightEdge, stitchBottomEdge, stapleDualLeft, stapleDualTop, stapleDualRight, stapleDualBottom, unknownFutureValue. You must use the Prefer: include-unknown-enum-members request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerottom,bindLeft,bindTop,bindRight,bindBottom,foldAccordion,foldDoubleGate,foldGate,foldHalf,foldHalfZ,foldLeftGate,foldLetter,foldParallel,foldPoster,foldRightGate,foldZ,foldEngineeringZ,punchTopLeft,punchBottomLeft,punchTopRight,punchBottomRight,punchDualLeft,punchDualTop,punchDualRight,punchDualBottom,punchTripleLeft,punchTripleTop,punchTripleRight,punchTripleBottom,punchQuadLeft,punchQuadTop,punchQuadRight,punchQuadBottom,fold,trim,bale,bookletMaker,coat,laminate,trimAfterPages,trimAfterDocuments,trimAfterCopies,trimAfterJob`. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -330,7 +330,7 @@ public void setFeedOrientation(@jakarta.annotation.Nullable final PrinterFeedOri this.backingStore.set("feedOrientation", value); } /** - * Sets the finishings property value. Finishing processes to use when printing. + * Sets the finishings property value. Finishing processes to use when printing. Possible values are: none, staple, punch, cover, bind, saddleStitch, stitchEdge, stapleTopLeft, stapleBottomLeft, stapleTopRight, stapleBottomRight, stitchLeftEdge, stitchTopEdge, stitchRightEdge, stitchBottomEdge, stapleDualLeft, stapleDualTop, stapleDualRight, stapleDualBottom, unknownFutureValue. You must use the Prefer: include-unknown-enum-members request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerottom,bindLeft,bindTop,bindRight,bindBottom,foldAccordion,foldDoubleGate,foldGate,foldHalf,foldHalfZ,foldLeftGate,foldLetter,foldParallel,foldPoster,foldRightGate,foldZ,foldEngineeringZ,punchTopLeft,punchBottomLeft,punchTopRight,punchBottomRight,punchDualLeft,punchDualTop,punchDualRight,punchDualBottom,punchTripleLeft,punchTripleTop,punchTripleRight,punchTripleBottom,punchQuadLeft,punchQuadTop,punchQuadRight,punchQuadBottom,fold,trim,bale,bookletMaker,coat,laminate,trimAfterPages,trimAfterDocuments,trimAfterCopies,trimAfterJob`. * @param value Value to set for the finishings property. */ public void setFinishings(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PrinterCapabilities.java b/src/main/java/com/microsoft/graph/beta/generated/models/PrinterCapabilities.java index 85512163c40..75b98352bd1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/PrinterCapabilities.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PrinterCapabilities.java @@ -217,7 +217,7 @@ public java.util.List getLeftMargins() { return this.backingStore.get("leftMargins"); } /** - * Gets the mediaColors property value. The media (that is, paper) colors supported by the printer. + * Gets the mediaColors property value. The media (for example, paper) colors supported by the printer. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -225,7 +225,7 @@ public java.util.List getMediaColors() { return this.backingStore.get("mediaColors"); } /** - * Gets the mediaSizes property value. The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + * Gets the mediaSizes property value. The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -586,14 +586,14 @@ public void setLeftMargins(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("mediaColors", value); } /** - * Sets the mediaSizes property value. The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + * Sets the mediaSizes property value. The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values. * @param value Value to set for the mediaSizes property. */ public void setMediaSizes(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Process.java b/src/main/java/com/microsoft/graph/beta/generated/models/Process.java index 8a3d9949594..83866c08076 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Process.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Process.java @@ -111,7 +111,7 @@ public FileHash getFileHash() { return this.backingStore.get("fileHash"); } /** - * Gets the integrityLevel property value. The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system. + * Gets the integrityLevel property value. The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system. * @return a {@link ProcessIntegrityLevel} */ @jakarta.annotation.Nullable @@ -247,7 +247,7 @@ public void setFileHash(@jakarta.annotation.Nullable final FileHash value) { this.backingStore.set("fileHash", value); } /** - * Sets the integrityLevel property value. The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system. + * Sets the integrityLevel property value. The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system. * @param value Value to set for the integrityLevel property. */ public void setIntegrityLevel(@jakarta.annotation.Nullable final ProcessIntegrityLevel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningObjectSummary.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningObjectSummary.java index 6194f2213bb..3ee9fe08df3 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningObjectSummary.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningObjectSummary.java @@ -117,7 +117,7 @@ public java.util.List getModifiedProperties() { return this.backingStore.get("modifiedProperties"); } /** - * Gets the provisioningAction property value. Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). + * Gets the provisioningAction property value. Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). * @return a {@link ProvisioningAction} */ @jakarta.annotation.Nullable @@ -279,7 +279,7 @@ public void setModifiedProperties(@jakarta.annotation.Nullable final java.util.L this.backingStore.set("modifiedProperties", value); } /** - * Sets the provisioningAction property value. Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). + * Sets the provisioningAction property value. Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). * @param value Value to set for the provisioningAction property. */ public void setProvisioningAction(@jakarta.annotation.Nullable final ProvisioningAction value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningStatusInfo.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningStatusInfo.java index d6195d21019..941697bb5ed 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningStatusInfo.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningStatusInfo.java @@ -84,7 +84,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the status property value. Possible values are: success, failure, skipped, warning, unknownFutureValue. Supports $filter (eq, contains). + * Gets the status property value. The possible values are: success, failure, skipped, warning, unknownFutureValue. Supports $filter (eq, contains). * @return a {@link ProvisioningResult} */ @jakarta.annotation.Nullable @@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the status property value. Possible values are: success, failure, skipped, warning, unknownFutureValue. Supports $filter (eq, contains). + * Sets the status property value. The possible values are: success, failure, skipped, warning, unknownFutureValue. Supports $filter (eq, contains). * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final ProvisioningResult value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningStep.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningStep.java index 8ddf58e3d13..8a54add63f2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningStep.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProvisioningStep.java @@ -103,7 +103,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the provisioningStepType property value. Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. + * Gets the provisioningStepType property value. Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. * @return a {@link ProvisioningStepType} */ @jakarta.annotation.Nullable @@ -111,7 +111,7 @@ public ProvisioningStepType getProvisioningStepType() { return this.backingStore.get("provisioningStepType"); } /** - * Gets the status property value. Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue. + * Gets the status property value. Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue. * @return a {@link ProvisioningResult} */ @jakarta.annotation.Nullable @@ -176,14 +176,14 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the provisioningStepType property value. Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. + * Sets the provisioningStepType property value. Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. * @param value Value to set for the provisioningStepType property. */ public void setProvisioningStepType(@jakarta.annotation.Nullable final ProvisioningStepType value) { this.backingStore.set("provisioningStepType", value); } /** - * Sets the status property value. Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue. + * Sets the status property value. Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final ProvisioningResult value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PurviewInsiderRiskManagementLevel.java b/src/main/java/com/microsoft/graph/beta/generated/models/PurviewInsiderRiskManagementLevel.java new file mode 100644 index 00000000000..95a0d2bae9c --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/models/PurviewInsiderRiskManagementLevel.java @@ -0,0 +1,31 @@ +package com.microsoft.graph.beta.models; + +import com.microsoft.kiota.serialization.ValuedEnum; +import java.util.Objects; + +@jakarta.annotation.Generated("com.microsoft.kiota") +public enum PurviewInsiderRiskManagementLevel implements ValuedEnum { + None("none"), + Minor("minor"), + Moderate("moderate"), + Elevated("elevated"), + UnknownFutureValue("unknownFutureValue"); + public final String value; + PurviewInsiderRiskManagementLevel(final String value) { + this.value = value; + } + @jakarta.annotation.Nonnull + public String getValue() { return this.value; } + @jakarta.annotation.Nullable + public static PurviewInsiderRiskManagementLevel forValue(@jakarta.annotation.Nonnull final String searchValue) { + Objects.requireNonNull(searchValue); + switch(searchValue) { + case "none": return None; + case "minor": return Minor; + case "moderate": return Moderate; + case "elevated": return Elevated; + case "unknownFutureValue": return UnknownFutureValue; + default: return null; + } + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RecordOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/RecordOperation.java index 529ef8d6afa..b3eb8a7edbf 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RecordOperation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RecordOperation.java @@ -25,7 +25,7 @@ public static RecordOperation createFromDiscriminatorValue(@jakarta.annotation.N return new RecordOperation(); } /** - * Gets the completionReason property value. Possible values are: operationCanceled, stopToneDetected, maxRecordDurationReached, initialSilenceTimeout, maxSilenceTimeout, playPromptFailed, playBeepFailed, mediaReceiveTimeout, unspecifiedError, none. + * Gets the completionReason property value. The possible values are: operationCanceled, stopToneDetected, maxRecordDurationReached, initialSilenceTimeout, maxSilenceTimeout, playPromptFailed, playBeepFailed, mediaReceiveTimeout, unspecifiedError, none. * @return a {@link RecordCompletionReason} */ @jakarta.annotation.Nullable @@ -72,7 +72,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("recordingLocation", this.getRecordingLocation()); } /** - * Sets the completionReason property value. Possible values are: operationCanceled, stopToneDetected, maxRecordDurationReached, initialSilenceTimeout, maxSilenceTimeout, playPromptFailed, playBeepFailed, mediaReceiveTimeout, unspecifiedError, none. + * Sets the completionReason property value. The possible values are: operationCanceled, stopToneDetected, maxRecordDurationReached, initialSilenceTimeout, maxSilenceTimeout, playPromptFailed, playBeepFailed, mediaReceiveTimeout, unspecifiedError, none. * @param value Value to set for the completionReason property. */ public void setCompletionReason(@jakarta.annotation.Nullable final RecordCompletionReason value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RecurrenceRange.java b/src/main/java/com/microsoft/graph/beta/generated/models/RecurrenceRange.java index f8c588ef0ac..5b0506d0da5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RecurrenceRange.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RecurrenceRange.java @@ -112,7 +112,7 @@ public LocalDate getStartDate() { return this.backingStore.get("startDate"); } /** - * Gets the type property value. The recurrence range. Possible values are: endDate, noEnd, numbered. Required. + * Gets the type property value. The recurrence range. The possible values are: endDate, noEnd, numbered. Required. * @return a {@link RecurrenceRangeType} */ @jakarta.annotation.Nullable @@ -184,7 +184,7 @@ public void setStartDate(@jakarta.annotation.Nullable final LocalDate value) { this.backingStore.set("startDate", value); } /** - * Sets the type property value. The recurrence range. Possible values are: endDate, noEnd, numbered. Required. + * Sets the type property value. The recurrence range. The possible values are: endDate, noEnd, numbered. Required. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final RecurrenceRangeType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ReferenceAttachment.java b/src/main/java/com/microsoft/graph/beta/generated/models/ReferenceAttachment.java index 3c7a555b638..9a922d672ad 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ReferenceAttachment.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ReferenceAttachment.java @@ -49,7 +49,7 @@ public Boolean getIsFolder() { return this.backingStore.get("isFolder"); } /** - * Gets the permission property value. Specifies the permissions granted for the attachment by the type of provider in providerType. Possible values are: other, view, edit, anonymousView, anonymousEdit, organizationView, organizationEdit. Optional. + * Gets the permission property value. Specifies the permissions granted for the attachment by the type of provider in providerType. The possible values are: other, view, edit, anonymousView, anonymousEdit, organizationView, organizationEdit. Optional. * @return a {@link ReferenceAttachmentPermission} */ @jakarta.annotation.Nullable @@ -65,7 +65,7 @@ public String getPreviewUrl() { return this.backingStore.get("previewUrl"); } /** - * Gets the providerType property value. The type of provider that supports an attachment of this contentType. Possible values are: other, oneDriveBusiness, oneDriveConsumer, dropbox. Optional. + * Gets the providerType property value. The type of provider that supports an attachment of this contentType. The possible values are: other, oneDriveBusiness, oneDriveConsumer, dropbox. Optional. * @return a {@link ReferenceAttachmentProvider} */ @jakarta.annotation.Nullable @@ -110,7 +110,7 @@ public void setIsFolder(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("isFolder", value); } /** - * Sets the permission property value. Specifies the permissions granted for the attachment by the type of provider in providerType. Possible values are: other, view, edit, anonymousView, anonymousEdit, organizationView, organizationEdit. Optional. + * Sets the permission property value. Specifies the permissions granted for the attachment by the type of provider in providerType. The possible values are: other, view, edit, anonymousView, anonymousEdit, organizationView, organizationEdit. Optional. * @param value Value to set for the permission property. */ public void setPermission(@jakarta.annotation.Nullable final ReferenceAttachmentPermission value) { @@ -124,7 +124,7 @@ public void setPreviewUrl(@jakarta.annotation.Nullable final String value) { this.backingStore.set("previewUrl", value); } /** - * Sets the providerType property value. The type of provider that supports an attachment of this contentType. Possible values are: other, oneDriveBusiness, oneDriveConsumer, dropbox. Optional. + * Sets the providerType property value. The type of provider that supports an attachment of this contentType. The possible values are: other, oneDriveBusiness, oneDriveConsumer, dropbox. Optional. * @param value Value to set for the providerType property. */ public void setProviderType(@jakarta.annotation.Nullable final ReferenceAttachmentProvider value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RegistryKeyState.java b/src/main/java/com/microsoft/graph/beta/generated/models/RegistryKeyState.java index d0de8746360..90feeef7cce 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RegistryKeyState.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RegistryKeyState.java @@ -76,7 +76,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the hive property value. A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. + * Gets the hive property value. A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. * @return a {@link RegistryHive} */ @jakarta.annotation.Nullable @@ -124,7 +124,7 @@ public String getOldValueName() { return this.backingStore.get("oldValueName"); } /** - * Gets the operation property value. Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete. + * Gets the operation property value. Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete. * @return a {@link RegistryOperation} */ @jakarta.annotation.Nullable @@ -156,7 +156,7 @@ public String getValueName() { return this.backingStore.get("valueName"); } /** - * Gets the valueType property value. Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. + * Gets the valueType property value. Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. * @return a {@link RegistryValueType} */ @jakarta.annotation.Nullable @@ -198,7 +198,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the hive property value. A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. + * Sets the hive property value. A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. * @param value Value to set for the hive property. */ public void setHive(@jakarta.annotation.Nullable final RegistryHive value) { @@ -240,7 +240,7 @@ public void setOldValueName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("oldValueName", value); } /** - * Sets the operation property value. Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete. + * Sets the operation property value. Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete. * @param value Value to set for the operation property. */ public void setOperation(@jakarta.annotation.Nullable final RegistryOperation value) { @@ -268,7 +268,7 @@ public void setValueName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("valueName", value); } /** - * Sets the valueType property value. Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. + * Sets the valueType property value. Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. * @param value Value to set for the valueType property. */ public void setValueType(@jakarta.annotation.Nullable final RegistryValueType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RelatedPerson.java b/src/main/java/com/microsoft/graph/beta/generated/models/RelatedPerson.java index 303839e0db2..ab4e25f3c8a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RelatedPerson.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RelatedPerson.java @@ -86,7 +86,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the relationship property value. Possible values are: manager, colleague, directReport, dotLineReport, assistant, dotLineManager, alternateContact, friend, spouse, sibling, child, parent, sponsor, emergencyContact, other, unknownFutureValue. + * Gets the relationship property value. The possible values are: manager, colleague, directReport, dotLineReport, assistant, dotLineManager, alternateContact, friend, spouse, sibling, child, parent, sponsor, emergencyContact, other, unknownFutureValue. * @return a {@link PersonRelationship} */ @jakarta.annotation.Nullable @@ -152,7 +152,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the relationship property value. Possible values are: manager, colleague, directReport, dotLineReport, assistant, dotLineManager, alternateContact, friend, spouse, sibling, child, parent, sponsor, emergencyContact, other, unknownFutureValue. + * Sets the relationship property value. The possible values are: manager, colleague, directReport, dotLineReport, assistant, dotLineManager, alternateContact, friend, spouse, sibling, child, parent, sponsor, emergencyContact, other, unknownFutureValue. * @param value Value to set for the relationship property. */ public void setRelationship(@jakarta.annotation.Nullable final PersonRelationship value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RemoteDesktopSecurityConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/RemoteDesktopSecurityConfiguration.java index d679edb921d..f5c66dd82c3 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RemoteDesktopSecurityConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RemoteDesktopSecurityConfiguration.java @@ -53,7 +53,7 @@ public Boolean getIsRemoteDesktopProtocolEnabled() { return this.backingStore.get("isRemoteDesktopProtocolEnabled"); } /** - * Gets the targetDeviceGroups property value. The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. + * Gets the targetDeviceGroups property value. The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. <br/<Supports $expand. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -86,7 +86,7 @@ public void setIsRemoteDesktopProtocolEnabled(@jakarta.annotation.Nullable final this.backingStore.set("isRemoteDesktopProtocolEnabled", value); } /** - * Sets the targetDeviceGroups property value. The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. + * Sets the targetDeviceGroups property value. The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. <br/<Supports $expand. * @param value Value to set for the targetDeviceGroups property. */ public void setTargetDeviceGroups(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ResourceSpecificPermissionGrant.java b/src/main/java/com/microsoft/graph/beta/generated/models/ResourceSpecificPermissionGrant.java index ef6831bb504..6ad004b0ad9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ResourceSpecificPermissionGrant.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ResourceSpecificPermissionGrant.java @@ -64,7 +64,7 @@ public String getPermission() { return this.backingStore.get("permission"); } /** - * Gets the permissionType property value. The type of permission. Possible values are: Application, Delegated. Read-only. + * Gets the permissionType property value. The type of permission. The possible values are: Application, Delegated. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -114,7 +114,7 @@ public void setPermission(@jakarta.annotation.Nullable final String value) { this.backingStore.set("permission", value); } /** - * Sets the permissionType property value. The type of permission. Possible values are: Application, Delegated. Read-only. + * Sets the permissionType property value. The type of permission. The possible values are: Application, Delegated. Read-only. * @param value Value to set for the permissionType property. */ public void setPermissionType(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ResponseStatus.java b/src/main/java/com/microsoft/graph/beta/generated/models/ResponseStatus.java index 6d81b413a44..3c3ac130f3c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ResponseStatus.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ResponseStatus.java @@ -77,7 +77,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the response property value. The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none. + * Gets the response property value. The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none. * @return a {@link ResponseType} */ @jakarta.annotation.Nullable @@ -126,7 +126,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the response property value. The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none. + * Sets the response property value. The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none. * @param value Value to set for the response property. */ public void setResponse(@jakarta.annotation.Nullable final ResponseType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RetentionLabelSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/RetentionLabelSettings.java index 46d74d36f6f..aad4008e773 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RetentionLabelSettings.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RetentionLabelSettings.java @@ -57,7 +57,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the behaviorDuringRetentionPeriod property value. Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. + * Gets the behaviorDuringRetentionPeriod property value. Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. * @return a {@link BehaviorDuringRetentionPeriod} */ @jakarta.annotation.Nullable @@ -159,7 +159,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the behaviorDuringRetentionPeriod property value. Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. + * Sets the behaviorDuringRetentionPeriod property value. Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. * @param value Value to set for the behaviorDuringRetentionPeriod property. */ public void setBehaviorDuringRetentionPeriod(@jakarta.annotation.Nullable final BehaviorDuringRetentionPeriod value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RiskDetection.java b/src/main/java/com/microsoft/graph/beta/generated/models/RiskDetection.java index f63e36dda45..44140063b25 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RiskDetection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RiskDetection.java @@ -26,7 +26,7 @@ public static RiskDetection createFromDiscriminatorValue(@jakarta.annotation.Non return new RiskDetection(); } /** - * Gets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are signin, user, unknownFutureValue. + * Gets the activity property value. Indicates the activity type the detected risk is linked to. * @return a {@link ActivityType} */ @jakarta.annotation.Nullable @@ -253,7 +253,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("userPrincipalName", this.getUserPrincipalName()); } /** - * Sets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are signin, user, unknownFutureValue. + * Sets the activity property value. Indicates the activity type the detected risk is linked to. * @param value Value to set for the activity property. */ public void setActivity(@jakarta.annotation.Nullable final ActivityType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RiskyUser.java b/src/main/java/com/microsoft/graph/beta/generated/models/RiskyUser.java index 3af6ab8b01c..61616b472ab 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RiskyUser.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RiskyUser.java @@ -59,7 +59,7 @@ public java.util.List getHistory() { return this.backingStore.get("history"); } /** - * Gets the isDeleted property value. Indicates whether the user is deleted. Possible values are: true, false. + * Gets the isDeleted property value. Indicates whether the user is deleted. The possible values are: true, false. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -99,7 +99,7 @@ public RiskLevel getRiskLevel() { return this.backingStore.get("riskLevel"); } /** - * Gets the riskState property value. State of the user's risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. + * Gets the riskState property value. State of the user's risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. * @return a {@link RiskState} */ @jakarta.annotation.Nullable @@ -147,7 +147,7 @@ public void setHistory(@jakarta.annotation.Nullable final java.util.List} */ @jakarta.annotation.Nullable @@ -303,7 +303,7 @@ public void setEnableTopResults(@jakarta.annotation.Nullable final Boolean value this.backingStore.set("enableTopResults", value); } /** - * Sets the entityTypes property value. One or more types of resources expected in the response. Possible values are: list, site, listItem, message, event, drive, driveItem, person, externalItem, acronym, bookmark, chatMessage. For details about combinations of two or more entity types that are supported in the same search request, see known limitations. Required. + * Sets the entityTypes property value. One or more types of resources expected in the response. The possible values are: list, site, listItem, message, event, drive, driveItem, person, externalItem, acronym, bookmark, chatMessage. For details about combinations of two or more entity types that are supported in the same search request, see known limitations. Required. * @param value Value to set for the entityTypes property. */ public void setEntityTypes(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SecurityAction.java b/src/main/java/com/microsoft/graph/beta/generated/models/SecurityAction.java index 46315f64ff5..00f7ee982ed 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SecurityAction.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SecurityAction.java @@ -137,7 +137,7 @@ public java.util.List getStates() { return this.backingStore.get("states"); } /** - * Gets the status property value. Status of the action. Possible values are: NotStarted, Running, Completed, Failed. + * Gets the status property value. Status of the action. The possible values are: NotStarted, Running, Completed, Failed. * @return a {@link OperationStatus} */ @jakarta.annotation.Nullable @@ -260,7 +260,7 @@ public void setStates(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers return deserializerMap; } /** - * Gets the sourceGroupIdentity property value. The sourceGroupIdentity property + * Gets the sourceGroupIdentity property value. The identity of the source group in the source tenant, including its mail nickname. * @return a {@link GroupIdentity} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public GroupIdentity getSourceGroupIdentity() { return this.backingStore.get("sourceGroupIdentity"); } /** - * Gets the targetGroupIdentity property value. The targetGroupIdentity property + * Gets the targetGroupIdentity property value. The identity of the target group in the target tenant, including its mail nickname. * @return a {@link GroupIdentity} */ @jakarta.annotation.Nullable @@ -63,14 +63,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("targetGroupIdentity", this.getTargetGroupIdentity()); } /** - * Sets the sourceGroupIdentity property value. The sourceGroupIdentity property + * Sets the sourceGroupIdentity property value. The identity of the source group in the source tenant, including its mail nickname. * @param value Value to set for the sourceGroupIdentity property. */ public void setSourceGroupIdentity(@jakarta.annotation.Nullable final GroupIdentity value) { this.backingStore.set("sourceGroupIdentity", value); } /** - * Sets the targetGroupIdentity property value. The targetGroupIdentity property + * Sets the targetGroupIdentity property value. The identity of the target group in the target tenant, including its mail nickname. * @param value Value to set for the targetGroupIdentity property. */ public void setTargetGroupIdentity(@jakarta.annotation.Nullable final GroupIdentity value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationTask.java b/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationTask.java index 574a7faaf97..692296b151f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationTask.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationTask.java @@ -49,7 +49,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the finishedDateTime property value. The finishedDateTime property + * Gets the finishedDateTime property value. Date and time when the sharePointMigrationTask ended, if available. The task might complete successfully or fail, but it ends at that time. Read-only. Only on OneDrive and SharePoint. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -57,7 +57,7 @@ public OffsetDateTime getFinishedDateTime() { return this.backingStore.get("finishedDateTime"); } /** - * Gets the lastUpdatedDateTime property value. The lastUpdatedDateTime property + * Gets the lastUpdatedDateTime property value. Date and time when the sharePointMigrationTask was last updated or processed, if available. Use this property to find tasks that stopped processing for a long time. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -73,7 +73,7 @@ public SharePointMigrationTaskParameters getParameters() { return this.backingStore.get("parameters"); } /** - * Gets the startedDateTime property value. The startedDateTime property + * Gets the startedDateTime property value. Date and time when the sharePointMigrationTask started, if available. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -110,14 +110,14 @@ public void setError(@jakarta.annotation.Nullable final PublicError value) { this.backingStore.set("error", value); } /** - * Sets the finishedDateTime property value. The finishedDateTime property + * Sets the finishedDateTime property value. Date and time when the sharePointMigrationTask ended, if available. The task might complete successfully or fail, but it ends at that time. Read-only. Only on OneDrive and SharePoint. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @param value Value to set for the finishedDateTime property. */ public void setFinishedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("finishedDateTime", value); } /** - * Sets the lastUpdatedDateTime property value. The lastUpdatedDateTime property + * Sets the lastUpdatedDateTime property value. Date and time when the sharePointMigrationTask was last updated or processed, if available. Use this property to find tasks that stopped processing for a long time. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @param value Value to set for the lastUpdatedDateTime property. */ public void setLastUpdatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { @@ -131,7 +131,7 @@ public void setParameters(@jakarta.annotation.Nullable final SharePointMigration this.backingStore.set("parameters", value); } /** - * Sets the startedDateTime property value. The startedDateTime property + * Sets the startedDateTime property value. Date and time when the sharePointMigrationTask started, if available. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @param value Value to set for the startedDateTime property. */ public void setStartedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationTaskParameters.java b/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationTaskParameters.java index a27bd1b8a2c..6e11c62e338 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationTaskParameters.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationTaskParameters.java @@ -93,7 +93,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the preferredLatestStartDateTime property value. The preferredLatestStartDateTime property + * Gets the preferredLatestStartDateTime property value. The preferred latest start date and time. The system cancels the sharePointMigrationTask if it doesn't start by this time. The value must be greater than the preferredStartDateTime, if present. Optional. Only on OneDrive and SharePoint. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -101,7 +101,7 @@ public OffsetDateTime getPreferredLatestStartDateTime() { return this.backingStore.get("preferredLatestStartDateTime"); } /** - * Gets the preferredStartDateTime property value. The preferredStartDateTime property + * Gets the preferredStartDateTime property value. The preferred start date and time that allows the sharePointMigrationTask to start at a future time instead of as soon as possible (default). Optional. Only on OneDrive and SharePoint. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -109,7 +109,7 @@ public OffsetDateTime getPreferredStartDateTime() { return this.backingStore.get("preferredStartDateTime"); } /** - * Gets the sourceSiteUrl property value. The sourceSiteUrl property + * Gets the sourceSiteUrl property value. The SharePoint URL of the source site. Optional. Exactly one of sourceSiteId or sourceUrl must be specified. If both or neither are specified, it's an error. Only on OneDrive and SharePoint. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -117,7 +117,7 @@ public String getSourceSiteUrl() { return this.backingStore.get("sourceSiteUrl"); } /** - * Gets the targetDataLocationCode property value. The targetDataLocationCode property + * Gets the targetDataLocationCode property value. In Microsoft Entra, this value represents the geographic location (for example, JPN, NAM) of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn't required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -125,7 +125,7 @@ public String getTargetDataLocationCode() { return this.backingStore.get("targetDataLocationCode"); } /** - * Gets the targetOrganizationHost property value. The targetOrganizationHost property + * Gets the targetOrganizationHost property value. The root, admin, or my site host of the specific multi-geo instance of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn't required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -133,7 +133,7 @@ public String getTargetOrganizationHost() { return this.backingStore.get("targetOrganizationHost"); } /** - * Gets the targetOrganizationId property value. The targetOrganizationId property + * Gets the targetOrganizationId property value. The unique Microsoft Entra company ID of the target organization to which the source resource must be migrated. Only on OneDrive and SharePoint. * @return a {@link UUID} */ @jakarta.annotation.Nullable @@ -141,7 +141,7 @@ public UUID getTargetOrganizationId() { return this.backingStore.get("targetOrganizationId"); } /** - * Gets the targetSiteUrl property value. The targetSiteUrl property + * Gets the targetSiteUrl property value. The SharePoint URL of the target site. Only on OneDrive and SharePoint. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -149,7 +149,7 @@ public String getTargetSiteUrl() { return this.backingStore.get("targetSiteUrl"); } /** - * Gets the validateOnly property value. The validateOnly property + * Gets the validateOnly property value. Indicates whether this task is an actual migration or only a validation. If the parameter is missing, the system treats it as false. The default behavior is a real migration. Optional. Only on OneDrive and SharePoint. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -196,56 +196,56 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the preferredLatestStartDateTime property value. The preferredLatestStartDateTime property + * Sets the preferredLatestStartDateTime property value. The preferred latest start date and time. The system cancels the sharePointMigrationTask if it doesn't start by this time. The value must be greater than the preferredStartDateTime, if present. Optional. Only on OneDrive and SharePoint. * @param value Value to set for the preferredLatestStartDateTime property. */ public void setPreferredLatestStartDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("preferredLatestStartDateTime", value); } /** - * Sets the preferredStartDateTime property value. The preferredStartDateTime property + * Sets the preferredStartDateTime property value. The preferred start date and time that allows the sharePointMigrationTask to start at a future time instead of as soon as possible (default). Optional. Only on OneDrive and SharePoint. * @param value Value to set for the preferredStartDateTime property. */ public void setPreferredStartDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("preferredStartDateTime", value); } /** - * Sets the sourceSiteUrl property value. The sourceSiteUrl property + * Sets the sourceSiteUrl property value. The SharePoint URL of the source site. Optional. Exactly one of sourceSiteId or sourceUrl must be specified. If both or neither are specified, it's an error. Only on OneDrive and SharePoint. * @param value Value to set for the sourceSiteUrl property. */ public void setSourceSiteUrl(@jakarta.annotation.Nullable final String value) { this.backingStore.set("sourceSiteUrl", value); } /** - * Sets the targetDataLocationCode property value. The targetDataLocationCode property + * Sets the targetDataLocationCode property value. In Microsoft Entra, this value represents the geographic location (for example, JPN, NAM) of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn't required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint. * @param value Value to set for the targetDataLocationCode property. */ public void setTargetDataLocationCode(@jakarta.annotation.Nullable final String value) { this.backingStore.set("targetDataLocationCode", value); } /** - * Sets the targetOrganizationHost property value. The targetOrganizationHost property + * Sets the targetOrganizationHost property value. The root, admin, or my site host of the specific multi-geo instance of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn't required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint. * @param value Value to set for the targetOrganizationHost property. */ public void setTargetOrganizationHost(@jakarta.annotation.Nullable final String value) { this.backingStore.set("targetOrganizationHost", value); } /** - * Sets the targetOrganizationId property value. The targetOrganizationId property + * Sets the targetOrganizationId property value. The unique Microsoft Entra company ID of the target organization to which the source resource must be migrated. Only on OneDrive and SharePoint. * @param value Value to set for the targetOrganizationId property. */ public void setTargetOrganizationId(@jakarta.annotation.Nullable final UUID value) { this.backingStore.set("targetOrganizationId", value); } /** - * Sets the targetSiteUrl property value. The targetSiteUrl property + * Sets the targetSiteUrl property value. The SharePoint URL of the target site. Only on OneDrive and SharePoint. * @param value Value to set for the targetSiteUrl property. */ public void setTargetSiteUrl(@jakarta.annotation.Nullable final String value) { this.backingStore.set("targetSiteUrl", value); } /** - * Sets the validateOnly property value. The validateOnly property + * Sets the validateOnly property value. Indicates whether this task is an actual migration or only a validation. If the parameter is missing, the system treats it as false. The default behavior is a real migration. Optional. Only on OneDrive and SharePoint. * @param value Value to set for the validateOnly property. */ public void setValidateOnly(@jakarta.annotation.Nullable final Boolean value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationsRoot.java b/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationsRoot.java index 50dac6165ee..25b9d44b896 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationsRoot.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SharePointMigrationsRoot.java @@ -33,7 +33,7 @@ public java.util.List getCrossOrganizationGroupM return this.backingStore.get("crossOrganizationGroupMappings"); } /** - * Gets the crossOrganizationMigrationTasks property value. The crossOrganizationMigrationTasks property + * Gets the crossOrganizationMigrationTasks property value. A collection of sharePointMigrationTask resources that represent cross-organization migration tasks. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -79,7 +79,7 @@ public void setCrossOrganizationGroupMappings(@jakarta.annotation.Nullable final this.backingStore.set("crossOrganizationGroupMappings", value); } /** - * Sets the crossOrganizationMigrationTasks property value. The crossOrganizationMigrationTasks property + * Sets the crossOrganizationMigrationTasks property value. A collection of sharePointMigrationTask resources that represent cross-organization migration tasks. * @param value Value to set for the crossOrganizationMigrationTasks property. */ public void setCrossOrganizationMigrationTasks(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SharePointUserMigrationTaskParameters.java b/src/main/java/com/microsoft/graph/beta/generated/models/SharePointUserMigrationTaskParameters.java index a7120989ad6..3d576d2c92d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SharePointUserMigrationTaskParameters.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SharePointUserMigrationTaskParameters.java @@ -37,7 +37,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the sourceUserIdentity property value. The sourceUserIdentity property + * Gets the sourceUserIdentity property value. The source user in the source tenant, including the user object ID and the user principal name. * @return a {@link UserIdentity} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public UserIdentity getSourceUserIdentity() { return this.backingStore.get("sourceUserIdentity"); } /** - * Gets the targetUserIdentity property value. The targetUserIdentity property + * Gets the targetUserIdentity property value. The target user in the target tenant, including the user object ID and the user principal name. * @return a {@link UserIdentity} */ @jakarta.annotation.Nullable @@ -63,14 +63,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("targetUserIdentity", this.getTargetUserIdentity()); } /** - * Sets the sourceUserIdentity property value. The sourceUserIdentity property + * Sets the sourceUserIdentity property value. The source user in the source tenant, including the user object ID and the user principal name. * @param value Value to set for the sourceUserIdentity property. */ public void setSourceUserIdentity(@jakarta.annotation.Nullable final UserIdentity value) { this.backingStore.set("sourceUserIdentity", value); } /** - * Sets the targetUserIdentity property value. The targetUserIdentity property + * Sets the targetUserIdentity property value. The target user in the target tenant, including the user object ID and the user principal name. * @param value Value to set for the targetUserIdentity property. */ public void setTargetUserIdentity(@jakarta.annotation.Nullable final UserIdentity value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SharepointSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/SharepointSettings.java index c300bbd5515..4326e597497 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SharepointSettings.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SharepointSettings.java @@ -104,7 +104,7 @@ public IdleSessionSignOut getIdleSessionSignOut() { return this.backingStore.get("idleSessionSignOut"); } /** - * Gets the imageTaggingOption property value. Specifies the image tagging option for the tenant. Possible values are: disabled, basic, enhanced. + * Gets the imageTaggingOption property value. Specifies the image tagging option for the tenant. The possible values are: disabled, basic, enhanced. * @return a {@link ImageTaggingChoice} */ @jakarta.annotation.Nullable @@ -256,7 +256,7 @@ public java.util.List getSharingBlockedDomainList() { return this.backingStore.get("sharingBlockedDomainList"); } /** - * Gets the sharingCapability property value. Sharing capability for the tenant. Possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly. + * Gets the sharingCapability property value. Sharing capability for the tenant. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly. * @return a {@link SharingCapabilities} */ @jakarta.annotation.Nullable @@ -264,7 +264,7 @@ public SharingCapabilities getSharingCapability() { return this.backingStore.get("sharingCapability"); } /** - * Gets the sharingDomainRestrictionMode property value. Specifies the external sharing mode for domains. Possible values are: none, allowList, blockList. + * Gets the sharingDomainRestrictionMode property value. Specifies the external sharing mode for domains. The possible values are: none, allowList, blockList. * @return a {@link SharingDomainRestrictionMode} */ @jakarta.annotation.Nullable @@ -368,7 +368,7 @@ public void setIdleSessionSignOut(@jakarta.annotation.Nullable final IdleSession this.backingStore.set("idleSessionSignOut", value); } /** - * Sets the imageTaggingOption property value. Specifies the image tagging option for the tenant. Possible values are: disabled, basic, enhanced. + * Sets the imageTaggingOption property value. Specifies the image tagging option for the tenant. The possible values are: disabled, basic, enhanced. * @param value Value to set for the imageTaggingOption property. */ public void setImageTaggingOption(@jakarta.annotation.Nullable final ImageTaggingChoice value) { @@ -501,14 +501,14 @@ public void setSharingBlockedDomainList(@jakarta.annotation.Nullable final java. this.backingStore.set("sharingBlockedDomainList", value); } /** - * Sets the sharingCapability property value. Sharing capability for the tenant. Possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly. + * Sets the sharingCapability property value. Sharing capability for the tenant. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly. * @param value Value to set for the sharingCapability property. */ public void setSharingCapability(@jakarta.annotation.Nullable final SharingCapabilities value) { this.backingStore.set("sharingCapability", value); } /** - * Sets the sharingDomainRestrictionMode property value. Specifies the external sharing mode for domains. Possible values are: none, allowList, blockList. + * Sets the sharingDomainRestrictionMode property value. Specifies the external sharing mode for domains. The possible values are: none, allowList, blockList. * @param value Value to set for the sharingDomainRestrictionMode property. */ public void setSharingDomainRestrictionMode(@jakarta.annotation.Nullable final SharingDomainRestrictionMode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SignIn.java b/src/main/java/com/microsoft/graph/beta/generated/models/SignIn.java index a890a99163d..fe97c2bfc52 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SignIn.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SignIn.java @@ -220,7 +220,7 @@ public OffsetDateTime getCreatedDateTime() { return this.backingStore.get("createdDateTime"); } /** - * Gets the crossTenantAccessType property value. Describes the type of cross-tenant access used by the actor to access the resource. Possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue, passthrough. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: passthrough. If the sign in didn't cross tenant boundaries, the value is none. + * Gets the crossTenantAccessType property value. Describes the type of cross-tenant access used by the actor to access the resource. The possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue, passthrough. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: passthrough. If the sign in didn't cross tenant boundaries, the value is none. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -600,7 +600,7 @@ public java.util.List getSessionLifetimePolicies() { return this.backingStore.get("sessionLifetimePolicies"); } /** - * Gets the signInEventTypes property value. Indicates the category of sign in that the event represents. For user sign ins, the category can be interactiveUser or nonInteractiveUser and corresponds to the value for the isInteractive property on the signin resource. For managed identity sign ins, the category is managedIdentity. For service principal sign-ins, the category is servicePrincipal. Possible values are: interactiveUser, nonInteractiveUser, servicePrincipal, managedIdentity, unknownFutureValue. Supports $filter (eq, ne). NOTE: Only interactive sign-ins are returned unless you set an explicit filter. For example, the filter for getting non-interactive sign-ins is https://graph.microsoft.com/beta/auditLogs/signIns?&$filter=signInEventTypes/any(t: t eq 'nonInteractiveUser'). + * Gets the signInEventTypes property value. Indicates the category of sign in that the event represents. For user sign ins, the category can be interactiveUser or nonInteractiveUser and corresponds to the value for the isInteractive property on the signin resource. For managed identity sign ins, the category is managedIdentity. For service principal sign-ins, the category is servicePrincipal. The possible values are: interactiveUser, nonInteractiveUser, servicePrincipal, managedIdentity, unknownFutureValue. Supports $filter (eq, ne). NOTE: Only interactive sign-ins are returned unless you set an explicit filter. For example, the filter for getting non-interactive sign-ins is https://graph.microsoft.com/beta/auditLogs/signIns?&$filter=signInEventTypes/any(t: t eq 'nonInteractiveUser'). * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -616,7 +616,7 @@ public String getSignInIdentifier() { return this.backingStore.get("signInIdentifier"); } /** - * Gets the signInIdentifierType property value. The type of sign in identifier. Possible values are: userPrincipalName, phoneNumber, proxyAddress, qrCode, onPremisesUserPrincipalName, unknownFutureValue. + * Gets the signInIdentifierType property value. The type of sign in identifier. The possible values are: userPrincipalName, phoneNumber, proxyAddress, qrCode, onPremisesUserPrincipalName, unknownFutureValue. * @return a {@link SignInIdentifierType} */ @jakarta.annotation.Nullable @@ -704,7 +704,7 @@ public String getUserPrincipalName() { return this.backingStore.get("userPrincipalName"); } /** - * Gets the userType property value. Identifies whether the user is a member or guest in the tenant. Possible values are: member, guest, unknownFutureValue. + * Gets the userType property value. Identifies whether the user is a member or guest in the tenant. The possible values are: member, guest, unknownFutureValue. * @return a {@link SignInUserType} */ @jakarta.annotation.Nullable @@ -963,7 +963,7 @@ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime this.backingStore.set("createdDateTime", value); } /** - * Sets the crossTenantAccessType property value. Describes the type of cross-tenant access used by the actor to access the resource. Possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue, passthrough. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: passthrough. If the sign in didn't cross tenant boundaries, the value is none. + * Sets the crossTenantAccessType property value. Describes the type of cross-tenant access used by the actor to access the resource. The possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue, passthrough. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: passthrough. If the sign in didn't cross tenant boundaries, the value is none. * @param value Value to set for the crossTenantAccessType property. */ public void setCrossTenantAccessType(@jakarta.annotation.Nullable final EnumSet value) { @@ -1222,7 +1222,7 @@ public void setSessionLifetimePolicies(@jakarta.annotation.Nullable final java.u this.backingStore.set("sessionLifetimePolicies", value); } /** - * Sets the signInEventTypes property value. Indicates the category of sign in that the event represents. For user sign ins, the category can be interactiveUser or nonInteractiveUser and corresponds to the value for the isInteractive property on the signin resource. For managed identity sign ins, the category is managedIdentity. For service principal sign-ins, the category is servicePrincipal. Possible values are: interactiveUser, nonInteractiveUser, servicePrincipal, managedIdentity, unknownFutureValue. Supports $filter (eq, ne). NOTE: Only interactive sign-ins are returned unless you set an explicit filter. For example, the filter for getting non-interactive sign-ins is https://graph.microsoft.com/beta/auditLogs/signIns?&$filter=signInEventTypes/any(t: t eq 'nonInteractiveUser'). + * Sets the signInEventTypes property value. Indicates the category of sign in that the event represents. For user sign ins, the category can be interactiveUser or nonInteractiveUser and corresponds to the value for the isInteractive property on the signin resource. For managed identity sign ins, the category is managedIdentity. For service principal sign-ins, the category is servicePrincipal. The possible values are: interactiveUser, nonInteractiveUser, servicePrincipal, managedIdentity, unknownFutureValue. Supports $filter (eq, ne). NOTE: Only interactive sign-ins are returned unless you set an explicit filter. For example, the filter for getting non-interactive sign-ins is https://graph.microsoft.com/beta/auditLogs/signIns?&$filter=signInEventTypes/any(t: t eq 'nonInteractiveUser'). * @param value Value to set for the signInEventTypes property. */ public void setSignInEventTypes(@jakarta.annotation.Nullable final java.util.List value) { @@ -1236,7 +1236,7 @@ public void setSignInIdentifier(@jakarta.annotation.Nullable final String value) this.backingStore.set("signInIdentifier", value); } /** - * Sets the signInIdentifierType property value. The type of sign in identifier. Possible values are: userPrincipalName, phoneNumber, proxyAddress, qrCode, onPremisesUserPrincipalName, unknownFutureValue. + * Sets the signInIdentifierType property value. The type of sign in identifier. The possible values are: userPrincipalName, phoneNumber, proxyAddress, qrCode, onPremisesUserPrincipalName, unknownFutureValue. * @param value Value to set for the signInIdentifierType property. */ public void setSignInIdentifierType(@jakarta.annotation.Nullable final SignInIdentifierType value) { @@ -1313,7 +1313,7 @@ public void setUserPrincipalName(@jakarta.annotation.Nullable final String value this.backingStore.set("userPrincipalName", value); } /** - * Sets the userType property value. Identifies whether the user is a member or guest in the tenant. Possible values are: member, guest, unknownFutureValue. + * Sets the userType property value. Identifies whether the user is a member or guest in the tenant. The possible values are: member, guest, unknownFutureValue. * @param value Value to set for the userType property. */ public void setUserType(@jakarta.annotation.Nullable final SignInUserType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SignInConditions.java b/src/main/java/com/microsoft/graph/beta/generated/models/SignInConditions.java index dccc3c408ec..11d12703c44 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SignInConditions.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SignInConditions.java @@ -48,7 +48,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the agentIdRiskLevel property value. Agent identity risk levels included in the policy. Possible values are: none, low, medium, high, unknownFutureValue. This enumeration is multivalued. + * Gets the agentIdRiskLevel property value. Agent identity risk levels included in the policy. The possible values are: none, low, medium, high, unknownFutureValue. This enumeration is multivalued. * @return a {@link AgentIdRiskLevel} */ @jakarta.annotation.Nullable @@ -200,7 +200,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers return deserializerMap; } /** - * Gets the targettedUserType property value. Target user type. Possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue. + * Gets the targettedUserType property value. Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue. * @return a {@link TargettedUserType} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("targettedUserType", this.getTargettedUserType()); } /** - * Sets the targettedUserType property value. Target user type. Possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue. + * Sets the targettedUserType property value. Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue. * @param value Value to set for the targettedUserType property. */ public void setTargettedUserType(@jakarta.annotation.Nullable final TargettedUserType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SiteCollection.java b/src/main/java/com/microsoft/graph/beta/generated/models/SiteCollection.java index 50d0a2fa488..a56ff6a8c7b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SiteCollection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SiteCollection.java @@ -48,7 +48,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the archivalDetails property value. Represents whether the site collection is recently archived, fully archived, or reactivating. Possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue. To update this property, use the site: archive or site: unarchive APIs. + * Gets the archivalDetails property value. Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue. To update this property, use the site: archive or site: unarchive APIs. * @return a {@link SiteArchivalDetails} */ @jakarta.annotation.Nullable @@ -130,7 +130,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers return deserializerMap; } /** - * Gets the proficiency property value. Detail of the users proficiency with this skill. Possible values are: elementary, limitedWorking, generalProfessional, advancedProfessional, expert, unknownFutureValue. + * Gets the proficiency property value. Detail of the users proficiency with this skill. The possible values are: elementary, limitedWorking, generalProfessional, advancedProfessional, expert, unknownFutureValue. * @return a {@link SkillProficiencyLevel} */ @jakarta.annotation.Nullable @@ -124,7 +124,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the proficiency property value. Detail of the users proficiency with this skill. Possible values are: elementary, limitedWorking, generalProfessional, advancedProfessional, expert, unknownFutureValue. + * Sets the proficiency property value. Detail of the users proficiency with this skill. The possible values are: elementary, limitedWorking, generalProfessional, advancedProfessional, expert, unknownFutureValue. * @param value Value to set for the proficiency property. */ public void setProficiency(@jakarta.annotation.Nullable final SkillProficiencyLevel value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/StatusBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/StatusBase.java index 4852ed72582..825c478c0f8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/StatusBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/StatusBase.java @@ -82,7 +82,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the status property value. Possible values are: success, warning, failure, skipped, unknownFutureValue. Supports $filter (eq, contains). + * Gets the status property value. The possible values are: success, warning, failure, skipped, unknownFutureValue. Supports $filter (eq, contains). * @return a {@link ProvisioningResult} */ @jakarta.annotation.Nullable @@ -122,7 +122,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the status property value. Possible values are: success, warning, failure, skipped, unknownFutureValue. Supports $filter (eq, contains). + * Sets the status property value. The possible values are: success, warning, failure, skipped, unknownFutureValue. Supports $filter (eq, contains). * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final ProvisioningResult value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequest.java index 9b82a6188c9..7911b528278 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequest.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequest.java @@ -90,7 +90,7 @@ public DataSubject getDataSubject() { return this.backingStore.get("dataSubject"); } /** - * Gets the dataSubjectType property value. The type of the data subject. Possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue. + * Gets the dataSubjectType property value. The type of the data subject. The possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue. * @return a {@link DataSubjectType} */ @jakarta.annotation.Nullable @@ -263,7 +263,7 @@ public java.util.List getStages() { return this.backingStore.get("stages"); } /** - * Gets the status property value. The status of the request. Possible values are: active, closed, unknownFutureValue. + * Gets the status property value. The status of the request. The possible values are: active, closed, unknownFutureValue. * @return a {@link SubjectRightsRequestStatus} */ @jakarta.annotation.Nullable @@ -279,7 +279,7 @@ public Team getTeam() { return this.backingStore.get("team"); } /** - * Gets the type property value. The type of the request. Possible values are: export, delete, access, tagForAction, unknownFutureValue. + * Gets the type property value. The type of the request. The possible values are: export, delete, access, tagForAction, unknownFutureValue. * @return a {@link SubjectRightsRequestType} */ @jakarta.annotation.Nullable @@ -379,7 +379,7 @@ public void setDataSubject(@jakarta.annotation.Nullable final DataSubject value) this.backingStore.set("dataSubject", value); } /** - * Sets the dataSubjectType property value. The type of the data subject. Possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue. + * Sets the dataSubjectType property value. The type of the data subject. The possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue. * @param value Value to set for the dataSubjectType property. */ public void setDataSubjectType(@jakarta.annotation.Nullable final DataSubjectType value) { @@ -498,7 +498,7 @@ public void setStages(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers return deserializerMap; } /** - * Gets the key property value. Possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields. + * Gets the key property value. The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields. * @return a {@link SynchronizationMetadata} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the key property value. Possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields. + * Sets the key property value. The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields. * @param value Value to set for the key property. */ public void setKey(@jakarta.annotation.Nullable final SynchronizationMetadata value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TargetResource.java b/src/main/java/com/microsoft/graph/beta/generated/models/TargetResource.java index f825c4f0226..1e01ecbf439 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TargetResource.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TargetResource.java @@ -80,7 +80,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the groupType property value. When type is set to Group, this indicates the group type. Possible values are: unifiedGroups, azureAD, and unknownFutureValue + * Gets the groupType property value. When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue * @return a {@link GroupType} */ @jakarta.annotation.Nullable @@ -165,7 +165,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the groupType property value. When type is set to Group, this indicates the group type. Possible values are: unifiedGroups, azureAD, and unknownFutureValue + * Sets the groupType property value. When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue * @param value Value to set for the groupType property. */ public void setGroupType(@jakarta.annotation.Nullable final GroupType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TeamFunSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/TeamFunSettings.java index 6f8e4442ada..78abe966762 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TeamFunSettings.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TeamFunSettings.java @@ -94,7 +94,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the giphyContentRating property value. Giphy content rating. Possible values are: moderate, strict. + * Gets the giphyContentRating property value. Giphy content rating. The possible values are: moderate, strict. * @return a {@link GiphyRatingType} */ @jakarta.annotation.Nullable @@ -159,7 +159,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the giphyContentRating property value. Giphy content rating. Possible values are: moderate, strict. + * Sets the giphyContentRating property value. Giphy content rating. The possible values are: moderate, strict. * @param value Value to set for the giphyContentRating property. */ public void setGiphyContentRating(@jakarta.annotation.Nullable final GiphyRatingType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TeamsAppDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/TeamsAppDefinition.java index ce18805e7f8..29d526e6121 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TeamsAppDefinition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TeamsAppDefinition.java @@ -27,7 +27,7 @@ public static TeamsAppDefinition createFromDiscriminatorValue(@jakarta.annotatio return new TeamsAppDefinition(); } /** - * Gets the allowedInstallationScopes property value. A collection of scopes where the Teams app can be installed. Possible values are:teamIndicates that the Teams app can be installed within a team and is authorized to access that team's data. groupChatIndicates that the Teams app can be installed within a group chat and is authorized to access that group chat's data. personalIndicates that the Teams app can be installed in the personal scope of a user and is authorized to access that user's data. + * Gets the allowedInstallationScopes property value. A collection of scopes where the Teams app can be installed. The possible values are:teamIndicates that the Teams app can be installed within a team and is authorized to access that team's data. groupChatIndicates that the Teams app can be installed within a group chat and is authorized to access that group chat's data. personalIndicates that the Teams app can be installed in the personal scope of a user and is authorized to access that user's data. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -139,7 +139,7 @@ public TeamsAppIcon getOutlineIcon() { return this.backingStore.get("outlineIcon"); } /** - * Gets the publishingState property value. The published status of a specific version of a Teams app. Possible values are:submittedThe specific version of the Teams app has been submitted and is under review. published - The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected - The request to publish the specific version of the Teams app was rejected by the admin. + * Gets the publishingState property value. The published status of a specific version of a Teams app. The possible values are:submittedThe specific version of the Teams app has been submitted and is under review. published - The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected - The request to publish the specific version of the Teams app was rejected by the admin. * @return a {@link TeamsAppPublishingState} */ @jakarta.annotation.Nullable @@ -194,7 +194,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("version", this.getVersion()); } /** - * Sets the allowedInstallationScopes property value. A collection of scopes where the Teams app can be installed. Possible values are:teamIndicates that the Teams app can be installed within a team and is authorized to access that team's data. groupChatIndicates that the Teams app can be installed within a group chat and is authorized to access that group chat's data. personalIndicates that the Teams app can be installed in the personal scope of a user and is authorized to access that user's data. + * Sets the allowedInstallationScopes property value. A collection of scopes where the Teams app can be installed. The possible values are:teamIndicates that the Teams app can be installed within a team and is authorized to access that team's data. groupChatIndicates that the Teams app can be installed within a group chat and is authorized to access that group chat's data. personalIndicates that the Teams app can be installed in the personal scope of a user and is authorized to access that user's data. * @param value Value to set for the allowedInstallationScopes property. */ public void setAllowedInstallationScopes(@jakarta.annotation.Nullable final EnumSet value) { @@ -271,7 +271,7 @@ public void setOutlineIcon(@jakarta.annotation.Nullable final TeamsAppIcon value this.backingStore.set("outlineIcon", value); } /** - * Sets the publishingState property value. The published status of a specific version of a Teams app. Possible values are:submittedThe specific version of the Teams app has been submitted and is under review. published - The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected - The request to publish the specific version of the Teams app was rejected by the admin. + * Sets the publishingState property value. The published status of a specific version of a Teams app. The possible values are:submittedThe specific version of the Teams app has been submitted and is under review. published - The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected - The request to publish the specific version of the Teams app was rejected by the admin. * @param value Value to set for the publishingState property. */ public void setPublishingState(@jakarta.annotation.Nullable final TeamsAppPublishingState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkActivityTopic.java b/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkActivityTopic.java index 989221bc1f7..9529ed0c7bc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkActivityTopic.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkActivityTopic.java @@ -77,7 +77,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the source property value. Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text. + * Gets the source property value. Type of source. The possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text. * @return a {@link TeamworkActivityTopicSource} */ @jakarta.annotation.Nullable @@ -135,7 +135,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the source property value. Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text. + * Sets the source property value. Type of source. The possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text. * @param value Value to set for the source property. */ public void setSource(@jakarta.annotation.Nullable final TeamworkActivityTopicSource value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkApplicationIdentity.java b/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkApplicationIdentity.java index 7a738d0859d..453234dcc37 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkApplicationIdentity.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkApplicationIdentity.java @@ -26,7 +26,7 @@ public static TeamworkApplicationIdentity createFromDiscriminatorValue(@jakarta. return new TeamworkApplicationIdentity(); } /** - * Gets the applicationIdentityType property value. Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, and outgoingWebhook. + * Gets the applicationIdentityType property value. Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, and outgoingWebhook. * @return a {@link TeamworkApplicationIdentityType} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("applicationIdentityType", this.getApplicationIdentityType()); } /** - * Sets the applicationIdentityType property value. Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, and outgoingWebhook. + * Sets the applicationIdentityType property value. Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, and outgoingWebhook. * @param value Value to set for the applicationIdentityType property. */ public void setApplicationIdentityType(@jakarta.annotation.Nullable final TeamworkApplicationIdentityType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkConversationIdentity.java b/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkConversationIdentity.java index d3c2261e890..41ed46382b4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkConversationIdentity.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkConversationIdentity.java @@ -26,7 +26,7 @@ public static TeamworkConversationIdentity createFromDiscriminatorValue(@jakarta return new TeamworkConversationIdentity(); } /** - * Gets the conversationIdentityType property value. Type of conversation. Possible values are: team, channel, and chat. + * Gets the conversationIdentityType property value. Type of conversation. The possible values are: team, channel, and chat. * @return a {@link TeamworkConversationIdentityType} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("conversationIdentityType", this.getConversationIdentityType()); } /** - * Sets the conversationIdentityType property value. Type of conversation. Possible values are: team, channel, and chat. + * Sets the conversationIdentityType property value. Type of conversation. The possible values are: team, channel, and chat. * @param value Value to set for the conversationIdentityType property. */ public void setConversationIdentityType(@jakarta.annotation.Nullable final TeamworkConversationIdentityType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkUserIdentity.java b/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkUserIdentity.java index a71e0636ce6..6009d233254 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkUserIdentity.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TeamworkUserIdentity.java @@ -37,7 +37,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the userIdentityType property value. Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, emailUser and azureCommunicationServicesUser. + * Gets the userIdentityType property value. Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, emailUser and azureCommunicationServicesUser. * @return a {@link TeamworkUserIdentityType} */ @jakarta.annotation.Nullable @@ -63,7 +63,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("userPrincipalName", this.getUserPrincipalName()); } /** - * Sets the userIdentityType property value. Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, emailUser and azureCommunicationServicesUser. + * Sets the userIdentityType property value. Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, emailUser and azureCommunicationServicesUser. * @param value Value to set for the userIdentityType property. */ public void setUserIdentityType(@jakarta.annotation.Nullable final TeamworkUserIdentityType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ThreatAssessmentRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/ThreatAssessmentRequest.java index 2c4a374b19d..e927da742fc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ThreatAssessmentRequest.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ThreatAssessmentRequest.java @@ -44,7 +44,7 @@ public ThreatCategory getCategory() { return this.backingStore.get("category"); } /** - * Gets the contentType property value. The content type of threat assessment. Possible values are: mail, url, file. + * Gets the contentType property value. The content type of threat assessment. The possible values are: mail, url, file. * @return a {@link ThreatAssessmentContentType} */ @jakarta.annotation.Nullable @@ -93,7 +93,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the requestSource property value. The source of the threat assessment request. Possible values are: user, administrator. + * Gets the requestSource property value. The source of the threat assessment request. The possible values are: user, administrator. * @return a {@link ThreatAssessmentRequestSource} */ @jakarta.annotation.Nullable @@ -109,7 +109,7 @@ public java.util.List getResults() { return this.backingStore.get("results"); } /** - * Gets the status property value. The assessment process status. Possible values are: pending, completed. + * Gets the status property value. The assessment process status. The possible values are: pending, completed. * @return a {@link ThreatAssessmentStatus} */ @jakarta.annotation.Nullable @@ -140,7 +140,7 @@ public void setCategory(@jakarta.annotation.Nullable final ThreatCategory value) this.backingStore.set("category", value); } /** - * Sets the contentType property value. The content type of threat assessment. Possible values are: mail, url, file. + * Sets the contentType property value. The content type of threat assessment. The possible values are: mail, url, file. * @param value Value to set for the contentType property. */ public void setContentType(@jakarta.annotation.Nullable final ThreatAssessmentContentType value) { @@ -168,7 +168,7 @@ public void setExpectedAssessment(@jakarta.annotation.Nullable final ThreatExpec this.backingStore.set("expectedAssessment", value); } /** - * Sets the requestSource property value. The source of the threat assessment request. Possible values are: user, administrator. + * Sets the requestSource property value. The source of the threat assessment request. The possible values are: user, administrator. * @param value Value to set for the requestSource property. */ public void setRequestSource(@jakarta.annotation.Nullable final ThreatAssessmentRequestSource value) { @@ -182,7 +182,7 @@ public void setResults(@jakarta.annotation.Nullable final java.util.List getTags() { return this.backingStore.get("tags"); } /** - * Gets the type property value. The type of training. Possible values are: unknown, phishing, unknownFutureValue. + * Gets the type property value. The type of training. The possible values are: unknown, phishing, unknownFutureValue. * @return a {@link TrainingType} */ @jakarta.annotation.Nullable @@ -193,7 +193,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("type", this.getType()); } /** - * Sets the availabilityStatus property value. The training availability status. Possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue. + * Sets the availabilityStatus property value. The training availability status. The possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue. * @param value Value to set for the availabilityStatus property. */ public void setAvailabilityStatus(@jakarta.annotation.Nullable final TrainingAvailabilityStatus value) { @@ -270,7 +270,7 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat this.backingStore.set("lastModifiedDateTime", value); } /** - * Sets the source property value. The source of the training content. Possible values are: unknown, global, tenant, unknownFutureValue. + * Sets the source property value. The source of the training content. The possible values are: unknown, global, tenant, unknownFutureValue. * @param value Value to set for the source property. */ public void setSource(@jakarta.annotation.Nullable final SimulationContentSource value) { @@ -291,7 +291,7 @@ public void setTags(@jakarta.annotation.Nullable final java.util.List va this.backingStore.set("tags", value); } /** - * Sets the type property value. The type of training. Possible values are: unknown, phishing, unknownFutureValue. + * Sets the type property value. The type of training. The possible values are: unknown, phishing, unknownFutureValue. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final TrainingType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TrainingReminderNotification.java b/src/main/java/com/microsoft/graph/beta/generated/models/TrainingReminderNotification.java index e8ecaea77ed..3fafa587f62 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TrainingReminderNotification.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TrainingReminderNotification.java @@ -26,7 +26,7 @@ public static TrainingReminderNotification createFromDiscriminatorValue(@jakarta return new TrainingReminderNotification(); } /** - * Gets the deliveryFrequency property value. Configurable frequency for the reminder email introduced during simulation creation. Possible values are: unknown, weekly, biWeekly, unknownFutureValue. + * Gets the deliveryFrequency property value. Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue. * @return a {@link NotificationDeliveryFrequency} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("deliveryFrequency", this.getDeliveryFrequency()); } /** - * Sets the deliveryFrequency property value. Configurable frequency for the reminder email introduced during simulation creation. Possible values are: unknown, weekly, biWeekly, unknownFutureValue. + * Sets the deliveryFrequency property value. Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue. * @param value Value to set for the deliveryFrequency property. */ public void setDeliveryFrequency(@jakarta.annotation.Nullable final NotificationDeliveryFrequency value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TrainingSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/TrainingSetting.java index 14f98f224f0..a68de14f518 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TrainingSetting.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TrainingSetting.java @@ -86,7 +86,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the settingType property value. Type of setting. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. + * Gets the settingType property value. Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. * @return a {@link TrainingSettingType} */ @jakarta.annotation.Nullable @@ -126,7 +126,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the settingType property value. Type of setting. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. + * Sets the settingType property value. Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. * @param value Value to set for the settingType property. */ public void setSettingType(@jakarta.annotation.Nullable final TrainingSettingType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TrustFrameworkKey.java b/src/main/java/com/microsoft/graph/beta/generated/models/TrustFrameworkKey.java index af0ff5cb505..bdf37422891 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TrustFrameworkKey.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TrustFrameworkKey.java @@ -203,7 +203,7 @@ public TrustFrameworkKeyStatus getStatus() { return this.backingStore.get("status"); } /** - * Gets the use property value. The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption). + * Gets the use property value. The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. The possible values are: sig (signature), enc (encryption). * @return a {@link String} */ @jakarta.annotation.Nullable @@ -373,7 +373,7 @@ public void setStatus(@jakarta.annotation.Nullable final TrustFrameworkKeyStatus this.backingStore.set("status", value); } /** - * Sets the use property value. The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption). + * Sets the use property value. The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. The possible values are: sig (signature), enc (encryption). * @param value Value to set for the use property. */ public void setUse(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TrustFrameworkKeyV2.java b/src/main/java/com/microsoft/graph/beta/generated/models/TrustFrameworkKeyV2.java index a5afc98324b..4795da9452e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TrustFrameworkKeyV2.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TrustFrameworkKeyV2.java @@ -203,7 +203,7 @@ public TrustFrameworkKeyStatus getStatus() { return this.backingStore.get("status"); } /** - * Gets the use property value. The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption). + * Gets the use property value. The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. The possible values are: sig (signature), enc (encryption). * @return a {@link String} */ @jakarta.annotation.Nullable @@ -373,7 +373,7 @@ public void setStatus(@jakarta.annotation.Nullable final TrustFrameworkKeyStatus this.backingStore.set("status", value); } /** - * Sets the use property value. The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption). + * Sets the use property value. The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. The possible values are: sig (signature), enc (encryption). * @param value Value to set for the use property. */ public void setUse(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TypedEmailAddress.java b/src/main/java/com/microsoft/graph/beta/generated/models/TypedEmailAddress.java index 3402e8611e8..c41e97c0d84 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TypedEmailAddress.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TypedEmailAddress.java @@ -45,7 +45,7 @@ public String getOtherLabel() { return this.backingStore.get("otherLabel"); } /** - * Gets the type property value. The type of email address. Possible values are: unknown, work, personal, main, other. The default value is unknown, which means address has not been set as a specific type. + * Gets the type property value. The type of email address. The possible values are: unknown, work, personal, main, other. The default value is unknown, which means address has not been set as a specific type. * @return a {@link EmailType} */ @jakarta.annotation.Nullable @@ -70,7 +70,7 @@ public void setOtherLabel(@jakarta.annotation.Nullable final String value) { this.backingStore.set("otherLabel", value); } /** - * Sets the type property value. The type of email address. Possible values are: unknown, work, personal, main, other. The default value is unknown, which means address has not been set as a specific type. + * Sets the type property value. The type of email address. The possible values are: unknown, work, personal, main, other. The default value is unknown, which means address has not been set as a specific type. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final EmailType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserConfiguration.java index da258c21ad7..a5e05e6ad91 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserConfiguration.java @@ -25,7 +25,7 @@ public static UserConfiguration createFromDiscriminatorValue(@jakarta.annotation return new UserConfiguration(); } /** - * Gets the binaryData property value. The binaryData property + * Gets the binaryData property value. Arbitrary binary data. * @return a {@link byte[]} */ @jakarta.annotation.Nullable @@ -52,7 +52,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeByteArrayValue("binaryData", this.getBinaryData()); } /** - * Sets the binaryData property value. The binaryData property + * Sets the binaryData property value. Arbitrary binary data. * @param value Value to set for the binaryData property. */ public void setBinaryData(@jakarta.annotation.Nullable final byte[] value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.java index 4dd08ec5eeb..9957246e511 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.java @@ -36,7 +36,7 @@ public Integer getAppCrashCount() { return this.backingStore.get("appCrashCount"); } /** - * Gets the appDisplayName property value. The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + * Gets the appDisplayName property value. The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -44,7 +44,7 @@ public String getAppDisplayName() { return this.backingStore.get("appDisplayName"); } /** - * Gets the appName property value. The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + * Gets the appName property value. The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -122,14 +122,14 @@ public void setAppCrashCount(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("appCrashCount", value); } /** - * Sets the appDisplayName property value. The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + * Sets the appDisplayName property value. The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. * @param value Value to set for the appDisplayName property. */ public void setAppDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("appDisplayName", value); } /** - * Sets the appName property value. The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + * Sets the appName property value. The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. * @param value Value to set for the appName property. */ public void setAppName(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.java index 6d93ea77238..e78169fdbeb 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.java @@ -44,7 +44,7 @@ public Integer getAppCrashCount() { return this.backingStore.get("appCrashCount"); } /** - * Gets the appDisplayName property value. The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + * Gets the appDisplayName property value. The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -52,7 +52,7 @@ public String getAppDisplayName() { return this.backingStore.get("appDisplayName"); } /** - * Gets the appName property value. The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + * Gets the appName property value. The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -149,14 +149,14 @@ public void setAppCrashCount(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("appCrashCount", value); } /** - * Sets the appDisplayName property value. The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + * Sets the appDisplayName property value. The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. * @param value Value to set for the appDisplayName property. */ public void setAppDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("appDisplayName", value); } /** - * Sets the appName property value. The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + * Sets the appName property value. The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. * @param value Value to set for the appName property. */ public void setAppName(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthApplicationPerformance.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthApplicationPerformance.java index a976c3e2dfe..d9b26e1f3bd 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthApplicationPerformance.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthApplicationPerformance.java @@ -44,7 +44,7 @@ public Integer getAppCrashCount() { return this.backingStore.get("appCrashCount"); } /** - * Gets the appDisplayName property value. The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + * Gets the appDisplayName property value. The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -68,7 +68,7 @@ public Double getAppHealthScore() { return this.backingStore.get("appHealthScore"); } /** - * Gets the appName property value. The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + * Gets the appName property value. The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -149,7 +149,7 @@ public void setAppCrashCount(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("appCrashCount", value); } /** - * Sets the appDisplayName property value. The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + * Sets the appDisplayName property value. The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. * @param value Value to set for the appDisplayName property. */ public void setAppDisplayName(@jakarta.annotation.Nullable final String value) { @@ -170,7 +170,7 @@ public void setAppHealthScore(@jakarta.annotation.Nullable final Double value) { this.backingStore.set("appHealthScore", value); } /** - * Sets the appName property value. The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + * Sets the appName property value. The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. * @param value Value to set for the appName property. */ public void setAppName(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.java index 582de7feae7..cd8d3350a4f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.java @@ -29,7 +29,7 @@ public static UserExperienceAnalyticsAppHealthDevicePerformanceDetails createFro return new UserExperienceAnalyticsAppHealthDevicePerformanceDetails(); } /** - * Gets the appDisplayName property value. The friendly name of the application for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + * Gets the appDisplayName property value. The friendly name of the application for which the event occurred. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public String getAppPublisher() { return this.backingStore.get("appPublisher"); } /** - * Gets the appVersion property value. The version of the application. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only. + * Gets the appVersion property value. The version of the application. The possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -116,7 +116,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("eventType", this.getEventType()); } /** - * Sets the appDisplayName property value. The friendly name of the application for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + * Sets the appDisplayName property value. The friendly name of the application for which the event occurred. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. * @param value Value to set for the appDisplayName property. */ public void setAppDisplayName(@jakarta.annotation.Nullable final String value) { @@ -130,7 +130,7 @@ public void setAppPublisher(@jakarta.annotation.Nullable final String value) { this.backingStore.set("appPublisher", value); } /** - * Sets the appVersion property value. The version of the application. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only. + * Sets the appVersion property value. The version of the application. The possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only. * @param value Value to set for the appVersion property. */ public void setAppVersion(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationDetails.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationDetails.java index 0dfc91dfacf..55c5bd8db7b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationDetails.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationDetails.java @@ -139,7 +139,7 @@ public java.util.List getMethodsRegistered() { return this.backingStore.get("methodsRegistered"); } /** - * Gets the systemPreferredAuthenticationMethods property value. Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. Possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq). + * Gets the systemPreferredAuthenticationMethods property value. Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq). * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -155,7 +155,7 @@ public String getUserDisplayName() { return this.backingStore.get("userDisplayName"); } /** - * Gets the userPreferredMethodForSecondaryAuthentication property value. The method the user selected as the default second-factor for performing multifactor authentication. Possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. + * Gets the userPreferredMethodForSecondaryAuthentication property value. The method the user selected as the default second-factor for performing multifactor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. * @return a {@link UserDefaultAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -280,7 +280,7 @@ public void setMethodsRegistered(@jakarta.annotation.Nullable final java.util.Li this.backingStore.set("methodsRegistered", value); } /** - * Sets the systemPreferredAuthenticationMethods property value. Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. Possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq). + * Sets the systemPreferredAuthenticationMethods property value. Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq). * @param value Value to set for the systemPreferredAuthenticationMethods property. */ public void setSystemPreferredAuthenticationMethods(@jakarta.annotation.Nullable final java.util.List value) { @@ -294,7 +294,7 @@ public void setUserDisplayName(@jakarta.annotation.Nullable final String value) this.backingStore.set("userDisplayName", value); } /** - * Sets the userPreferredMethodForSecondaryAuthentication property value. The method the user selected as the default second-factor for performing multifactor authentication. Possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. + * Sets the userPreferredMethodForSecondaryAuthentication property value. The method the user selected as the default second-factor for performing multifactor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. * @param value Value to set for the userPreferredMethodForSecondaryAuthentication property. */ public void setUserPreferredMethodForSecondaryAuthentication(@jakarta.annotation.Nullable final UserDefaultAuthenticationMethod value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationFeatureSummary.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationFeatureSummary.java index 0c631081d0a..5ca6c1b993a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationFeatureSummary.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationFeatureSummary.java @@ -94,7 +94,7 @@ public java.util.List getUserRegistrationFeatureCo return this.backingStore.get("userRegistrationFeatureCounts"); } /** - * Gets the userRoles property value. The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. + * Gets the userRoles property value. The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. * @return a {@link IncludedUserRoles} */ @jakarta.annotation.Nullable @@ -102,7 +102,7 @@ public IncludedUserRoles getUserRoles() { return this.backingStore.get("userRoles"); } /** - * Gets the userTypes property value. User type. Possible values are: all, member, guest, unknownFutureValue. + * Gets the userTypes property value. User type. The possible values are: all, member, guest, unknownFutureValue. * @return a {@link IncludedUserTypes} */ @jakarta.annotation.Nullable @@ -159,14 +159,14 @@ public void setUserRegistrationFeatureCounts(@jakarta.annotation.Nullable final this.backingStore.set("userRegistrationFeatureCounts", value); } /** - * Sets the userRoles property value. The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. + * Sets the userRoles property value. The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. * @param value Value to set for the userRoles property. */ public void setUserRoles(@jakarta.annotation.Nullable final IncludedUserRoles value) { this.backingStore.set("userRoles", value); } /** - * Sets the userTypes property value. User type. Possible values are: all, member, guest, unknownFutureValue. + * Sets the userTypes property value. User type. The possible values are: all, member, guest, unknownFutureValue. * @param value Value to set for the userTypes property. */ public void setUserTypes(@jakarta.annotation.Nullable final IncludedUserTypes value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationMethodSummary.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationMethodSummary.java index fbf76235cbc..d505476554b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationMethodSummary.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserRegistrationMethodSummary.java @@ -94,7 +94,7 @@ public java.util.List getUserRegistrationMethodCoun return this.backingStore.get("userRegistrationMethodCounts"); } /** - * Gets the userRoles property value. The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. + * Gets the userRoles property value. The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. * @return a {@link IncludedUserRoles} */ @jakarta.annotation.Nullable @@ -102,7 +102,7 @@ public IncludedUserRoles getUserRoles() { return this.backingStore.get("userRoles"); } /** - * Gets the userTypes property value. User type. Possible values are: all, member, guest, unknownFutureValue. + * Gets the userTypes property value. User type. The possible values are: all, member, guest, unknownFutureValue. * @return a {@link IncludedUserTypes} */ @jakarta.annotation.Nullable @@ -159,14 +159,14 @@ public void setUserRegistrationMethodCounts(@jakarta.annotation.Nullable final j this.backingStore.set("userRegistrationMethodCounts", value); } /** - * Sets the userRoles property value. The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. + * Sets the userRoles property value. The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. * @param value Value to set for the userRoles property. */ public void setUserRoles(@jakarta.annotation.Nullable final IncludedUserRoles value) { this.backingStore.set("userRoles", value); } /** - * Sets the userTypes property value. User type. Possible values are: all, member, guest, unknownFutureValue. + * Sets the userTypes property value. User type. The possible values are: all, member, guest, unknownFutureValue. * @param value Value to set for the userTypes property. */ public void setUserTypes(@jakarta.annotation.Nullable final IncludedUserTypes value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserSecurityState.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserSecurityState.java index afea8a33aa2..0738fc21187 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserSecurityState.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserSecurityState.java @@ -81,7 +81,7 @@ public String getDomainName() { return this.backingStore.get("domainName"); } /** - * Gets the emailRole property value. For email-related alerts - user account's email 'role'. Possible values are: unknown, sender, recipient. + * Gets the emailRole property value. For email-related alerts - user account's email 'role'. The possible values are: unknown, sender, recipient. * @return a {@link EmailRole} */ @jakarta.annotation.Nullable @@ -153,7 +153,7 @@ public String getLogonLocation() { return this.backingStore.get("logonLocation"); } /** - * Gets the logonType property value. Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service. + * Gets the logonType property value. Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service. * @return a {@link LogonType} */ @jakarta.annotation.Nullable @@ -185,7 +185,7 @@ public String getRiskScore() { return this.backingStore.get("riskScore"); } /** - * Gets the userAccountType property value. User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator. + * Gets the userAccountType property value. User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator. * @return a {@link UserAccountSecurityType} */ @jakarta.annotation.Nullable @@ -260,7 +260,7 @@ public void setDomainName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("domainName", value); } /** - * Sets the emailRole property value. For email-related alerts - user account's email 'role'. Possible values are: unknown, sender, recipient. + * Sets the emailRole property value. For email-related alerts - user account's email 'role'. The possible values are: unknown, sender, recipient. * @param value Value to set for the emailRole property. */ public void setEmailRole(@jakarta.annotation.Nullable final EmailRole value) { @@ -302,7 +302,7 @@ public void setLogonLocation(@jakarta.annotation.Nullable final String value) { this.backingStore.set("logonLocation", value); } /** - * Sets the logonType property value. Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service. + * Sets the logonType property value. Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service. * @param value Value to set for the logonType property. */ public void setLogonType(@jakarta.annotation.Nullable final LogonType value) { @@ -330,7 +330,7 @@ public void setRiskScore(@jakarta.annotation.Nullable final String value) { this.backingStore.set("riskScore", value); } /** - * Sets the userAccountType property value. User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator. + * Sets the userAccountType property value. User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator. * @param value Value to set for the userAccountType property. */ public void setUserAccountType(@jakarta.annotation.Nullable final UserAccountSecurityType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserTrainingEventInfo.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserTrainingEventInfo.java index 548d9fd1434..48df73792de 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserTrainingEventInfo.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserTrainingEventInfo.java @@ -79,7 +79,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the latestTrainingStatus property value. Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. + * Gets the latestTrainingStatus property value. Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. * @return a {@link TrainingStatus} */ @jakarta.annotation.Nullable @@ -155,7 +155,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the latestTrainingStatus property value. Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. + * Sets the latestTrainingStatus property value. Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. * @param value Value to set for the latestTrainingStatus property. */ public void setLatestTrainingStatus(@jakarta.annotation.Nullable final TrainingStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UserTrainingStatusInfo.java b/src/main/java/com/microsoft/graph/beta/generated/models/UserTrainingStatusInfo.java index 28bce823a13..afd3c32770f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/UserTrainingStatusInfo.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/UserTrainingStatusInfo.java @@ -103,7 +103,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the trainingStatus property value. The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. + * Gets the trainingStatus property value. The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. * @return a {@link TrainingStatus} */ @jakarta.annotation.Nullable @@ -167,7 +167,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the trainingStatus property value. The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. + * Sets the trainingStatus property value. The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. * @param value Value to set for the trainingStatus property. */ public void setTrainingStatus(@jakarta.annotation.Nullable final TrainingStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/VirtualEventTownhall.java b/src/main/java/com/microsoft/graph/beta/generated/models/VirtualEventTownhall.java index 79cf4557cf3..d22ea62cf0e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/VirtualEventTownhall.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/VirtualEventTownhall.java @@ -26,7 +26,7 @@ public static VirtualEventTownhall createFromDiscriminatorValue(@jakarta.annotat return new VirtualEventTownhall(); } /** - * Gets the audience property value. The audience to whom the town hall is visible. Possible values are: everyone, organization, unknownFutureValue. + * Gets the audience property value. The audience to whom the town hall is visible. The possible values are: everyone, organization, unknownFutureValue. * @return a {@link MeetingAudience} */ @jakarta.annotation.Nullable @@ -83,7 +83,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeBooleanValue("isInviteOnly", this.getIsInviteOnly()); } /** - * Sets the audience property value. The audience to whom the town hall is visible. Possible values are: everyone, organization, unknownFutureValue. + * Sets the audience property value. The audience to whom the town hall is visible. The possible values are: everyone, organization, unknownFutureValue. * @param value Value to set for the audience property. */ public void setAudience(@jakarta.annotation.Nullable final MeetingAudience value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Website.java b/src/main/java/com/microsoft/graph/beta/generated/models/Website.java index 477bdbd771e..8a6b87930d0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Website.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Website.java @@ -93,7 +93,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the type property value. Possible values are: other, home, work, blog, profile. + * Gets the type property value. The possible values are: other, home, work, blog, profile. * @return a {@link WebsiteType} */ @jakarta.annotation.Nullable @@ -149,7 +149,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the type property value. Possible values are: other, home, work, blog, profile. + * Sets the type property value. The possible values are: other, home, work, blog, profile. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final WebsiteType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobApp.java b/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobApp.java index b2eb0281256..3f6f333ea23 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobApp.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobApp.java @@ -61,7 +61,7 @@ public Boolean getAllowAvailableUninstall() { return this.backingStore.get("allowAvailableUninstall"); } /** - * Gets the allowedArchitectures property value. Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. Possible values are: null, x86, x64, arm64. Possible values are: none, x86, x64, arm, neutral, arm64. + * Gets the allowedArchitectures property value. Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. The possible values are: null, x86, x64, arm64. The possible values are: none, x86, x64, arm, neutral, arm64. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -195,7 +195,7 @@ public Win32LobAppMsiInformation getMsiInformation() { return this.backingStore.get("msiInformation"); } /** - * Gets the requirementRules property value. Indicates the requirement rules to detect Win32 Line of Business (LoB) app. Possible values are: Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement. + * Gets the requirementRules property value. Indicates the requirement rules to detect Win32 Line of Business (LoB) app. The possible values are: Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -211,7 +211,7 @@ public java.util.List getReturnCodes() { return this.backingStore.get("returnCodes"); } /** - * Gets the rules property value. Indicates the detection and requirement rules for this app. Possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule. + * Gets the rules property value. Indicates the detection and requirement rules for this app. The possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -285,7 +285,7 @@ public void setAllowAvailableUninstall(@jakarta.annotation.Nullable final Boolea this.backingStore.set("allowAvailableUninstall", value); } /** - * Sets the allowedArchitectures property value. Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. Possible values are: null, x86, x64, arm64. Possible values are: none, x86, x64, arm, neutral, arm64. + * Sets the allowedArchitectures property value. Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. The possible values are: null, x86, x64, arm64. The possible values are: none, x86, x64, arm, neutral, arm64. * @param value Value to set for the allowedArchitectures property. */ public void setAllowedArchitectures(@jakarta.annotation.Nullable final EnumSet value) { @@ -376,7 +376,7 @@ public void setMsiInformation(@jakarta.annotation.Nullable final Win32LobAppMsiI this.backingStore.set("msiInformation", value); } /** - * Sets the requirementRules property value. Indicates the requirement rules to detect Win32 Line of Business (LoB) app. Possible values are: Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement. + * Sets the requirementRules property value. Indicates the requirement rules to detect Win32 Line of Business (LoB) app. The possible values are: Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement. * @param value Value to set for the requirementRules property. */ public void setRequirementRules(@jakarta.annotation.Nullable final java.util.List value) { @@ -390,7 +390,7 @@ public void setReturnCodes(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobAppPowerShellScriptRule.java b/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobAppPowerShellScriptRule.java index 5a9fd80db08..fb9e56e7be1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobAppPowerShellScriptRule.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobAppPowerShellScriptRule.java @@ -94,7 +94,7 @@ public Boolean getRunAs32Bit() { return this.backingStore.get("runAs32Bit"); } /** - * Gets the runAsAccount property value. The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. Possible values are: system, user. + * Gets the runAsAccount property value. The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user. * @return a {@link RunAsAccountType} */ @jakarta.annotation.Nullable @@ -168,7 +168,7 @@ public void setRunAs32Bit(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("runAs32Bit", value); } /** - * Sets the runAsAccount property value. The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. Possible values are: system, user. + * Sets the runAsAccount property value. The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user. * @param value Value to set for the runAsAccount property. */ public void setRunAsAccount(@jakarta.annotation.Nullable final RunAsAccountType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Windows10EndpointProtectionConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/Windows10EndpointProtectionConfiguration.java index 6fde066376f..2fc20a2d69c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Windows10EndpointProtectionConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Windows10EndpointProtectionConfiguration.java @@ -366,7 +366,7 @@ public Boolean getDefenderCheckForSignaturesBeforeRunningScan() { return this.backingStore.get("defenderCheckForSignaturesBeforeRunningScan"); } /** - * Gets the defenderCloudBlockLevel property value. Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the 'Join Microsoft MAPS' setting enabled in order to function. Possible values are: notConfigured, high, highPlus, zeroTolerance. + * Gets the defenderCloudBlockLevel property value. Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the 'Join Microsoft MAPS' setting enabled in order to function. The possible values are: notConfigured, high, highPlus, zeroTolerance. * @return a {@link DefenderCloudBlockLevelType} */ @jakarta.annotation.Nullable @@ -662,7 +662,7 @@ public DefenderAttackSurfaceType getDefenderOfficeMacroCodeAllowWin32ImportsType return this.backingStore.get("defenderOfficeMacroCodeAllowWin32ImportsType"); } /** - * Gets the defenderPotentiallyUnwantedAppAction property value. Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer. Possible values are: userDefined, enable, auditMode, warn, notConfigured. + * Gets the defenderPotentiallyUnwantedAppAction property value. Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer. The possible values are: userDefined, enable, auditMode, warn, notConfigured. * @return a {@link DefenderProtectionType} */ @jakarta.annotation.Nullable @@ -702,7 +702,7 @@ public java.util.List getDefenderProcessesToExclude() { return this.backingStore.get("defenderProcessesToExclude"); } /** - * Gets the defenderScanDirection property value. Controls which sets of files should be monitored. Possible values are: monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. + * Gets the defenderScanDirection property value. Controls which sets of files should be monitored. The possible values are: monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. * @return a {@link DefenderRealtimeScanDirection} */ @jakarta.annotation.Nullable @@ -718,7 +718,7 @@ public Integer getDefenderScanMaxCpuPercentage() { return this.backingStore.get("defenderScanMaxCpuPercentage"); } /** - * Gets the defenderScanType property value. Selects whether to perform a quick scan or full scan. Possible values are: userDefined, disabled, quick, full. + * Gets the defenderScanType property value. Selects whether to perform a quick scan or full scan. The possible values are: userDefined, disabled, quick, full. * @return a {@link DefenderScanType} */ @jakarta.annotation.Nullable @@ -734,7 +734,7 @@ public LocalTime getDefenderScheduledQuickScanTime() { return this.backingStore.get("defenderScheduledQuickScanTime"); } /** - * Gets the defenderScheduledScanDay property value. Selects the day that the Windows Defender scan should run. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday, noScheduledScan. + * Gets the defenderScheduledScanDay property value. Selects the day that the Windows Defender scan should run. The possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday, noScheduledScan. * @return a {@link WeeklySchedule} */ @jakarta.annotation.Nullable @@ -950,7 +950,7 @@ public Integer getDefenderSignatureUpdateIntervalInHours() { return this.backingStore.get("defenderSignatureUpdateIntervalInHours"); } /** - * Gets the defenderSubmitSamplesConsentType property value. Checks for the user consent level in Windows Defender to send data. Possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. + * Gets the defenderSubmitSamplesConsentType property value. Checks for the user consent level in Windows Defender to send data. The possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. * @return a {@link DefenderSubmitSamplesConsentType} */ @jakarta.annotation.Nullable @@ -2601,7 +2601,7 @@ public void setDefenderCheckForSignaturesBeforeRunningScan(@jakarta.annotation.N this.backingStore.set("defenderCheckForSignaturesBeforeRunningScan", value); } /** - * Sets the defenderCloudBlockLevel property value. Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the 'Join Microsoft MAPS' setting enabled in order to function. Possible values are: notConfigured, high, highPlus, zeroTolerance. + * Sets the defenderCloudBlockLevel property value. Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the 'Join Microsoft MAPS' setting enabled in order to function. The possible values are: notConfigured, high, highPlus, zeroTolerance. * @param value Value to set for the defenderCloudBlockLevel property. */ public void setDefenderCloudBlockLevel(@jakarta.annotation.Nullable final DefenderCloudBlockLevelType value) { @@ -2860,7 +2860,7 @@ public void setDefenderOfficeMacroCodeAllowWin32ImportsType(@jakarta.annotation. this.backingStore.set("defenderOfficeMacroCodeAllowWin32ImportsType", value); } /** - * Sets the defenderPotentiallyUnwantedAppAction property value. Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer. Possible values are: userDefined, enable, auditMode, warn, notConfigured. + * Sets the defenderPotentiallyUnwantedAppAction property value. Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer. The possible values are: userDefined, enable, auditMode, warn, notConfigured. * @param value Value to set for the defenderPotentiallyUnwantedAppAction property. */ public void setDefenderPotentiallyUnwantedAppAction(@jakarta.annotation.Nullable final DefenderProtectionType value) { @@ -2895,7 +2895,7 @@ public void setDefenderProcessesToExclude(@jakarta.annotation.Nullable final jav this.backingStore.set("defenderProcessesToExclude", value); } /** - * Sets the defenderScanDirection property value. Controls which sets of files should be monitored. Possible values are: monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. + * Sets the defenderScanDirection property value. Controls which sets of files should be monitored. The possible values are: monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. * @param value Value to set for the defenderScanDirection property. */ public void setDefenderScanDirection(@jakarta.annotation.Nullable final DefenderRealtimeScanDirection value) { @@ -2909,7 +2909,7 @@ public void setDefenderScanMaxCpuPercentage(@jakarta.annotation.Nullable final I this.backingStore.set("defenderScanMaxCpuPercentage", value); } /** - * Sets the defenderScanType property value. Selects whether to perform a quick scan or full scan. Possible values are: userDefined, disabled, quick, full. + * Sets the defenderScanType property value. Selects whether to perform a quick scan or full scan. The possible values are: userDefined, disabled, quick, full. * @param value Value to set for the defenderScanType property. */ public void setDefenderScanType(@jakarta.annotation.Nullable final DefenderScanType value) { @@ -2923,7 +2923,7 @@ public void setDefenderScheduledQuickScanTime(@jakarta.annotation.Nullable final this.backingStore.set("defenderScheduledQuickScanTime", value); } /** - * Sets the defenderScheduledScanDay property value. Selects the day that the Windows Defender scan should run. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday, noScheduledScan. + * Sets the defenderScheduledScanDay property value. Selects the day that the Windows Defender scan should run. The possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday, noScheduledScan. * @param value Value to set for the defenderScheduledScanDay property. */ public void setDefenderScheduledScanDay(@jakarta.annotation.Nullable final WeeklySchedule value) { @@ -3112,7 +3112,7 @@ public void setDefenderSignatureUpdateIntervalInHours(@jakarta.annotation.Nullab this.backingStore.set("defenderSignatureUpdateIntervalInHours", value); } /** - * Sets the defenderSubmitSamplesConsentType property value. Checks for the user consent level in Windows Defender to send data. Possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. + * Sets the defenderSubmitSamplesConsentType property value. Checks for the user consent level in Windows Defender to send data. The possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. * @param value Value to set for the defenderSubmitSamplesConsentType property. */ public void setDefenderSubmitSamplesConsentType(@jakarta.annotation.Nullable final DefenderSubmitSamplesConsentType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Windows10GeneralConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/Windows10GeneralConfiguration.java index 14a3cb27cf5..3ad8937657f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Windows10GeneralConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Windows10GeneralConfiguration.java @@ -359,7 +359,7 @@ public DefenderMonitorFileActivity getDefenderMonitorFileActivity() { return this.backingStore.get("defenderMonitorFileActivity"); } /** - * Gets the defenderPotentiallyUnwantedAppAction property value. Gets or sets Defenders action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop. Possible values are: deviceDefault, block, audit. + * Gets the defenderPotentiallyUnwantedAppAction property value. Gets or sets Defenders action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop. The possible values are: deviceDefault, block, audit. * @return a {@link DefenderPotentiallyUnwantedAppAction} */ @jakarta.annotation.Nullable @@ -527,7 +527,7 @@ public Integer getDefenderSignatureUpdateIntervalInHours() { return this.backingStore.get("defenderSignatureUpdateIntervalInHours"); } /** - * Gets the defenderSubmitSamplesConsentType property value. Checks for the user consent level in Windows Defender to send data. Possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. + * Gets the defenderSubmitSamplesConsentType property value. Checks for the user consent level in Windows Defender to send data. The possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. * @return a {@link DefenderSubmitSamplesConsentType} */ @jakarta.annotation.Nullable @@ -3165,7 +3165,7 @@ public void setDefenderMonitorFileActivity(@jakarta.annotation.Nullable final De this.backingStore.set("defenderMonitorFileActivity", value); } /** - * Sets the defenderPotentiallyUnwantedAppAction property value. Gets or sets Defenders action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop. Possible values are: deviceDefault, block, audit. + * Sets the defenderPotentiallyUnwantedAppAction property value. Gets or sets Defenders action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop. The possible values are: deviceDefault, block, audit. * @param value Value to set for the defenderPotentiallyUnwantedAppAction property. */ public void setDefenderPotentiallyUnwantedAppAction(@jakarta.annotation.Nullable final DefenderPotentiallyUnwantedAppAction value) { @@ -3312,7 +3312,7 @@ public void setDefenderSignatureUpdateIntervalInHours(@jakarta.annotation.Nullab this.backingStore.set("defenderSignatureUpdateIntervalInHours", value); } /** - * Sets the defenderSubmitSamplesConsentType property value. Checks for the user consent level in Windows Defender to send data. Possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. + * Sets the defenderSubmitSamplesConsentType property value. Checks for the user consent level in Windows Defender to send data. The possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. * @param value Value to set for the defenderSubmitSamplesConsentType property. */ public void setDefenderSubmitSamplesConsentType(@jakarta.annotation.Nullable final DefenderSubmitSamplesConsentType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Windows10PkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/Windows10PkcsCertificateProfile.java index 0384168b003..567b8b2ae1e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Windows10PkcsCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Windows10PkcsCertificateProfile.java @@ -29,7 +29,7 @@ public static Windows10PkcsCertificateProfile createFromDiscriminatorValue(@jaka return new Windows10PkcsCertificateProfile(); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -136,7 +136,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Windows10VpnConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/Windows10VpnConfiguration.java index df922eee068..ede662206ab 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Windows10VpnConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Windows10VpnConfiguration.java @@ -191,7 +191,7 @@ public Boolean getOnlyAssociatedAppsCanUseConnection() { return this.backingStore.get("onlyAssociatedAppsCanUseConnection"); } /** - * Gets the profileTarget property value. Profile target type. Possible values are: user, device, autoPilotDevice. + * Gets the profileTarget property value. Profile target type. The possible values are: user, device, autoPilotDevice. * @return a {@link Windows10VpnProfileTarget} */ @jakarta.annotation.Nullable @@ -408,7 +408,7 @@ public void setOnlyAssociatedAppsCanUseConnection(@jakarta.annotation.Nullable f this.backingStore.set("onlyAssociatedAppsCanUseConnection", value); } /** - * Sets the profileTarget property value. Profile target type. Possible values are: user, device, autoPilotDevice. + * Sets the profileTarget property value. Profile target type. The possible values are: user, device, autoPilotDevice. * @param value Value to set for the profileTarget property. */ public void setProfileTarget(@jakarta.annotation.Nullable final Windows10VpnProfileTarget value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Windows81SCEPCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/Windows81SCEPCertificateProfile.java index 6a1c1795a41..73e99e25807 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Windows81SCEPCertificateProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Windows81SCEPCertificateProfile.java @@ -30,7 +30,7 @@ public static Windows81SCEPCertificateProfile createFromDiscriminatorValue(@jaka return new Windows81SCEPCertificateProfile(); } /** - * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @return a {@link CertificateStore} */ @jakarta.annotation.Nullable @@ -137,7 +137,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString()); } /** - * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine. + * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine. * @param value Value to set for the certificateStore property. */ public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsCertificateProfileBase.java index 69f4a851a62..61fd87e517c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsCertificateProfileBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsCertificateProfileBase.java @@ -89,7 +89,7 @@ public Integer getRenewalThresholdPercentage() { return this.backingStore.get("renewalThresholdPercentage"); } /** - * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -147,7 +147,7 @@ public void setRenewalThresholdPercentage(@jakarta.annotation.Nullable final Int this.backingStore.set("renewalThresholdPercentage", value); } /** - * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. + * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier. * @param value Value to set for the subjectAlternativeNameType property. */ public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsDeviceMalwareState.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsDeviceMalwareState.java index 45b88b09179..14881fca41a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsDeviceMalwareState.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsDeviceMalwareState.java @@ -37,7 +37,7 @@ public String getAdditionalInformationUrl() { return this.backingStore.get("additionalInformationUrl"); } /** - * Gets the category property value. Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Gets the category property value. Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * @return a {@link WindowsMalwareCategory} */ @jakarta.annotation.Nullable @@ -61,7 +61,7 @@ public String getDisplayName() { return this.backingStore.get("displayName"); } /** - * Gets the executionState property value. Execution status of the malware like blocked/executing etc. Possible values are: unknown, blocked, allowed, running, notRunning. + * Gets the executionState property value. Execution status of the malware like blocked/executing etc. The possible values are: unknown, blocked, allowed, running, notRunning. * @return a {@link WindowsMalwareExecutionState} */ @jakarta.annotation.Nullable @@ -104,7 +104,7 @@ public OffsetDateTime getLastStateChangeDateTime() { return this.backingStore.get("lastStateChangeDateTime"); } /** - * Gets the severity property value. Severity of the malware. Possible values are: unknown, low, moderate, high, severe. + * Gets the severity property value. Severity of the malware. The possible values are: unknown, low, moderate, high, severe. * @return a {@link WindowsMalwareSeverity} */ @jakarta.annotation.Nullable @@ -112,7 +112,7 @@ public WindowsMalwareSeverity getSeverity() { return this.backingStore.get("severity"); } /** - * Gets the state property value. Current status of the malware like cleaned/quarantined/allowed etc. Possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed. + * Gets the state property value. Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed. * @return a {@link WindowsMalwareState} */ @jakarta.annotation.Nullable @@ -120,7 +120,7 @@ public WindowsMalwareState getState() { return this.backingStore.get("state"); } /** - * Gets the threatState property value. Current status of the malware like cleaned/quarantined/allowed etc. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. + * Gets the threatState property value. Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. * @return a {@link WindowsMalwareThreatState} */ @jakarta.annotation.Nullable @@ -153,7 +153,7 @@ public void setAdditionalInformationUrl(@jakarta.annotation.Nullable final Strin this.backingStore.set("additionalInformationUrl", value); } /** - * Sets the category property value. Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Sets the category property value. Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * @param value Value to set for the category property. */ public void setCategory(@jakarta.annotation.Nullable final WindowsMalwareCategory value) { @@ -174,7 +174,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the executionState property value. Execution status of the malware like blocked/executing etc. Possible values are: unknown, blocked, allowed, running, notRunning. + * Sets the executionState property value. Execution status of the malware like blocked/executing etc. The possible values are: unknown, blocked, allowed, running, notRunning. * @param value Value to set for the executionState property. */ public void setExecutionState(@jakarta.annotation.Nullable final WindowsMalwareExecutionState value) { @@ -195,21 +195,21 @@ public void setLastStateChangeDateTime(@jakarta.annotation.Nullable final Offset this.backingStore.set("lastStateChangeDateTime", value); } /** - * Sets the severity property value. Severity of the malware. Possible values are: unknown, low, moderate, high, severe. + * Sets the severity property value. Severity of the malware. The possible values are: unknown, low, moderate, high, severe. * @param value Value to set for the severity property. */ public void setSeverity(@jakarta.annotation.Nullable final WindowsMalwareSeverity value) { this.backingStore.set("severity", value); } /** - * Sets the state property value. Current status of the malware like cleaned/quarantined/allowed etc. Possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed. + * Sets the state property value. Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed. * @param value Value to set for the state property. */ public void setState(@jakarta.annotation.Nullable final WindowsMalwareState value) { this.backingStore.set("state", value); } /** - * Sets the threatState property value. Current status of the malware like cleaned/quarantined/allowed etc. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. + * Sets the threatState property value. Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. * @param value Value to set for the threatState property. */ public void setThreatState(@jakarta.annotation.Nullable final WindowsMalwareThreatState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsHelloForBusinessAuthenticationMethod.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsHelloForBusinessAuthenticationMethod.java index 303fda7d60c..a024eb8ad2c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsHelloForBusinessAuthenticationMethod.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsHelloForBusinessAuthenticationMethod.java @@ -54,7 +54,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the keyStrength property value. Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown. + * Gets the keyStrength property value. Key strength of this Windows Hello for Business key. The possible values are: normal, weak, unknown. * @return a {@link AuthenticationMethodKeyStrength} */ @jakarta.annotation.Nullable @@ -87,7 +87,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the keyStrength property value. Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown. + * Sets the keyStrength property value. Key strength of this Windows Hello for Business key. The possible values are: normal, weak, unknown. * @param value Value to set for the keyStrength property. */ public void setKeyStrength(@jakarta.annotation.Nullable final AuthenticationMethodKeyStrength value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsMalwareInformation.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsMalwareInformation.java index d769faa5ccb..2fa14d10196 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsMalwareInformation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsMalwareInformation.java @@ -37,7 +37,7 @@ public String getAdditionalInformationUrl() { return this.backingStore.get("additionalInformationUrl"); } /** - * Gets the category property value. Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Gets the category property value. Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * @return a {@link WindowsMalwareCategory} */ @jakarta.annotation.Nullable @@ -84,7 +84,7 @@ public OffsetDateTime getLastDetectionDateTime() { return this.backingStore.get("lastDetectionDateTime"); } /** - * Gets the severity property value. Severity of the malware. Possible values are: unknown, low, moderate, high, severe. default is unknown. Possible values are: unknown, low, moderate, high, severe. + * Gets the severity property value. Severity of the malware. The possible values are: unknown, low, moderate, high, severe. default is unknown. The possible values are: unknown, low, moderate, high, severe. * @return a {@link WindowsMalwareSeverity} */ @jakarta.annotation.Nullable @@ -113,7 +113,7 @@ public void setAdditionalInformationUrl(@jakarta.annotation.Nullable final Strin this.backingStore.set("additionalInformationUrl", value); } /** - * Sets the category property value. Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + * Sets the category property value. Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. * @param value Value to set for the category property. */ public void setCategory(@jakarta.annotation.Nullable final WindowsMalwareCategory value) { @@ -141,7 +141,7 @@ public void setLastDetectionDateTime(@jakarta.annotation.Nullable final OffsetDa this.backingStore.set("lastDetectionDateTime", value); } /** - * Sets the severity property value. Severity of the malware. Possible values are: unknown, low, moderate, high, severe. default is unknown. Possible values are: unknown, low, moderate, high, severe. + * Sets the severity property value. Severity of the malware. The possible values are: unknown, low, moderate, high, severe. default is unknown. The possible values are: unknown, low, moderate, high, severe. * @param value Value to set for the severity property. */ public void setSeverity(@jakarta.annotation.Nullable final WindowsMalwareSeverity value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsManagedAppProtection.java index 7d93ddf5201..a6a1ac2561b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsManagedAppProtection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsManagedAppProtection.java @@ -54,7 +54,7 @@ public WindowsManagedAppDataTransferLevel getAllowedOutboundDataTransferDestinat return this.backingStore.get("allowedOutboundDataTransferDestinations"); } /** - * Gets the appActionIfUnableToAuthenticateUser property value. If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Some possible values are block or wipe. If this property is not set, no action will be taken. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Gets the appActionIfUnableToAuthenticateUser property value. If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Some possible values are block or wipe. If this property is not set, no action will be taken. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @return a {@link ManagedAppRemediationAction} */ @jakarta.annotation.Nullable @@ -318,7 +318,7 @@ public void setAllowedOutboundDataTransferDestinations(@jakarta.annotation.Nulla this.backingStore.set("allowedOutboundDataTransferDestinations", value); } /** - * Sets the appActionIfUnableToAuthenticateUser property value. If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Some possible values are block or wipe. If this property is not set, no action will be taken. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + * Sets the appActionIfUnableToAuthenticateUser property value. If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Some possible values are block or wipe. If this property is not set, no action will be taken. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. * @param value Value to set for the appActionIfUnableToAuthenticateUser property. */ public void setAppActionIfUnableToAuthenticateUser(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsPhoneEASEmailProfileConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsPhoneEASEmailProfileConfiguration.java index 53b8d980099..58779197b0e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsPhoneEASEmailProfileConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsPhoneEASEmailProfileConfiguration.java @@ -53,7 +53,7 @@ public EmailSyncDuration getDurationOfEmailToSync() { return this.backingStore.get("durationOfEmailToSync"); } /** - * Gets the emailAddressSource property value. Email attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: userPrincipalName, primarySmtpAddress. + * Gets the emailAddressSource property value. Email attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: userPrincipalName, primarySmtpAddress. * @return a {@link UserEmailSource} */ @jakarta.annotation.Nullable @@ -166,7 +166,7 @@ public void setDurationOfEmailToSync(@jakarta.annotation.Nullable final EmailSyn this.backingStore.set("durationOfEmailToSync", value); } /** - * Sets the emailAddressSource property value. Email attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: userPrincipalName, primarySmtpAddress. + * Sets the emailAddressSource property value. Email attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: userPrincipalName, primarySmtpAddress. * @param value Value to set for the emailAddressSource property. */ public void setEmailAddressSource(@jakarta.annotation.Nullable final UserEmailSource value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsProtectionState.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsProtectionState.java index 03613aa2531..58033252939 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsProtectionState.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsProtectionState.java @@ -46,7 +46,7 @@ public java.util.List getDetectedMalwareState() { return this.backingStore.get("detectedMalwareState"); } /** - * Gets the deviceState property value. Indicates device's health state. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. + * Gets the deviceState property value. Indicates device's health state. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -172,7 +172,7 @@ public Boolean getNetworkInspectionSystemEnabled() { return this.backingStore.get("networkInspectionSystemEnabled"); } /** - * Gets the productStatus property value. Product Status of Windows Defender Antivirus. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. + * Gets the productStatus property value. Product Status of Windows Defender Antivirus. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -271,7 +271,7 @@ public void setDetectedMalwareState(@jakarta.annotation.Nullable final java.util this.backingStore.set("detectedMalwareState", value); } /** - * Sets the deviceState property value. Indicates device's health state. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. + * Sets the deviceState property value. Indicates device's health state. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. * @param value Value to set for the deviceState property. */ public void setDeviceState(@jakarta.annotation.Nullable final EnumSet value) { @@ -355,7 +355,7 @@ public void setNetworkInspectionSystemEnabled(@jakarta.annotation.Nullable final this.backingStore.set("networkInspectionSystemEnabled", value); } /** - * Sets the productStatus property value. Product Status of Windows Defender Antivirus. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. + * Sets the productStatus property value. Product Status of Windows Defender Antivirus. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. * @param value Value to set for the productStatus property. */ public void setProductStatus(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsUpdateForBusinessConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsUpdateForBusinessConfiguration.java index 197c37fc8f0..9dbc55b255f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsUpdateForBusinessConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsUpdateForBusinessConfiguration.java @@ -229,7 +229,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the installationSchedule property value. The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported. + * Gets the installationSchedule property value. The Installation Schedule. The possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported. * @return a {@link WindowsUpdateInstallScheduleType} */ @jakarta.annotation.Nullable @@ -341,7 +341,7 @@ public WindowsUpdateNotificationDisplayOption getUpdateNotificationLevel() { return this.backingStore.get("updateNotificationLevel"); } /** - * Gets the updateWeeks property value. Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue. + * Gets the updateWeeks property value. Schedule the update installation on the weeks of the month. The possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. The possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -540,7 +540,7 @@ public void setFeatureUpdatesWillBeRolledBack(@jakarta.annotation.Nullable final this.backingStore.set("featureUpdatesWillBeRolledBack", value); } /** - * Sets the installationSchedule property value. The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported. + * Sets the installationSchedule property value. The Installation Schedule. The possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported. * @param value Value to set for the installationSchedule property. */ public void setInstallationSchedule(@jakarta.annotation.Nullable final WindowsUpdateInstallScheduleType value) { @@ -638,7 +638,7 @@ public void setUpdateNotificationLevel(@jakarta.annotation.Nullable final Window this.backingStore.set("updateNotificationLevel", value); } /** - * Sets the updateWeeks property value. Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue. + * Sets the updateWeeks property value. Schedule the update installation on the weeks of the month. The possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. The possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue. * @param value Value to set for the updateWeeks property. */ public void setUpdateWeeks(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWifiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWifiConfiguration.java index 9befd834ec1..a0446db51e9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWifiConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWifiConfiguration.java @@ -90,7 +90,7 @@ public Boolean getForceFIPSCompliance() { return this.backingStore.get("forceFIPSCompliance"); } /** - * Gets the meteredConnectionLimit property value. Specify the metered connection limit type for the wifi connection. Possible values are: unrestricted, fixed, variable. + * Gets the meteredConnectionLimit property value. Specify the metered connection limit type for the wifi connection. The possible values are: unrestricted, fixed, variable. * @return a {@link MeteredConnectionLimitType} */ @jakarta.annotation.Nullable @@ -138,7 +138,7 @@ public Integer getProxyManualPort() { return this.backingStore.get("proxyManualPort"); } /** - * Gets the proxySetting property value. Specify the proxy setting for Wi-Fi configuration. Possible values are: none, manual, automatic, unknownFutureValue. + * Gets the proxySetting property value. Specify the proxy setting for Wi-Fi configuration. The possible values are: none, manual, automatic, unknownFutureValue. * @return a {@link WiFiProxySetting} */ @jakarta.annotation.Nullable @@ -154,7 +154,7 @@ public String getSsid() { return this.backingStore.get("ssid"); } /** - * Gets the wifiSecurityType property value. Specify the Wifi Security Type. Possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, wpa2Enterprise. + * Gets the wifiSecurityType property value. Specify the Wifi Security Type. The possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, wpa2Enterprise. * @return a {@link WiFiSecurityType} */ @jakarta.annotation.Nullable @@ -211,7 +211,7 @@ public void setForceFIPSCompliance(@jakarta.annotation.Nullable final Boolean va this.backingStore.set("forceFIPSCompliance", value); } /** - * Sets the meteredConnectionLimit property value. Specify the metered connection limit type for the wifi connection. Possible values are: unrestricted, fixed, variable. + * Sets the meteredConnectionLimit property value. Specify the metered connection limit type for the wifi connection. The possible values are: unrestricted, fixed, variable. * @param value Value to set for the meteredConnectionLimit property. */ public void setMeteredConnectionLimit(@jakarta.annotation.Nullable final MeteredConnectionLimitType value) { @@ -253,7 +253,7 @@ public void setProxyManualPort(@jakarta.annotation.Nullable final Integer value) this.backingStore.set("proxyManualPort", value); } /** - * Sets the proxySetting property value. Specify the proxy setting for Wi-Fi configuration. Possible values are: none, manual, automatic, unknownFutureValue. + * Sets the proxySetting property value. Specify the proxy setting for Wi-Fi configuration. The possible values are: none, manual, automatic, unknownFutureValue. * @param value Value to set for the proxySetting property. */ public void setProxySetting(@jakarta.annotation.Nullable final WiFiProxySetting value) { @@ -267,7 +267,7 @@ public void setSsid(@jakarta.annotation.Nullable final String value) { this.backingStore.set("ssid", value); } /** - * Sets the wifiSecurityType property value. Specify the Wifi Security Type. Possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, wpa2Enterprise. + * Sets the wifiSecurityType property value. Specify the Wifi Security Type. The possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, wpa2Enterprise. * @param value Value to set for the wifiSecurityType property. */ public void setWifiSecurityType(@jakarta.annotation.Nullable final WiFiSecurityType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWifiEnterpriseEAPConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWifiEnterpriseEAPConfiguration.java index f7e4a9add78..2c5cfff7e2e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWifiEnterpriseEAPConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWifiEnterpriseEAPConfiguration.java @@ -29,7 +29,7 @@ public static WindowsWifiEnterpriseEAPConfiguration createFromDiscriminatorValue return new WindowsWifiEnterpriseEAPConfiguration(); } /** - * Gets the authenticationMethod property value. Specify the authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Gets the authenticationMethod property value. Specify the authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. * @return a {@link WiFiAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public Integer getAuthenticationRetryDelayPeriodInSeconds() { return this.backingStore.get("authenticationRetryDelayPeriodInSeconds"); } /** - * Gets the authenticationType property value. Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If youre using certificate authentication, make sure the certificate type matches the authentication type. Possible values are: none, user, machine, machineOrUser, guest. + * Gets the authenticationType property value. Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If youre using certificate authentication, make sure the certificate type matches the authentication type. The possible values are: none, user, machine, machineOrUser, guest. * @return a {@link WifiAuthenticationType} */ @jakarta.annotation.Nullable @@ -153,7 +153,7 @@ public WindowsCertificateProfileBase getIdentityCertificateForClientAuthenticati return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEAPTTLS property value. Specify inner authentication protocol for EAP TTLS. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEAPTTLS property value. Specify inner authentication protocol for EAP TTLS. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -209,7 +209,7 @@ public Integer getMaximumPreAuthenticationAttempts() { return this.backingStore.get("maximumPreAuthenticationAttempts"); } /** - * Gets the networkSingleSignOn property value. Specify the network single sign on type. Possible values are: disabled, prelogon, postlogon. + * Gets the networkSingleSignOn property value. Specify the network single sign on type. The possible values are: disabled, prelogon, postlogon. * @return a {@link NetworkSingleSignOnType} */ @jakarta.annotation.Nullable @@ -316,7 +316,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeBooleanValue("userBasedVirtualLan", this.getUserBasedVirtualLan()); } /** - * Sets the authenticationMethod property value. Specify the authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. + * Sets the authenticationMethod property value. Specify the authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) { @@ -337,7 +337,7 @@ public void setAuthenticationRetryDelayPeriodInSeconds(@jakarta.annotation.Nulla this.backingStore.set("authenticationRetryDelayPeriodInSeconds", value); } /** - * Sets the authenticationType property value. Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If youre using certificate authentication, make sure the certificate type matches the authentication type. Possible values are: none, user, machine, machineOrUser, guest. + * Sets the authenticationType property value. Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If youre using certificate authentication, make sure the certificate type matches the authentication type. The possible values are: none, user, machine, machineOrUser, guest. * @param value Value to set for the authenticationType property. */ public void setAuthenticationType(@jakarta.annotation.Nullable final WifiAuthenticationType value) { @@ -393,7 +393,7 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEAPTTLS property value. Specify inner authentication protocol for EAP TTLS. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEAPTTLS property value. Specify inner authentication protocol for EAP TTLS. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEAPTTLS property. */ public void setInnerAuthenticationProtocolForEAPTTLS(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { @@ -442,7 +442,7 @@ public void setMaximumPreAuthenticationAttempts(@jakarta.annotation.Nullable fin this.backingStore.set("maximumPreAuthenticationAttempts", value); } /** - * Sets the networkSingleSignOn property value. Specify the network single sign on type. Possible values are: disabled, prelogon, postlogon. + * Sets the networkSingleSignOn property value. Specify the network single sign on type. The possible values are: disabled, prelogon, postlogon. * @param value Value to set for the networkSingleSignOn property. */ public void setNetworkSingleSignOn(@jakarta.annotation.Nullable final NetworkSingleSignOnType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWiredNetworkConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWiredNetworkConfiguration.java index 3ea8cdf91a4..d84a426dfe9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWiredNetworkConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsWiredNetworkConfiguration.java @@ -37,7 +37,7 @@ public Integer getAuthenticationBlockPeriodInMinutes() { return this.backingStore.get("authenticationBlockPeriodInMinutes"); } /** - * Gets the authenticationMethod property value. Specify the authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + * Gets the authenticationMethod property value. Specify the authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. * @return a {@link WiredNetworkAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -61,7 +61,7 @@ public Integer getAuthenticationRetryDelayPeriodInSeconds() { return this.backingStore.get("authenticationRetryDelayPeriodInSeconds"); } /** - * Gets the authenticationType property value. Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you're using certificate authentication, make sure the certificate type matches the authentication type. Possible values are: none, user, machine, machineOrUser, guest. Possible values are: none, user, machine, machineOrUser, guest, unknownFutureValue. + * Gets the authenticationType property value. Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you're using certificate authentication, make sure the certificate type matches the authentication type. The possible values are: none, user, machine, machineOrUser, guest. The possible values are: none, user, machine, machineOrUser, guest, unknownFutureValue. * @return a {@link WiredNetworkAuthenticationType} */ @jakarta.annotation.Nullable @@ -158,7 +158,7 @@ public WindowsCertificateProfileBase getIdentityCertificateForClientAuthenticati return this.backingStore.get("identityCertificateForClientAuthentication"); } /** - * Gets the innerAuthenticationProtocolForEAPTTLS property value. Specify inner authentication protocol for EAP TTLS. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Gets the innerAuthenticationProtocolForEAPTTLS property value. Specify inner authentication protocol for EAP TTLS. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @return a {@link NonEapAuthenticationMethodForEapTtlsType} */ @jakarta.annotation.Nullable @@ -222,7 +222,7 @@ public java.util.List getRootCertificatesForSer return this.backingStore.get("rootCertificatesForServerValidation"); } /** - * Gets the secondaryAuthenticationMethod property value. Specify the secondary authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + * Gets the secondaryAuthenticationMethod property value. Specify the secondary authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. * @return a {@link WiredNetworkAuthenticationMethod} */ @jakarta.annotation.Nullable @@ -293,7 +293,7 @@ public void setAuthenticationBlockPeriodInMinutes(@jakarta.annotation.Nullable f this.backingStore.set("authenticationBlockPeriodInMinutes", value); } /** - * Sets the authenticationMethod property value. Specify the authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + * Sets the authenticationMethod property value. Specify the authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. * @param value Value to set for the authenticationMethod property. */ public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiredNetworkAuthenticationMethod value) { @@ -314,7 +314,7 @@ public void setAuthenticationRetryDelayPeriodInSeconds(@jakarta.annotation.Nulla this.backingStore.set("authenticationRetryDelayPeriodInSeconds", value); } /** - * Sets the authenticationType property value. Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you're using certificate authentication, make sure the certificate type matches the authentication type. Possible values are: none, user, machine, machineOrUser, guest. Possible values are: none, user, machine, machineOrUser, guest, unknownFutureValue. + * Sets the authenticationType property value. Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you're using certificate authentication, make sure the certificate type matches the authentication type. The possible values are: none, user, machine, machineOrUser, guest. The possible values are: none, user, machine, machineOrUser, guest, unknownFutureValue. * @param value Value to set for the authenticationType property. */ public void setAuthenticationType(@jakarta.annotation.Nullable final WiredNetworkAuthenticationType value) { @@ -370,7 +370,7 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu this.backingStore.set("identityCertificateForClientAuthentication", value); } /** - * Sets the innerAuthenticationProtocolForEAPTTLS property value. Specify inner authentication protocol for EAP TTLS. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + * Sets the innerAuthenticationProtocolForEAPTTLS property value. Specify inner authentication protocol for EAP TTLS. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. * @param value Value to set for the innerAuthenticationProtocolForEAPTTLS property. */ public void setInnerAuthenticationProtocolForEAPTTLS(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) { @@ -426,7 +426,7 @@ public void setRootCertificatesForServerValidation(@jakarta.annotation.Nullable this.backingStore.set("rootCertificatesForServerValidation", value); } /** - * Sets the secondaryAuthenticationMethod property value. Specify the secondary authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + * Sets the secondaryAuthenticationMethod property value. Specify the secondary authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. * @param value Value to set for the secondaryAuthenticationMethod property. */ public void setSecondaryAuthenticationMethod(@jakarta.annotation.Nullable final WiredNetworkAuthenticationMethod value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookApplication.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookApplication.java index ed040adef5f..75a84a60703 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookApplication.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookApplication.java @@ -25,7 +25,7 @@ public static WorkbookApplication createFromDiscriminatorValue(@jakarta.annotati return new WorkbookApplication(); } /** - * Gets the calculationMode property value. Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual. + * Gets the calculationMode property value. Returns the calculation mode used in the workbook. The possible values are: Automatic, AutomaticExceptTables, Manual. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -52,7 +52,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("calculationMode", this.getCalculationMode()); } /** - * Sets the calculationMode property value. Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual. + * Sets the calculationMode property value. Returns the calculation mode used in the workbook. The possible values are: Automatic, AutomaticExceptTables, Manual. * @param value Value to set for the calculationMode property. */ public void setCalculationMode(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookDocumentTaskChange.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookDocumentTaskChange.java index 11f43ac6046..54376b80fbf 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookDocumentTaskChange.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookDocumentTaskChange.java @@ -118,7 +118,7 @@ public String getTitle() { return this.backingStore.get("title"); } /** - * Gets the type property value. The type of the change history. Possible values are: create, assign, unassign, unassignAll, setPriority, setTitle, setPercentComplete, setSchedule, remove, restore, undo. + * Gets the type property value. The type of the change history. The possible values are: create, assign, unassign, unassignAll, setPriority, setTitle, setPercentComplete, setSchedule, remove, restore, undo. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -216,7 +216,7 @@ public void setTitle(@jakarta.annotation.Nullable final String value) { this.backingStore.set("title", value); } /** - * Sets the type property value. The type of the change history. Possible values are: create, assign, unassign, unassignAll, setPriority, setTitle, setPercentComplete, setSchedule, remove, restore, undo. + * Sets the type property value. The type of the change history. The possible values are: create, assign, unassign, unassignAll, setPriority, setTitle, setPercentComplete, setSchedule, remove, restore, undo. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookIcon.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookIcon.java index 211fe2035ea..82c6711e2b3 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookIcon.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookIcon.java @@ -84,7 +84,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the set property value. The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes. + * Gets the set property value. The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the set property value. The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes. + * Sets the set property value. The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes. * @param value Value to set for the set property. */ public void setSet(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookNamedItem.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookNamedItem.java index f9e33362c08..16dba9aa258 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookNamedItem.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookNamedItem.java @@ -66,7 +66,7 @@ public String getScope() { return this.backingStore.get("scope"); } /** - * Gets the type property value. The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only. + * Gets the type property value. The type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -134,7 +134,7 @@ public void setScope(@jakarta.annotation.Nullable final String value) { this.backingStore.set("scope", value); } /** - * Sets the type property value. The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only. + * Sets the type property value. The type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRange.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRange.java index 789accf49fa..5204713cd6b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRange.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRange.java @@ -199,7 +199,7 @@ public UntypedNode getValues() { return this.backingStore.get("values"); } /** - * Gets the valueTypes property value. Represents the type of data of each cell. Possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only. + * Gets the valueTypes property value. Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only. * @return a {@link UntypedNode} */ @jakarta.annotation.Nullable @@ -369,7 +369,7 @@ public void setValues(@jakarta.annotation.Nullable final UntypedNode value) { this.backingStore.set("values", value); } /** - * Sets the valueTypes property value. Represents the type of data of each cell. Possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only. + * Sets the valueTypes property value. Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only. * @param value Value to set for the valueTypes property. */ public void setValueTypes(@jakarta.annotation.Nullable final UntypedNode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRangeFormat.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRangeFormat.java index 753ab080a2c..1ba3732209d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRangeFormat.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRangeFormat.java @@ -75,7 +75,7 @@ public WorkbookRangeFont getFont() { return this.backingStore.get("font"); } /** - * Gets the horizontalAlignment property value. The horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. + * Gets the horizontalAlignment property value. The horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -99,7 +99,7 @@ public Double getRowHeight() { return this.backingStore.get("rowHeight"); } /** - * Gets the verticalAlignment property value. The vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed. + * Gets the verticalAlignment property value. The vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -160,7 +160,7 @@ public void setFont(@jakarta.annotation.Nullable final WorkbookRangeFont value) this.backingStore.set("font", value); } /** - * Sets the horizontalAlignment property value. The horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. + * Sets the horizontalAlignment property value. The horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. * @param value Value to set for the horizontalAlignment property. */ public void setHorizontalAlignment(@jakarta.annotation.Nullable final String value) { @@ -181,7 +181,7 @@ public void setRowHeight(@jakarta.annotation.Nullable final Double value) { this.backingStore.set("rowHeight", value); } /** - * Sets the verticalAlignment property value. The vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed. + * Sets the verticalAlignment property value. The vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed. * @param value Value to set for the verticalAlignment property. */ public void setVerticalAlignment(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRangeView.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRangeView.java index 0670872c536..3a564f2c2f1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRangeView.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookRangeView.java @@ -135,7 +135,7 @@ public UntypedNode getValues() { return this.backingStore.get("values"); } /** - * Gets the valueTypes property value. The type of data of each cell. Read-only. Possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. + * Gets the valueTypes property value. The type of data of each cell. Read-only. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. * @return a {@link UntypedNode} */ @jakarta.annotation.Nullable @@ -240,7 +240,7 @@ public void setValues(@jakarta.annotation.Nullable final UntypedNode value) { this.backingStore.set("values", value); } /** - * Sets the valueTypes property value. The type of data of each cell. Read-only. Possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. + * Sets the valueTypes property value. The type of data of each cell. Read-only. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. * @param value Value to set for the valueTypes property. */ public void setValueTypes(@jakarta.annotation.Nullable final UntypedNode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookSortField.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookSortField.java index dcdb83ea44d..315641be839 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookSortField.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookSortField.java @@ -72,7 +72,7 @@ public String getColor() { return this.backingStore.get("color"); } /** - * Gets the dataOption property value. Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber. + * Gets the dataOption property value. Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -120,7 +120,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the sortOn property value. Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon. + * Gets the sortOn property value. Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -172,7 +172,7 @@ public void setColor(@jakarta.annotation.Nullable final String value) { this.backingStore.set("color", value); } /** - * Sets the dataOption property value. Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber. + * Sets the dataOption property value. Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber. * @param value Value to set for the dataOption property. */ public void setDataOption(@jakarta.annotation.Nullable final String value) { @@ -200,7 +200,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the sortOn property value. Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon. + * Sets the sortOn property value. Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon. * @param value Value to set for the sortOn property. */ public void setSortOn(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookTable.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookTable.java index 90c53c17bb2..9959604e505 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookTable.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkbookTable.java @@ -144,7 +144,7 @@ public WorkbookTableSort getSort() { return this.backingStore.get("sort"); } /** - * Gets the style property value. A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + * Gets the style property value. A constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -266,7 +266,7 @@ public void setSort(@jakarta.annotation.Nullable final WorkbookTableSort value) this.backingStore.set("sort", value); } /** - * Sets the style property value. A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + * Sets the style property value. A constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. * @param value Value to set for the style property. */ public void setStyle(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkforceIntegrationEncryption.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkforceIntegrationEncryption.java index a10d0f91b1c..71969e4cea7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkforceIntegrationEncryption.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkforceIntegrationEncryption.java @@ -76,7 +76,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the protocol property value. Possible values are: sharedSecret, unknownFutureValue. + * Gets the protocol property value. The possible values are: sharedSecret, unknownFutureValue. * @return a {@link WorkforceIntegrationEncryptionProtocol} */ @jakarta.annotation.Nullable @@ -125,7 +125,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the protocol property value. Possible values are: sharedSecret, unknownFutureValue. + * Sets the protocol property value. The possible values are: sharedSecret, unknownFutureValue. * @param value Value to set for the protocol property. */ public void setProtocol(@jakarta.annotation.Nullable final WorkforceIntegrationEncryptionProtocol value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/callrecords/CallRecord.java b/src/main/java/com/microsoft/graph/beta/generated/models/callrecords/CallRecord.java index fb067011eb6..b378e00f438 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/callrecords/CallRecord.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/callrecords/CallRecord.java @@ -73,7 +73,7 @@ public OffsetDateTime getLastModifiedDateTime() { return this.backingStore.get("lastModifiedDateTime"); } /** - * Gets the modalities property value. List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + * Gets the modalities property value. List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -186,7 +186,7 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat this.backingStore.set("lastModifiedDateTime", value); } /** - * Sets the modalities property value. List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + * Sets the modalities property value. List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. * @param value Value to set for the modalities property. */ public void setModalities(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/callrecords/MediaStream.java b/src/main/java/com/microsoft/graph/beta/generated/models/callrecords/MediaStream.java index 5e7c57c940e..cb141cbea04 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/callrecords/MediaStream.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/callrecords/MediaStream.java @@ -50,7 +50,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the audioCodec property value. Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue. + * Gets the audioCodec property value. Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue. * @return a {@link AudioCodec} */ @jakarta.annotation.Nullable @@ -330,7 +330,7 @@ public String getStreamId() { return this.backingStore.get("streamId"); } /** - * Gets the videoCodec property value. Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue. + * Gets the videoCodec property value. Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue. * @return a {@link VideoCodec} */ @jakarta.annotation.Nullable @@ -392,7 +392,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map} */ @jakarta.annotation.Nullable @@ -159,7 +159,7 @@ public void setIsTest(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("isTest", value); } /** - * Sets the modalities property value. List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + * Sets the modalities property value. List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. * @param value Value to set for the modalities property. */ public void setModalities(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/RuleCondition.java b/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/RuleCondition.java index 428daf4da60..c0868b06448 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/RuleCondition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/RuleCondition.java @@ -64,7 +64,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the conditionCategory property value. The property that the rule condition monitors. Possible values are: provisionFailures, imageUploadFailures, azureNetworkConnectionCheckFailures, cloudPcInGracePeriod, frontlineInsufficientLicenses, cloudPcConnectionErrors, cloudPcHostHealthCheckFailures, cloudPcZoneOutage, unknownFutureValue, frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. + * Gets the conditionCategory property value. The property that the rule condition monitors. The possible values are: provisionFailures, imageUploadFailures, azureNetworkConnectionCheckFailures, cloudPcInGracePeriod, frontlineInsufficientLicenses, cloudPcConnectionErrors, cloudPcHostHealthCheckFailures, cloudPcZoneOutage, unknownFutureValue, frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. * @return a {@link ConditionCategory} */ @jakarta.annotation.Nullable @@ -103,7 +103,7 @@ public OperatorType getOperator() { return this.backingStore.get("operator"); } /** - * Gets the relationshipType property value. The relationship type. Possible values are: and, or. + * Gets the relationshipType property value. The relationship type. The possible values are: and, or. * @return a {@link RelationshipType} */ @jakarta.annotation.Nullable @@ -155,7 +155,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the conditionCategory property value. The property that the rule condition monitors. Possible values are: provisionFailures, imageUploadFailures, azureNetworkConnectionCheckFailures, cloudPcInGracePeriod, frontlineInsufficientLicenses, cloudPcConnectionErrors, cloudPcHostHealthCheckFailures, cloudPcZoneOutage, unknownFutureValue, frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. + * Sets the conditionCategory property value. The property that the rule condition monitors. The possible values are: provisionFailures, imageUploadFailures, azureNetworkConnectionCheckFailures, cloudPcInGracePeriod, frontlineInsufficientLicenses, cloudPcConnectionErrors, cloudPcHostHealthCheckFailures, cloudPcZoneOutage, unknownFutureValue, frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. * @param value Value to set for the conditionCategory property. */ public void setConditionCategory(@jakarta.annotation.Nullable final ConditionCategory value) { @@ -176,7 +176,7 @@ public void setOperator(@jakarta.annotation.Nullable final OperatorType value) { this.backingStore.set("operator", value); } /** - * Sets the relationshipType property value. The relationship type. Possible values are: and, or. + * Sets the relationshipType property value. The relationship type. The possible values are: and, or. * @param value Value to set for the relationshipType property. */ public void setRelationshipType(@jakarta.annotation.Nullable final RelationshipType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/CaseExportOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/CaseExportOperation.java index e046bb442e6..d7122537b36 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/CaseExportOperation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/CaseExportOperation.java @@ -50,7 +50,7 @@ public String getDescription() { return this.backingStore.get("description"); } /** - * Gets the exportOptions property value. The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. + * Gets the exportOptions property value. The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -58,7 +58,7 @@ public EnumSet getExportOptions() { return this.backingStore.get("exportOptions"); } /** - * Gets the exportStructure property value. The options provided specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory, pst. + * Gets the exportStructure property value. The options provided specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory, pst. * @return a {@link ExportFileStructure} */ @jakarta.annotation.Nullable @@ -144,14 +144,14 @@ public void setDescription(@jakarta.annotation.Nullable final String value) { this.backingStore.set("description", value); } /** - * Sets the exportOptions property value. The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. + * Sets the exportOptions property value. The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. * @param value Value to set for the exportOptions property. */ public void setExportOptions(@jakarta.annotation.Nullable final EnumSet value) { this.backingStore.set("exportOptions", value); } /** - * Sets the exportStructure property value. The options provided specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory, pst. + * Sets the exportStructure property value. The options provided specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory, pst. * @param value Value to set for the exportStructure property. */ public void setExportStructure(@jakarta.annotation.Nullable final ExportFileStructure value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/CaseOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/CaseOperation.java index c5fe58e8365..70ce9788bc0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/CaseOperation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/CaseOperation.java @@ -42,7 +42,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: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData + * Gets the action property value. The type of action the operation represents. The possible values are: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData * @return a {@link CaseAction} */ @jakarta.annotation.Nullable @@ -106,7 +106,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. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed. * @return a {@link CaseOperationStatus} */ @jakarta.annotation.Nullable @@ -129,7 +129,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: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData + * Sets the action property value. The type of action the operation represents. The possible values are: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData * @param value Value to set for the action property. */ public void setAction(@jakarta.annotation.Nullable final CaseAction value) { @@ -171,7 +171,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. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed. * @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/ediscovery/DataSourceContainer.java b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/DataSourceContainer.java index f377f501b93..68b94219123 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/DataSourceContainer.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/DataSourceContainer.java @@ -99,7 +99,7 @@ public OffsetDateTime getReleasedDateTime() { return this.backingStore.get("releasedDateTime"); } /** - * Gets the status property value. Latest status of the dataSourceContainer. Possible values are: Active, Released. + * Gets the status property value. Latest status of the dataSourceContainer. The possible values are: Active, Released. * @return a {@link DataSourceContainerStatus} */ @jakarta.annotation.Nullable @@ -164,7 +164,7 @@ public void setReleasedDateTime(@jakarta.annotation.Nullable final OffsetDateTim this.backingStore.set("releasedDateTime", value); } /** - * Sets the status property value. Latest status of the dataSourceContainer. Possible values are: Active, Released. + * Sets the status property value. Latest status of the dataSourceContainer. The possible values are: Active, Released. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final DataSourceContainerStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/LegalHold.java b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/LegalHold.java index 3e6ca4b8cb9..6d23be1dba3 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/LegalHold.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/LegalHold.java @@ -130,7 +130,7 @@ public java.util.List getSiteSources() { return this.backingStore.get("siteSources"); } /** - * Gets the status property value. The status of the legal hold. Possible values are: Pending, Error, Success, UnknownFutureValue. + * Gets the status property value. The status of the legal hold. The possible values are: Pending, Error, Success, UnknownFutureValue. * @return a {@link LegalHoldStatus} */ @jakarta.annotation.Nullable @@ -245,7 +245,7 @@ public void setSiteSources(@jakarta.annotation.Nullable final java.util.List getCustodianSources() { return this.backingStore.get("custodianSources"); } /** - * Gets the dataSourceScopes property value. When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. + * Gets the dataSourceScopes property value. When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -218,7 +218,7 @@ public void setCustodianSources(@jakarta.annotation.Nullable final java.util.Lis this.backingStore.set("custodianSources", value); } /** - * Sets the dataSourceScopes property value. When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. + * Sets the dataSourceScopes property value. When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. * @param value Value to set for the dataSourceScopes property. */ public void setDataSourceScopes(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/Tag.java b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/Tag.java index e1ff952bf76..774cf0cd351 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/Tag.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/Tag.java @@ -28,7 +28,7 @@ public static Tag createFromDiscriminatorValue(@jakarta.annotation.Nonnull final return new Tag(); } /** - * Gets the childSelectability property value. Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. + * Gets the childSelectability property value. Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. * @return a {@link ChildSelectability} */ @jakarta.annotation.Nullable @@ -115,7 +115,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("parent", this.getParent()); } /** - * Sets the childSelectability property value. Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. + * Sets the childSelectability property value. Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. * @param value Value to set for the childSelectability property. */ public void setChildSelectability(@jakarta.annotation.Nullable final ChildSelectability value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/UnifiedGroupSource.java b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/UnifiedGroupSource.java index 1041d2e8084..a8d0f7249b8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/UnifiedGroupSource.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/UnifiedGroupSource.java @@ -47,7 +47,7 @@ public Group getGroup() { return this.backingStore.get("group"); } /** - * Gets the includedSources property value. Specifies which sources are included in this group. Possible values are: mailbox, site. + * Gets the includedSources property value. Specifies which sources are included in this group. The possible values are: mailbox, site. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -72,7 +72,7 @@ public void setGroup(@jakarta.annotation.Nullable final Group value) { this.backingStore.set("group", value); } /** - * Sets the includedSources property value. Specifies which sources are included in this group. Possible values are: mailbox, site. + * Sets the includedSources property value. Specifies which sources are included in this group. The possible values are: mailbox, site. * @param value Value to set for the includedSources property. */ public void setIncludedSources(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/UserSource.java b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/UserSource.java index 2491e9dce7e..6c1cd28150b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/UserSource.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ediscovery/UserSource.java @@ -47,7 +47,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the includedSources property value. Specifies which sources are included in this group. Possible values are: mailbox, site. + * Gets the includedSources property value. Specifies which sources are included in this group. The possible values are: mailbox, site. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -81,7 +81,7 @@ public void setEmail(@jakarta.annotation.Nullable final String value) { this.backingStore.set("email", value); } /** - * Sets the includedSources property value. Specifies which sources are included in this group. Possible values are: mailbox, site. + * Sets the includedSources property value. Specifies which sources are included in this group. The possible values are: mailbox, site. * @param value Value to set for the includedSources property. */ public void setIncludedSources(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/ConnectionOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/ConnectionOperation.java index 5a2b5a64337..9706a89c8e2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/ConnectionOperation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/ConnectionOperation.java @@ -46,7 +46,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the status property value. Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed. + * Gets the status property value. Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed. * @return a {@link ConnectionOperationStatus} */ @jakarta.annotation.Nullable @@ -71,7 +71,7 @@ public void setError(@jakarta.annotation.Nullable final PublicError value) { this.backingStore.set("error", value); } /** - * Sets the status property value. Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed. + * Sets the status property value. Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final ConnectionOperationStatus value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/Identity.java b/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/Identity.java index 4c221dabae5..8e3ce3950b2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/Identity.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/Identity.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the type property value. The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. + * Gets the type property value. The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. * @return a {@link IdentityType} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("type", this.getType()); } /** - * Sets the type property value. The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. + * Sets the type property value. The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final IdentityType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/Property.java b/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/Property.java index bfe42d9841b..f5b8a11d3e9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/Property.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/externalconnectors/Property.java @@ -48,7 +48,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the aliases property value. A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. + * Gets the aliases property value. A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following special characters: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -64,7 +64,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the description property value. Specifies a human-readable description that explains the purpose, usage, or guidance related to the property. This property enhances semantic understanding by helping Copilot interpret queries and accurately map them to properties that results in more relevant and precise responses. Optional but we recommend that you use this property for queryable properties. The maximum supported length is 200 characters. + * Gets the description property value. The description property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -133,7 +133,7 @@ public Boolean getIsSearchable() { return this.backingStore.get("isSearchable"); } /** - * Gets the labels property value. Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. + * Gets the labels property value. Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. * @return a {@link java.util.List