Skip to content

Commit 2a8d94d

Browse files
authored
Merge pull request #1131 from microsoftgraph/beta/pipelinebuild/181216
Generated beta models and request builders
2 parents e9787be + 96fa6c7 commit 2a8d94d

File tree

749 files changed

+5905
-5631
lines changed

Some content is hidden

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

749 files changed

+5905
-5631
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class ExchangeRequestBuilder extends BaseRequestBuilder {
2626
* Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity.
2727
* @return a {@link MailboxesRequestBuilder}
2828
* @deprecated
29-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
29+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
3030
*/
3131
@Deprecated
3232
@jakarta.annotation.Nonnull
@@ -37,7 +37,7 @@ public MailboxesRequestBuilder mailboxes() {
3737
* Provides operations to manage the messageTraces property of the microsoft.graph.exchangeAdmin entity.
3838
* @return a {@link MessageTracesRequestBuilder}
3939
* @deprecated
40-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
40+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
4141
*/
4242
@Deprecated
4343
@jakarta.annotation.Nonnull
@@ -64,7 +64,7 @@ public ExchangeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
6464
* Delete navigation property exchange for admin
6565
* @throws ODataError When receiving a 4XX or 5XX status code
6666
* @deprecated
67-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
67+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
6868
*/
6969
@Deprecated
7070
public void delete() {
@@ -75,7 +75,7 @@ public void delete() {
7575
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7676
* @throws ODataError When receiving a 4XX or 5XX status code
7777
* @deprecated
78-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
78+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
7979
*/
8080
@Deprecated
8181
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
@@ -89,7 +89,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
8989
* @return a {@link ExchangeAdmin}
9090
* @throws ODataError When receiving a 4XX or 5XX status code
9191
* @deprecated
92-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
92+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
9393
*/
9494
@jakarta.annotation.Nullable
9595
@Deprecated
@@ -102,7 +102,7 @@ public ExchangeAdmin get() {
102102
* @return a {@link ExchangeAdmin}
103103
* @throws ODataError When receiving a 4XX or 5XX status code
104104
* @deprecated
105-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
105+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
106106
*/
107107
@jakarta.annotation.Nullable
108108
@Deprecated
@@ -118,7 +118,7 @@ public ExchangeAdmin get(@jakarta.annotation.Nullable final java.util.function.C
118118
* @return a {@link ExchangeAdmin}
119119
* @throws ODataError When receiving a 4XX or 5XX status code
120120
* @deprecated
121-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
121+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
122122
*/
123123
@jakarta.annotation.Nullable
124124
@Deprecated
@@ -132,7 +132,7 @@ public ExchangeAdmin patch(@jakarta.annotation.Nonnull final ExchangeAdmin body)
132132
* @return a {@link ExchangeAdmin}
133133
* @throws ODataError When receiving a 4XX or 5XX status code
134134
* @deprecated
135-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
135+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
136136
*/
137137
@jakarta.annotation.Nullable
138138
@Deprecated
@@ -147,7 +147,7 @@ public ExchangeAdmin patch(@jakarta.annotation.Nonnull final ExchangeAdmin body,
147147
* Delete navigation property exchange for admin
148148
* @return a {@link RequestInformation}
149149
* @deprecated
150-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
150+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
151151
*/
152152
@jakarta.annotation.Nonnull
153153
@Deprecated
@@ -159,7 +159,7 @@ public RequestInformation toDeleteRequestInformation() {
159159
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
160160
* @return a {@link RequestInformation}
161161
* @deprecated
162-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
162+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
163163
*/
164164
@jakarta.annotation.Nonnull
165165
@Deprecated
@@ -173,7 +173,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
173173
* A container for the Exchange admin functionality. Read-only.
174174
* @return a {@link RequestInformation}
175175
* @deprecated
176-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
176+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
177177
*/
178178
@jakarta.annotation.Nonnull
179179
@Deprecated
@@ -185,7 +185,7 @@ public RequestInformation toGetRequestInformation() {
185185
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
186186
* @return a {@link RequestInformation}
187187
* @deprecated
188-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
188+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
189189
*/
190190
@jakarta.annotation.Nonnull
191191
@Deprecated
@@ -200,7 +200,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
200200
* @param body The request body
201201
* @return a {@link RequestInformation}
202202
* @deprecated
203-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
203+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
204204
*/
205205
@jakarta.annotation.Nonnull
206206
@Deprecated
@@ -213,7 +213,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
213213
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
214214
* @return a {@link RequestInformation}
215215
* @deprecated
216-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
216+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
217217
*/
218218
@jakarta.annotation.Nonnull
219219
@Deprecated
@@ -230,7 +230,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
230230
* @param rawUrl The raw URL to use for the request builder.
231231
* @return a {@link ExchangeRequestBuilder}
232232
* @deprecated
233-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
233+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
234234
*/
235235
@jakarta.annotation.Nonnull
236236
@Deprecated

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class MailboxesRequestBuilder extends BaseRequestBuilder {
2727
* Provides operations to count the resources in the collection.
2828
* @return a {@link CountRequestBuilder}
2929
* @deprecated
30-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
30+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
3131
*/
3232
@Deprecated
3333
@jakarta.annotation.Nonnull
@@ -39,7 +39,7 @@ public CountRequestBuilder count() {
3939
* @param mailboxId The unique identifier of mailbox
4040
* @return a {@link MailboxItemRequestBuilder}
4141
* @deprecated
42-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
42+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
4343
*/
4444
@jakarta.annotation.Nonnull
4545
@Deprecated
@@ -70,7 +70,7 @@ public MailboxesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
7070
* @return a {@link MailboxCollectionResponse}
7171
* @throws ODataError When receiving a 4XX or 5XX status code
7272
* @deprecated
73-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
73+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
7474
*/
7575
@jakarta.annotation.Nullable
7676
@Deprecated
@@ -83,7 +83,7 @@ public MailboxCollectionResponse get() {
8383
* @return a {@link MailboxCollectionResponse}
8484
* @throws ODataError When receiving a 4XX or 5XX status code
8585
* @deprecated
86-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
86+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
8787
*/
8888
@jakarta.annotation.Nullable
8989
@Deprecated
@@ -99,7 +99,7 @@ public MailboxCollectionResponse get(@jakarta.annotation.Nullable final java.uti
9999
* @return a {@link Mailbox}
100100
* @throws ODataError When receiving a 4XX or 5XX status code
101101
* @deprecated
102-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
102+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
103103
*/
104104
@jakarta.annotation.Nullable
105105
@Deprecated
@@ -113,7 +113,7 @@ public Mailbox post(@jakarta.annotation.Nonnull final Mailbox body) {
113113
* @return a {@link Mailbox}
114114
* @throws ODataError When receiving a 4XX or 5XX status code
115115
* @deprecated
116-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
116+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
117117
*/
118118
@jakarta.annotation.Nullable
119119
@Deprecated
@@ -128,7 +128,7 @@ public Mailbox post(@jakarta.annotation.Nonnull final Mailbox body, @jakarta.ann
128128
* Represents a user's mailboxes.
129129
* @return a {@link RequestInformation}
130130
* @deprecated
131-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
131+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
132132
*/
133133
@jakarta.annotation.Nonnull
134134
@Deprecated
@@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation() {
140140
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
141141
* @return a {@link RequestInformation}
142142
* @deprecated
143-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
143+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
144144
*/
145145
@jakarta.annotation.Nonnull
146146
@Deprecated
@@ -155,7 +155,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
155155
* @param body The request body
156156
* @return a {@link RequestInformation}
157157
* @deprecated
158-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
158+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
159159
*/
160160
@jakarta.annotation.Nonnull
161161
@Deprecated
@@ -168,7 +168,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
168168
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
169169
* @return a {@link RequestInformation}
170170
* @deprecated
171-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
171+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
172172
*/
173173
@jakarta.annotation.Nonnull
174174
@Deprecated
@@ -185,7 +185,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
185185
* @param rawUrl The raw URL to use for the request builder.
186186
* @return a {@link MailboxesRequestBuilder}
187187
* @deprecated
188-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
188+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
189189
*/
190190
@jakarta.annotation.Nonnull
191191
@Deprecated

src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/count/CountRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
4040
* @return a {@link Integer}
4141
* @throws ODataError When receiving a 4XX or 5XX status code
4242
* @deprecated
43-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
43+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
4444
*/
4545
@jakarta.annotation.Nullable
4646
@Deprecated
@@ -53,7 +53,7 @@ public Integer get() {
5353
* @return a {@link Integer}
5454
* @throws ODataError When receiving a 4XX or 5XX status code
5555
* @deprecated
56-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
56+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
5757
*/
5858
@jakarta.annotation.Nullable
5959
@Deprecated
@@ -67,7 +67,7 @@ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consume
6767
* Get the number of the resource
6868
* @return a {@link RequestInformation}
6969
* @deprecated
70-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
70+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
7171
*/
7272
@jakarta.annotation.Nonnull
7373
@Deprecated
@@ -79,7 +79,7 @@ public RequestInformation toGetRequestInformation() {
7979
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8080
* @return a {@link RequestInformation}
8181
* @deprecated
82-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
82+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
8383
*/
8484
@jakarta.annotation.Nonnull
8585
@Deprecated
@@ -94,7 +94,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
9494
* @param rawUrl The raw URL to use for the request builder.
9595
* @return a {@link CountRequestBuilder}
9696
* @deprecated
97-
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
97+
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
9898
*/
9999
@jakarta.annotation.Nonnull
100100
@Deprecated

0 commit comments

Comments
 (0)