diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java index 8cc3dbb44bf..77262ef18d5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java @@ -57,21 +57,21 @@ 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 resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. * @return a {@link ResourceConnection} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ResourceConnection get() { return get(null); } /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link ResourceConnection} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ResourceConnection get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -126,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -134,7 +134,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -186,7 +186,7 @@ public ResourceConnectionItemRequestBuilder withUrl(@jakarta.annotation.Nonnull public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java index 966ec8ffabe..4c4dd4db3b2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java @@ -46,18 +46,18 @@ public ComplianceChangeItemRequestBuilder(@jakarta.annotation.Nonnull final Stri super(requestAdapter, "{+baseurl}/admin/windows/updates/updatePolicies/{updatePolicy%2Did}/complianceChanges/{complianceChange%2Did}{?%24expand,%24select}", rawUrl); } /** - * Delete a contentApproval object. + * Delete a complianceChange object. * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void delete() { delete(null); } /** - * Delete a contentApproval object. + * Delete a complianceChange object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration); @@ -66,21 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. * @return a {@link ComplianceChange} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ComplianceChange get() { return get(null); } /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link ComplianceChange} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ComplianceChange get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -90,23 +90,23 @@ public ComplianceChange get(@jakarta.annotation.Nullable final java.util.functio return this.requestAdapter.send(requestInfo, errorMapping, ComplianceChange::createFromDiscriminatorValue); } /** - * Update the properties of a contentApproval object. + * Update the properties of a complianceChange object. * @param body The request body * @return a {@link ComplianceChange} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange body) { return patch(body, null); } /** - * Update the properties of a contentApproval object. + * Update the properties of a complianceChange object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link ComplianceChange} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -117,7 +117,7 @@ public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange return this.requestAdapter.send(requestInfo, errorMapping, ComplianceChange::createFromDiscriminatorValue); } /** - * Delete a contentApproval object. + * Delete a complianceChange object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -125,7 +125,7 @@ public RequestInformation toDeleteRequestInformation() { return toDeleteRequestInformation(null); } /** - * Delete a contentApproval object. + * Delete a complianceChange object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -137,7 +137,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -145,7 +145,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -157,7 +157,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Update the properties of a contentApproval object. + * Update the properties of a complianceChange object. * @param body The request body * @return a {@link RequestInformation} */ @@ -166,7 +166,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull return toPatchRequestInformation(body, null); } /** - * Update the properties of a contentApproval object. + * Update the properties of a complianceChange object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} @@ -197,7 +197,7 @@ public ComplianceChangeItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/CallItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/CallItemRequestBuilder.java index 0a463dfeed7..ee601a045ee 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/CallItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/CallItemRequestBuilder.java @@ -16,6 +16,10 @@ import com.microsoft.graph.beta.app.calls.item.redirect.RedirectRequestBuilder; import com.microsoft.graph.beta.app.calls.item.reject.RejectRequestBuilder; import com.microsoft.graph.beta.app.calls.item.senddtmftones.SendDtmfTonesRequestBuilder; +import com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder; +import com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder; +import com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder; +import com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder; import com.microsoft.graph.beta.app.calls.item.subscribetotone.SubscribeToToneRequestBuilder; import com.microsoft.graph.beta.app.calls.item.transfer.TransferRequestBuilder; import com.microsoft.graph.beta.app.calls.item.unmute.UnmuteRequestBuilder; @@ -168,6 +172,38 @@ public RejectRequestBuilder reject() { public SendDtmfTonesRequestBuilder sendDtmfTones() { return new SendDtmfTonesRequestBuilder(pathParameters, requestAdapter); } + /** + * Provides operations to call the startRecording method. + * @return a {@link StartRecordingRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StartRecordingRequestBuilder startRecording() { + return new StartRecordingRequestBuilder(pathParameters, requestAdapter); + } + /** + * Provides operations to call the startTranscription method. + * @return a {@link StartTranscriptionRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StartTranscriptionRequestBuilder startTranscription() { + return new StartTranscriptionRequestBuilder(pathParameters, requestAdapter); + } + /** + * Provides operations to call the stopRecording method. + * @return a {@link StopRecordingRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StopRecordingRequestBuilder stopRecording() { + return new StopRecordingRequestBuilder(pathParameters, requestAdapter); + } + /** + * Provides operations to call the stopTranscription method. + * @return a {@link StopTranscriptionRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StopTranscriptionRequestBuilder stopTranscription() { + return new StopTranscriptionRequestBuilder(pathParameters, requestAdapter); + } /** * Provides operations to call the subscribeToTone method. * @return a {@link SubscribeToToneRequestBuilder} diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/invite/InviteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/invite/InviteRequestBuilder.java index 8f747290eac..325d49a04f5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/invite/InviteRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/invite/InviteRequestBuilder.java @@ -36,23 +36,23 @@ public InviteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/participants/invite", rawUrl); } /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @return a {@link InviteParticipantsOperation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body) { return post(body, null); } /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link InviteParticipantsOperation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -63,7 +63,7 @@ public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final Invite return this.requestAdapter.send(requestInfo, errorMapping, InviteParticipantsOperation::createFromDiscriminatorValue); } /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @return a {@link RequestInformation} */ @@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/windowsupdates/UpdatableAssetEnrollment.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/startrecording/StartRecordingPostRequestBody.java similarity index 70% rename from src/main/java/com/microsoft/graph/beta/generated/models/windowsupdates/UpdatableAssetEnrollment.java rename to src/main/java/com/microsoft/graph/beta/generated/app/calls/item/startrecording/StartRecordingPostRequestBody.java index 19222aab20a..6b139a6f86d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/windowsupdates/UpdatableAssetEnrollment.java +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/startrecording/StartRecordingPostRequestBody.java @@ -1,4 +1,4 @@ -package com.microsoft.graph.beta.models.windowsupdates; +package com.microsoft.graph.beta.app.calls.item.startrecording; import com.microsoft.kiota.serialization.AdditionalDataHolder; import com.microsoft.kiota.serialization.Parsable; @@ -11,35 +11,28 @@ import java.util.Map; import java.util.Objects; @jakarta.annotation.Generated("com.microsoft.kiota") -public class UpdatableAssetEnrollment implements AdditionalDataHolder, BackedModel, Parsable { +public class StartRecordingPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable { /** * Stores model information. */ @jakarta.annotation.Nonnull protected BackingStore backingStore; /** - * Instantiates a new {@link UpdatableAssetEnrollment} and sets the default values. + * Instantiates a new {@link StartRecordingPostRequestBody} and sets the default values. */ - public UpdatableAssetEnrollment() { + public StartRecordingPostRequestBody() { 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 UpdatableAssetEnrollment} + * @return a {@link StartRecordingPostRequestBody} */ @jakarta.annotation.Nonnull - public static UpdatableAssetEnrollment createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + public static StartRecordingPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { Objects.requireNonNull(parseNode); - final ParseNode mappingValueNode = parseNode.getChildNode("@odata.type"); - if (mappingValueNode != null) { - final String mappingValue = mappingValueNode.getStringValue(); - switch (mappingValue) { - case "#microsoft.graph.windowsUpdates.updateManagementEnrollment": return new UpdateManagementEnrollment(); - } - } - return new UpdatableAssetEnrollment(); + return new StartRecordingPostRequestBody(); } /** * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. @@ -62,6 +55,14 @@ public Map getAdditionalData() { public BackingStore getBackingStore() { return this.backingStore; } + /** + * Gets the clientContext property value. The clientContext property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getClientContext() { + return this.backingStore.get("clientContext"); + } /** * The deserialization information for the current model * @return a {@link Map>} @@ -69,24 +70,16 @@ public BackingStore getBackingStore() { @jakarta.annotation.Nonnull public Map> getFieldDeserializers() { final HashMap> deserializerMap = new HashMap>(1); - deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); }); + deserializerMap.put("clientContext", (n) -> { this.setClientContext(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"); - } /** * 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("clientContext", this.getClientContext()); writer.writeAdditionalData(this.getAdditionalData()); } /** @@ -105,10 +98,10 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the @odata.type property value. The OdataType property - * @param value Value to set for the @odata.type property. + * Sets the clientContext property value. The clientContext property + * @param value Value to set for the clientContext property. */ - public void setOdataType(@jakarta.annotation.Nullable final String value) { - this.backingStore.set("odataType", value); + public void setClientContext(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("clientContext", value); } } diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/startrecording/StartRecordingRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/startrecording/StartRecordingRequestBuilder.java new file mode 100644 index 00000000000..58473ee61e3 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/startrecording/StartRecordingRequestBuilder.java @@ -0,0 +1,103 @@ +package com.microsoft.graph.beta.app.calls.item.startrecording; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.graph.beta.models.StartRecordingOperation; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the startRecording method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class StartRecordingRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link StartRecordingRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public StartRecordingRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/startRecording", pathParameters); + } + /** + * Instantiates a new {@link StartRecordingRequestBuilder} 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 StartRecordingRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/startRecording", rawUrl); + } + /** + * Invoke action startRecording + * @param body The request body + * @return a {@link StartRecordingOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StartRecordingOperation post(@jakarta.annotation.Nonnull final StartRecordingPostRequestBody body) { + return post(body, null); + } + /** + * Invoke action startRecording + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link StartRecordingOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StartRecordingOperation post(@jakarta.annotation.Nonnull final StartRecordingPostRequestBody 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, StartRecordingOperation::createFromDiscriminatorValue); + } + /** + * Invoke action startRecording + * @param body The request body + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StartRecordingPostRequestBody body) { + return toPostRequestInformation(body, null); + } + /** + * Invoke action startRecording + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StartRecordingPostRequestBody 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 StartRecordingRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StartRecordingRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new StartRecordingRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/app/calls/item/starttranscription/StartTranscriptionPostRequestBody.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/starttranscription/StartTranscriptionPostRequestBody.java new file mode 100644 index 00000000000..503939ecf82 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/starttranscription/StartTranscriptionPostRequestBody.java @@ -0,0 +1,124 @@ +package com.microsoft.graph.beta.app.calls.item.starttranscription; + +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 StartTranscriptionPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link StartTranscriptionPostRequestBody} and sets the default values. + */ + public StartTranscriptionPostRequestBody() { + 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 StartTranscriptionPostRequestBody} + */ + @jakarta.annotation.Nonnull + public static StartTranscriptionPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new StartTranscriptionPostRequestBody(); + } + /** + * 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; + } + /** + * Gets the clientContext property value. The clientContext property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getClientContext() { + return this.backingStore.get("clientContext"); + } + /** + * 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("clientContext", (n) -> { this.setClientContext(n.getStringValue()); }); + deserializerMap.put("language", (n) -> { this.setLanguage(n.getStringValue()); }); + return deserializerMap; + } + /** + * Gets the language property value. The language property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getLanguage() { + return this.backingStore.get("language"); + } + /** + * 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("clientContext", this.getClientContext()); + writer.writeStringValue("language", this.getLanguage()); + 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 clientContext property value. The clientContext property + * @param value Value to set for the clientContext property. + */ + public void setClientContext(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("clientContext", value); + } + /** + * Sets the language property value. The language property + * @param value Value to set for the language property. + */ + public void setLanguage(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("language", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/starttranscription/StartTranscriptionRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/starttranscription/StartTranscriptionRequestBuilder.java new file mode 100644 index 00000000000..31eb1afe89a --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/starttranscription/StartTranscriptionRequestBuilder.java @@ -0,0 +1,103 @@ +package com.microsoft.graph.beta.app.calls.item.starttranscription; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.graph.beta.models.StartTranscriptionOperation; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the startTranscription method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class StartTranscriptionRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link StartTranscriptionRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public StartTranscriptionRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/startTranscription", pathParameters); + } + /** + * Instantiates a new {@link StartTranscriptionRequestBuilder} 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 StartTranscriptionRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/startTranscription", rawUrl); + } + /** + * Invoke action startTranscription + * @param body The request body + * @return a {@link StartTranscriptionOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StartTranscriptionOperation post(@jakarta.annotation.Nonnull final StartTranscriptionPostRequestBody body) { + return post(body, null); + } + /** + * Invoke action startTranscription + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link StartTranscriptionOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StartTranscriptionOperation post(@jakarta.annotation.Nonnull final StartTranscriptionPostRequestBody 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, StartTranscriptionOperation::createFromDiscriminatorValue); + } + /** + * Invoke action startTranscription + * @param body The request body + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StartTranscriptionPostRequestBody body) { + return toPostRequestInformation(body, null); + } + /** + * Invoke action startTranscription + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StartTranscriptionPostRequestBody 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 StartTranscriptionRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StartTranscriptionRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new StartTranscriptionRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/app/calls/item/stoprecording/StopRecordingPostRequestBody.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoprecording/StopRecordingPostRequestBody.java new file mode 100644 index 00000000000..320d7f42cac --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoprecording/StopRecordingPostRequestBody.java @@ -0,0 +1,107 @@ +package com.microsoft.graph.beta.app.calls.item.stoprecording; + +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 StopRecordingPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link StopRecordingPostRequestBody} and sets the default values. + */ + public StopRecordingPostRequestBody() { + 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 StopRecordingPostRequestBody} + */ + @jakarta.annotation.Nonnull + public static StopRecordingPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new StopRecordingPostRequestBody(); + } + /** + * 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; + } + /** + * Gets the clientContext property value. The clientContext property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getClientContext() { + return this.backingStore.get("clientContext"); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(1); + deserializerMap.put("clientContext", (n) -> { this.setClientContext(n.getStringValue()); }); + return deserializerMap; + } + /** + * 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("clientContext", this.getClientContext()); + 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 clientContext property value. The clientContext property + * @param value Value to set for the clientContext property. + */ + public void setClientContext(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("clientContext", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoprecording/StopRecordingRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoprecording/StopRecordingRequestBuilder.java new file mode 100644 index 00000000000..824520b89ae --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoprecording/StopRecordingRequestBuilder.java @@ -0,0 +1,103 @@ +package com.microsoft.graph.beta.app.calls.item.stoprecording; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.graph.beta.models.StopRecordingOperation; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the stopRecording method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class StopRecordingRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link StopRecordingRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public StopRecordingRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/stopRecording", pathParameters); + } + /** + * Instantiates a new {@link StopRecordingRequestBuilder} 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 StopRecordingRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/stopRecording", rawUrl); + } + /** + * Invoke action stopRecording + * @param body The request body + * @return a {@link StopRecordingOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StopRecordingOperation post(@jakarta.annotation.Nonnull final StopRecordingPostRequestBody body) { + return post(body, null); + } + /** + * Invoke action stopRecording + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link StopRecordingOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StopRecordingOperation post(@jakarta.annotation.Nonnull final StopRecordingPostRequestBody 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, StopRecordingOperation::createFromDiscriminatorValue); + } + /** + * Invoke action stopRecording + * @param body The request body + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StopRecordingPostRequestBody body) { + return toPostRequestInformation(body, null); + } + /** + * Invoke action stopRecording + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StopRecordingPostRequestBody 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 StopRecordingRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StopRecordingRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new StopRecordingRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/app/calls/item/stoptranscription/StopTranscriptionPostRequestBody.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoptranscription/StopTranscriptionPostRequestBody.java new file mode 100644 index 00000000000..db3813b269e --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoptranscription/StopTranscriptionPostRequestBody.java @@ -0,0 +1,124 @@ +package com.microsoft.graph.beta.app.calls.item.stoptranscription; + +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 StopTranscriptionPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link StopTranscriptionPostRequestBody} and sets the default values. + */ + public StopTranscriptionPostRequestBody() { + 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 StopTranscriptionPostRequestBody} + */ + @jakarta.annotation.Nonnull + public static StopTranscriptionPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new StopTranscriptionPostRequestBody(); + } + /** + * 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; + } + /** + * Gets the clientContext property value. The clientContext property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getClientContext() { + return this.backingStore.get("clientContext"); + } + /** + * 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("clientContext", (n) -> { this.setClientContext(n.getStringValue()); }); + deserializerMap.put("language", (n) -> { this.setLanguage(n.getStringValue()); }); + return deserializerMap; + } + /** + * Gets the language property value. The language property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getLanguage() { + return this.backingStore.get("language"); + } + /** + * 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("clientContext", this.getClientContext()); + writer.writeStringValue("language", this.getLanguage()); + 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 clientContext property value. The clientContext property + * @param value Value to set for the clientContext property. + */ + public void setClientContext(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("clientContext", value); + } + /** + * Sets the language property value. The language property + * @param value Value to set for the language property. + */ + public void setLanguage(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("language", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoptranscription/StopTranscriptionRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoptranscription/StopTranscriptionRequestBuilder.java new file mode 100644 index 00000000000..94947a14436 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/stoptranscription/StopTranscriptionRequestBuilder.java @@ -0,0 +1,103 @@ +package com.microsoft.graph.beta.app.calls.item.stoptranscription; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.graph.beta.models.StopTranscriptionOperation; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the stopTranscription method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class StopTranscriptionRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link StopTranscriptionRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public StopTranscriptionRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/stopTranscription", pathParameters); + } + /** + * Instantiates a new {@link StopTranscriptionRequestBuilder} 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 StopTranscriptionRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/stopTranscription", rawUrl); + } + /** + * Invoke action stopTranscription + * @param body The request body + * @return a {@link StopTranscriptionOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StopTranscriptionOperation post(@jakarta.annotation.Nonnull final StopTranscriptionPostRequestBody body) { + return post(body, null); + } + /** + * Invoke action stopTranscription + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link StopTranscriptionOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StopTranscriptionOperation post(@jakarta.annotation.Nonnull final StopTranscriptionPostRequestBody 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, StopTranscriptionOperation::createFromDiscriminatorValue); + } + /** + * Invoke action stopTranscription + * @param body The request body + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StopTranscriptionPostRequestBody body) { + return toPostRequestInformation(body, null); + } + /** + * Invoke action stopTranscription + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StopTranscriptionPostRequestBody 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 StopTranscriptionRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StopTranscriptionRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new StopTranscriptionRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/communications/calls/item/CallItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/CallItemRequestBuilder.java index 309f05c04ad..8ba75b6a8c2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/CallItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/CallItemRequestBuilder.java @@ -16,6 +16,10 @@ import com.microsoft.graph.beta.communications.calls.item.redirect.RedirectRequestBuilder; import com.microsoft.graph.beta.communications.calls.item.reject.RejectRequestBuilder; import com.microsoft.graph.beta.communications.calls.item.senddtmftones.SendDtmfTonesRequestBuilder; +import com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder; +import com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder; +import com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder; +import com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder; import com.microsoft.graph.beta.communications.calls.item.subscribetotone.SubscribeToToneRequestBuilder; import com.microsoft.graph.beta.communications.calls.item.transfer.TransferRequestBuilder; import com.microsoft.graph.beta.communications.calls.item.unmute.UnmuteRequestBuilder; @@ -168,6 +172,38 @@ public RejectRequestBuilder reject() { public SendDtmfTonesRequestBuilder sendDtmfTones() { return new SendDtmfTonesRequestBuilder(pathParameters, requestAdapter); } + /** + * Provides operations to call the startRecording method. + * @return a {@link StartRecordingRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StartRecordingRequestBuilder startRecording() { + return new StartRecordingRequestBuilder(pathParameters, requestAdapter); + } + /** + * Provides operations to call the startTranscription method. + * @return a {@link StartTranscriptionRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StartTranscriptionRequestBuilder startTranscription() { + return new StartTranscriptionRequestBuilder(pathParameters, requestAdapter); + } + /** + * Provides operations to call the stopRecording method. + * @return a {@link StopRecordingRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StopRecordingRequestBuilder stopRecording() { + return new StopRecordingRequestBuilder(pathParameters, requestAdapter); + } + /** + * Provides operations to call the stopTranscription method. + * @return a {@link StopTranscriptionRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StopTranscriptionRequestBuilder stopTranscription() { + return new StopTranscriptionRequestBuilder(pathParameters, requestAdapter); + } /** * Provides operations to call the subscribeToTone method. * @return a {@link SubscribeToToneRequestBuilder} diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java index fe1f1e3681e..439c6074308 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java @@ -36,23 +36,23 @@ public InviteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants/invite", rawUrl); } /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @return a {@link InviteParticipantsOperation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body) { return post(body, null); } /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link InviteParticipantsOperation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -63,7 +63,7 @@ public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final Invite return this.requestAdapter.send(requestInfo, errorMapping, InviteParticipantsOperation::createFromDiscriminatorValue); } /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @return a {@link RequestInformation} */ @@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/startrecording/StartRecordingPostRequestBody.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/startrecording/StartRecordingPostRequestBody.java new file mode 100644 index 00000000000..e166aee658c --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/startrecording/StartRecordingPostRequestBody.java @@ -0,0 +1,107 @@ +package com.microsoft.graph.beta.communications.calls.item.startrecording; + +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 StartRecordingPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link StartRecordingPostRequestBody} and sets the default values. + */ + public StartRecordingPostRequestBody() { + 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 StartRecordingPostRequestBody} + */ + @jakarta.annotation.Nonnull + public static StartRecordingPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new StartRecordingPostRequestBody(); + } + /** + * 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; + } + /** + * Gets the clientContext property value. The clientContext property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getClientContext() { + return this.backingStore.get("clientContext"); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(1); + deserializerMap.put("clientContext", (n) -> { this.setClientContext(n.getStringValue()); }); + return deserializerMap; + } + /** + * 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("clientContext", this.getClientContext()); + 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 clientContext property value. The clientContext property + * @param value Value to set for the clientContext property. + */ + public void setClientContext(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("clientContext", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/startrecording/StartRecordingRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/startrecording/StartRecordingRequestBuilder.java new file mode 100644 index 00000000000..dc2b59a552f --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/startrecording/StartRecordingRequestBuilder.java @@ -0,0 +1,103 @@ +package com.microsoft.graph.beta.communications.calls.item.startrecording; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.graph.beta.models.StartRecordingOperation; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the startRecording method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class StartRecordingRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link StartRecordingRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public StartRecordingRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/startRecording", pathParameters); + } + /** + * Instantiates a new {@link StartRecordingRequestBuilder} 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 StartRecordingRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/startRecording", rawUrl); + } + /** + * Invoke action startRecording + * @param body The request body + * @return a {@link StartRecordingOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StartRecordingOperation post(@jakarta.annotation.Nonnull final StartRecordingPostRequestBody body) { + return post(body, null); + } + /** + * Invoke action startRecording + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link StartRecordingOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StartRecordingOperation post(@jakarta.annotation.Nonnull final StartRecordingPostRequestBody 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, StartRecordingOperation::createFromDiscriminatorValue); + } + /** + * Invoke action startRecording + * @param body The request body + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StartRecordingPostRequestBody body) { + return toPostRequestInformation(body, null); + } + /** + * Invoke action startRecording + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StartRecordingPostRequestBody 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 StartRecordingRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StartRecordingRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new StartRecordingRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/communications/calls/item/starttranscription/StartTranscriptionPostRequestBody.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/starttranscription/StartTranscriptionPostRequestBody.java new file mode 100644 index 00000000000..fe68c1c6ac0 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/starttranscription/StartTranscriptionPostRequestBody.java @@ -0,0 +1,124 @@ +package com.microsoft.graph.beta.communications.calls.item.starttranscription; + +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 StartTranscriptionPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link StartTranscriptionPostRequestBody} and sets the default values. + */ + public StartTranscriptionPostRequestBody() { + 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 StartTranscriptionPostRequestBody} + */ + @jakarta.annotation.Nonnull + public static StartTranscriptionPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new StartTranscriptionPostRequestBody(); + } + /** + * 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; + } + /** + * Gets the clientContext property value. The clientContext property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getClientContext() { + return this.backingStore.get("clientContext"); + } + /** + * 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("clientContext", (n) -> { this.setClientContext(n.getStringValue()); }); + deserializerMap.put("language", (n) -> { this.setLanguage(n.getStringValue()); }); + return deserializerMap; + } + /** + * Gets the language property value. The language property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getLanguage() { + return this.backingStore.get("language"); + } + /** + * 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("clientContext", this.getClientContext()); + writer.writeStringValue("language", this.getLanguage()); + 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 clientContext property value. The clientContext property + * @param value Value to set for the clientContext property. + */ + public void setClientContext(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("clientContext", value); + } + /** + * Sets the language property value. The language property + * @param value Value to set for the language property. + */ + public void setLanguage(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("language", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/starttranscription/StartTranscriptionRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/starttranscription/StartTranscriptionRequestBuilder.java new file mode 100644 index 00000000000..0205159c692 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/starttranscription/StartTranscriptionRequestBuilder.java @@ -0,0 +1,103 @@ +package com.microsoft.graph.beta.communications.calls.item.starttranscription; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.graph.beta.models.StartTranscriptionOperation; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the startTranscription method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class StartTranscriptionRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link StartTranscriptionRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public StartTranscriptionRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/startTranscription", pathParameters); + } + /** + * Instantiates a new {@link StartTranscriptionRequestBuilder} 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 StartTranscriptionRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/startTranscription", rawUrl); + } + /** + * Invoke action startTranscription + * @param body The request body + * @return a {@link StartTranscriptionOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StartTranscriptionOperation post(@jakarta.annotation.Nonnull final StartTranscriptionPostRequestBody body) { + return post(body, null); + } + /** + * Invoke action startTranscription + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link StartTranscriptionOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StartTranscriptionOperation post(@jakarta.annotation.Nonnull final StartTranscriptionPostRequestBody 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, StartTranscriptionOperation::createFromDiscriminatorValue); + } + /** + * Invoke action startTranscription + * @param body The request body + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StartTranscriptionPostRequestBody body) { + return toPostRequestInformation(body, null); + } + /** + * Invoke action startTranscription + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StartTranscriptionPostRequestBody 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 StartTranscriptionRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StartTranscriptionRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new StartTranscriptionRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/communications/calls/item/stoprecording/StopRecordingPostRequestBody.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoprecording/StopRecordingPostRequestBody.java new file mode 100644 index 00000000000..d6e4f71fdd2 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoprecording/StopRecordingPostRequestBody.java @@ -0,0 +1,107 @@ +package com.microsoft.graph.beta.communications.calls.item.stoprecording; + +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 StopRecordingPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link StopRecordingPostRequestBody} and sets the default values. + */ + public StopRecordingPostRequestBody() { + 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 StopRecordingPostRequestBody} + */ + @jakarta.annotation.Nonnull + public static StopRecordingPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new StopRecordingPostRequestBody(); + } + /** + * 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; + } + /** + * Gets the clientContext property value. The clientContext property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getClientContext() { + return this.backingStore.get("clientContext"); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(1); + deserializerMap.put("clientContext", (n) -> { this.setClientContext(n.getStringValue()); }); + return deserializerMap; + } + /** + * 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("clientContext", this.getClientContext()); + 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 clientContext property value. The clientContext property + * @param value Value to set for the clientContext property. + */ + public void setClientContext(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("clientContext", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoprecording/StopRecordingRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoprecording/StopRecordingRequestBuilder.java new file mode 100644 index 00000000000..a0311d4981c --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoprecording/StopRecordingRequestBuilder.java @@ -0,0 +1,103 @@ +package com.microsoft.graph.beta.communications.calls.item.stoprecording; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.graph.beta.models.StopRecordingOperation; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the stopRecording method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class StopRecordingRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link StopRecordingRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public StopRecordingRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/stopRecording", pathParameters); + } + /** + * Instantiates a new {@link StopRecordingRequestBuilder} 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 StopRecordingRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/stopRecording", rawUrl); + } + /** + * Invoke action stopRecording + * @param body The request body + * @return a {@link StopRecordingOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StopRecordingOperation post(@jakarta.annotation.Nonnull final StopRecordingPostRequestBody body) { + return post(body, null); + } + /** + * Invoke action stopRecording + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link StopRecordingOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StopRecordingOperation post(@jakarta.annotation.Nonnull final StopRecordingPostRequestBody 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, StopRecordingOperation::createFromDiscriminatorValue); + } + /** + * Invoke action stopRecording + * @param body The request body + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StopRecordingPostRequestBody body) { + return toPostRequestInformation(body, null); + } + /** + * Invoke action stopRecording + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StopRecordingPostRequestBody 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 StopRecordingRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StopRecordingRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new StopRecordingRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/communications/calls/item/stoptranscription/StopTranscriptionPostRequestBody.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoptranscription/StopTranscriptionPostRequestBody.java new file mode 100644 index 00000000000..cb41a9e59f2 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoptranscription/StopTranscriptionPostRequestBody.java @@ -0,0 +1,124 @@ +package com.microsoft.graph.beta.communications.calls.item.stoptranscription; + +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 StopTranscriptionPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link StopTranscriptionPostRequestBody} and sets the default values. + */ + public StopTranscriptionPostRequestBody() { + 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 StopTranscriptionPostRequestBody} + */ + @jakarta.annotation.Nonnull + public static StopTranscriptionPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new StopTranscriptionPostRequestBody(); + } + /** + * 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; + } + /** + * Gets the clientContext property value. The clientContext property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getClientContext() { + return this.backingStore.get("clientContext"); + } + /** + * 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("clientContext", (n) -> { this.setClientContext(n.getStringValue()); }); + deserializerMap.put("language", (n) -> { this.setLanguage(n.getStringValue()); }); + return deserializerMap; + } + /** + * Gets the language property value. The language property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getLanguage() { + return this.backingStore.get("language"); + } + /** + * 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("clientContext", this.getClientContext()); + writer.writeStringValue("language", this.getLanguage()); + 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 clientContext property value. The clientContext property + * @param value Value to set for the clientContext property. + */ + public void setClientContext(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("clientContext", value); + } + /** + * Sets the language property value. The language property + * @param value Value to set for the language property. + */ + public void setLanguage(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("language", value); + } +} diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoptranscription/StopTranscriptionRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoptranscription/StopTranscriptionRequestBuilder.java new file mode 100644 index 00000000000..ff65b48adc3 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/stoptranscription/StopTranscriptionRequestBuilder.java @@ -0,0 +1,103 @@ +package com.microsoft.graph.beta.communications.calls.item.stoptranscription; + +import com.microsoft.graph.beta.models.odataerrors.ODataError; +import com.microsoft.graph.beta.models.StopTranscriptionOperation; +import com.microsoft.kiota.BaseRequestBuilder; +import com.microsoft.kiota.BaseRequestConfiguration; +import com.microsoft.kiota.HttpMethod; +import com.microsoft.kiota.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the stopTranscription method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class StopTranscriptionRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link StopTranscriptionRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public StopTranscriptionRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/stopTranscription", pathParameters); + } + /** + * Instantiates a new {@link StopTranscriptionRequestBuilder} 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 StopTranscriptionRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/stopTranscription", rawUrl); + } + /** + * Invoke action stopTranscription + * @param body The request body + * @return a {@link StopTranscriptionOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StopTranscriptionOperation post(@jakarta.annotation.Nonnull final StopTranscriptionPostRequestBody body) { + return post(body, null); + } + /** + * Invoke action stopTranscription + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link StopTranscriptionOperation} + * @throws ODataError When receiving a 4XX or 5XX status code + */ + @jakarta.annotation.Nullable + public StopTranscriptionOperation post(@jakarta.annotation.Nonnull final StopTranscriptionPostRequestBody 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, StopTranscriptionOperation::createFromDiscriminatorValue); + } + /** + * Invoke action stopTranscription + * @param body The request body + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StopTranscriptionPostRequestBody body) { + return toPostRequestInformation(body, null); + } + /** + * Invoke action stopTranscription + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final StopTranscriptionPostRequestBody 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 StopTranscriptionRequestBuilder} + */ + @jakarta.annotation.Nonnull + public StopTranscriptionRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new StopTranscriptionRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java index dd7a7e224f4..1839e20b236 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java @@ -60,7 +60,7 @@ public AssignmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl super(requestAdapter, "{+baseurl}/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @return a {@link IosLobAppProvisioningConfigurationAssignmentCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public IosLobAppProvisioningConfigurationAssignmentCollectionResponse get() { return get(null); } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link IosLobAppProvisioningConfigurationAssignmentCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public IosLobAppProvisioningConfigurationAssignment post(@jakarta.annotation.Non return this.requestAdapter.send(requestInfo, errorMapping, IosLobAppProvisioningConfigurationAssignment::createFromDiscriminatorValue); } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin return new AssignmentsRequestBuilder(rawUrl, requestAdapter); } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java index 8c1b1d177df..1b7ff14e809 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @return a {@link IosLobAppProvisioningConfigurationAssignment} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public IosLobAppProvisioningConfigurationAssignment get() { return get(null); } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link IosLobAppProvisioningConfigurationAssignment} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder withUrl(@j public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java index 85300d81088..5201d91207f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidForWorkApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index d26c73a1965..095644e85bc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java index c922a99f4df..1cbf3465bf3 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 3d15c4b162a..83c554d47e9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java index 288186f5aa9..fb75ea9cae5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidManagedStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index d0739df9aaa..b34e4712e11 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java index 26b80345d76..bc4b74edfe7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 40ef0b7e0f9..afb17fd4283 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java index a6f42336567..f8ecd8850ce 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 78c711007ee..79aa03f5435 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java index 4b445add130..3b57ea0d42e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 8cb167e1818..6f3e3da3bee 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java index 1019ab36a41..ac647643cea 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 7abf21a1865..bb98730a238 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java index 639157f50a2..62879441aac 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index e1fcf7421c0..067c15c0018 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java index a2447293579..fa61178aa94 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 0f333eadae5..c5f923dd0bf 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java index 36f80c8068f..60c827f1553 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSPkgApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 4c369a25e33..d281533fb62 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java index 4f92afd48b8..1d02bc88588 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index aaaa5a3b5cf..773a6aa21aa 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java index 635e265ca03..e699247752a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 1e4cbb8ee80..22f0aff3b0b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java index 9191819c7d7..faa646754b5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index ee4f61be9f7..c4e44738fc4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java index e87573c9016..1324fa486f8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 0db0156f773..2c76825f527 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java index 39a5d63a8cd..ffc42ee8f86 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 09c80567a6d..573cb5229a7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java index 6314df56796..5e966ff3df5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 4c3169e6d7e..2d06381033a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java index 2fb0a8cdc70..38df293efb1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 9ed0f591924..6fc0b00e297 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java index d5d91664713..b3ee7dc7b4b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index d77bceda908..974e6aafb6a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java index 26468a82a26..c8965a3eedd 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 64c80d046e7..520ab96bff9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java index 13198b08b8c..96eb7788d90 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index 8f678c2730f..3d666d541d5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java index e60bfe2be17..46e38ce5c5b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.winGetApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java index c1b1a6df829..ba71fedb0fc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java index c15d8ff17cb..bd8b64e2dc7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java @@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationshipCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str return new RelationshipsRequestBuilder(rawUrl, requestAdapter); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java index a60b4475d09..16159b61426 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java @@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -64,7 +64,7 @@ public MobileAppRelationship get() { return get(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MobileAppRelationship} * @throws ODataError When receiving a 4XX or 5XX status code @@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/ScheduledActionsForRuleRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/ScheduledActionsForRuleRequestBuilder.java index 62ca53adbac..7adff25300c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/ScheduledActionsForRuleRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/ScheduledActionsForRuleRequestBuilder.java @@ -60,7 +60,7 @@ public ScheduledActionsForRuleRequestBuilder(@jakarta.annotation.Nonnull final S super(requestAdapter, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @return a {@link DeviceComplianceScheduledActionForRuleCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public DeviceComplianceScheduledActionForRuleCollectionResponse get() { return get(null); } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link DeviceComplianceScheduledActionForRuleCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public DeviceComplianceScheduledActionForRule post(@jakarta.annotation.Nonnull f return this.requestAdapter.send(requestInfo, errorMapping, DeviceComplianceScheduledActionForRule::createFromDiscriminatorValue); } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public ScheduledActionsForRuleRequestBuilder withUrl(@jakarta.annotation.Nonnull return new ScheduledActionsForRuleRequestBuilder(rawUrl, requestAdapter); } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.java index f22b6c211bf..9623fa78d19 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.java @@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @return a {@link DeviceComplianceScheduledActionForRule} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -73,7 +73,7 @@ public DeviceComplianceScheduledActionForRule get() { return get(null); } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link DeviceComplianceScheduledActionForRule} * @throws ODataError When receiving a 4XX or 5XX status code @@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -191,7 +191,7 @@ public DeviceComplianceScheduledActionForRuleItemRequestBuilder withUrl(@jakarta public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/directory/templates/devicetemplates/item/owners/item/DirectoryObjectItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/directory/templates/devicetemplates/item/owners/item/DirectoryObjectItemRequestBuilder.java index c6598ae55f6..d05e5922e23 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/directory/templates/devicetemplates/item/owners/item/DirectoryObjectItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/directory/templates/devicetemplates/item/owners/item/DirectoryObjectItemRequestBuilder.java @@ -37,7 +37,7 @@ public DirectoryObjectItemRequestBuilder(@jakarta.annotation.Nonnull final Strin super(requestAdapter, "{+baseurl}/directory/templates/deviceTemplates/{deviceTemplate%2Did}/owners/{directoryObject%2Did}{?%24expand,%24select}", rawUrl); } /** - * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. Supports $expand. + * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. There can be a maximum of 100 owners on a device template. Supports $expand. * @return a {@link DirectoryObject} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -46,7 +46,7 @@ public DirectoryObject get() { return get(null); } /** - * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. Supports $expand. + * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. There can be a maximum of 100 owners on a device template. Supports $expand. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link DirectoryObject} * @throws ODataError When receiving a 4XX or 5XX status code @@ -59,7 +59,7 @@ public DirectoryObject get(@jakarta.annotation.Nullable final java.util.function return this.requestAdapter.send(requestInfo, errorMapping, DirectoryObject::createFromDiscriminatorValue); } /** - * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. Supports $expand. + * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. There can be a maximum of 100 owners on a device template. Supports $expand. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. Supports $expand. + * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. There can be a maximum of 100 owners on a device template. Supports $expand. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -89,7 +89,7 @@ public DirectoryObjectItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fin return new DirectoryObjectItemRequestBuilder(rawUrl, requestAdapter); } /** - * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. Supports $expand. + * Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. There can be a maximum of 100 owners on a device template. Supports $expand. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java index 5a87d9c0933..3888465877c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java @@ -271,21 +271,21 @@ public RangeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}/range()", rawUrl); } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @return a {@link WorkbookRange} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public WorkbookRange get() { return get(null); } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link WorkbookRange} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public WorkbookRange get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -359,7 +359,7 @@ public RowWithRowRequestBuilder rowWithRow(@jakarta.annotation.Nonnull final Int return new RowWithRowRequestBuilder(pathParameters, requestAdapter, row); } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -367,7 +367,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java index 24c91b93296..e8509d5cad9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java @@ -271,21 +271,21 @@ public RangeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}/range()", rawUrl); } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @return a {@link WorkbookRange} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public WorkbookRange get() { return get(null); } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link WorkbookRange} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public WorkbookRange get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -359,7 +359,7 @@ public RowWithRowRequestBuilder rowWithRow(@jakarta.annotation.Nonnull final Int return new RowWithRowRequestBuilder(pathParameters, requestAdapter, row); } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -367,7 +367,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @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/education/synchronizationprofiles/SynchronizationProfilesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/SynchronizationProfilesRequestBuilder.java index d1a942e927e..928d3e92e39 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/SynchronizationProfilesRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/SynchronizationProfilesRequestBuilder.java @@ -66,12 +66,11 @@ public SynchronizationProfilesRequestBuilder(@jakarta.annotation.Nonnull final S super(requestAdapter, "{+baseurl}/education/synchronizationProfiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Retrieve the collection of school data synchronization profiles in the tenant. + * Get synchronizationProfiles from education * @return a {@link EducationSynchronizationProfileCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -79,13 +78,12 @@ public EducationSynchronizationProfileCollectionResponse get() { return get(null); } /** - * Retrieve the collection of school data synchronization profiles in the tenant. + * Get synchronizationProfiles from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link EducationSynchronizationProfileCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -127,7 +125,7 @@ public EducationSynchronizationProfile post(@jakarta.annotation.Nonnull final Ed return this.requestAdapter.send(requestInfo, errorMapping, EducationSynchronizationProfile::createFromDiscriminatorValue); } /** - * Retrieve the collection of school data synchronization profiles in the tenant. + * Get synchronizationProfiles from education * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -138,7 +136,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve the collection of school data synchronization profiles in the tenant. + * Get synchronizationProfiles from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated @@ -196,7 +194,7 @@ public SynchronizationProfilesRequestBuilder withUrl(@jakarta.annotation.Nonnull return new SynchronizationProfilesRequestBuilder(rawUrl, requestAdapter); } /** - * Retrieve the collection of school data synchronization profiles in the tenant. + * Get synchronizationProfiles from education */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/EducationSynchronizationProfileItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/EducationSynchronizationProfileItemRequestBuilder.java index e034619b7e5..413dac4a90f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/EducationSynchronizationProfileItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/EducationSynchronizationProfileItemRequestBuilder.java @@ -121,23 +121,21 @@ public EducationSynchronizationProfileItemRequestBuilder(@jakarta.annotation.Non super(requestAdapter, "{+baseurl}/education/synchronizationProfiles/{educationSynchronizationProfile%2Did}{?%24expand,%24select}", rawUrl); } /** - * Delete a school data synchronization profile in the tenant based on the identifier. + * Delete navigation property synchronizationProfiles for education * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @Deprecated public void delete() { delete(null); } /** - * Delete a school data synchronization profile in the tenant based on the identifier. + * Delete navigation property synchronizationProfiles for education * @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 * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @Deprecated public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -147,12 +145,11 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Retrieve a school data synchronization profile in the tenant based on the identifier. + * Get synchronizationProfiles from education * @return a {@link EducationSynchronizationProfile} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -160,13 +157,12 @@ public EducationSynchronizationProfile get() { return get(null); } /** - * Retrieve a school data synchronization profile in the tenant based on the identifier. + * Get synchronizationProfiles from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link EducationSynchronizationProfile} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -208,7 +204,7 @@ public EducationSynchronizationProfile patch(@jakarta.annotation.Nonnull final E return this.requestAdapter.send(requestInfo, errorMapping, EducationSynchronizationProfile::createFromDiscriminatorValue); } /** - * Delete a school data synchronization profile in the tenant based on the identifier. + * Delete navigation property synchronizationProfiles for education * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -219,7 +215,7 @@ public RequestInformation toDeleteRequestInformation() { return toDeleteRequestInformation(null); } /** - * Delete a school data synchronization profile in the tenant based on the identifier. + * Delete navigation property synchronizationProfiles for education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated @@ -234,7 +230,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Retrieve a school data synchronization profile in the tenant based on the identifier. + * Get synchronizationProfiles from education * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -245,7 +241,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve a school data synchronization profile in the tenant based on the identifier. + * Get synchronizationProfiles from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated @@ -309,7 +305,7 @@ public EducationSynchronizationProfileItemRequestBuilder withUrl(@jakarta.annota public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Retrieve a school data synchronization profile in the tenant based on the identifier. + * Get synchronizationProfiles from education */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/errors/ErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/errors/ErrorsRequestBuilder.java index 021fef8990a..623c3d9bd9a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/errors/ErrorsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/errors/ErrorsRequestBuilder.java @@ -66,12 +66,11 @@ public ErrorsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja super(requestAdapter, "{+baseurl}/education/synchronizationProfiles/{educationSynchronizationProfile%2Did}/errors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Get the errors generated during validation and/or during a sync of a specific school data synchronization profile in the tenant. + * Get errors from education * @return a {@link EducationSynchronizationErrorCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -79,13 +78,12 @@ public EducationSynchronizationErrorCollectionResponse get() { return get(null); } /** - * Get the errors generated during validation and/or during a sync of a specific school data synchronization profile in the tenant. + * Get errors from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link EducationSynchronizationErrorCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -127,7 +125,7 @@ public EducationSynchronizationError post(@jakarta.annotation.Nonnull final Educ return this.requestAdapter.send(requestInfo, errorMapping, EducationSynchronizationError::createFromDiscriminatorValue); } /** - * Get the errors generated during validation and/or during a sync of a specific school data synchronization profile in the tenant. + * Get errors from education * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -138,7 +136,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get the errors generated during validation and/or during a sync of a specific school data synchronization profile in the tenant. + * Get errors from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated @@ -196,7 +194,7 @@ public ErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String raw return new ErrorsRequestBuilder(rawUrl, requestAdapter); } /** - * Get the errors generated during validation and/or during a sync of a specific school data synchronization profile in the tenant. + * Get errors from education */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/errors/item/EducationSynchronizationErrorItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/errors/item/EducationSynchronizationErrorItemRequestBuilder.java index 1901b4dfb08..09d665bfadc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/errors/item/EducationSynchronizationErrorItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/errors/item/EducationSynchronizationErrorItemRequestBuilder.java @@ -61,7 +61,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * All errors associated with this synchronization profile. + * Get errors from education * @return a {@link EducationSynchronizationError} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated @@ -73,7 +73,7 @@ public EducationSynchronizationError get() { return get(null); } /** - * All errors associated with this synchronization profile. + * Get errors from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link EducationSynchronizationError} * @throws ODataError When receiving a 4XX or 5XX status code @@ -146,7 +146,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * All errors associated with this synchronization profile. + * Get errors from education * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -157,7 +157,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * All errors associated with this synchronization profile. + * Get errors from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated @@ -221,7 +221,7 @@ public EducationSynchronizationErrorItemRequestBuilder withUrl(@jakarta.annotati public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * All errors associated with this synchronization profile. + * Get errors from education */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/pause/PauseRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/pause/PauseRequestBuilder.java index 4c163e55faa..74e291acf48 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/pause/PauseRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/pause/PauseRequestBuilder.java @@ -35,23 +35,21 @@ public PauseRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak super(requestAdapter, "{+baseurl}/education/synchronizationProfiles/{educationSynchronizationProfile%2Did}/pause", rawUrl); } /** - * Pause the sync of a specific school data synchronization profile in the tenant. + * Invoke action pause * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @Deprecated public void post() { post(null); } /** - * Pause the sync of a specific school data synchronization profile in the tenant. + * Invoke action pause * @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 * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @Deprecated public void post(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -61,7 +59,7 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer< this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Pause the sync of a specific school data synchronization profile in the tenant. + * Invoke action pause * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -72,7 +70,7 @@ public RequestInformation toPostRequestInformation() { return toPostRequestInformation(null); } /** - * Pause the sync of a specific school data synchronization profile in the tenant. + * Invoke action pause * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/profilestatus/ProfileStatusRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/profilestatus/ProfileStatusRequestBuilder.java index fcd2625bbd7..66f88749ab7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/profilestatus/ProfileStatusRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/profilestatus/ProfileStatusRequestBuilder.java @@ -61,12 +61,11 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get the status of a specific school data synchronization profile in the tenant. The response will indicate the status of the sync. + * Get profileStatus from education * @return a {@link EducationSynchronizationProfileStatus} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -74,13 +73,12 @@ public EducationSynchronizationProfileStatus get() { return get(null); } /** - * Get the status of a specific school data synchronization profile in the tenant. The response will indicate the status of the sync. + * Get profileStatus from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link EducationSynchronizationProfileStatus} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -148,7 +146,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get the status of a specific school data synchronization profile in the tenant. The response will indicate the status of the sync. + * Get profileStatus from education * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -159,7 +157,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get the status of a specific school data synchronization profile in the tenant. The response will indicate the status of the sync. + * Get profileStatus from education * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated @@ -223,7 +221,7 @@ public ProfileStatusRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get the status of a specific school data synchronization profile in the tenant. The response will indicate the status of the sync. + * Get profileStatus from education */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/reset/ResetRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/reset/ResetRequestBuilder.java index 6f5cd23bbee..66fee042479 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/reset/ResetRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/reset/ResetRequestBuilder.java @@ -35,23 +35,21 @@ public ResetRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak super(requestAdapter, "{+baseurl}/education/synchronizationProfiles/{educationSynchronizationProfile%2Did}/reset", rawUrl); } /** - * Reset the sync of a specific school data synchronization profile in the tenant. + * Invoke action reset * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @Deprecated public void post() { post(null); } /** - * Reset the sync of a specific school data synchronization profile in the tenant. + * Invoke action reset * @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 * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @Deprecated public void post(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -61,7 +59,7 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer< this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Reset the sync of a specific school data synchronization profile in the tenant. + * Invoke action reset * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -72,7 +70,7 @@ public RequestInformation toPostRequestInformation() { return toPostRequestInformation(null); } /** - * Reset the sync of a specific school data synchronization profile in the tenant. + * Invoke action reset * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/resume/ResumeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/resume/ResumeRequestBuilder.java index bac366ef261..d63aade44e6 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/resume/ResumeRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/resume/ResumeRequestBuilder.java @@ -35,23 +35,21 @@ public ResumeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja super(requestAdapter, "{+baseurl}/education/synchronizationProfiles/{educationSynchronizationProfile%2Did}/resume", rawUrl); } /** - * Resume the sync of a specific school data synchronization profile in the tenant. + * Invoke action resume * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @Deprecated public void post() { post(null); } /** - * Resume the sync of a specific school data synchronization profile in the tenant. + * Invoke action resume * @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 * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @Deprecated public void post(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -61,7 +59,7 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer< this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Resume the sync of a specific school data synchronization profile in the tenant. + * Invoke action resume * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -72,7 +70,7 @@ public RequestInformation toPostRequestInformation() { return toPostRequestInformation(null); } /** - * Resume the sync of a specific school data synchronization profile in the tenant. + * Invoke action resume * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/start/StartRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/start/StartRequestBuilder.java index c36a59a8177..5ca732a2a6c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/start/StartRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/start/StartRequestBuilder.java @@ -35,12 +35,11 @@ public StartRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak super(requestAdapter, "{+baseurl}/education/synchronizationProfiles/{educationSynchronizationProfile%2Did}/start", rawUrl); } /** - * Verify the files uploaded to a specific school data synchronization profile in the tenant. If the verification is successful, synchronization starts on the profile. Otherwise, the response contains errors and warnings. If the response contains errors, the synchronization won't start. If the response contains only warnings, synchronization starts. + * Invoke action start * @return a {@link StartPostResponse} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -48,13 +47,12 @@ public StartPostResponse post() { return post(null); } /** - * Verify the files uploaded to a specific school data synchronization profile in the tenant. If the verification is successful, synchronization starts on the profile. Otherwise, the response contains errors and warnings. If the response contains errors, the synchronization won't start. If the response contains only warnings, synchronization starts. + * Invoke action start * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link StartPostResponse} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -65,7 +63,7 @@ public StartPostResponse post(@jakarta.annotation.Nullable final java.util.funct return this.requestAdapter.send(requestInfo, errorMapping, StartPostResponse::createFromDiscriminatorValue); } /** - * Verify the files uploaded to a specific school data synchronization profile in the tenant. If the verification is successful, synchronization starts on the profile. Otherwise, the response contains errors and warnings. If the response contains errors, the synchronization won't start. If the response contains only warnings, synchronization starts. + * Invoke action start * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -76,7 +74,7 @@ public RequestInformation toPostRequestInformation() { return toPostRequestInformation(null); } /** - * Verify the files uploaded to a specific school data synchronization profile in the tenant. If the verification is successful, synchronization starts on the profile. Otherwise, the response contains errors and warnings. If the response contains errors, the synchronization won't start. If the response contains only warnings, synchronization starts. + * Invoke action start * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/uploadurl/UploadUrlRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/uploadurl/UploadUrlRequestBuilder.java index 98dc71e8af2..7d1140d9b7c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/uploadurl/UploadUrlRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/synchronizationprofiles/item/uploadurl/UploadUrlRequestBuilder.java @@ -35,12 +35,11 @@ public UploadUrlRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, super(requestAdapter, "{+baseurl}/education/synchronizationProfiles/{educationSynchronizationProfile%2Did}/uploadUrl()", rawUrl); } /** - * Retrieve a shared access signature (SAS) for uploading source files to Azure blob storage for a specific school data synchronization profile in the tenant. The SAS token has a validity of one hour. The upload URL is provided only for the CSV data provider. + * Invoke function uploadUrl * @return a {@link UploadUrlGetResponse} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -48,13 +47,12 @@ public UploadUrlGetResponse get() { return get(null); } /** - * Retrieve a shared access signature (SAS) for uploading source files to Azure blob storage for a specific school data synchronization profile in the tenant. The SAS token has a validity of one hour. The upload URL is provided only for the CSV data provider. + * Invoke function uploadUrl * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link UploadUrlGetResponse} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles - * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -65,7 +63,7 @@ public UploadUrlGetResponse get(@jakarta.annotation.Nullable final java.util.fun return this.requestAdapter.send(requestInfo, errorMapping, UploadUrlGetResponse::createFromDiscriminatorValue); } /** - * Retrieve a shared access signature (SAS) for uploading source files to Azure blob storage for a specific school data synchronization profile in the tenant. The SAS token has a validity of one hour. The upload URL is provided only for the CSV data provider. + * Invoke function uploadUrl * @return a {@link RequestInformation} * @deprecated * The Education Sync Profile API is deprecated and will stop returning data on December 31, 2024. Please transition to the new IndustryData API. as of 2024-06/Deprecated:SynchronizationProfiles @@ -76,7 +74,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve a shared access signature (SAS) for uploading source files to Azure blob storage for a specific school data synchronization profile in the tenant. The SAS token has a validity of one hour. The upload URL is provided only for the CSV data provider. + * Invoke function uploadUrl * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java index bfad42f3e7e..8a037ab96f9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java @@ -135,23 +135,23 @@ public EducationUser get(@jakarta.annotation.Nullable final java.util.function.C return this.requestAdapter.send(requestInfo, errorMapping, EducationUser::createFromDiscriminatorValue); } /** - * Update the relatedContact collection of an educationUser object. + * Update the properties of an educationuser object. * @param body The request body * @return a {@link EducationUser} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public EducationUser patch(@jakarta.annotation.Nonnull final EducationUser body) { return patch(body, null); } /** - * Update the relatedContact collection of an educationUser object. + * Update the properties of an educationuser object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link EducationUser} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public EducationUser patch(@jakarta.annotation.Nonnull final EducationUser body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -202,7 +202,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Update the relatedContact collection of an educationUser object. + * Update the properties of an educationuser object. * @param body The request body * @return a {@link RequestInformation} */ @@ -211,7 +211,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull return toPatchRequestInformation(body, null); } /** - * Update the relatedContact collection of an educationUser object. + * Update the properties of an educationuser 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/external/industrydata/dataconnectors/DataConnectorsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/DataConnectorsRequestBuilder.java index 968f017efcc..ee0c87ba44e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/DataConnectorsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/DataConnectorsRequestBuilder.java @@ -84,23 +84,23 @@ public IndustryDataConnectorCollectionResponse get(@jakarta.annotation.Nullable return this.requestAdapter.send(requestInfo, errorMapping, IndustryDataConnectorCollectionResponse::createFromDiscriminatorValue); } /** - * Create a new azureDataLakeConnector object. + * Create a new oneRosterApiDataConnector object. * @param body The request body * @return a {@link IndustryDataConnector} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public IndustryDataConnector post(@jakarta.annotation.Nonnull final IndustryDataConnector body) { return post(body, null); } /** - * Create a new azureDataLakeConnector object. + * Create a new oneRosterApiDataConnector object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link IndustryDataConnector} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public IndustryDataConnector post(@jakarta.annotation.Nonnull final IndustryDataConnector body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Create a new azureDataLakeConnector object. + * Create a new oneRosterApiDataConnector object. * @param body The request body * @return a {@link RequestInformation} */ @@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Create a new azureDataLakeConnector object. + * Create a new oneRosterApiDataConnector 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/external/industrydata/dataconnectors/item/IndustryDataConnectorItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/item/IndustryDataConnectorItemRequestBuilder.java index 3250f606135..9393d99a01b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/item/IndustryDataConnectorItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/item/IndustryDataConnectorItemRequestBuilder.java @@ -99,23 +99,23 @@ public IndustryDataConnector get(@jakarta.annotation.Nullable final java.util.fu return this.requestAdapter.send(requestInfo, errorMapping, IndustryDataConnector::createFromDiscriminatorValue); } /** - * Update the properties of an azureDataLakeConnector object. + * Update the properties of a oneRosterApiDataConnector object. * @param body The request body * @return a {@link IndustryDataConnector} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public IndustryDataConnector patch(@jakarta.annotation.Nonnull final IndustryDataConnector body) { return patch(body, null); } /** - * Update the properties of an azureDataLakeConnector object. + * Update the properties of a oneRosterApiDataConnector object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link IndustryDataConnector} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public IndustryDataConnector patch(@jakarta.annotation.Nonnull final IndustryDataConnector body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -166,7 +166,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Update the properties of an azureDataLakeConnector object. + * Update the properties of a oneRosterApiDataConnector object. * @param body The request body * @return a {@link RequestInformation} */ @@ -175,7 +175,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull return toPatchRequestInformation(body, null); } /** - * Update the properties of an azureDataLakeConnector object. + * Update the properties of a oneRosterApiDataConnector 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/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java index adb3ef364d6..5d7d5ff3e56 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java @@ -84,23 +84,23 @@ public InboundFlowCollectionResponse get(@jakarta.annotation.Nullable final java return this.requestAdapter.send(requestInfo, errorMapping, InboundFlowCollectionResponse::createFromDiscriminatorValue); } /** - * Create a new inboundApiFlow object. + * Create a new inboundFileFlow object. * @param body The request body * @return a {@link InboundFlow} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public InboundFlow post(@jakarta.annotation.Nonnull final InboundFlow body) { return post(body, null); } /** - * Create a new inboundApiFlow object. + * Create a new inboundFileFlow object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link InboundFlow} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public InboundFlow post(@jakarta.annotation.Nonnull final InboundFlow body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Create a new inboundApiFlow object. + * Create a new inboundFileFlow object. * @param body The request body * @return a {@link RequestInformation} */ @@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Create a new inboundApiFlow object. + * Create a new inboundFileFlow 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/external/industrydata/operations/item/LongRunningOperationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/operations/item/LongRunningOperationItemRequestBuilder.java index 941b9b38778..606a423bdd1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/operations/item/LongRunningOperationItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/operations/item/LongRunningOperationItemRequestBuilder.java @@ -55,21 +55,21 @@ 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 longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. * @return a {@link LongRunningOperation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public LongRunningOperation get() { return get(null); } /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link LongRunningOperation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public LongRunningOperation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -124,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -132,7 +132,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -184,7 +184,7 @@ public LongRunningOperationItemRequestBuilder withUrl(@jakarta.annotation.Nonnul public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java index 8847d373dfb..b4536fc3d3c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java @@ -46,18 +46,18 @@ public ConversationItemRequestBuilder(@jakarta.annotation.Nonnull final String r super(requestAdapter, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}{?%24expand,%24select}", rawUrl); } /** - * Delete conversation. + * Delete a group's conversation object. * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void delete() { delete(null); } /** - * Delete conversation. + * Delete a group's conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration); @@ -66,21 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. * @return a {@link Conversation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public Conversation get() { return get(null); } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link Conversation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public Conversation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -90,7 +90,7 @@ public Conversation get(@jakarta.annotation.Nullable final java.util.function.Co return this.requestAdapter.send(requestInfo, errorMapping, Conversation::createFromDiscriminatorValue); } /** - * Delete conversation. + * Delete a group's conversation object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -98,7 +98,7 @@ public RequestInformation toDeleteRequestInformation() { return toDeleteRequestInformation(null); } /** - * Delete conversation. + * Delete a group's conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -110,7 +110,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -118,7 +118,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -146,7 +146,7 @@ public ConversationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java index 53b66403afc..a0a535579af 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java @@ -35,20 +35,20 @@ public ReplyRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak super(requestAdapter, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/reply", rawUrl); } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body) { post(body, null); } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { Objects.requireNonNull(body); @@ -58,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @j this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @return a {@link RequestInformation} */ @@ -67,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/SiteItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/SiteItemRequestBuilder.java index db4c1864593..796cddec10d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/SiteItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/SiteItemRequestBuilder.java @@ -1,6 +1,7 @@ package com.microsoft.graph.beta.groups.item.sites.item; import com.microsoft.graph.beta.groups.item.sites.item.analytics.AnalyticsRequestBuilder; +import com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.columns.ColumnsRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.contentmodels.ContentModelsRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.contenttypes.ContentTypesRequestBuilder; @@ -24,6 +25,7 @@ import com.microsoft.graph.beta.groups.item.sites.item.recyclebin.RecycleBinRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.sites.SitesRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.termstore.TermStoreRequestBuilder; +import com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder; import com.microsoft.graph.beta.models.odataerrors.ODataError; import com.microsoft.graph.beta.models.Site; import com.microsoft.kiota.BaseRequestBuilder; @@ -52,6 +54,14 @@ public class SiteItemRequestBuilder extends BaseRequestBuilder { public AnalyticsRequestBuilder analytics() { return new AnalyticsRequestBuilder(pathParameters, requestAdapter); } + /** + * Provides operations to call the archive method. + * @return a {@link ArchiveRequestBuilder} + */ + @jakarta.annotation.Nonnull + public ArchiveRequestBuilder archive() { + return new ArchiveRequestBuilder(pathParameters, requestAdapter); + } /** * Provides operations to manage the columns property of the microsoft.graph.site entity. * @return a {@link ColumnsRequestBuilder} @@ -212,6 +222,14 @@ public SitesRequestBuilder sites() { public TermStoreRequestBuilder termStore() { return new TermStoreRequestBuilder(pathParameters, requestAdapter); } + /** + * Provides operations to call the unarchive method. + * @return a {@link UnarchiveRequestBuilder} + */ + @jakarta.annotation.Nonnull + public UnarchiveRequestBuilder unarchive() { + return new UnarchiveRequestBuilder(pathParameters, requestAdapter); + } /** * Instantiates a new {@link SiteItemRequestBuilder} and sets the default values. * @param pathParameters Path parameters for the request diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/archive/ArchiveRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/archive/ArchiveRequestBuilder.java new file mode 100644 index 00000000000..5e4be0276df --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/archive/ArchiveRequestBuilder.java @@ -0,0 +1,93 @@ +package com.microsoft.graph.beta.groups.item.sites.item.archive; + +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.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the archive method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class ArchiveRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link ArchiveRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public ArchiveRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/archive", pathParameters); + } + /** + * Instantiates a new {@link ArchiveRequestBuilder} 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 ArchiveRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/archive", rawUrl); + } + /** + * Archive an active SharePoint site. + * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here + */ + public void post() { + post(null); + } + /** + * Archive an active SharePoint site. + * @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); + final HashMap> errorMapping = new HashMap>(); + errorMapping.put("XXX", ODataError::createFromDiscriminatorValue); + this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); + } + /** + * Archive an active SharePoint site. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation() { + return toPostRequestInformation(null); + } + /** + * Archive an active SharePoint site. + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters); + requestInfo.configure(requestConfiguration, PostRequestConfiguration::new); + requestInfo.headers.tryAdd("Accept", "application/json"); + return requestInfo; + } + /** + * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + * @param rawUrl The raw URL to use for the request builder. + * @return a {@link ArchiveRequestBuilder} + */ + @jakarta.annotation.Nonnull + public ArchiveRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new ArchiveRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/groups/item/sites/item/getbypathwithpath/GetByPathWithPathRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/getbypathwithpath/GetByPathWithPathRequestBuilder.java index ddd79133963..bb21ee93bb1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/getbypathwithpath/GetByPathWithPathRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/getbypathwithpath/GetByPathWithPathRequestBuilder.java @@ -1,6 +1,7 @@ package com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath; import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.analytics.AnalyticsRequestBuilder; +import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.columns.ColumnsRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.contentmodels.ContentModelsRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.contenttypes.ContentTypesRequestBuilder; @@ -23,6 +24,7 @@ import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.recyclebin.RecycleBinRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.sites.SitesRequestBuilder; import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.termstore.TermStoreRequestBuilder; +import com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder; import com.microsoft.graph.beta.models.odataerrors.ODataError; import com.microsoft.graph.beta.models.Site; import com.microsoft.kiota.BaseRequestBuilder; @@ -50,6 +52,14 @@ public class GetByPathWithPathRequestBuilder extends BaseRequestBuilder { public AnalyticsRequestBuilder analytics() { return new AnalyticsRequestBuilder(pathParameters, requestAdapter); } + /** + * Provides operations to call the archive method. + * @return a {@link ArchiveRequestBuilder} + */ + @jakarta.annotation.Nonnull + public ArchiveRequestBuilder archive() { + return new ArchiveRequestBuilder(pathParameters, requestAdapter); + } /** * Provides operations to manage the columns property of the microsoft.graph.site entity. * @return a {@link ColumnsRequestBuilder} @@ -210,6 +220,14 @@ public SitesRequestBuilder sites() { public TermStoreRequestBuilder termStore() { return new TermStoreRequestBuilder(pathParameters, requestAdapter); } + /** + * Provides operations to call the unarchive method. + * @return a {@link UnarchiveRequestBuilder} + */ + @jakarta.annotation.Nonnull + public UnarchiveRequestBuilder unarchive() { + return new UnarchiveRequestBuilder(pathParameters, requestAdapter); + } /** * Instantiates a new {@link GetByPathWithPathRequestBuilder} and sets the default values. * @param path Usage: path='{path}' diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/getbypathwithpath/archive/ArchiveRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/getbypathwithpath/archive/ArchiveRequestBuilder.java new file mode 100644 index 00000000000..b2b83223461 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/getbypathwithpath/archive/ArchiveRequestBuilder.java @@ -0,0 +1,93 @@ +package com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive; + +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.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the archive method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class ArchiveRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link ArchiveRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public ArchiveRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/archive", pathParameters); + } + /** + * Instantiates a new {@link ArchiveRequestBuilder} 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 ArchiveRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/archive", rawUrl); + } + /** + * Archive an active SharePoint site. + * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here + */ + public void post() { + post(null); + } + /** + * Archive an active SharePoint site. + * @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); + final HashMap> errorMapping = new HashMap>(); + errorMapping.put("XXX", ODataError::createFromDiscriminatorValue); + this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); + } + /** + * Archive an active SharePoint site. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation() { + return toPostRequestInformation(null); + } + /** + * Archive an active SharePoint site. + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters); + requestInfo.configure(requestConfiguration, PostRequestConfiguration::new); + requestInfo.headers.tryAdd("Accept", "application/json"); + return requestInfo; + } + /** + * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + * @param rawUrl The raw URL to use for the request builder. + * @return a {@link ArchiveRequestBuilder} + */ + @jakarta.annotation.Nonnull + public ArchiveRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new ArchiveRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/groups/item/sites/item/getbypathwithpath/unarchive/UnarchiveRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/getbypathwithpath/unarchive/UnarchiveRequestBuilder.java new file mode 100644 index 00000000000..0a73d1699c2 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/getbypathwithpath/unarchive/UnarchiveRequestBuilder.java @@ -0,0 +1,93 @@ +package com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive; + +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.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the unarchive method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class UnarchiveRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link UnarchiveRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public UnarchiveRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/unarchive", pathParameters); + } + /** + * Instantiates a new {@link UnarchiveRequestBuilder} 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 UnarchiveRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/unarchive", rawUrl); + } + /** + * Unarchive an archived SharePoint site. + * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here + */ + public void post() { + post(null); + } + /** + * Unarchive an archived SharePoint site. + * @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); + final HashMap> errorMapping = new HashMap>(); + errorMapping.put("XXX", ODataError::createFromDiscriminatorValue); + this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); + } + /** + * Unarchive an archived SharePoint site. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation() { + return toPostRequestInformation(null); + } + /** + * Unarchive an archived SharePoint site. + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters); + requestInfo.configure(requestConfiguration, PostRequestConfiguration::new); + requestInfo.headers.tryAdd("Accept", "application/json"); + return requestInfo; + } + /** + * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + * @param rawUrl The raw URL to use for the request builder. + * @return a {@link UnarchiveRequestBuilder} + */ + @jakarta.annotation.Nonnull + public UnarchiveRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new UnarchiveRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/groups/item/sites/item/unarchive/UnarchiveRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/unarchive/UnarchiveRequestBuilder.java new file mode 100644 index 00000000000..cfbaf9ca0c7 --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/unarchive/UnarchiveRequestBuilder.java @@ -0,0 +1,93 @@ +package com.microsoft.graph.beta.groups.item.sites.item.unarchive; + +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.RequestAdapter; +import com.microsoft.kiota.RequestInformation; +import com.microsoft.kiota.RequestOption; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParsableFactory; +import java.util.Collection; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Provides operations to call the unarchive method. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class UnarchiveRequestBuilder extends BaseRequestBuilder { + /** + * Instantiates a new {@link UnarchiveRequestBuilder} and sets the default values. + * @param pathParameters Path parameters for the request + * @param requestAdapter The request adapter to use to execute the requests. + */ + public UnarchiveRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/unarchive", pathParameters); + } + /** + * Instantiates a new {@link UnarchiveRequestBuilder} 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 UnarchiveRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) { + super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/unarchive", rawUrl); + } + /** + * Unarchive an archived SharePoint site. + * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here + */ + public void post() { + post(null); + } + /** + * Unarchive an archived SharePoint site. + * @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); + final HashMap> errorMapping = new HashMap>(); + errorMapping.put("XXX", ODataError::createFromDiscriminatorValue); + this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); + } + /** + * Unarchive an archived SharePoint site. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation() { + return toPostRequestInformation(null); + } + /** + * Unarchive an archived SharePoint site. + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return a {@link RequestInformation} + */ + @jakarta.annotation.Nonnull + public RequestInformation toPostRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { + final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters); + requestInfo.configure(requestConfiguration, PostRequestConfiguration::new); + requestInfo.headers.tryAdd("Accept", "application/json"); + return requestInfo; + } + /** + * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + * @param rawUrl The raw URL to use for the request builder. + * @return a {@link UnarchiveRequestBuilder} + */ + @jakarta.annotation.Nonnull + public UnarchiveRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) { + Objects.requireNonNull(rawUrl); + return new UnarchiveRequestBuilder(rawUrl, requestAdapter); + } + /** + * 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/groups/item/threads/item/reply/ReplyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java index 5b3a74e21b3..87c1e46161c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java @@ -35,20 +35,20 @@ public ReplyRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak super(requestAdapter, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/reply", rawUrl); } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body) { post(body, null); } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { Objects.requireNonNull(body); @@ -58,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @j this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @return a {@link RequestInformation} */ @@ -67,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java index 669e1073211..276a7571e05 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java @@ -37,18 +37,18 @@ public NamedLocationItemRequestBuilder(@jakarta.annotation.Nonnull final String super(requestAdapter, "{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}{?%24expand,%24select}", rawUrl); } /** - * Delete a countryNamedLocation object. + * Delete an ipNamedLocation object. * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void delete() { delete(null); } /** - * Delete a countryNamedLocation object. + * Delete an ipNamedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration); @@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. * @return a {@link NamedLocation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public NamedLocation get() { return get(null); } /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link NamedLocation} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public NamedLocation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -108,7 +108,7 @@ public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body, return this.requestAdapter.send(requestInfo, errorMapping, NamedLocation::createFromDiscriminatorValue); } /** - * Delete a countryNamedLocation object. + * Delete an ipNamedLocation object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -116,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() { return toDeleteRequestInformation(null); } /** - * Delete a countryNamedLocation object. + * Delete an ipNamedLocation object. * @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; } /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -188,7 +188,7 @@ public NamedLocationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java index 8ee861354e1..438cf0d1a85 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java @@ -61,12 +61,12 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. * @return a {@link CustomCalloutExtension} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -74,13 +74,13 @@ public CustomCalloutExtension get() { return get(null); } /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link CustomCalloutExtension} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -91,13 +91,13 @@ public CustomCalloutExtension get(@jakarta.annotation.Nullable final java.util.f return this.requestAdapter.send(requestInfo, errorMapping, CustomCalloutExtension::createFromDiscriminatorValue); } /** - * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + * Update the properties of an accessPackageAssignmentWorkflowExtension object. * @param body The request body * @return a {@link CustomCalloutExtension} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -105,14 +105,14 @@ public CustomCalloutExtension patch(@jakarta.annotation.Nonnull final CustomCall return patch(body, null); } /** - * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + * Update the properties of an accessPackageAssignmentWorkflowExtension object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link CustomCalloutExtension} * @throws ODataError When receiving a 4XX or 5XX status code * @deprecated * as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable @Deprecated @@ -150,7 +150,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. * @return a {@link RequestInformation} * @deprecated * as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions @@ -161,7 +161,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} * @deprecated @@ -176,7 +176,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + * Update the properties of an accessPackageAssignmentWorkflowExtension object. * @param body The request body * @return a {@link RequestInformation} * @deprecated @@ -188,7 +188,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull return toPatchRequestInformation(body, null); } /** - * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + * Update the properties of an accessPackageAssignmentWorkflowExtension object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} @@ -225,7 +225,7 @@ public CustomCalloutExtensionItemRequestBuilder withUrl(@jakarta.annotation.Nonn public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java index da1af3d0790..9f344f53507 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java @@ -140,21 +140,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @return a {@link AccessPackage} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public AccessPackage get() { return get(null); } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link AccessPackage} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public AccessPackage get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -211,7 +211,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -219,7 +219,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -271,7 +271,7 @@ public AccessPackageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageswithuniquename/AccessPackagesWithUniqueNameRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageswithuniquename/AccessPackagesWithUniqueNameRequestBuilder.java index 897fa96024e..1cef5cd718b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageswithuniquename/AccessPackagesWithUniqueNameRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageswithuniquename/AccessPackagesWithUniqueNameRequestBuilder.java @@ -77,21 +77,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @return a {@link AccessPackage} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public AccessPackage get() { return get(null); } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link AccessPackage} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public AccessPackage get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -148,7 +148,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -156,7 +156,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -208,7 +208,7 @@ public AccessPackagesWithUniqueNameRequestBuilder withUrl(@jakarta.annotation.No public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { 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 2f3e8704d50..d1a53a2aa10 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 @@ -7089,6 +7089,10 @@ com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|recordRe com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|redirect:RedirectRequestBuilder com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|reject:RejectRequestBuilder com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|sendDtmfTones:SendDtmfTonesRequestBuilder +com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|startRecording:StartRecordingRequestBuilder +com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|startTranscription:StartTranscriptionRequestBuilder +com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|stopRecording:StopRecordingRequestBuilder +com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|stopTranscription:StopTranscriptionRequestBuilder com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|subscribeToTone:SubscribeToToneRequestBuilder com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|toDeleteRequestInformation():RequestInformation com.microsoft.graph.beta.app.calls.item.CallItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation @@ -7681,6 +7685,94 @@ com.microsoft.graph.beta.app.calls.item.senddtmftones.SendDtmfTonesRequestBuilde com.microsoft.graph.beta.app.calls.item.senddtmftones.SendDtmfTonesRequestBuilder::|public|toPostRequestInformation(body:SendDtmfTonesPostRequestBody):RequestInformation com.microsoft.graph.beta.app.calls.item.senddtmftones.SendDtmfTonesRequestBuilder::|public|toPostRequestInformation(body:SendDtmfTonesPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.app.calls.item.senddtmftones.SendDtmfTonesRequestBuilder::|public|withUrl(rawUrl:String):SendDtmfTonesRequestBuilder +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|protected|backingStore:BackingStore +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|constructor():void +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|getAdditionalData():Map +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|getClientContext():String +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|public|setClientContext(value?:String):void +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):StartRecordingPostRequestBody +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder::|public|post(body:StartRecordingPostRequestBody):StartRecordingOperation +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder::|public|post(body:StartRecordingPostRequestBody; requestConfiguration?:java.util.function.Consumer):StartRecordingOperation +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder::|public|toPostRequestInformation(body:StartRecordingPostRequestBody):RequestInformation +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder::|public|toPostRequestInformation(body:StartRecordingPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.app.calls.item.startrecording.StartRecordingRequestBuilder::|public|withUrl(rawUrl:String):StartRecordingRequestBuilder +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|protected|backingStore:BackingStore +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|constructor():void +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getAdditionalData():Map +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getClientContext():String +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getLanguage():String +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|setClientContext(value?:String):void +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|setLanguage(value?:String):void +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):StartTranscriptionPostRequestBody +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|post(body:StartTranscriptionPostRequestBody):StartTranscriptionOperation +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|post(body:StartTranscriptionPostRequestBody; requestConfiguration?:java.util.function.Consumer):StartTranscriptionOperation +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|toPostRequestInformation(body:StartTranscriptionPostRequestBody):RequestInformation +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|toPostRequestInformation(body:StartTranscriptionPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.app.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|withUrl(rawUrl:String):StartTranscriptionRequestBuilder +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|protected|backingStore:BackingStore +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|constructor():void +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|getAdditionalData():Map +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|getClientContext():String +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|public|setClientContext(value?:String):void +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):StopRecordingPostRequestBody +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder::|public|post(body:StopRecordingPostRequestBody):StopRecordingOperation +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder::|public|post(body:StopRecordingPostRequestBody; requestConfiguration?:java.util.function.Consumer):StopRecordingOperation +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder::|public|toPostRequestInformation(body:StopRecordingPostRequestBody):RequestInformation +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder::|public|toPostRequestInformation(body:StopRecordingPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.app.calls.item.stoprecording.StopRecordingRequestBuilder::|public|withUrl(rawUrl:String):StopRecordingRequestBuilder +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|protected|backingStore:BackingStore +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|constructor():void +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getAdditionalData():Map +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getClientContext():String +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getLanguage():String +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|setClientContext(value?:String):void +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|setLanguage(value?:String):void +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):StopTranscriptionPostRequestBody +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|post(body:StopTranscriptionPostRequestBody):StopTranscriptionOperation +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|post(body:StopTranscriptionPostRequestBody; requestConfiguration?:java.util.function.Consumer):StopTranscriptionOperation +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|toPostRequestInformation(body:StopTranscriptionPostRequestBody):RequestInformation +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|toPostRequestInformation(body:StopTranscriptionPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.app.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|withUrl(rawUrl:String):StopTranscriptionRequestBuilder com.microsoft.graph.beta.app.calls.item.subscribetotone.SubscribeToTonePostRequestBody::|protected|backingStore:BackingStore com.microsoft.graph.beta.app.calls.item.subscribetotone.SubscribeToTonePostRequestBody::|public|constructor():void com.microsoft.graph.beta.app.calls.item.subscribetotone.SubscribeToTonePostRequestBody::|public|getAdditionalData():Map @@ -15710,6 +15802,10 @@ com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|publ com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|redirect:RedirectRequestBuilder com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|reject:RejectRequestBuilder com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|sendDtmfTones:SendDtmfTonesRequestBuilder +com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|startRecording:StartRecordingRequestBuilder +com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|startTranscription:StartTranscriptionRequestBuilder +com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|stopRecording:StopRecordingRequestBuilder +com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|stopTranscription:StopTranscriptionRequestBuilder com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|subscribeToTone:SubscribeToToneRequestBuilder com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|toDeleteRequestInformation():RequestInformation com.microsoft.graph.beta.communications.calls.item.CallItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation @@ -16302,6 +16398,94 @@ com.microsoft.graph.beta.communications.calls.item.senddtmftones.SendDtmfTonesRe com.microsoft.graph.beta.communications.calls.item.senddtmftones.SendDtmfTonesRequestBuilder::|public|toPostRequestInformation(body:SendDtmfTonesPostRequestBody):RequestInformation com.microsoft.graph.beta.communications.calls.item.senddtmftones.SendDtmfTonesRequestBuilder::|public|toPostRequestInformation(body:SendDtmfTonesPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.communications.calls.item.senddtmftones.SendDtmfTonesRequestBuilder::|public|withUrl(rawUrl:String):SendDtmfTonesRequestBuilder +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|protected|backingStore:BackingStore +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|constructor():void +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|getAdditionalData():Map +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|getClientContext():String +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|public|setClientContext(value?:String):void +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):StartRecordingPostRequestBody +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder::|public|post(body:StartRecordingPostRequestBody):StartRecordingOperation +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder::|public|post(body:StartRecordingPostRequestBody; requestConfiguration?:java.util.function.Consumer):StartRecordingOperation +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder::|public|toPostRequestInformation(body:StartRecordingPostRequestBody):RequestInformation +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder::|public|toPostRequestInformation(body:StartRecordingPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.communications.calls.item.startrecording.StartRecordingRequestBuilder::|public|withUrl(rawUrl:String):StartRecordingRequestBuilder +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|protected|backingStore:BackingStore +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|constructor():void +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getAdditionalData():Map +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getClientContext():String +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|getLanguage():String +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|setClientContext(value?:String):void +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|public|setLanguage(value?:String):void +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):StartTranscriptionPostRequestBody +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|post(body:StartTranscriptionPostRequestBody):StartTranscriptionOperation +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|post(body:StartTranscriptionPostRequestBody; requestConfiguration?:java.util.function.Consumer):StartTranscriptionOperation +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|toPostRequestInformation(body:StartTranscriptionPostRequestBody):RequestInformation +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|toPostRequestInformation(body:StartTranscriptionPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.communications.calls.item.starttranscription.StartTranscriptionRequestBuilder::|public|withUrl(rawUrl:String):StartTranscriptionRequestBuilder +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|protected|backingStore:BackingStore +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|constructor():void +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|getAdditionalData():Map +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|getClientContext():String +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|public|setClientContext(value?:String):void +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):StopRecordingPostRequestBody +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder::|public|post(body:StopRecordingPostRequestBody):StopRecordingOperation +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder::|public|post(body:StopRecordingPostRequestBody; requestConfiguration?:java.util.function.Consumer):StopRecordingOperation +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder::|public|toPostRequestInformation(body:StopRecordingPostRequestBody):RequestInformation +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder::|public|toPostRequestInformation(body:StopRecordingPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.communications.calls.item.stoprecording.StopRecordingRequestBuilder::|public|withUrl(rawUrl:String):StopRecordingRequestBuilder +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|protected|backingStore:BackingStore +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|constructor():void +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getAdditionalData():Map +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getClientContext():String +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|getLanguage():String +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|setClientContext(value?:String):void +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|public|setLanguage(value?:String):void +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):StopTranscriptionPostRequestBody +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|post(body:StopTranscriptionPostRequestBody):StopTranscriptionOperation +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|post(body:StopTranscriptionPostRequestBody; requestConfiguration?:java.util.function.Consumer):StopTranscriptionOperation +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|toPostRequestInformation(body:StopTranscriptionPostRequestBody):RequestInformation +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|toPostRequestInformation(body:StopTranscriptionPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.communications.calls.item.stoptranscription.StopTranscriptionRequestBuilder::|public|withUrl(rawUrl:String):StopTranscriptionRequestBuilder com.microsoft.graph.beta.communications.calls.item.subscribetotone.SubscribeToTonePostRequestBody::|protected|backingStore:BackingStore com.microsoft.graph.beta.communications.calls.item.subscribetotone.SubscribeToTonePostRequestBody::|public|constructor():void com.microsoft.graph.beta.communications.calls.item.subscribetotone.SubscribeToTonePostRequestBody::|public|getAdditionalData():Map @@ -135779,6 +135963,15 @@ com.microsoft.graph.beta.groups.item.sites.item.analytics.lastsevendays.LastSeve com.microsoft.graph.beta.groups.item.sites.item.analytics.lastsevendays.LastSevenDaysRequestBuilder::|public|toGetRequestInformation():RequestInformation com.microsoft.graph.beta.groups.item.sites.item.analytics.lastsevendays.LastSevenDaysRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.analytics.lastsevendays.LastSevenDaysRequestBuilder::|public|withUrl(rawUrl:String):LastSevenDaysRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder::|public|post():Void +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder::|public|post(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder::|public|toPostRequestInformation():RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder::|public|toPostRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.archive.ArchiveRequestBuilder::|public|withUrl(rawUrl:String):ArchiveRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.columns.ColumnsRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.columns.ColumnsRequestBuilder.GetQueryParameters::|public|count:Boolean com.microsoft.graph.beta.groups.item.sites.item.columns.ColumnsRequestBuilder.GetQueryParameters::|public|expand:String[] @@ -136890,6 +137083,15 @@ com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.analytics.Anal com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.analytics.AnalyticsRequestBuilder::|public|toPatchRequestInformation(body:ItemAnalytics):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.analytics.AnalyticsRequestBuilder::|public|toPatchRequestInformation(body:ItemAnalytics; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.analytics.AnalyticsRequestBuilder::|public|withUrl(rawUrl:String):AnalyticsRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|post():Void +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|post(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|toPostRequestInformation():RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|toPostRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|withUrl(rawUrl:String):ArchiveRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.columns.ColumnsRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.columns.ColumnsRequestBuilder.GetQueryParameters::|public|count:Boolean com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.columns.ColumnsRequestBuilder.GetQueryParameters::|public|expand:String[] @@ -137115,6 +137317,7 @@ com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.getapplicablec com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|analytics:AnalyticsRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|archive:ArchiveRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|columns:ColumnsRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter; path?:String):Void com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void @@ -137143,6 +137346,7 @@ com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithP com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|termStore:TermStoreRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|toGetRequestInformation():RequestInformation com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|unarchive:UnarchiveRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|withUrl(rawUrl:String):GetByPathWithPathRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.informationprotection.InformationProtectionRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.informationprotection.InformationProtectionRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration @@ -137419,6 +137623,15 @@ com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.termstore.Term com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.termstore.TermStoreRequestBuilder::|public|toPatchRequestInformation(body:Store):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.termstore.TermStoreRequestBuilder::|public|toPatchRequestInformation(body:Store; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.termstore.TermStoreRequestBuilder::|public|withUrl(rawUrl:String):TermStoreRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|post():Void +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|post(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|toPostRequestInformation():RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|toPostRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|withUrl(rawUrl:String):UnarchiveRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.informationprotection.bitlocker.BitlockerRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.informationprotection.bitlocker.BitlockerRequestBuilder.GetQueryParameters::|public|expand:String[] com.microsoft.graph.beta.groups.item.sites.item.informationprotection.bitlocker.BitlockerRequestBuilder.GetQueryParameters::|public|select:String[] @@ -144425,6 +144638,7 @@ com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder.GetReques com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|analytics:AnalyticsRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|archive:ArchiveRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|columns:ColumnsRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void @@ -144458,6 +144672,7 @@ com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public| com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|toPatchRequestInformation(body:Site):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|toPatchRequestInformation(body:Site; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|unarchive:UnarchiveRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.SiteItemRequestBuilder::|public|withUrl(rawUrl:String):SiteItemRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.sites.count.CountRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.groups.item.sites.item.sites.count.CountRequestBuilder.GetQueryParameters::|public|filter:String @@ -147484,6 +147699,15 @@ com.microsoft.graph.beta.groups.item.sites.item.termstore.TermStoreRequestBuilde com.microsoft.graph.beta.groups.item.sites.item.termstore.TermStoreRequestBuilder::|public|toPatchRequestInformation(body:Store):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.termstore.TermStoreRequestBuilder::|public|toPatchRequestInformation(body:Store; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.groups.item.sites.item.termstore.TermStoreRequestBuilder::|public|withUrl(rawUrl:String):TermStoreRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder::|public|post():Void +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder::|public|post(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder::|public|toPostRequestInformation():RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder::|public|toPostRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.groups.item.sites.item.unarchive.UnarchiveRequestBuilder::|public|withUrl(rawUrl:String):UnarchiveRequestBuilder com.microsoft.graph.beta.groups.item.sites.remove.RemovePostRequestBody::|protected|backingStore:BackingStore com.microsoft.graph.beta.groups.item.sites.remove.RemovePostRequestBody::|public|constructor():void com.microsoft.graph.beta.groups.item.sites.remove.RemovePostRequestBody::|public|getAdditionalData():Map @@ -223839,11 +224063,13 @@ com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|getDirectoryObjec com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|getDisplayName():String com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|getEmail():String com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|getMailboxType():MailboxType com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|OdataType:String com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|serialize(writer:SerializationWriter):Void com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|setDirectoryObjectId(value?:String):void com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|setDisplayName(value?:String):void com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|setEmail(value?:String):void +com.microsoft.graph.beta.models.MailboxProtectionUnit::|public|setMailboxType(value?:MailboxType):void com.microsoft.graph.beta.models.MailboxProtectionUnit::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):MailboxProtectionUnit com.microsoft.graph.beta.models.MailboxProtectionUnitCollectionResponse-->BaseCollectionPaginationCountResponse com.microsoft.graph.beta.models.MailboxProtectionUnitCollectionResponse::|public|constructor():void @@ -223944,6 +224170,10 @@ com.microsoft.graph.beta.models.MailboxSettings::|public|setUserPurposeV2(value? com.microsoft.graph.beta.models.MailboxSettings::|public|setWorkingHours(value?:WorkingHours):void com.microsoft.graph.beta.models.MailboxSettings::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):MailboxSettings com.microsoft.graph.beta.models.MailboxSettings~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.models.MailboxType::0000-Unknown +com.microsoft.graph.beta.models.MailboxType::0001-User +com.microsoft.graph.beta.models.MailboxType::0002-Shared +com.microsoft.graph.beta.models.MailboxType::0003-UnknownFutureValue com.microsoft.graph.beta.models.MailDestinationRoutingReason::0000-None com.microsoft.graph.beta.models.MailDestinationRoutingReason::0001-MailFlowRule com.microsoft.graph.beta.models.MailDestinationRoutingReason::0002-SafeSender @@ -250215,6 +250445,18 @@ com.microsoft.graph.beta.models.security.EdiscoveryCaseCollectionResponse::|publ com.microsoft.graph.beta.models.security.EdiscoveryCaseCollectionResponse::|public|serialize(writer:SerializationWriter):Void com.microsoft.graph.beta.models.security.EdiscoveryCaseCollectionResponse::|public|setValue(value?:java.util.List):void com.microsoft.graph.beta.models.security.EdiscoveryCaseCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EdiscoveryCaseCollectionResponse +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember-->Entity +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|constructor():void +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|getDisplayName():String +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|getRecipientType():RecipientType +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|getSmtpAddress():String +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|OdataType:String +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|setDisplayName(value?:String):void +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|setRecipientType(value?:RecipientType):void +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|public|setSmtpAddress(value?:String):void +com.microsoft.graph.beta.models.security.EdiscoveryCaseMember::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EdiscoveryCaseMember com.microsoft.graph.beta.models.security.EdiscoveryCaseSettings-->Entity com.microsoft.graph.beta.models.security.EdiscoveryCaseSettings::|public|constructor():void com.microsoft.graph.beta.models.security.EdiscoveryCaseSettings::|public|getFieldDeserializers():Map> @@ -253360,6 +253602,9 @@ com.microsoft.graph.beta.models.security.ReceiverProtocol::0002-SyslogUdp com.microsoft.graph.beta.models.security.ReceiverProtocol::0003-SyslogTcp com.microsoft.graph.beta.models.security.ReceiverProtocol::0004-SyslogTls com.microsoft.graph.beta.models.security.ReceiverProtocol::0005-UnknownFutureValue +com.microsoft.graph.beta.models.security.RecipientType::0000-User +com.microsoft.graph.beta.models.security.RecipientType::0001-RoleGroup +com.microsoft.graph.beta.models.security.RecipientType::0002-UnknownFutureValue com.microsoft.graph.beta.models.security.RecommendedHuntingQuery::|protected|backingStore:BackingStore com.microsoft.graph.beta.models.security.RecommendedHuntingQuery::|public|constructor():void com.microsoft.graph.beta.models.security.RecommendedHuntingQuery::|public|getAdditionalData():Map @@ -260543,9 +260788,17 @@ com.microsoft.graph.beta.models.TeamRenamedEventMessageDetail::|static|public|cr com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot-->Entity com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot::|public|constructor():void com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot::|public|getPolicy():TeamsPolicyAssignment com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot::|public|OdataType:String com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot::|public|setPolicy(value?:TeamsPolicyAssignment):void com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):TeamsAdminRoot +com.microsoft.graph.beta.models.teamsadministration.TeamsPolicyAssignment-->Entity +com.microsoft.graph.beta.models.teamsadministration.TeamsPolicyAssignment::|public|constructor():void +com.microsoft.graph.beta.models.teamsadministration.TeamsPolicyAssignment::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.teamsadministration.TeamsPolicyAssignment::|public|OdataType:String +com.microsoft.graph.beta.models.teamsadministration.TeamsPolicyAssignment::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.teamsadministration.TeamsPolicyAssignment::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):TeamsPolicyAssignment com.microsoft.graph.beta.models.TeamsApp-->Entity com.microsoft.graph.beta.models.TeamsApp::|public|constructor():void com.microsoft.graph.beta.models.TeamsApp::|public|getAppDefinitions():java.util.List @@ -274732,12 +274985,12 @@ com.microsoft.graph.beta.models.windowsupdates.ApplicableContentDeviceMatch~~>Ad com.microsoft.graph.beta.models.windowsupdates.ApplicableContent~~>AdditionalDataHolder; BackedModel; Parsable com.microsoft.graph.beta.models.windowsupdates.AzureADDevice-->UpdatableAsset com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|constructor():void -com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|getEnrollments():java.util.List +com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|getEnrollment():UpdateManagementEnrollment com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|getErrors():java.util.List com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|getFieldDeserializers():Map> com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|OdataType:String com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|serialize(writer:SerializationWriter):Void -com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|setEnrollments(value?:java.util.List):void +com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|setEnrollment(value?:UpdateManagementEnrollment):void com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|public|setErrors(value?:java.util.List):void com.microsoft.graph.beta.models.windowsupdates.AzureADDevice::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AzureADDevice com.microsoft.graph.beta.models.windowsupdates.AzureADDeviceRegistrationError-->UpdatableAssetError @@ -275111,6 +275364,12 @@ com.microsoft.graph.beta.models.windowsupdates.EditionCollectionResponse::|publi com.microsoft.graph.beta.models.windowsupdates.EditionCollectionResponse::|public|serialize(writer:SerializationWriter):Void com.microsoft.graph.beta.models.windowsupdates.EditionCollectionResponse::|public|setValue(value?:java.util.List):void com.microsoft.graph.beta.models.windowsupdates.EditionCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EditionCollectionResponse +com.microsoft.graph.beta.models.windowsupdates.EnrollmentState::0000-NotEnrolled +com.microsoft.graph.beta.models.windowsupdates.EnrollmentState::0001-Enrolled +com.microsoft.graph.beta.models.windowsupdates.EnrollmentState::0002-EnrolledWithPolicy +com.microsoft.graph.beta.models.windowsupdates.EnrollmentState::0003-Enrolling +com.microsoft.graph.beta.models.windowsupdates.EnrollmentState::0004-Unenrolling +com.microsoft.graph.beta.models.windowsupdates.EnrollmentState::0005-UnknownFutureValue com.microsoft.graph.beta.models.windowsupdates.ExpediteSettings::|protected|backingStore:BackingStore com.microsoft.graph.beta.models.windowsupdates.ExpediteSettings::|public|constructor():void com.microsoft.graph.beta.models.windowsupdates.ExpediteSettings::|public|getAdditionalData():Map @@ -275506,18 +275765,6 @@ com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetCollectionResponse: com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetCollectionResponse::|public|serialize(writer:SerializationWriter):Void com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetCollectionResponse::|public|setValue(value?:java.util.List):void com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):UpdatableAssetCollectionResponse -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|protected|backingStore:BackingStore -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|constructor():void -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|getAdditionalData():Map -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|getBackingStore():BackingStore -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|getFieldDeserializers():Map> -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|getOdataType():String -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|serialize(writer:SerializationWriter):Void -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|setAdditionalData(value?:Map):void -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|setBackingStore(value:BackingStore):void -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|public|setOdataType(value?:String):void -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):UpdatableAssetEnrollment -com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetEnrollment~~>AdditionalDataHolder; BackedModel; Parsable com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetError::|protected|backingStore:BackingStore com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetError::|public|constructor():void com.microsoft.graph.beta.models.windowsupdates.UpdatableAssetError::|public|getAdditionalData():Map @@ -275542,14 +275789,40 @@ com.microsoft.graph.beta.models.windowsupdates.UpdateCategory::0000-Feature com.microsoft.graph.beta.models.windowsupdates.UpdateCategory::0001-Quality com.microsoft.graph.beta.models.windowsupdates.UpdateCategory::0002-UnknownFutureValue com.microsoft.graph.beta.models.windowsupdates.UpdateCategory::0003-Driver -com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment-->UpdatableAssetEnrollment +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|protected|backingStore:BackingStore +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|constructor():void +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|getAdditionalData():Map +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|getEnrollmentState():EnrollmentState +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|getFieldDeserializers():Map> +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|getLastModifiedDateTime():OffsetDateTime +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|getOdataType():String +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|serialize(writer:SerializationWriter):Void +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|setEnrollmentState(value?:EnrollmentState):void +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|setLastModifiedDateTime(value?:OffsetDateTime):void +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|public|setOdataType(value?:String):void +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):UpdateCategoryEnrollmentInformation +com.microsoft.graph.beta.models.windowsupdates.UpdateCategoryEnrollmentInformation~~>AdditionalDataHolder; BackedModel; Parsable +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|protected|backingStore:BackingStore com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|constructor():void +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|getAdditionalData():Map +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|getBackingStore():BackingStore +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|getDriver():UpdateCategoryEnrollmentInformation +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|getFeature():UpdateCategoryEnrollmentInformation com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|getFieldDeserializers():Map> -com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|getUpdateCategory():UpdateCategory -com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|OdataType:String +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|getOdataType():String +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|getQuality():UpdateCategoryEnrollmentInformation com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|serialize(writer:SerializationWriter):Void -com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|setUpdateCategory(value?:UpdateCategory):void +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|setAdditionalData(value?:Map):void +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|setBackingStore(value:BackingStore):void +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|setDriver(value?:UpdateCategoryEnrollmentInformation):void +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|setFeature(value?:UpdateCategoryEnrollmentInformation):void +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|setOdataType(value?:String):void +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|public|setQuality(value?:UpdateCategoryEnrollmentInformation):void com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):UpdateManagementEnrollment +com.microsoft.graph.beta.models.windowsupdates.UpdateManagementEnrollment~~>AdditionalDataHolder; BackedModel; Parsable com.microsoft.graph.beta.models.windowsupdates.UpdatePolicy-->Entity com.microsoft.graph.beta.models.windowsupdates.UpdatePolicy::|public|constructor():void com.microsoft.graph.beta.models.windowsupdates.UpdatePolicy::|public|getAudience():DeploymentAudience @@ -323055,6 +323328,15 @@ com.microsoft.graph.beta.sites.item.analytics.lastsevendays.LastSevenDaysRequest com.microsoft.graph.beta.sites.item.analytics.lastsevendays.LastSevenDaysRequestBuilder::|public|toGetRequestInformation():RequestInformation com.microsoft.graph.beta.sites.item.analytics.lastsevendays.LastSevenDaysRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.sites.item.analytics.lastsevendays.LastSevenDaysRequestBuilder::|public|withUrl(rawUrl:String):LastSevenDaysRequestBuilder +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder::|public|post():Void +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder::|public|post(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder::|public|toPostRequestInformation():RequestInformation +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder::|public|toPostRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.sites.item.archive.ArchiveRequestBuilder::|public|withUrl(rawUrl:String):ArchiveRequestBuilder com.microsoft.graph.beta.sites.item.columns.ColumnsRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.sites.item.columns.ColumnsRequestBuilder.GetQueryParameters::|public|count:Boolean com.microsoft.graph.beta.sites.item.columns.ColumnsRequestBuilder.GetQueryParameters::|public|expand:String[] @@ -324166,6 +324448,15 @@ com.microsoft.graph.beta.sites.item.getbypathwithpath.analytics.AnalyticsRequest com.microsoft.graph.beta.sites.item.getbypathwithpath.analytics.AnalyticsRequestBuilder::|public|toPatchRequestInformation(body:ItemAnalytics):RequestInformation com.microsoft.graph.beta.sites.item.getbypathwithpath.analytics.AnalyticsRequestBuilder::|public|toPatchRequestInformation(body:ItemAnalytics; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.sites.item.getbypathwithpath.analytics.AnalyticsRequestBuilder::|public|withUrl(rawUrl:String):AnalyticsRequestBuilder +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|post():Void +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|post(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|toPostRequestInformation():RequestInformation +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|toPostRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.sites.item.getbypathwithpath.archive.ArchiveRequestBuilder::|public|withUrl(rawUrl:String):ArchiveRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.columns.ColumnsRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.columns.ColumnsRequestBuilder.GetQueryParameters::|public|count:Boolean com.microsoft.graph.beta.sites.item.getbypathwithpath.columns.ColumnsRequestBuilder.GetQueryParameters::|public|expand:String[] @@ -324391,6 +324682,7 @@ com.microsoft.graph.beta.sites.item.getbypathwithpath.getapplicablecontenttypesf com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|analytics:AnalyticsRequestBuilder +com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|archive:ArchiveRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|columns:ColumnsRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter; path?:String):Void com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void @@ -324419,6 +324711,7 @@ com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBu com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|termStore:TermStoreRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|toGetRequestInformation():RequestInformation com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|unarchive:UnarchiveRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder::|public|withUrl(rawUrl:String):GetByPathWithPathRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.informationprotection.InformationProtectionRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.sites.item.getbypathwithpath.informationprotection.InformationProtectionRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration @@ -324695,6 +324988,15 @@ com.microsoft.graph.beta.sites.item.getbypathwithpath.termstore.TermStoreRequest com.microsoft.graph.beta.sites.item.getbypathwithpath.termstore.TermStoreRequestBuilder::|public|toPatchRequestInformation(body:Store):RequestInformation com.microsoft.graph.beta.sites.item.getbypathwithpath.termstore.TermStoreRequestBuilder::|public|toPatchRequestInformation(body:Store; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.sites.item.getbypathwithpath.termstore.TermStoreRequestBuilder::|public|withUrl(rawUrl:String):TermStoreRequestBuilder +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|post():Void +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|post(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|toPostRequestInformation():RequestInformation +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|toPostRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.sites.item.getbypathwithpath.unarchive.UnarchiveRequestBuilder::|public|withUrl(rawUrl:String):UnarchiveRequestBuilder com.microsoft.graph.beta.sites.item.informationprotection.bitlocker.BitlockerRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.sites.item.informationprotection.bitlocker.BitlockerRequestBuilder.GetQueryParameters::|public|expand:String[] com.microsoft.graph.beta.sites.item.informationprotection.bitlocker.BitlockerRequestBuilder.GetQueryParameters::|public|select:String[] @@ -331651,6 +331953,7 @@ com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder.GetRequestConfigurati com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|analytics:AnalyticsRequestBuilder +com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|archive:ArchiveRequestBuilder com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|columns:ColumnsRequestBuilder com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void @@ -331684,6 +331987,7 @@ com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|toGetRequest com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|toPatchRequestInformation(body:Site):RequestInformation com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|toPatchRequestInformation(body:Site; requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|unarchive:UnarchiveRequestBuilder com.microsoft.graph.beta.sites.item.SiteItemRequestBuilder::|public|withUrl(rawUrl:String):SiteItemRequestBuilder com.microsoft.graph.beta.sites.item.sites.count.CountRequestBuilder-->BaseRequestBuilder com.microsoft.graph.beta.sites.item.sites.count.CountRequestBuilder.GetQueryParameters::|public|filter:String @@ -334710,6 +335014,15 @@ com.microsoft.graph.beta.sites.item.termstore.TermStoreRequestBuilder::|public|t com.microsoft.graph.beta.sites.item.termstore.TermStoreRequestBuilder::|public|toPatchRequestInformation(body:Store):RequestInformation com.microsoft.graph.beta.sites.item.termstore.TermStoreRequestBuilder::|public|toPatchRequestInformation(body:Store; requestConfiguration?:java.util.function.Consumer):RequestInformation com.microsoft.graph.beta.sites.item.termstore.TermStoreRequestBuilder::|public|withUrl(rawUrl:String):TermStoreRequestBuilder +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder-->BaseRequestBuilder +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder::|public|post():Void +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder::|public|post(requestConfiguration?:java.util.function.Consumer):Void +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder::|public|toPostRequestInformation():RequestInformation +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder::|public|toPostRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation +com.microsoft.graph.beta.sites.item.unarchive.UnarchiveRequestBuilder::|public|withUrl(rawUrl:String):UnarchiveRequestBuilder com.microsoft.graph.beta.sites.remove.RemovePostRequestBody::|protected|backingStore:BackingStore com.microsoft.graph.beta.sites.remove.RemovePostRequestBody::|public|constructor():void com.microsoft.graph.beta.sites.remove.RemovePostRequestBody::|public|getAdditionalData():Map 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 541f835d1f1..d3205a357ec 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": "5923E0D487FBF768915AC7D42314ADC8D3CA116F58083FEE708C9686987D146A8914F51788B76C472DD0BA9B1F74CF8F6A75B1EDCBAE56AD7381586F893EFCE9", + "descriptionHash": "7587270095F847B4F9D6561C294A106644F3B9D3DDD16B4CB41E1A9A01C5267AD0E1C136868B70F7E6DF836DA5E648F0198AD0F014CAE09BB363511795EC2B68", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.23.0", diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AppliedConditionalAccessPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AppliedConditionalAccessPolicy.java index e9b2ab693ec..3a631a2cab4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/AppliedConditionalAccessPolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/AppliedConditionalAccessPolicy.java @@ -65,7 +65,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the conditionsNotSatisfied property value. Refers to the conditional access policy conditions that aren't satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk . You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. + * Gets the conditionsNotSatisfied property value. Refers to the conditional access policy conditions that aren't satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk . Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -73,7 +73,7 @@ public EnumSet getConditionsNotSatisfied() { return this.backingStore.get("conditionsNotSatisfied"); } /** - * Gets the conditionsSatisfied property value. Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. + * Gets the conditionsSatisfied property value. Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -158,7 +158,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (this is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. + * Gets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (this is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. * @return a {@link AppliedConditionalAccessPolicyResult} */ @jakarta.annotation.Nullable @@ -216,14 +216,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the conditionsNotSatisfied property value. Refers to the conditional access policy conditions that aren't satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk . You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. + * Sets the conditionsNotSatisfied property value. Refers to the conditional access policy conditions that aren't satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk . Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * @param value Value to set for the conditionsNotSatisfied property. */ public void setConditionsNotSatisfied(@jakarta.annotation.Nullable final EnumSet value) { this.backingStore.set("conditionsNotSatisfied", value); } /** - * Sets the conditionsSatisfied property value. Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. + * Sets the conditionsSatisfied property value. Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client,ipAddressSeenByAzureAD,ipAddressSeenByResourceProvider,unknownFutureValue,servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals,servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * @param value Value to set for the conditionsSatisfied property. */ public void setConditionsSatisfied(@jakarta.annotation.Nullable final EnumSet value) { @@ -279,7 +279,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (this is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. + * Sets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (this is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. * @param value Value to set for the result property. */ public void setResult(@jakarta.annotation.Nullable final AppliedConditionalAccessPolicyResult 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 6cefbe8d797..d639812d989 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 . Also, note that you must 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. 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 . Also, note that you must 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. 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/BaseSitePage.java b/src/main/java/com/microsoft/graph/beta/generated/models/BaseSitePage.java index 7cae4cd6e3d..fd7c2d07b36 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/BaseSitePage.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/BaseSitePage.java @@ -48,7 +48,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the pageLayout property value. The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue, newsLink. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: newsLink. + * Gets the pageLayout property value. The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue, newsLink. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: newsLink. * @return a {@link PageLayoutType} */ @jakarta.annotation.Nullable @@ -83,7 +83,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("title", this.getTitle()); } /** - * Sets the pageLayout property value. The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue, newsLink. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: newsLink. + * Sets the pageLayout property value. The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue, newsLink. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: newsLink. * @param value Value to set for the pageLayout property. */ public void setPageLayout(@jakarta.annotation.Nullable final PageLayoutType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Channel.java b/src/main/java/com/microsoft/graph/beta/generated/models/Channel.java index 1d10593d79a..ca31b839e9d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Channel.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Channel.java @@ -133,7 +133,7 @@ public java.util.List getMembers() { return this.backingStore.get("members"); } /** - * Gets the membershipType property value. The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared. + * Gets the membershipType property value. The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared. * @return a {@link ChannelMembershipType} */ @jakarta.annotation.Nullable @@ -293,7 +293,7 @@ public void setMembers(@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. You must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup. 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. Possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup. 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 @@ -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. You must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup. 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. Possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup. 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) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessRuleSatisfied.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessRuleSatisfied.java index 010ae478b90..a83c024b13d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessRuleSatisfied.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessRuleSatisfied.java @@ -57,7 +57,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the conditionalAccessCondition property value. Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client, ipAddressSeenByAzureAD, ipAddressSeenByResourceProvider, unknownFutureValue, servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. + * Gets the conditionalAccessCondition property value. Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client, ipAddressSeenByAzureAD, ipAddressSeenByResourceProvider, unknownFutureValue, servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -85,7 +85,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the ruleSatisfied property value. Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps, firstPartyApps, office365, appId, acr, appFilter, allUsers, guest, groupId, roleId, userId, allDevicePlatforms, devicePlatform, allLocations, insideCorpnet, allTrustedLocations, locationId, allDevices, deviceFilter, deviceState, unknownFutureValue, deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. + * Gets the ruleSatisfied property value. Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps, firstPartyApps, office365, appId, acr, appFilter, allUsers, guest, groupId, roleId, userId, allDevicePlatforms, devicePlatform, allLocations, insideCorpnet, allTrustedLocations, locationId, allDevices, deviceFilter, deviceState, unknownFutureValue, deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. * @return a {@link ConditionalAccessRule} */ @jakarta.annotation.Nullable @@ -119,7 +119,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the conditionalAccessCondition property value. Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client, ipAddressSeenByAzureAD, ipAddressSeenByResourceProvider, unknownFutureValue, servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. + * Sets the conditionalAccessCondition property value. Refers to the conditional access policy conditions that are satisfied. The possible values are: none, application, users, devicePlatform, location, clientType, signInRisk, userRisk, time, deviceState, client, ipAddressSeenByAzureAD, ipAddressSeenByResourceProvider, unknownFutureValue, servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipals, servicePrincipalRisk, authenticationFlows, insiderRisk. conditionalAccessConditions is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. * @param value Value to set for the conditionalAccessCondition property. */ public void setConditionalAccessCondition(@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 ruleSatisfied property value. Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps, firstPartyApps, office365, appId, acr, appFilter, allUsers, guest, groupId, roleId, userId, allDevicePlatforms, devicePlatform, allLocations, insideCorpnet, allTrustedLocations, locationId, allDevices, deviceFilter, deviceState, unknownFutureValue, deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. + * Sets the ruleSatisfied property value. Refers to the conditional access policy conditions that were satisfied. The possible values are: allApps, firstPartyApps, office365, appId, acr, appFilter, allUsers, guest, groupId, roleId, userId, allDevicePlatforms, devicePlatform, allLocations, insideCorpnet, allTrustedLocations, locationId, allDevices, deviceFilter, deviceState, unknownFutureValue, deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: deviceFilterIncludeRuleNotMatched, allDeviceStates, anonymizedIPAddress, unfamiliarFeatures, nationStateIPAddress, realTimeThreatIntelligence, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, microsoftAdminPortals, deviceCodeFlow, accountTransfer, insiderRisk. * @param value Value to set for the ruleSatisfied property. */ public void setRuleSatisfied(@jakarta.annotation.Nullable final ConditionalAccessRule value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ContinuousAccessEvaluationSessionControl.java b/src/main/java/com/microsoft/graph/beta/generated/models/ContinuousAccessEvaluationSessionControl.java index 10d5d7976b5..80c4b2275a0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ContinuousAccessEvaluationSessionControl.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ContinuousAccessEvaluationSessionControl.java @@ -67,7 +67,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the mode property value. Specifies continuous access evaluation settings. The possible values are: strictEnforcement, disabled, unknownFutureValue, strictLocation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: strictLocation. + * Gets the mode property value. Specifies continuous access evaluation settings. The possible values are: strictEnforcement, disabled, unknownFutureValue, strictLocation. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: strictLocation. * @return a {@link ContinuousAccessEvaluationMode} */ @jakarta.annotation.Nullable @@ -108,7 +108,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the mode property value. Specifies continuous access evaluation settings. The possible values are: strictEnforcement, disabled, unknownFutureValue, strictLocation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: strictLocation. + * Sets the mode property value. Specifies continuous access evaluation settings. The possible values are: strictEnforcement, disabled, unknownFutureValue, strictLocation. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: strictLocation. * @param value Value to set for the mode property. */ public void setMode(@jakarta.annotation.Nullable final ContinuousAccessEvaluationMode value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceCompliancePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceCompliancePolicy.java index c281082874b..8ee264d9149 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceCompliancePolicy.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceCompliancePolicy.java @@ -141,7 +141,7 @@ public java.util.List getRoleScopeTagIds() { return this.backingStore.get("roleScopeTagIds"); } /** - * Gets the scheduledActionsForRule property value. The list of scheduled action for this rule + * Gets the scheduledActionsForRule property value. The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -257,7 +257,7 @@ public void setRoleScopeTagIds(@jakarta.annotation.Nullable final java.util.List this.backingStore.set("roleScopeTagIds", value); } /** - * Sets the scheduledActionsForRule property value. The list of scheduled action for this rule + * Sets the scheduledActionsForRule property value. The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param value Value to set for the scheduledActionsForRule property. */ public void setScheduledActionsForRule(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.java index 97d5d33be1d..9c837b112dc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the maximumCount property value. Maximum number of choices in the collection + * Gets the maximumCount property value. Maximum number of choices in the collection. Valid values 1 to 100 * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -44,7 +44,7 @@ public Integer getMaximumCount() { return this.backingStore.get("maximumCount"); } /** - * Gets the minimumCount property value. Minimum number of choices in the collection + * Gets the minimumCount property value. Minimum number of choices in the collection. Valid values 1 to 100 * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -62,14 +62,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeIntegerValue("minimumCount", this.getMinimumCount()); } /** - * Sets the maximumCount property value. Maximum number of choices in the collection + * Sets the maximumCount property value. Maximum number of choices in the collection. Valid values 1 to 100 * @param value Value to set for the maximumCount property. */ public void setMaximumCount(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("maximumCount", value); } /** - * Sets the minimumCount property value. Minimum number of choices in the collection + * Sets the minimumCount property value. Minimum number of choices in the collection. Valid values 1 to 100 * @param value Value to set for the minimumCount property. */ public void setMinimumCount(@jakarta.annotation.Nullable final Integer value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingDefinition.java index 6310d89e8d6..9f022cdb6dc 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingDefinition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingDefinition.java @@ -32,7 +32,7 @@ public static DeviceManagementConfigurationChoiceSettingDefinition createFromDis return new DeviceManagementConfigurationChoiceSettingDefinition(); } /** - * Gets the defaultOptionId property value. Default option for choice setting + * Gets the defaultOptionId property value. Default option for the choice setting. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -51,7 +51,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the options property value. Options for the setting that can be selected + * Gets the options property value. Options for the setting that can be selected. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -69,14 +69,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("options", this.getOptions()); } /** - * Sets the defaultOptionId property value. Default option for choice setting + * Sets the defaultOptionId property value. Default option for the choice setting. * @param value Value to set for the defaultOptionId property. */ public void setDefaultOptionId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("defaultOptionId", value); } /** - * Sets the options property value. Options for the setting that can be selected + * Sets the options property value. Options for the setting that can be selected. * @param value Value to set for the options property. */ public void setOptions(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationReferredSettingInformation.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationReferredSettingInformation.java index b3ec96f2168..1e8ca805d9e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationReferredSettingInformation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationReferredSettingInformation.java @@ -78,7 +78,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting + * Gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting + * Sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting. * @param value Value to set for the settingDefinitionId property. */ public void setSettingDefinitionId(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingDefinition.java index 3672dabe4fb..b4327f3ada0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingDefinition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingDefinition.java @@ -47,7 +47,7 @@ public EnumSet getAccessTypes() return this.backingStore.get("accessTypes"); } /** - * Gets the applicability property value. Details which device setting is applicable on + * Gets the applicability property value. Details which device setting is applicable on. Supports: $filters. * @return a {@link DeviceManagementConfigurationSettingApplicability} */ @jakarta.annotation.Nullable @@ -63,7 +63,7 @@ public String getBaseUri() { return this.backingStore.get("baseUri"); } /** - * Gets the categoryId property value. Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) + * Gets the categoryId property value. Specify category in which the setting is under. Support $filters. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -71,7 +71,7 @@ public String getCategoryId() { return this.backingStore.get("categoryId"); } /** - * Gets the description property value. Description of the item + * Gets the description property value. Description of the setting. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -79,7 +79,7 @@ public String getDescription() { return this.backingStore.get("description"); } /** - * Gets the displayName property value. Display name of the item + * Gets the displayName property value. Name of the setting. For example: Allow Toast. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -114,7 +114,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the helpText property value. Help text of the item + * Gets the helpText property value. Help text of the setting. Give more details of the setting. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -122,7 +122,7 @@ public String getHelpText() { return this.backingStore.get("helpText"); } /** - * Gets the infoUrls property value. List of links more info for the setting can be found at + * Gets the infoUrls property value. List of links more info for the setting can be found at. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -170,7 +170,7 @@ public java.util.List g return this.backingStore.get("referredSettingInformationList"); } /** - * Gets the rootDefinitionId property value. Root setting definition if the setting is a child setting. + * Gets the rootDefinitionId property value. Root setting definition id if the setting is a child setting. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -243,7 +243,7 @@ public void setAccessTypes(@jakarta.annotation.Nullable final EnumSet value) { @@ -327,7 +327,7 @@ public void setReferredSettingInformationList(@jakarta.annotation.Nullable final this.backingStore.set("referredSettingInformationList", value); } /** - * Sets the rootDefinitionId property value. Root setting definition if the setting is a child setting. + * Sets the rootDefinitionId property value. Root setting definition id if the setting is a child setting. * @param value Value to set for the rootDefinitionId property. */ public void setRootDefinitionId(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupCollectionDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupCollectionDefinition.java index cd92b22c293..bf95eb6fa2d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupCollectionDefinition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupCollectionDefinition.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the maximumCount property value. Maximum number of setting group count in the collection. Valid values 1 to 100 + * Gets the maximumCount property value. Maximum number of setting group count in the collection * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -44,7 +44,7 @@ public Integer getMaximumCount() { return this.backingStore.get("maximumCount"); } /** - * Gets the minimumCount property value. Minimum number of setting group count in the collection. Valid values 1 to 100 + * Gets the minimumCount property value. Minimum number of setting group count in the collection * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -62,14 +62,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeIntegerValue("minimumCount", this.getMinimumCount()); } /** - * Sets the maximumCount property value. Maximum number of setting group count in the collection. Valid values 1 to 100 + * Sets the maximumCount property value. Maximum number of setting group count in the collection * @param value Value to set for the maximumCount property. */ public void setMaximumCount(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("maximumCount", value); } /** - * Sets the minimumCount property value. Minimum number of setting group count in the collection. Valid values 1 to 100 + * Sets the minimumCount property value. Minimum number of setting group count in the collection * @param value Value to set for the minimumCount property. */ public void setMinimumCount(@jakarta.annotation.Nullable final Integer value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupDefinition.java index 5a76fa8aeb5..629aa1a1f46 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupDefinition.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupDefinition.java @@ -32,7 +32,7 @@ public static DeviceManagementConfigurationSettingGroupDefinition createFromDisc return new DeviceManagementConfigurationSettingGroupDefinition(); } /** - * Gets the childIds property value. Dependent child settings to this group of settings. + * Gets the childIds property value. Dependent child settings to this group of settings * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -79,7 +79,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("dependentOn", this.getDependentOn()); } /** - * Sets the childIds property value. Dependent child settings to this group of settings. + * Sets the childIds property value. Dependent child settings to this group of settings * @param value Value to set for the childIds property. */ public void setChildIds(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceTemplate.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceTemplate.java index 1714792f78f..d4ba59db0ce 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceTemplate.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceTemplate.java @@ -99,7 +99,7 @@ public String getOperatingSystem() { return this.backingStore.get("operatingSystem"); } /** - * Gets the owners property value. Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. Supports $expand. + * Gets the owners property value. Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. There can be a maximum of 100 owners on a device template. Supports $expand. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -172,7 +172,7 @@ public void setOperatingSystem(@jakarta.annotation.Nullable final String value) this.backingStore.set("operatingSystem", value); } /** - * Sets the owners property value. Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. Supports $expand. + * Sets the owners property value. Collection of directory objects that can manage the device template and the related deviceInstances. Owners can be represented as service principals, users, or applications. An owner has full privileges over the device template and doesn't require other administrator roles to create, update, or delete devices from this template, as well as to add or remove template owners. There can be a maximum of 100 owners on a device template. Supports $expand. * @param value Value to set for the owners property. */ public void setOwners(@jakarta.annotation.Nullable final java.util.List 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 0e89614f9fb..00155afdfbe 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 @@ -34,7 +34,7 @@ public EducationAddedStudentAction getAddedStudentAction() { return this.backingStore.get("addedStudentAction"); } /** - * Gets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. + * Gets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. * @return a {@link EducationAddToCalendarOptions} */ @jakarta.annotation.Nullable @@ -272,7 +272,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. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive. + * 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 value(s) in this evolvable enum: inactive. * @return a {@link EducationAssignmentStatus} */ @jakarta.annotation.Nullable @@ -330,7 +330,7 @@ public void setAddedStudentAction(@jakarta.annotation.Nullable final EducationAd this.backingStore.set("addedStudentAction", value); } /** - * Sets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. + * Sets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. * @param value Value to set for the addToCalendarAction property. */ public void setAddToCalendarAction(@jakarta.annotation.Nullable final EducationAddToCalendarOptions value) { @@ -505,7 +505,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. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive. + * 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 value(s) 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 f85fa6ce18e..c6322fea072 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 @@ -34,7 +34,7 @@ public EducationAddedStudentAction getAddedStudentAction() { return this.backingStore.get("addedStudentAction"); } /** - * Gets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. + * Gets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. * @return a {@link EducationAddToCalendarOptions} */ @jakarta.annotation.Nullable @@ -90,7 +90,7 @@ public void setAddedStudentAction(@jakarta.annotation.Nullable final EducationAd this.backingStore.set("addedStudentAction", value); } /** - * Sets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. + * Sets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. * @param value Value to set for the addToCalendarAction property. */ public void setAddToCalendarAction(@jakarta.annotation.Nullable final EducationAddToCalendarOptions value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationCsvDataProvider.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationCsvDataProvider.java index 6bf46bf3faa..6437de45535 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationCsvDataProvider.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationCsvDataProvider.java @@ -26,7 +26,7 @@ public static EducationCsvDataProvider createFromDiscriminatorValue(@jakarta.ann return new EducationCsvDataProvider(); } /** - * Gets the customizations property value. Optional customizations to be applied to the synchronization profile. + * Gets the customizations property value. The customizations property * @return a {@link EducationSynchronizationCustomizations} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("customizations", this.getCustomizations()); } /** - * Sets the customizations property value. Optional customizations to be applied to the synchronization profile. + * Sets the customizations property value. The customizations property * @param value Value to set for the customizations property. */ public void setCustomizations(@jakarta.annotation.Nullable final EducationSynchronizationCustomizations value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationFileSynchronizationVerificationMessage.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationFileSynchronizationVerificationMessage.java index ba8c79531f3..d76de34b73d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationFileSynchronizationVerificationMessage.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationFileSynchronizationVerificationMessage.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the description property value. Detailed information about the message type. + * Gets the description property value. The description property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -77,7 +77,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the fileName property value. Source file that contains the error. + * Gets the fileName property value. The fileName property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -93,7 +93,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the type property value. Type of the message. Possible values are: error, warning, information. + * Gets the type property value. The type property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -128,14 +128,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the description property value. Detailed information about the message type. + * Sets the description property value. The description property * @param value Value to set for the description property. */ public void setDescription(@jakarta.annotation.Nullable final String value) { this.backingStore.set("description", value); } /** - * Sets the fileName property value. Source file that contains the error. + * Sets the fileName property value. The fileName property * @param value Value to set for the fileName property. */ public void setFileName(@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 type property value. Type of the message. Possible values are: error, warning, information. + * Sets the type property value. The type property * @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/EducationIdentityDomain.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityDomain.java index 7f4ceb1d428..bf2d0429d4d 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityDomain.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityDomain.java @@ -76,7 +76,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the name property value. Represents the domain for the user account. + * Gets the name property value. The name property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -125,7 +125,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the name property value. Represents the domain for the user account. + * Sets the name property value. The name property * @param value Value to set for the name property. */ public void setName(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityMatchingConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityMatchingConfiguration.java index 757e4885858..bd922c4f1dd 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityMatchingConfiguration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityMatchingConfiguration.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the matchingOptions property value. Mapping between the user account and the options to use to uniquely identify the user to update. + * Gets the matchingOptions property value. The matchingOptions property * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("matchingOptions", this.getMatchingOptions()); } /** - * Sets the matchingOptions property value. Mapping between the user account and the options to use to uniquely identify the user to update. + * Sets the matchingOptions property value. The matchingOptions property * @param value Value to set for the matchingOptions property. */ public void setMatchingOptions(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityMatchingOptions.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityMatchingOptions.java index 9fad65cc3f1..d70dba923e4 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityMatchingOptions.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationIdentityMatchingOptions.java @@ -86,7 +86,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the sourcePropertyName property value. The name of the source property, which should be a field name in the source data. This property is case-sensitive. + * Gets the sourcePropertyName property value. The sourcePropertyName property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -94,7 +94,7 @@ public String getSourcePropertyName() { return this.backingStore.get("sourcePropertyName"); } /** - * Gets the targetDomain property value. The domain to suffix with the source property to match on the target. If provided as null, the source property will be used to match with the target property. + * Gets the targetDomain property value. The targetDomain property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -102,7 +102,7 @@ public String getTargetDomain() { return this.backingStore.get("targetDomain"); } /** - * Gets the targetPropertyName property value. The name of the target property, which should be a valid property in Microsoft Entra ID. This property is case-sensitive. + * Gets the targetPropertyName property value. The targetPropertyName property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -152,21 +152,21 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the sourcePropertyName property value. The name of the source property, which should be a field name in the source data. This property is case-sensitive. + * Sets the sourcePropertyName property value. The sourcePropertyName property * @param value Value to set for the sourcePropertyName property. */ public void setSourcePropertyName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("sourcePropertyName", value); } /** - * Sets the targetDomain property value. The domain to suffix with the source property to match on the target. If provided as null, the source property will be used to match with the target property. + * Sets the targetDomain property value. The targetDomain property * @param value Value to set for the targetDomain property. */ public void setTargetDomain(@jakarta.annotation.Nullable final String value) { this.backingStore.set("targetDomain", value); } /** - * Sets the targetPropertyName property value. The name of the target property, which should be a valid property in Microsoft Entra ID. This property is case-sensitive. + * Sets the targetPropertyName property value. The targetPropertyName property * @param value Value to set for the targetPropertyName property. */ public void setTargetPropertyName(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationOneRosterApiDataProvider.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationOneRosterApiDataProvider.java index 144ee58cbd6..0c45ab2bef5 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationOneRosterApiDataProvider.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationOneRosterApiDataProvider.java @@ -34,7 +34,7 @@ public EducationSynchronizationConnectionSettings getConnectionSettings() { return this.backingStore.get("connectionSettings"); } /** - * Gets the connectionUrl property value. The connection URL to the OneRoster instance. + * Gets the connectionUrl property value. The connectionUrl property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -42,7 +42,7 @@ public String getConnectionUrl() { return this.backingStore.get("connectionUrl"); } /** - * Gets the customizations property value. Optional customization to be applied to the synchronization profile. + * Gets the customizations property value. The customizations property * @return a {@link EducationSynchronizationCustomizations} */ @jakarta.annotation.Nullable @@ -65,7 +65,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the providerName property value. The OneRoster Service Provider name as defined by the OneRoster specification. + * Gets the providerName property value. The providerName property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -73,7 +73,7 @@ public String getProviderName() { return this.backingStore.get("providerName"); } /** - * Gets the schoolsIds property value. The list of School/Org sourcedId to sync. + * Gets the schoolsIds property value. The schoolsIds property * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -81,7 +81,7 @@ public java.util.List getSchoolsIds() { return this.backingStore.get("schoolsIds"); } /** - * Gets the termIds property value. The list of academic sessions to sync. + * Gets the termIds property value. The termIds property * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -110,35 +110,35 @@ public void setConnectionSettings(@jakarta.annotation.Nullable final EducationSy this.backingStore.set("connectionSettings", value); } /** - * Sets the connectionUrl property value. The connection URL to the OneRoster instance. + * Sets the connectionUrl property value. The connectionUrl property * @param value Value to set for the connectionUrl property. */ public void setConnectionUrl(@jakarta.annotation.Nullable final String value) { this.backingStore.set("connectionUrl", value); } /** - * Sets the customizations property value. Optional customization to be applied to the synchronization profile. + * Sets the customizations property value. The customizations property * @param value Value to set for the customizations property. */ public void setCustomizations(@jakarta.annotation.Nullable final EducationSynchronizationCustomizations value) { this.backingStore.set("customizations", value); } /** - * Sets the providerName property value. The OneRoster Service Provider name as defined by the OneRoster specification. + * Sets the providerName property value. The providerName property * @param value Value to set for the providerName property. */ public void setProviderName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("providerName", value); } /** - * Sets the schoolsIds property value. The list of School/Org sourcedId to sync. + * Sets the schoolsIds property value. The schoolsIds property * @param value Value to set for the schoolsIds property. */ public void setSchoolsIds(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("schoolsIds", value); } /** - * Sets the termIds property value. The list of academic sessions to sync. + * Sets the termIds property value. The termIds property * @param value Value to set for the termIds property. */ public void setTermIds(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationPowerSchoolDataProvider.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationPowerSchoolDataProvider.java index 1f5f9b08dee..7ea72e2a53f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationPowerSchoolDataProvider.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationPowerSchoolDataProvider.java @@ -26,7 +26,7 @@ public static EducationPowerSchoolDataProvider createFromDiscriminatorValue(@jak return new EducationPowerSchoolDataProvider(); } /** - * Gets the allowTeachersInMultipleSchools property value. Indicates whether the source has multiple identifiers for a single student or teacher. + * Gets the allowTeachersInMultipleSchools property value. The allowTeachersInMultipleSchools property * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -34,7 +34,7 @@ public Boolean getAllowTeachersInMultipleSchools() { return this.backingStore.get("allowTeachersInMultipleSchools"); } /** - * Gets the clientId property value. The client ID used to connect to PowerSchool. + * Gets the clientId property value. The clientId property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -42,7 +42,7 @@ public String getClientId() { return this.backingStore.get("clientId"); } /** - * Gets the clientSecret property value. The client secret to authenticate the connection to the PowerSchool instance. + * Gets the clientSecret property value. The clientSecret property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -50,7 +50,7 @@ public String getClientSecret() { return this.backingStore.get("clientSecret"); } /** - * Gets the connectionUrl property value. The connection URL to the PowerSchool instance. + * Gets the connectionUrl property value. The connectionUrl property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -58,7 +58,7 @@ public String getConnectionUrl() { return this.backingStore.get("connectionUrl"); } /** - * Gets the customizations property value. Optional customization to be applied to the synchronization profile. + * Gets the customizations property value. The customizations property * @return a {@link EducationSynchronizationCustomizations} */ @jakarta.annotation.Nullable @@ -82,7 +82,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the schoolsIds property value. The list of schools to sync. + * Gets the schoolsIds property value. The schoolsIds property * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -90,7 +90,7 @@ public java.util.List getSchoolsIds() { return this.backingStore.get("schoolsIds"); } /** - * Gets the schoolYear property value. The school year to sync. + * Gets the schoolYear property value. The schoolYear property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -113,49 +113,49 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("schoolYear", this.getSchoolYear()); } /** - * Sets the allowTeachersInMultipleSchools property value. Indicates whether the source has multiple identifiers for a single student or teacher. + * Sets the allowTeachersInMultipleSchools property value. The allowTeachersInMultipleSchools property * @param value Value to set for the allowTeachersInMultipleSchools property. */ public void setAllowTeachersInMultipleSchools(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("allowTeachersInMultipleSchools", value); } /** - * Sets the clientId property value. The client ID used to connect to PowerSchool. + * Sets the clientId property value. The clientId property * @param value Value to set for the clientId property. */ public void setClientId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("clientId", value); } /** - * Sets the clientSecret property value. The client secret to authenticate the connection to the PowerSchool instance. + * Sets the clientSecret property value. The clientSecret property * @param value Value to set for the clientSecret property. */ public void setClientSecret(@jakarta.annotation.Nullable final String value) { this.backingStore.set("clientSecret", value); } /** - * Sets the connectionUrl property value. The connection URL to the PowerSchool instance. + * Sets the connectionUrl property value. The connectionUrl property * @param value Value to set for the connectionUrl property. */ public void setConnectionUrl(@jakarta.annotation.Nullable final String value) { this.backingStore.set("connectionUrl", value); } /** - * Sets the customizations property value. Optional customization to be applied to the synchronization profile. + * Sets the customizations property value. The customizations property * @param value Value to set for the customizations property. */ public void setCustomizations(@jakarta.annotation.Nullable final EducationSynchronizationCustomizations value) { this.backingStore.set("customizations", value); } /** - * Sets the schoolsIds property value. The list of schools to sync. + * Sets the schoolsIds property value. The schoolsIds property * @param value Value to set for the schoolsIds property. */ public void setSchoolsIds(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("schoolsIds", value); } /** - * Sets the schoolYear property value. The school year to sync. + * Sets the schoolYear property value. The schoolYear property * @param value Value to set for the schoolYear property. */ public void setSchoolYear(@jakarta.annotation.Nullable final String 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 90a3f7ac112..2192fa547c1 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. You must 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. 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. You must 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. 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/EducationSynchronizationConnectionSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationConnectionSettings.java index 442d72f7dc9..7e80cedc77b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationConnectionSettings.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationConnectionSettings.java @@ -64,7 +64,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the clientId property value. Client ID used to connect to the provider. + * Gets the clientId property value. The clientId property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -72,7 +72,7 @@ public String getClientId() { return this.backingStore.get("clientId"); } /** - * Gets the clientSecret property value. Client secret to authenticate the connection to the provider. + * Gets the clientSecret property value. The clientSecret property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -126,14 +126,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the clientId property value. Client ID used to connect to the provider. + * Sets the clientId property value. The clientId property * @param value Value to set for the clientId property. */ public void setClientId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("clientId", value); } /** - * Sets the clientSecret property value. Client secret to authenticate the connection to the provider. + * Sets the clientSecret property value. The clientSecret property * @param value Value to set for the clientSecret property. */ public void setClientSecret(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationCustomization.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationCustomization.java index cc8b98a54af..9598da0917f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationCustomization.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationCustomization.java @@ -49,7 +49,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the allowDisplayNameUpdate property value. Indicates whether the display name of the resource can be overwritten by the sync. + * Gets the allowDisplayNameUpdate property value. The allowDisplayNameUpdate property * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -79,7 +79,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the isSyncDeferred property value. Indicates whether synchronization of the parent entity is deferred to a later date. + * Gets the isSyncDeferred property value. The isSyncDeferred property * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -95,7 +95,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the optionalPropertiesToSync property value. The collection of property names to sync. If set to null, all properties will be synchronized. Does not apply to Student Enrollments or Teacher Rosters + * Gets the optionalPropertiesToSync property value. The optionalPropertiesToSync property * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -103,7 +103,7 @@ public java.util.List getOptionalPropertiesToSync() { return this.backingStore.get("optionalPropertiesToSync"); } /** - * Gets the synchronizationStartDate property value. The date that the synchronization should start. This value should be set to a future date. If set to null, the resource will be synchronized when the profile setup completes. Only applies to Student Enrollments + * Gets the synchronizationStartDate property value. The synchronizationStartDate property * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -131,7 +131,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map value) { this.backingStore.set("optionalPropertiesToSync", value); } /** - * Sets the synchronizationStartDate property value. The date that the synchronization should start. This value should be set to a future date. If set to null, the resource will be synchronized when the profile setup completes. Only applies to Student Enrollments + * Sets the synchronizationStartDate property value. The synchronizationStartDate property * @param value Value to set for the synchronizationStartDate property. */ public void setSynchronizationStartDate(@jakarta.annotation.Nullable final OffsetDateTime value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationCustomizations.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationCustomizations.java index 3df04cc6704..aa090b5c3f9 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationCustomizations.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationCustomizations.java @@ -41,7 +41,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the school property value. Customizations for School entities. + * Gets the school property value. The school property * @return a {@link EducationSynchronizationCustomization} */ @jakarta.annotation.Nullable @@ -49,7 +49,7 @@ public EducationSynchronizationCustomization getSchool() { return this.backingStore.get("school"); } /** - * Gets the section property value. Customizations for Section entities. + * Gets the section property value. The section property * @return a {@link EducationSynchronizationCustomization} */ @jakarta.annotation.Nullable @@ -57,7 +57,7 @@ public EducationSynchronizationCustomization getSection() { return this.backingStore.get("section"); } /** - * Gets the student property value. Customizations for Student entities. + * Gets the student property value. The student property * @return a {@link EducationSynchronizationCustomization} */ @jakarta.annotation.Nullable @@ -65,7 +65,7 @@ public EducationSynchronizationCustomization getStudent() { return this.backingStore.get("student"); } /** - * Gets the studentEnrollment property value. Customizations for Student Enrollments. + * Gets the studentEnrollment property value. The studentEnrollment property * @return a {@link EducationSynchronizationCustomization} */ @jakarta.annotation.Nullable @@ -73,7 +73,7 @@ public EducationSynchronizationCustomization getStudentEnrollment() { return this.backingStore.get("studentEnrollment"); } /** - * Gets the teacher property value. Customizations for Teacher entities. + * Gets the teacher property value. The teacher property * @return a {@link EducationSynchronizationCustomization} */ @jakarta.annotation.Nullable @@ -81,7 +81,7 @@ public EducationSynchronizationCustomization getTeacher() { return this.backingStore.get("teacher"); } /** - * Gets the teacherRoster property value. Customizations for Teacher Rosters. + * Gets the teacherRoster property value. The teacherRoster property * @return a {@link EducationSynchronizationCustomization} */ @jakarta.annotation.Nullable @@ -103,42 +103,42 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("teacherRoster", this.getTeacherRoster()); } /** - * Sets the school property value. Customizations for School entities. + * Sets the school property value. The school property * @param value Value to set for the school property. */ public void setSchool(@jakarta.annotation.Nullable final EducationSynchronizationCustomization value) { this.backingStore.set("school", value); } /** - * Sets the section property value. Customizations for Section entities. + * Sets the section property value. The section property * @param value Value to set for the section property. */ public void setSection(@jakarta.annotation.Nullable final EducationSynchronizationCustomization value) { this.backingStore.set("section", value); } /** - * Sets the student property value. Customizations for Student entities. + * Sets the student property value. The student property * @param value Value to set for the student property. */ public void setStudent(@jakarta.annotation.Nullable final EducationSynchronizationCustomization value) { this.backingStore.set("student", value); } /** - * Sets the studentEnrollment property value. Customizations for Student Enrollments. + * Sets the studentEnrollment property value. The studentEnrollment property * @param value Value to set for the studentEnrollment property. */ public void setStudentEnrollment(@jakarta.annotation.Nullable final EducationSynchronizationCustomization value) { this.backingStore.set("studentEnrollment", value); } /** - * Sets the teacher property value. Customizations for Teacher entities. + * Sets the teacher property value. The teacher property * @param value Value to set for the teacher property. */ public void setTeacher(@jakarta.annotation.Nullable final EducationSynchronizationCustomization value) { this.backingStore.set("teacher", value); } /** - * Sets the teacherRoster property value. Customizations for Teacher Rosters. + * Sets the teacherRoster property value. The teacherRoster property * @param value Value to set for the teacherRoster property. */ public void setTeacherRoster(@jakarta.annotation.Nullable final EducationSynchronizationCustomization value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationError.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationError.java index 622516df2fc..287c07e4c30 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationError.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationError.java @@ -26,7 +26,7 @@ public static EducationSynchronizationError createFromDiscriminatorValue(@jakart return new EducationSynchronizationError(); } /** - * Gets the entryType property value. Represents the sync entity (school, section, student, teacher). + * Gets the entryType property value. The entryType property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -34,7 +34,7 @@ public String getEntryType() { return this.backingStore.get("entryType"); } /** - * Gets the errorCode property value. Represents the error code for this error. + * Gets the errorCode property value. The errorCode property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -42,7 +42,7 @@ public String getErrorCode() { return this.backingStore.get("errorCode"); } /** - * Gets the errorMessage property value. Contains a description of the error. + * Gets the errorMessage property value. The errorMessage property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -65,7 +65,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the joiningValue property value. The unique identifier for the entry. + * Gets the joiningValue property value. The joiningValue property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -73,7 +73,7 @@ public String getJoiningValue() { return this.backingStore.get("joiningValue"); } /** - * Gets the recordedDateTime property value. The time of occurrence of this error. + * Gets the recordedDateTime property value. The recordedDateTime property * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -81,7 +81,7 @@ public OffsetDateTime getRecordedDateTime() { return this.backingStore.get("recordedDateTime"); } /** - * Gets the reportableIdentifier property value. The identifier of this error entry. + * Gets the reportableIdentifier property value. The reportableIdentifier property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -103,42 +103,42 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("reportableIdentifier", this.getReportableIdentifier()); } /** - * Sets the entryType property value. Represents the sync entity (school, section, student, teacher). + * Sets the entryType property value. The entryType property * @param value Value to set for the entryType property. */ public void setEntryType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("entryType", value); } /** - * Sets the errorCode property value. Represents the error code for this error. + * Sets the errorCode property value. The errorCode property * @param value Value to set for the errorCode property. */ public void setErrorCode(@jakarta.annotation.Nullable final String value) { this.backingStore.set("errorCode", value); } /** - * Sets the errorMessage property value. Contains a description of the error. + * Sets the errorMessage property value. The errorMessage property * @param value Value to set for the errorMessage property. */ public void setErrorMessage(@jakarta.annotation.Nullable final String value) { this.backingStore.set("errorMessage", value); } /** - * Sets the joiningValue property value. The unique identifier for the entry. + * Sets the joiningValue property value. The joiningValue property * @param value Value to set for the joiningValue property. */ public void setJoiningValue(@jakarta.annotation.Nullable final String value) { this.backingStore.set("joiningValue", value); } /** - * Sets the recordedDateTime property value. The time of occurrence of this error. + * Sets the recordedDateTime property value. The recordedDateTime property * @param value Value to set for the recordedDateTime property. */ public void setRecordedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("recordedDateTime", value); } /** - * Sets the reportableIdentifier property value. The identifier of this error entry. + * Sets the reportableIdentifier property value. The reportableIdentifier property * @param value Value to set for the reportableIdentifier property. */ public void setReportableIdentifier(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationLicenseAssignment.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationLicenseAssignment.java index b0d6cf47b05..3b45e64a082 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationLicenseAssignment.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationLicenseAssignment.java @@ -48,7 +48,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the appliesTo property value. The user role type to assign to license. Possible values are: student, teacher, faculty. + * Gets the appliesTo property value. The appliesTo property * @return a {@link EducationUserRole} */ @jakarta.annotation.Nullable @@ -84,7 +84,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the skuIds property value. Represents the SKU identifiers of the licenses to assign. + * Gets the skuIds property value. The skuIds property * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -110,7 +110,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationOAuth2ClientCredentialsConnectionSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationOAuth2ClientCredentialsConnectionSettings.java index 6ea790539b1..93201671595 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationOAuth2ClientCredentialsConnectionSettings.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationOAuth2ClientCredentialsConnectionSettings.java @@ -37,7 +37,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the scope property value. The scope of the access request (see RFC6749). + * Gets the scope property value. The scope property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public String getScope() { return this.backingStore.get("scope"); } /** - * Gets the tokenUrl property value. The URL to get access tokens for the data provider. + * Gets the tokenUrl property value. The tokenUrl property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -63,14 +63,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("tokenUrl", this.getTokenUrl()); } /** - * Sets the scope property value. The scope of the access request (see RFC6749). + * Sets the scope property value. The scope property * @param value Value to set for the scope property. */ public void setScope(@jakarta.annotation.Nullable final String value) { this.backingStore.set("scope", value); } /** - * Sets the tokenUrl property value. The URL to get access tokens for the data provider. + * Sets the tokenUrl property value. The tokenUrl property * @param value Value to set for the tokenUrl property. */ public void setTokenUrl(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationProfile.java index ff1d6f06b52..85af9c1a167 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationProfile.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationProfile.java @@ -34,7 +34,7 @@ public EducationSynchronizationDataProvider getDataProvider() { return this.backingStore.get("dataProvider"); } /** - * Gets the displayName property value. Name of the configuration profile for syncing identities. + * Gets the displayName property value. The displayName property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -42,7 +42,7 @@ public String getDisplayName() { return this.backingStore.get("displayName"); } /** - * Gets the errors property value. All errors associated with this synchronization profile. + * Gets the errors property value. The errors property * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -50,7 +50,7 @@ public java.util.List getErrors() { return this.backingStore.get("errors"); } /** - * Gets the expirationDate property value. The date the profile should be considered expired and cease syncing. Provide the date in YYYY-MM-DD format, following ISO 8601. Maximum value is 18 months from profile creation. (optional) + * Gets the expirationDate property value. The expirationDate property * @return a {@link LocalDate} */ @jakarta.annotation.Nullable @@ -76,7 +76,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the handleSpecialCharacterConstraint property value. Determines if School Data Sync should automatically replace unsupported special characters while syncing from source. + * Gets the handleSpecialCharacterConstraint property value. The handleSpecialCharacterConstraint property * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -92,7 +92,7 @@ public EducationIdentitySynchronizationConfiguration getIdentitySynchronizationC return this.backingStore.get("identitySynchronizationConfiguration"); } /** - * Gets the licensesToAssign property value. License setup configuration. + * Gets the licensesToAssign property value. The licensesToAssign property * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -100,7 +100,7 @@ public java.util.List getLicensesToAs return this.backingStore.get("licensesToAssign"); } /** - * Gets the profileStatus property value. The synchronization status. + * Gets the profileStatus property value. The profileStatus property * @return a {@link EducationSynchronizationProfileStatus} */ @jakarta.annotation.Nullable @@ -108,7 +108,7 @@ public EducationSynchronizationProfileStatus getProfileStatus() { return this.backingStore.get("profileStatus"); } /** - * Gets the state property value. The state of the profile. Possible values are: provisioning, provisioned, provisioningFailed, deleting, deletionFailed. + * Gets the state property value. The state property * @return a {@link EducationSynchronizationProfileState} */ @jakarta.annotation.Nullable @@ -140,28 +140,28 @@ public void setDataProvider(@jakarta.annotation.Nullable final EducationSynchron this.backingStore.set("dataProvider", value); } /** - * Sets the displayName property value. Name of the configuration profile for syncing identities. + * Sets the displayName property value. The displayName property * @param value Value to set for the displayName property. */ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the errors property value. All errors associated with this synchronization profile. + * Sets the errors property value. The errors property * @param value Value to set for the errors property. */ public void setErrors(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("errors", value); } /** - * Sets the expirationDate property value. The date the profile should be considered expired and cease syncing. Provide the date in YYYY-MM-DD format, following ISO 8601. Maximum value is 18 months from profile creation. (optional) + * Sets the expirationDate property value. The expirationDate property * @param value Value to set for the expirationDate property. */ public void setExpirationDate(@jakarta.annotation.Nullable final LocalDate value) { this.backingStore.set("expirationDate", value); } /** - * Sets the handleSpecialCharacterConstraint property value. Determines if School Data Sync should automatically replace unsupported special characters while syncing from source. + * Sets the handleSpecialCharacterConstraint property value. The handleSpecialCharacterConstraint property * @param value Value to set for the handleSpecialCharacterConstraint property. */ public void setHandleSpecialCharacterConstraint(@jakarta.annotation.Nullable final Boolean value) { @@ -175,21 +175,21 @@ public void setIdentitySynchronizationConfiguration(@jakarta.annotation.Nullable this.backingStore.set("identitySynchronizationConfiguration", value); } /** - * Sets the licensesToAssign property value. License setup configuration. + * Sets the licensesToAssign property value. The licensesToAssign property * @param value Value to set for the licensesToAssign property. */ public void setLicensesToAssign(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("licensesToAssign", value); } /** - * Sets the profileStatus property value. The synchronization status. + * Sets the profileStatus property value. The profileStatus property * @param value Value to set for the profileStatus property. */ public void setProfileStatus(@jakarta.annotation.Nullable final EducationSynchronizationProfileStatus value) { this.backingStore.set("profileStatus", value); } /** - * Sets the state property value. The state of the profile. Possible values are: provisioning, provisioned, provisioningFailed, deleting, deletionFailed. + * Sets the state property value. The state property * @param value Value to set for the state property. */ public void setState(@jakarta.annotation.Nullable final EducationSynchronizationProfileState value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationProfileStatus.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationProfileStatus.java index d34051ab303..9380e6fc06e 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationProfileStatus.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSynchronizationProfileStatus.java @@ -26,7 +26,7 @@ public static EducationSynchronizationProfileStatus createFromDiscriminatorValue return new EducationSynchronizationProfileStatus(); } /** - * Gets the errorCount property value. Number of errors during synchronization. + * Gets the errorCount property value. The errorCount property * @return a {@link Long} */ @jakarta.annotation.Nullable @@ -48,7 +48,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the lastActivityDateTime property value. Date and time when most recent changes were observed in the profile. + * Gets the lastActivityDateTime property value. The lastActivityDateTime property * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -56,7 +56,7 @@ public OffsetDateTime getLastActivityDateTime() { return this.backingStore.get("lastActivityDateTime"); } /** - * Gets the lastSynchronizationDateTime property value. Date and time of the most recent successful synchronization. + * Gets the lastSynchronizationDateTime property value. The lastSynchronizationDateTime property * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -64,7 +64,7 @@ public OffsetDateTime getLastSynchronizationDateTime() { return this.backingStore.get("lastSynchronizationDateTime"); } /** - * Gets the status property value. The status of a sync. The possible values are: paused, inProgress, success, error, validationError, quarantined, unknownFutureValue, extracting, validating. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: extracting, validating. + * Gets the status property value. The status property * @return a {@link EducationSynchronizationStatus} */ @jakarta.annotation.Nullable @@ -72,7 +72,7 @@ public EducationSynchronizationStatus getStatus() { return this.backingStore.get("status"); } /** - * Gets the statusMessage property value. Status message for the synchronization stage of the current profile. + * Gets the statusMessage property value. The statusMessage property * @return a {@link String} */ @jakarta.annotation.Nullable @@ -93,35 +93,35 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("statusMessage", this.getStatusMessage()); } /** - * Sets the errorCount property value. Number of errors during synchronization. + * Sets the errorCount property value. The errorCount property * @param value Value to set for the errorCount property. */ public void setErrorCount(@jakarta.annotation.Nullable final Long value) { this.backingStore.set("errorCount", value); } /** - * Sets the lastActivityDateTime property value. Date and time when most recent changes were observed in the profile. + * Sets the lastActivityDateTime property value. The lastActivityDateTime property * @param value Value to set for the lastActivityDateTime property. */ public void setLastActivityDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("lastActivityDateTime", value); } /** - * Sets the lastSynchronizationDateTime property value. Date and time of the most recent successful synchronization. + * Sets the lastSynchronizationDateTime property value. The lastSynchronizationDateTime property * @param value Value to set for the lastSynchronizationDateTime property. */ public void setLastSynchronizationDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("lastSynchronizationDateTime", value); } /** - * Sets the status property value. The status of a sync. The possible values are: paused, inProgress, success, error, validationError, quarantined, unknownFutureValue, extracting, validating. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: extracting, validating. + * Sets the status property value. The status property * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final EducationSynchronizationStatus value) { this.backingStore.set("status", value); } /** - * Sets the statusMessage property value. Status message for the synchronization stage of the current profile. + * Sets the statusMessage property value. The statusMessage property * @param value Value to set for the statusMessage property. */ public void setStatusMessage(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java b/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java index ff011c147ed..e2ae510456f 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 @@ -11,11 +11,13 @@ import com.microsoft.graph.beta.models.devicemanagement.AlertRule; import com.microsoft.graph.beta.models.devicemanagement.Monitoring; import com.microsoft.graph.beta.models.ediscovery.AddToReviewSetOperation; +import com.microsoft.graph.beta.models.ediscovery.CaseEscaped; 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.CaseSettings; import com.microsoft.graph.beta.models.ediscovery.Custodian; +import com.microsoft.graph.beta.models.ediscovery.DataSourceContainer; import com.microsoft.graph.beta.models.ediscovery.Ediscoveryroot; import com.microsoft.graph.beta.models.ediscovery.EstimateStatisticsOperation; import com.microsoft.graph.beta.models.ediscovery.LegalHold; @@ -25,10 +27,8 @@ import com.microsoft.graph.beta.models.ediscovery.ReviewSetQuery; import com.microsoft.graph.beta.models.ediscovery.SiteSource; 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; @@ -38,6 +38,7 @@ 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; @@ -172,7 +173,6 @@ import com.microsoft.graph.beta.models.search.Bookmark; import com.microsoft.graph.beta.models.search.Qna; import com.microsoft.graph.beta.models.search.SearchAnswer; -import com.microsoft.graph.beta.models.security.Alert; import com.microsoft.graph.beta.models.security.AnalyzedEmail; import com.microsoft.graph.beta.models.security.Article; import com.microsoft.graph.beta.models.security.ArticleIndicator; @@ -181,7 +181,6 @@ import com.microsoft.graph.beta.models.security.AuditLogQuery; import com.microsoft.graph.beta.models.security.AuditLogRecord; import com.microsoft.graph.beta.models.security.AuthorityTemplate; -import com.microsoft.graph.beta.models.security.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; @@ -192,7 +191,6 @@ 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; import com.microsoft.graph.beta.models.security.DiscoveredCloudAppDetail; @@ -200,6 +198,7 @@ import com.microsoft.graph.beta.models.security.DispositionReviewStage; import com.microsoft.graph.beta.models.security.EdiscoveryAddToReviewSetOperation; import com.microsoft.graph.beta.models.security.EdiscoveryCase; +import com.microsoft.graph.beta.models.security.EdiscoveryCaseMember; import com.microsoft.graph.beta.models.security.EdiscoveryCaseSettings; import com.microsoft.graph.beta.models.security.EdiscoveryCustodian; import com.microsoft.graph.beta.models.security.EdiscoveryEstimateOperation; @@ -262,6 +261,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; @@ -269,12 +269,14 @@ import com.microsoft.graph.beta.models.security.TriggerTypesRoot; import com.microsoft.graph.beta.models.security.UnclassifiedArtifact; import com.microsoft.graph.beta.models.security.UrlThreatSubmission; +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; import com.microsoft.graph.beta.models.security.WhoisHistoryRecord; import com.microsoft.graph.beta.models.security.WhoisRecord; import com.microsoft.graph.beta.models.teamsadministration.TeamsAdminRoot; +import com.microsoft.graph.beta.models.teamsadministration.TeamsPolicyAssignment; import com.microsoft.graph.beta.models.termstore.Group; import com.microsoft.graph.beta.models.termstore.Relation; import com.microsoft.graph.beta.models.termstore.Set; @@ -1850,6 +1852,7 @@ private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull case "#microsoft.graph.security.dispositionReviewStage": return new DispositionReviewStage(); case "#microsoft.graph.security.ediscoveryAddToReviewSetOperation": return new EdiscoveryAddToReviewSetOperation(); case "#microsoft.graph.security.ediscoveryCase": return new EdiscoveryCase(); + case "#microsoft.graph.security.ediscoveryCaseMember": return new EdiscoveryCaseMember(); case "#microsoft.graph.security.ediscoveryCaseSettings": return new EdiscoveryCaseSettings(); case "#microsoft.graph.security.ediscoveryCustodian": return new EdiscoveryCustodian(); case "#microsoft.graph.security.ediscoveryEstimateOperation": return new EdiscoveryEstimateOperation(); @@ -1888,7 +1891,6 @@ private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull case "#microsoft.graph.security.hostReputation": return new HostReputation(); case "#microsoft.graph.security.hostSslCertificate": return new HostSslCertificate(); case "#microsoft.graph.security.hostTracker": return new HostTracker(); - case "#microsoft.graph.security.identityContainer": return new IdentityContainer(); } return null; } @@ -1900,6 +1902,7 @@ 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.security.identityContainer": return new IdentityContainer(); case "#microsoft.graph.security.incident": return new Incident(); case "#microsoft.graph.security.indicator": return new Indicator(); case "#microsoft.graph.security.informationProtection": return new InformationProtection(); @@ -2050,6 +2053,7 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull case "#microsoft.graph.team": return new Team(); case "#microsoft.graph.teamInfo": return new TeamInfo(); case "#microsoft.graph.teamsAdministration.teamsAdminRoot": return new TeamsAdminRoot(); + case "#microsoft.graph.teamsAdministration.teamsPolicyAssignment": return new TeamsPolicyAssignment(); case "#microsoft.graph.teamsApp": return new TeamsApp(); case "#microsoft.graph.teamsAppDashboardCardDefinition": return new TeamsAppDashboardCardDefinition(); case "#microsoft.graph.teamsAppDefinition": return new TeamsAppDefinition(); @@ -2398,8 +2402,6 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull case "#microsoft.graph.workbookChartLegendFormat": return new WorkbookChartLegendFormat(); case "#microsoft.graph.workbookChartLineFormat": return new WorkbookChartLineFormat(); case "#microsoft.graph.workbookChartPoint": return new WorkbookChartPoint(); - case "#microsoft.graph.workbookChartPointFormat": return new WorkbookChartPointFormat(); - case "#microsoft.graph.workbookChartSeries": return new WorkbookChartSeries(); } return null; } @@ -2411,6 +2413,8 @@ 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.workbookChartPointFormat": return new WorkbookChartPointFormat(); + case "#microsoft.graph.workbookChartSeries": return new WorkbookChartSeries(); case "#microsoft.graph.workbookChartSeriesFormat": return new WorkbookChartSeriesFormat(); case "#microsoft.graph.workbookChartTitle": return new WorkbookChartTitle(); case "#microsoft.graph.workbookChartTitleFormat": return new WorkbookChartTitleFormat(); diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ExtendedKeyUsage.java b/src/main/java/com/microsoft/graph/beta/generated/models/ExtendedKeyUsage.java index 8e57b0e88a7..5b7bd0414e8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ExtendedKeyUsage.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ExtendedKeyUsage.java @@ -71,7 +71,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the name property value. Extended Key Usage Name + * Gets the name property value. The extended key usage (EKU) name that provides a user-friendly way to identify an EKU. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -79,7 +79,7 @@ public String getName() { return this.backingStore.get("name"); } /** - * Gets the objectIdentifier property value. Extended Key Usage Object Identifier + * Gets the objectIdentifier property value. The object identifier (OID) of an extended key usage of a certificate. For example, '1.3.6.1.5.5.7.3.2' for client authentication. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -121,14 +121,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the name property value. Extended Key Usage Name + * Sets the name property value. The extended key usage (EKU) name that provides a user-friendly way to identify an EKU. * @param value Value to set for the name property. */ public void setName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("name", value); } /** - * Sets the objectIdentifier property value. Extended Key Usage Object Identifier + * Sets the objectIdentifier property value. The object identifier (OID) of an extended key usage of a certificate. For example, '1.3.6.1.5.5.7.3.2' for client authentication. * @param value Value to set for the objectIdentifier property. */ public void setObjectIdentifier(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InvitedUserMessageInfo.java b/src/main/java/com/microsoft/graph/beta/generated/models/InvitedUserMessageInfo.java index 3282c37feb1..5428f6e5681 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/InvitedUserMessageInfo.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/InvitedUserMessageInfo.java @@ -64,7 +64,7 @@ public java.util.List getCcRecipients() { return this.backingStore.get("ccRecipients"); } /** - * Gets the customizedMessageBody property value. Customized message body you want to send if you don't want the default message. + * Gets the customizedMessageBody property value. Customized message body you want to send if you don't want the default message. Only plain text is allowed. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -135,7 +135,7 @@ public void setCcRecipients(@jakarta.annotation.Nullable final java.util.List} */ @jakarta.annotation.Nullable @@ -69,7 +69,7 @@ public String getDisplayName() { return this.backingStore.get("displayName"); } /** - * Gets the expirationDateTime property value. Optional profile expiration date and time. + * Gets the expirationDateTime property value. Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -176,7 +176,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeIntegerValue("version", this.getVersion()); } /** - * Sets the assignments property value. The associated group assignments for IosLobAppProvisioningConfiguration. + * Sets the assignments property value. The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param value Value to set for the assignments property. */ public void setAssignments(@jakarta.annotation.Nullable final java.util.List value) { @@ -211,7 +211,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("displayName", value); } /** - * Sets the expirationDateTime property value. Optional profile expiration date and time. + * Sets the expirationDateTime property value. Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. * @param value Value to set for the expirationDateTime property. */ public void setExpirationDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/KeyValue.java b/src/main/java/com/microsoft/graph/beta/generated/models/KeyValue.java index cd72a7810bc..07ae7de0b0b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/KeyValue.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/KeyValue.java @@ -68,7 +68,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the key property value. Contains the name of the field that a value is associated with. + * Gets the key property value. Key. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -84,7 +84,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the value property value. Contains the corresponding value for the specified key. + * Gets the value property value. Value. * @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 key property value. Contains the name of the field that a value is associated with. + * Sets the key property value. Key. * @param value Value to set for the key property. */ public void setKey(@jakarta.annotation.Nullable final String value) { @@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the value property value. Contains the corresponding value for the specified key. + * Sets the value property value. Value. * @param value Value to set for the value property. */ public void setValue(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOsLobAppAssignmentSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOsLobAppAssignmentSettings.java index 279bfd72943..9b7124da50b 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOsLobAppAssignmentSettings.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOsLobAppAssignmentSettings.java @@ -39,7 +39,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the uninstallOnDeviceRemoval property value. Whether or not to uninstall the app when device is removed from Intune. + * Gets the uninstallOnDeviceRemoval property value. When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -56,7 +56,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeBooleanValue("uninstallOnDeviceRemoval", this.getUninstallOnDeviceRemoval()); } /** - * Sets the uninstallOnDeviceRemoval property value. Whether or not to uninstall the app when device is removed from Intune. + * Sets the uninstallOnDeviceRemoval property value. When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. * @param value Value to set for the uninstallOnDeviceRemoval property. */ public void setUninstallOnDeviceRemoval(@jakarta.annotation.Nullable final Boolean value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxProtectionUnit.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxProtectionUnit.java index 45ff065a8f9..e83a9754140 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxProtectionUnit.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxProtectionUnit.java @@ -59,8 +59,17 @@ public Map> getFieldDeserializers deserializerMap.put("directoryObjectId", (n) -> { this.setDirectoryObjectId(n.getStringValue()); }); deserializerMap.put("displayName", (n) -> { this.setDisplayName(n.getStringValue()); }); deserializerMap.put("email", (n) -> { this.setEmail(n.getStringValue()); }); + deserializerMap.put("mailboxType", (n) -> { this.setMailboxType(n.getEnumValue(MailboxType::forValue)); }); return deserializerMap; } + /** + * Gets the mailboxType property value. The type of mailbox which is assigned to the user with id: directoryObjectId.The possible values are: unknown, user, shared, unknownFutureValue. + * @return a {@link MailboxType} + */ + @jakarta.annotation.Nullable + public MailboxType getMailboxType() { + return this.backingStore.get("mailboxType"); + } /** * Serializes information the current object * @param writer Serialization writer to use to serialize this model @@ -69,6 +78,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ Objects.requireNonNull(writer); super.serialize(writer); writer.writeStringValue("directoryObjectId", this.getDirectoryObjectId()); + writer.writeEnumValue("mailboxType", this.getMailboxType()); } /** * Sets the directoryObjectId property value. The ID of the directory object. @@ -91,4 +101,11 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) { public void setEmail(@jakarta.annotation.Nullable final String value) { this.backingStore.set("email", value); } + /** + * Sets the mailboxType property value. The type of mailbox which is assigned to the user with id: directoryObjectId.The possible values are: unknown, user, shared, unknownFutureValue. + * @param value Value to set for the mailboxType property. + */ + public void setMailboxType(@jakarta.annotation.Nullable final MailboxType value) { + this.backingStore.set("mailboxType", value); + } } diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxType.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxType.java new file mode 100644 index 00000000000..8c5aa95713d --- /dev/null +++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxType.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 MailboxType implements ValuedEnum { + Unknown("unknown"), + User("user"), + Shared("shared"), + UnknownFutureValue("unknownFutureValue"); + public final String value; + MailboxType(final String value) { + this.value = value; + } + @jakarta.annotation.Nonnull + public String getValue() { return this.value; } + @jakarta.annotation.Nullable + public static MailboxType forValue(@jakarta.annotation.Nonnull final String searchValue) { + Objects.requireNonNull(searchValue); + switch(searchValue) { + case "unknown": return Unknown; + case "user": return User; + case "shared": return Shared; + case "unknownFutureValue": return UnknownFutureValue; + default: return null; + } + } +} 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..8717bd61df0 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 @@ -91,7 +91,7 @@ public java.util.List getCategories() { return this.backingStore.get("categories"); } /** - * Gets the createdDateTime property value. The date and time the app was created. This property is read-only. + * Gets the createdDateTime property value. The date and time the app was created. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -99,7 +99,7 @@ public OffsetDateTime getCreatedDateTime() { return this.backingStore.get("createdDateTime"); } /** - * Gets the dependentAppCount property value. The total number of dependencies the child app has. This property is read-only. + * Gets the dependentAppCount property value. The total number of dependencies the child app has. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -170,7 +170,7 @@ public String getInformationUrl() { return this.backingStore.get("informationUrl"); } /** - * Gets the isAssigned property value. The value indicating whether the app is assigned to at least one group. This property is read-only. + * Gets the isAssigned property value. The value indicating whether the app is assigned to at least one group. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -194,7 +194,7 @@ public MimeContent getLargeIcon() { return this.backingStore.get("largeIcon"); } /** - * Gets the lastModifiedDateTime property value. The date and time the app was last modified. This property is read-only. + * Gets the lastModifiedDateTime property value. The date and time the app was last modified. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -242,7 +242,7 @@ public MobileAppPublishingState getPublishingState() { return this.backingStore.get("publishingState"); } /** - * Gets the relationships property value. The set of direct relationships for this app. + * Gets the relationships property value. List of relationships for this mobile app. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -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. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -319,14 +319,14 @@ public void setCategories(@jakarta.annotation.Nullable final java.util.List value) { @@ -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. * @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/Payload.java b/src/main/java/com/microsoft/graph/beta/generated/models/Payload.java index eb3767de0b8..706361699fd 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 @@ -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. You must 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. 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 @@ -403,7 +403,7 @@ public void setStatus(@jakarta.annotation.Nullable final SimulationContentStatus this.backingStore.set("status", value); } /** - * Sets 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. You must 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. + * Sets 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. * @param value Value to set for the technique property. */ public void setTechnique(@jakarta.annotation.Nullable final SimulationAttackTechnique 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 8f4fbb2457c..2d78f736668 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, and teamsChannel . You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster, project, driveItem,user, and,teamsChannel. Optional. + * 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, and teamsChannel. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster, project, driveItem, and user. 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, and teamsChannel . You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster, project, driveItem,user, and,teamsChannel. Optional. + * 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, and teamsChannel. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster, project, driveItem, and user. 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/PlannerTask.java b/src/main/java/com/microsoft/graph/beta/generated/models/PlannerTask.java index 87ef83d7fc0..26f77ba47f8 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 @@ -326,7 +326,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. You must 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. 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 @@ -609,7 +609,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. You must 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. 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/RecommendationBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/RecommendationBase.java index 224c190cb95..579b21c4f29 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RecommendationBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RecommendationBase.java @@ -200,7 +200,7 @@ public RecommendationPriority getPriority() { return this.backingStore.get("priority"); } /** - * Gets the recommendationType property value. Friendly shortname to identify the recommendation. The possible values are: adfsAppsMigration, enableDesktopSSO, enablePHS, enableProvisioning, switchFromPerUserMFA, tenantMFA, thirdPartyApps, turnOffPerUserMFA, useAuthenticatorApp, useMyApps, staleApps, staleAppCreds, applicationCredentialExpiry, servicePrincipalKeyExpiry, adminMFAV2, blockLegacyAuthentication, integratedApps, mfaRegistrationV2, pwagePolicyNew, passwordHashSync, oneAdmin, roleOverlap, selfServicePasswordReset, signinRiskPolicy, userRiskPolicy, verifyAppPublisher, privateLinkForAAD, appRoleAssignmentsGroups, appRoleAssignmentsUsers, managedIdentity, overprivilegedApps, unknownFutureValue, longLivedCredentials, aadConnectDeprecated, adalToMsalMigration, ownerlessApps, inactiveGuests, aadGraphDeprecationApplication, aadGraphDeprecationServicePrincipal, mfaServerDeprecation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: longLivedCredentials , aadConnectDeprecated , adalToMsalMigration , ownerlessApps , inactiveGuests , aadGraphDeprecationApplication , aadGraphDeprecationServicePrincipal , mfaServerDeprecation. + * Gets the recommendationType property value. Friendly shortname to identify the recommendation. The possible values are: adfsAppsMigration, enableDesktopSSO, enablePHS, enableProvisioning, switchFromPerUserMFA, tenantMFA, thirdPartyApps, turnOffPerUserMFA, useAuthenticatorApp, useMyApps, staleApps, staleAppCreds, applicationCredentialExpiry, servicePrincipalKeyExpiry, adminMFAV2, blockLegacyAuthentication, integratedApps, mfaRegistrationV2, pwagePolicyNew, passwordHashSync, oneAdmin, roleOverlap, selfServicePasswordReset, signinRiskPolicy, userRiskPolicy, verifyAppPublisher, privateLinkForAAD, appRoleAssignmentsGroups, appRoleAssignmentsUsers, managedIdentity, overprivilegedApps, unknownFutureValue, longLivedCredentials, aadConnectDeprecated, adalToMsalMigration, ownerlessApps, inactiveGuests, aadGraphDeprecationApplication, aadGraphDeprecationServicePrincipal, mfaServerDeprecation. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: longLivedCredentials , aadConnectDeprecated , adalToMsalMigration , ownerlessApps , inactiveGuests , aadGraphDeprecationApplication , aadGraphDeprecationServicePrincipal , mfaServerDeprecation. * @return a {@link RecommendationType} */ @jakarta.annotation.Nullable @@ -389,7 +389,7 @@ public void setPriority(@jakarta.annotation.Nullable final RecommendationPriorit this.backingStore.set("priority", value); } /** - * Sets the recommendationType property value. Friendly shortname to identify the recommendation. The possible values are: adfsAppsMigration, enableDesktopSSO, enablePHS, enableProvisioning, switchFromPerUserMFA, tenantMFA, thirdPartyApps, turnOffPerUserMFA, useAuthenticatorApp, useMyApps, staleApps, staleAppCreds, applicationCredentialExpiry, servicePrincipalKeyExpiry, adminMFAV2, blockLegacyAuthentication, integratedApps, mfaRegistrationV2, pwagePolicyNew, passwordHashSync, oneAdmin, roleOverlap, selfServicePasswordReset, signinRiskPolicy, userRiskPolicy, verifyAppPublisher, privateLinkForAAD, appRoleAssignmentsGroups, appRoleAssignmentsUsers, managedIdentity, overprivilegedApps, unknownFutureValue, longLivedCredentials, aadConnectDeprecated, adalToMsalMigration, ownerlessApps, inactiveGuests, aadGraphDeprecationApplication, aadGraphDeprecationServicePrincipal, mfaServerDeprecation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: longLivedCredentials , aadConnectDeprecated , adalToMsalMigration , ownerlessApps , inactiveGuests , aadGraphDeprecationApplication , aadGraphDeprecationServicePrincipal , mfaServerDeprecation. + * Sets the recommendationType property value. Friendly shortname to identify the recommendation. The possible values are: adfsAppsMigration, enableDesktopSSO, enablePHS, enableProvisioning, switchFromPerUserMFA, tenantMFA, thirdPartyApps, turnOffPerUserMFA, useAuthenticatorApp, useMyApps, staleApps, staleAppCreds, applicationCredentialExpiry, servicePrincipalKeyExpiry, adminMFAV2, blockLegacyAuthentication, integratedApps, mfaRegistrationV2, pwagePolicyNew, passwordHashSync, oneAdmin, roleOverlap, selfServicePasswordReset, signinRiskPolicy, userRiskPolicy, verifyAppPublisher, privateLinkForAAD, appRoleAssignmentsGroups, appRoleAssignmentsUsers, managedIdentity, overprivilegedApps, unknownFutureValue, longLivedCredentials, aadConnectDeprecated, adalToMsalMigration, ownerlessApps, inactiveGuests, aadGraphDeprecationApplication, aadGraphDeprecationServicePrincipal, mfaServerDeprecation. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: longLivedCredentials , aadConnectDeprecated , adalToMsalMigration , ownerlessApps , inactiveGuests , aadGraphDeprecationApplication , aadGraphDeprecationServicePrincipal , mfaServerDeprecation. * @param value Value to set for the recommendationType property. */ public void setRecommendationType(@jakarta.annotation.Nullable final RecommendationType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RestoreSessionBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/RestoreSessionBase.java index a80cc62f900..a785403ca27 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RestoreSessionBase.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RestoreSessionBase.java @@ -117,7 +117,7 @@ public RestoreSessionArtifactCount getRestoreSessionArtifactCount() { return this.backingStore.get("restoreSessionArtifactCount"); } /** - * Gets the status property value. Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed. + * Gets the status property value. Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed. * @return a {@link RestoreSessionStatus} */ @jakarta.annotation.Nullable @@ -198,7 +198,7 @@ public void setRestoreSessionArtifactCount(@jakarta.annotation.Nullable final Re this.backingStore.set("restoreSessionArtifactCount", value); } /** - * Sets the status property value. Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed. + * Sets the status property value. Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final RestoreSessionStatus 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 fee9b31ff7b..f88ad914530 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 @@ -144,7 +144,7 @@ public String getRequestId() { return this.backingStore.get("requestId"); } /** - * Gets the riskDetail property value. Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection. Note that you must use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal , m365DAdminDismissedDetection. Note: Details for this property are only available for Microsoft Entra ID P2 customers. P1 customers will be returned hidden. + * Gets the riskDetail property value. Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection. Use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal , m365DAdminDismissedDetection. Note: Details for this property are only available for Microsoft Entra ID P2 customers. P1 customers will be returned hidden. * @return a {@link RiskDetail} */ @jakarta.annotation.Nullable @@ -330,7 +330,7 @@ public void setRequestId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("requestId", value); } /** - * Sets the riskDetail property value. Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection. Note that you must use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal , m365DAdminDismissedDetection. Note: Details for this property are only available for Microsoft Entra ID P2 customers. P1 customers will be returned hidden. + * Sets the riskDetail property value. Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection. Use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal , m365DAdminDismissedDetection. Note: Details for this property are only available for Microsoft Entra ID P2 customers. P1 customers will be returned hidden. * @param value Value to set for the riskDetail property. */ public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RiskServicePrincipalActivity.java b/src/main/java/com/microsoft/graph/beta/generated/models/RiskServicePrincipalActivity.java index c8bb78122b0..ebe9daaad68 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RiskServicePrincipalActivity.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RiskServicePrincipalActivity.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the detail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without that license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. + * Gets the detail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without that license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. * @return a {@link RiskDetail} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the detail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without that license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. + * Sets the detail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without that license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. * @param value Value to set for the detail property. */ public void setDetail(@jakarta.annotation.Nullable final RiskDetail value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RiskyServicePrincipal.java b/src/main/java/com/microsoft/graph/beta/generated/models/RiskyServicePrincipal.java index 70a846a1e7c..e485afa60c7 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/RiskyServicePrincipal.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/RiskyServicePrincipal.java @@ -101,7 +101,7 @@ public Boolean getIsProcessing() { return this.backingStore.get("isProcessing"); } /** - * Gets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. + * Gets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. * @return a {@link RiskDetail} */ @jakarta.annotation.Nullable @@ -202,7 +202,7 @@ public void setIsProcessing(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("isProcessing", value); } /** - * Sets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. + * Sets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. * @param value Value to set for the riskDetail property. */ public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail 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 cddaf15ffbb..c5c4b97613f 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 @@ -75,7 +75,7 @@ public Boolean getIsProcessing() { return this.backingStore.get("isProcessing"); } /** - * Gets the riskDetail property value. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. + * Gets the riskDetail property value. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. * @return a {@link RiskDetail} */ @jakarta.annotation.Nullable @@ -161,7 +161,7 @@ public void setIsProcessing(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("isProcessing", value); } /** - * Sets the riskDetail property value. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. + * Sets the riskDetail property value. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. * @param value Value to set for the riskDetail property. */ public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Schedule.java b/src/main/java/com/microsoft/graph/beta/generated/models/Schedule.java index 62ab23cf577..8c0c51ca21c 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Schedule.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Schedule.java @@ -25,7 +25,7 @@ public static Schedule createFromDiscriminatorValue(@jakarta.annotation.Nonnull return new Schedule(); } /** - * Gets the activitiesIncludedWhenCopyingShiftsEnabled property value. Indicates whether copied shifts should include the activities. + * Gets the activitiesIncludedWhenCopyingShiftsEnabled property value. Indicates whether copied shifts should include the activities. This property will be removed by November 20, 2027. Use isActivitiesIncludedWhenCopyingShiftsEnabled instead. activitiesIncludedWhenCopyingShiftsEnabled and isActivitiesIncludedWhenCopyingShiftsEnabled always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for isActivitiesIncludedWhenCopyingShiftsEnabled takes precedence. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -310,7 +310,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("workforceIntegrationIds", this.getWorkforceIntegrationIds()); } /** - * Sets the activitiesIncludedWhenCopyingShiftsEnabled property value. Indicates whether copied shifts should include the activities. + * Sets the activitiesIncludedWhenCopyingShiftsEnabled property value. Indicates whether copied shifts should include the activities. This property will be removed by November 20, 2027. Use isActivitiesIncludedWhenCopyingShiftsEnabled instead. activitiesIncludedWhenCopyingShiftsEnabled and isActivitiesIncludedWhenCopyingShiftsEnabled always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for isActivitiesIncludedWhenCopyingShiftsEnabled takes precedence. * @param value Value to set for the activitiesIncludedWhenCopyingShiftsEnabled property. */ public void setActivitiesIncludedWhenCopyingShiftsEnabled(@jakarta.annotation.Nullable final Boolean value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ServicePrincipalRiskDetection.java b/src/main/java/com/microsoft/graph/beta/generated/models/ServicePrincipalRiskDetection.java index bda5e0a5a44..8c11aea9f55 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/ServicePrincipalRiskDetection.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/ServicePrincipalRiskDetection.java @@ -26,7 +26,7 @@ public static ServicePrincipalRiskDetection createFromDiscriminatorValue(@jakart return new ServicePrincipalRiskDetection(); } /** - * Gets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipal. + * Gets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipal. * @return a {@link ActivityType} */ @jakarta.annotation.Nullable @@ -160,7 +160,7 @@ public String getRequestId() { return this.backingStore.get("requestId"); } /** - * Gets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license are returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. + * Gets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license are returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. * @return a {@link RiskDetail} */ @jakarta.annotation.Nullable @@ -253,7 +253,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("tokenIssuerType", this.getTokenIssuerType()); } /** - * Sets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipal. + * Sets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipal. * @param value Value to set for the activity property. */ public void setActivity(@jakarta.annotation.Nullable final ActivityType value) { @@ -344,7 +344,7 @@ public void setRequestId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("requestId", value); } /** - * Sets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license are returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. + * Sets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license are returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal. * @param value Value to set for the riskDetail property. */ public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail 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 3a386e82ddc..531f9e2fcd2 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 @@ -115,7 +115,7 @@ public java.util.List getAuthenticationProcessingDetails() { return this.backingStore.get("authenticationProcessingDetails"); } /** - * Gets the authenticationProtocol property value. Lists the protocol type or grant type used in the authentication. The possible values are: none, oAuth2, ropc, wsFederation, saml20, deviceCode, unknownFutureValue, authenticationTransfer, nativeAuth. Use none for all authentications that don't have a specific value in that list. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: authenticationTransfer, nativeAuth. + * Gets the authenticationProtocol property value. Lists the protocol type or grant type used in the authentication. The possible values are: none, oAuth2, ropc, wsFederation, saml20, deviceCode, unknownFutureValue, authenticationTransfer, nativeAuth. Use none for all authentications that don't have a specific value in that list. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: authenticationTransfer, nativeAuth. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -203,7 +203,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. Also, you must 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. 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 @@ -340,7 +340,7 @@ public String getHomeTenantName() { return this.backingStore.get("homeTenantName"); } /** - * Gets the incomingTokenType property value. Indicates the token types that were presented to Microsoft Entra ID to authenticate the actor in the sign in. The possible values are: none, primaryRefreshToken, saml11, saml20, unknownFutureValue, remoteDesktopToken, refreshToken. NOTE Microsoft Entra ID might have also used token types not listed in this enum type to authenticate the actor. Don't infer the lack of a token if it isn't one of the types listed. Also, you must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: remoteDesktopToken, refreshToken. + * Gets the incomingTokenType property value. Indicates the token types that were presented to Microsoft Entra ID to authenticate the actor in the sign in. The possible values are: none, primaryRefreshToken, saml11, saml20, unknownFutureValue, remoteDesktopToken, refreshToken. NOTE Microsoft Entra ID might have also used token types not listed in this enum type to authenticate the actor. Don't infer the lack of a token if it isn't one of the types listed. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: remoteDesktopToken, refreshToken. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -484,7 +484,7 @@ public String getResourceTenantId() { return this.backingStore.get("resourceTenantId"); } /** - * Gets the riskDetail property value. The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection hasn't flagged the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden. + * Gets the riskDetail property value. The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection hasn't flagged the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden. * @return a {@link RiskDetail} */ @jakarta.annotation.Nullable @@ -620,7 +620,7 @@ public String getTokenIssuerName() { return this.backingStore.get("tokenIssuerName"); } /** - * Gets the tokenIssuerType property value. The type of identity provider. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue, AzureADBackupAuth, ADFederationServicesMFAAdapter, NPSExtension. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: AzureADBackupAuth , ADFederationServicesMFAAdapter , NPSExtension. + * Gets the tokenIssuerType property value. The type of identity provider. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue, AzureADBackupAuth, ADFederationServicesMFAAdapter, NPSExtension. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: AzureADBackupAuth , ADFederationServicesMFAAdapter , NPSExtension. * @return a {@link TokenIssuerType} */ @jakarta.annotation.Nullable @@ -841,7 +841,7 @@ public void setAuthenticationProcessingDetails(@jakarta.annotation.Nullable fina this.backingStore.set("authenticationProcessingDetails", value); } /** - * Sets the authenticationProtocol property value. Lists the protocol type or grant type used in the authentication. The possible values are: none, oAuth2, ropc, wsFederation, saml20, deviceCode, unknownFutureValue, authenticationTransfer, nativeAuth. Use none for all authentications that don't have a specific value in that list. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: authenticationTransfer, nativeAuth. + * Sets the authenticationProtocol property value. Lists the protocol type or grant type used in the authentication. The possible values are: none, oAuth2, ropc, wsFederation, saml20, deviceCode, unknownFutureValue, authenticationTransfer, nativeAuth. Use none for all authentications that don't have a specific value in that list. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: authenticationTransfer, nativeAuth. * @param value Value to set for the authenticationProtocol property. */ public void setAuthenticationProtocol(@jakarta.annotation.Nullable final EnumSet value) { @@ -918,7 +918,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. Also, you must 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. 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) { @@ -967,7 +967,7 @@ public void setHomeTenantName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("homeTenantName", value); } /** - * Sets the incomingTokenType property value. Indicates the token types that were presented to Microsoft Entra ID to authenticate the actor in the sign in. The possible values are: none, primaryRefreshToken, saml11, saml20, unknownFutureValue, remoteDesktopToken, refreshToken. NOTE Microsoft Entra ID might have also used token types not listed in this enum type to authenticate the actor. Don't infer the lack of a token if it isn't one of the types listed. Also, you must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: remoteDesktopToken, refreshToken. + * Sets the incomingTokenType property value. Indicates the token types that were presented to Microsoft Entra ID to authenticate the actor in the sign in. The possible values are: none, primaryRefreshToken, saml11, saml20, unknownFutureValue, remoteDesktopToken, refreshToken. NOTE Microsoft Entra ID might have also used token types not listed in this enum type to authenticate the actor. Don't infer the lack of a token if it isn't one of the types listed. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: remoteDesktopToken, refreshToken. * @param value Value to set for the incomingTokenType property. */ public void setIncomingTokenType(@jakarta.annotation.Nullable final EnumSet value) { @@ -1093,7 +1093,7 @@ public void setResourceTenantId(@jakarta.annotation.Nullable final String value) this.backingStore.set("resourceTenantId", value); } /** - * Sets the riskDetail property value. The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection hasn't flagged the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden. + * Sets the riskDetail property value. The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection hasn't flagged the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden. * @param value Value to set for the riskDetail property. */ public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail value) { @@ -1212,7 +1212,7 @@ public void setTokenIssuerName(@jakarta.annotation.Nullable final String value) this.backingStore.set("tokenIssuerName", value); } /** - * Sets the tokenIssuerType property value. The type of identity provider. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue, AzureADBackupAuth, ADFederationServicesMFAAdapter, NPSExtension. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: AzureADBackupAuth , ADFederationServicesMFAAdapter , NPSExtension. + * Sets the tokenIssuerType property value. The type of identity provider. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue, AzureADBackupAuth, ADFederationServicesMFAAdapter, NPSExtension. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: AzureADBackupAuth , ADFederationServicesMFAAdapter , NPSExtension. * @param value Value to set for the tokenIssuerType property. */ public void setTokenIssuerType(@jakarta.annotation.Nullable final TokenIssuerType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Simulation.java b/src/main/java/com/microsoft/graph/beta/generated/models/Simulation.java index 496d468eede..488a273eac1 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/Simulation.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/Simulation.java @@ -26,7 +26,7 @@ public static Simulation createFromDiscriminatorValue(@jakarta.annotation.Nonnul return new Simulation(); } /** - * Gets the attackTechnique 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. You must 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 attackTechnique 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. * @return a {@link SimulationAttackTechnique} */ @jakarta.annotation.Nullable @@ -283,7 +283,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("trainingSetting", this.getTrainingSetting()); } /** - * Sets the attackTechnique 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. You must 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. + * Sets the attackTechnique 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. * @param value Value to set for the attackTechnique property. */ public void setAttackTechnique(@jakarta.annotation.Nullable final SimulationAttackTechnique value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequestHistory.java b/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequestHistory.java index 8ac989f5709..ff296775460 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequestHistory.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequestHistory.java @@ -96,7 +96,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the stage property value. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval. + * Gets the stage property value. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval. * @return a {@link SubjectRightsRequestStage} */ @jakarta.annotation.Nullable @@ -170,7 +170,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the stage property value. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval. + * Sets the stage property value. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval. * @param value Value to set for the stage property. */ public void setStage(@jakarta.annotation.Nullable final SubjectRightsRequestStage value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequestStageDetail.java b/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequestStageDetail.java index 9b43ed244e7..d53937a8a98 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequestStageDetail.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/SubjectRightsRequestStageDetail.java @@ -85,7 +85,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the stage property value. The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval. + * Gets the stage property value. The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval. * @return a {@link SubjectRightsRequestStage} */ @jakarta.annotation.Nullable @@ -142,7 +142,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the stage property value. The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval. + * Sets the stage property value. The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval. * @param value Value to set for the stage property. */ public void setStage(@jakarta.annotation.Nullable final SubjectRightsRequestStage value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/TimeCardEvent.java b/src/main/java/com/microsoft/graph/beta/generated/models/TimeCardEvent.java index 15ed034aefc..08eb5675fa0 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/TimeCardEvent.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/TimeCardEvent.java @@ -49,7 +49,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the atApprovedLocation property value. Indicates whether the entry was recorded at the approved location. + * Gets the atApprovedLocation property value. Indicates whether this action happens at an approved location. This property will be removed by November 20, 2027. Use isAtApprovedLocation instead. atApprovedLocation and isAtApprovedLocation always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for isAtApprovedLocation takes precedence. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -121,7 +121,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers return deserializerMap; } /** - * Gets the useDeviceContext property value. When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. + * Gets the useDeviceContext property value. Whether or not to use device execution context for Windows AppX mobile app. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -56,7 +56,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeBooleanValue("useDeviceContext", this.getUseDeviceContext()); } /** - * Sets the useDeviceContext property value. When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. + * Sets the useDeviceContext property value. Whether or not to use device execution context for Windows AppX mobile app. * @param value Value to set for the useDeviceContext property. */ public void setUseDeviceContext(@jakarta.annotation.Nullable final Boolean value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WorkforceIntegration.java b/src/main/java/com/microsoft/graph/beta/generated/models/WorkforceIntegration.java index 109561fcdb0..daa63c494d8 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/WorkforceIntegration.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/WorkforceIntegration.java @@ -84,7 +84,7 @@ public Boolean getIsActive() { return this.backingStore.get("isActive"); } /** - * Gets the supportedEntities property value. This property has replaced supports in v1.0. We recommend that you use this property instead of supports. The supports property is still supported in beta for the time being. The possible values are: none, shift, swapRequest, openshift, openShiftRequest, userShiftPreferences, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard, timeOffReason, timeOff, timeOffRequest. If selecting more than one value, all values must start with the first letter in uppercase. + * Gets the supportedEntities property value. This property has replaced supports in v1.0. We recommend that you use this property instead of supports. The supports property is still supported in beta for the time being. The possible values are: none, shift, swapRequest, openshift, openShiftRequest, userShiftPreferences, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard, timeOffReason, timeOff, timeOffRequest. If selecting more than one value, all values must start with the first letter in uppercase. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -92,7 +92,7 @@ public EnumSet getSupportedEntities() { return this.backingStore.get("supportedEntities"); } /** - * Gets the supports property value. The Shifts entities supported for synchronous change notifications. Shifts make a callback to the url provided on client changes on those entities added here. By default, no entities are supported for change notifications. The possible values are: none, shift, swapRequest, openshift, openShiftRequest, userShiftPreferences, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard, timeOffReason, timeOff, timeOffRequest. If selecting more than one value, all values must start with the first letter in uppercase. + * Gets the supports property value. The Shifts entities supported for synchronous change notifications. Shifts make a callback to the url provided on client changes on those entities added here. By default, no entities are supported for change notifications. The possible values are: none, shift, swapRequest, openshift, openShiftRequest, userShiftPreferences, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard, timeOffReason, timeOff, timeOffRequest. If selecting more than one value, all values must start with the first letter in uppercase. * @return a {@link EnumSet} */ @jakarta.annotation.Nullable @@ -159,14 +159,14 @@ public void setIsActive(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("isActive", value); } /** - * Sets the supportedEntities property value. This property has replaced supports in v1.0. We recommend that you use this property instead of supports. The supports property is still supported in beta for the time being. The possible values are: none, shift, swapRequest, openshift, openShiftRequest, userShiftPreferences, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard, timeOffReason, timeOff, timeOffRequest. If selecting more than one value, all values must start with the first letter in uppercase. + * Sets the supportedEntities property value. This property has replaced supports in v1.0. We recommend that you use this property instead of supports. The supports property is still supported in beta for the time being. The possible values are: none, shift, swapRequest, openshift, openShiftRequest, userShiftPreferences, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard, timeOffReason, timeOff, timeOffRequest. If selecting more than one value, all values must start with the first letter in uppercase. * @param value Value to set for the supportedEntities property. */ public void setSupportedEntities(@jakarta.annotation.Nullable final EnumSet value) { this.backingStore.set("supportedEntities", value); } /** - * Sets the supports property value. The Shifts entities supported for synchronous change notifications. Shifts make a callback to the url provided on client changes on those entities added here. By default, no entities are supported for change notifications. The possible values are: none, shift, swapRequest, openshift, openShiftRequest, userShiftPreferences, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard, timeOffReason, timeOff, timeOffRequest. If selecting more than one value, all values must start with the first letter in uppercase. + * Sets the supports property value. The Shifts entities supported for synchronous change notifications. Shifts make a callback to the url provided on client changes on those entities added here. By default, no entities are supported for change notifications. The possible values are: none, shift, swapRequest, openshift, openShiftRequest, userShiftPreferences, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard, timeOffReason, timeOff, timeOffRequest. If selecting more than one value, all values must start with the first letter in uppercase. * @param value Value to set for the supports property. */ public void setSupports(@jakarta.annotation.Nullable final EnumSet value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/X509CertificateRule.java b/src/main/java/com/microsoft/graph/beta/generated/models/X509CertificateRule.java index cf6cde79d16..c13a798664f 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/X509CertificateRule.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/X509CertificateRule.java @@ -120,7 +120,7 @@ public X509CertificateAffinityLevel getX509CertificateRequiredAffinityLevel() { return this.backingStore.get("x509CertificateRequiredAffinityLevel"); } /** - * Gets the x509CertificateRuleType property value. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue, issuerSubjectAndPolicyOID. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: issuerSubjectAndPolicyOID. Required. + * Gets the x509CertificateRuleType property value. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue, issuerSubjectAndPolicyOID. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: issuerSubjectAndPolicyOID. Required. * @return a {@link X509CertificateRuleType} */ @jakarta.annotation.Nullable @@ -200,7 +200,7 @@ public void setX509CertificateRequiredAffinityLevel(@jakarta.annotation.Nullable this.backingStore.set("x509CertificateRequiredAffinityLevel", value); } /** - * Sets the x509CertificateRuleType property value. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue, issuerSubjectAndPolicyOID. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: issuerSubjectAndPolicyOID. Required. + * Sets the x509CertificateRuleType property value. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue, issuerSubjectAndPolicyOID. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: issuerSubjectAndPolicyOID. Required. * @param value Value to set for the x509CertificateRuleType property. */ public void setX509CertificateRuleType(@jakarta.annotation.Nullable final X509CertificateRuleType value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/AlertRecord.java b/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/AlertRecord.java index aad6044132a..98a7b975a6a 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/AlertRecord.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/AlertRecord.java @@ -43,7 +43,7 @@ public String getAlertRuleId() { return this.backingStore.get("alertRuleId"); } /** - * Gets the alertRuleTemplate property value. The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario. + * Gets the alertRuleTemplate property value. The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario. * @return a {@link AlertRuleTemplate} */ @jakarta.annotation.Nullable @@ -148,7 +148,7 @@ public void setAlertRuleId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("alertRuleId", value); } /** - * Sets the alertRuleTemplate property value. The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario. + * Sets the alertRuleTemplate property value. The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario. * @param value Value to set for the alertRuleTemplate property. */ public void setAlertRuleTemplate(@jakarta.annotation.Nullable final AlertRuleTemplate value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/AlertRule.java b/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/AlertRule.java index 05b896608a5..9ae0c4784f2 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/AlertRule.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/AlertRule.java @@ -26,7 +26,7 @@ public static AlertRule createFromDiscriminatorValue(@jakarta.annotation.Nonnull return new AlertRule(); } /** - * Gets the alertRuleTemplate property value. The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario, cloudPcFrontlineInsufficientLicensesScenario, cloudPcInaccessibleScenario, and cloudPcFrontlineConcurrencyScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario, cloudPcFrontlineInsufficientLicensesScenario, cloudPcInaccessibleScenario, and cloudPcFrontlineConcurrencyScenario. + * Gets the alertRuleTemplate property value. The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario, cloudPcFrontlineInsufficientLicensesScenario, cloudPcInaccessibleScenario, and cloudPcFrontlineConcurrencyScenario. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario, cloudPcFrontlineInsufficientLicensesScenario, cloudPcInaccessibleScenario, and cloudPcFrontlineConcurrencyScenario. * @return a {@link AlertRuleTemplate} */ @jakarta.annotation.Nullable @@ -133,7 +133,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("threshold", this.getThreshold()); } /** - * Sets the alertRuleTemplate property value. The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario, cloudPcFrontlineInsufficientLicensesScenario, cloudPcInaccessibleScenario, and cloudPcFrontlineConcurrencyScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario, cloudPcFrontlineInsufficientLicensesScenario, cloudPcInaccessibleScenario, and cloudPcFrontlineConcurrencyScenario. + * Sets the alertRuleTemplate property value. The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario, cloudPcFrontlineInsufficientLicensesScenario, cloudPcInaccessibleScenario, and cloudPcFrontlineConcurrencyScenario. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario, cloudPcFrontlineInsufficientLicensesScenario, cloudPcInaccessibleScenario, and cloudPcFrontlineConcurrencyScenario. * @param value Value to set for the alertRuleTemplate property. */ public void setAlertRuleTemplate(@jakarta.annotation.Nullable final AlertRuleTemplate value) { diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/PortalNotification.java b/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/PortalNotification.java index 3256bef10ca..e352f7d1baf 100644 --- a/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/PortalNotification.java +++ b/src/main/java/com/microsoft/graph/beta/generated/models/devicemanagement/PortalNotification.java @@ -80,7 +80,7 @@ public String getAlertRuleName() { return this.backingStore.get("alertRuleName"); } /** - * Gets the alertRuleTemplate property value. The associated alert rule template. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario. + * Gets the alertRuleTemplate property value. The associated alert rule template. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario. * @return a {@link AlertRuleTemplate} */ @jakarta.annotation.Nullable @@ -198,7 +198,7 @@ public void setAlertRuleName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("alertRuleName", value); } /** - * Sets the alertRuleTemplate property value. The associated alert rule template. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario. + * Sets the alertRuleTemplate property value. The associated alert rule template. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario. * @param value Value to set for the alertRuleTemplate property. */ public void setAlertRuleTemplate(@jakarta.annotation.Nullable final AlertRuleTemplate 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 44f5b6f4615..262a34ad042 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 @@ -124,7 +124,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. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl. + * 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. * @return a {@link java.util.List