Skip to content

Commit 7a2dbf4

Browse files
authored
Merge pull request #1272 from microsoftgraph/beta/pipelinebuild/207061
Generated beta models and request builders
2 parents 3030375 + 1acc5f1 commit 7a2dbf4

File tree

158 files changed

+12128
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+12128
-199
lines changed

src/main/java/com/microsoft/graph/beta/generated/accessreviews/item/AccessReviewItemRequestBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public AccessReview get(@jakarta.annotation.Nullable final java.util.function.Co
153153
return this.requestAdapter.send(requestInfo, errorMapping, AccessReview::createFromDiscriminatorValue);
154154
}
155155
/**
156-
* In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API.
156+
* In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API.
157157
* @param body The request body
158158
* @return a {@link AccessReview}
159159
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -164,7 +164,7 @@ public AccessReview patch(@jakarta.annotation.Nonnull final AccessReview body) {
164164
return patch(body, null);
165165
}
166166
/**
167-
* In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API.
167+
* In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API.
168168
* @param body The request body
169169
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
170170
* @return a {@link AccessReview}
@@ -220,7 +220,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
220220
return requestInfo;
221221
}
222222
/**
223-
* In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API.
223+
* In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API.
224224
* @param body The request body
225225
* @return a {@link RequestInformation}
226226
*/
@@ -229,7 +229,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
229229
return toPatchRequestInformation(body, null);
230230
}
231231
/**
232-
* In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API.
232+
* In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API.
233233
* @param body The request body
234234
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
235235
* @return a {@link RequestInformation}

src/main/java/com/microsoft/graph/beta/generated/admin/exchange/ExchangeRequestBuilder.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import com.microsoft.graph.beta.admin.exchange.mailboxes.MailboxesRequestBuilder;
44
import com.microsoft.graph.beta.admin.exchange.messagetraces.MessageTracesRequestBuilder;
5+
import com.microsoft.graph.beta.admin.exchange.tracing.TracingRequestBuilder;
56
import com.microsoft.graph.beta.models.ExchangeAdmin;
67
import com.microsoft.graph.beta.models.odataerrors.ODataError;
78
import com.microsoft.kiota.BaseRequestBuilder;
@@ -44,6 +45,17 @@ public MailboxesRequestBuilder mailboxes() {
4445
public MessageTracesRequestBuilder messageTraces() {
4546
return new MessageTracesRequestBuilder(pathParameters, requestAdapter);
4647
}
48+
/**
49+
* Provides operations to manage the tracing property of the microsoft.graph.exchangeAdmin entity.
50+
* @return a {@link TracingRequestBuilder}
51+
* @deprecated
52+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
53+
*/
54+
@Deprecated
55+
@jakarta.annotation.Nonnull
56+
public TracingRequestBuilder tracing() {
57+
return new TracingRequestBuilder(pathParameters, requestAdapter);
58+
}
4759
/**
4860
* Instantiates a new {@link ExchangeRequestBuilder} and sets the default values.
4961
* @param pathParameters Path parameters for the request

0 commit comments

Comments
 (0)