Skip to content

Commit b02e9e8

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
feat(generation): update request builders and models
Update generated files with build 147067
1 parent a460c84 commit b02e9e8

File tree

1,207 files changed

+17190
-8880
lines changed

Some content is hidden

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

1,207 files changed

+17190
-8880
lines changed

src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/SiteListsRequestBuilder.java

+13-9
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,21 @@ public SiteListsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
6060
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* A collection of site lists to support Internet Explorer mode.
63+
* Get a list of the browserSiteList objects and their properties.
6464
* @return a {@link BrowserSiteListCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66+
* @see <a href="https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0">Find more info here</a>
6667
*/
6768
@jakarta.annotation.Nullable
6869
public BrowserSiteListCollectionResponse get() {
6970
return get(null);
7071
}
7172
/**
72-
* A collection of site lists to support Internet Explorer mode.
73+
* Get a list of the browserSiteList objects and their properties.
7374
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7475
* @return a {@link BrowserSiteListCollectionResponse}
7576
* @throws ODataError When receiving a 4XX or 5XX status code
77+
* @see <a href="https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0">Find more info here</a>
7678
*/
7779
@jakarta.annotation.Nullable
7880
public BrowserSiteListCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -82,21 +84,23 @@ public BrowserSiteListCollectionResponse get(@jakarta.annotation.Nullable final
8284
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteListCollectionResponse::createFromDiscriminatorValue);
8385
}
8486
/**
85-
* Create new navigation property to siteLists for admin
87+
* Create a new browserSiteList object to support Internet Explorer mode.
8688
* @param body The request body
8789
* @return a {@link BrowserSiteList}
8890
* @throws ODataError When receiving a 4XX or 5XX status code
91+
* @see <a href="https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0">Find more info here</a>
8992
*/
9093
@jakarta.annotation.Nullable
9194
public BrowserSiteList post(@jakarta.annotation.Nonnull final BrowserSiteList body) {
9295
return post(body, null);
9396
}
9497
/**
95-
* Create new navigation property to siteLists for admin
98+
* Create a new browserSiteList object to support Internet Explorer mode.
9699
* @param body The request body
97100
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
98101
* @return a {@link BrowserSiteList}
99102
* @throws ODataError When receiving a 4XX or 5XX status code
103+
* @see <a href="https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0">Find more info here</a>
100104
*/
101105
@jakarta.annotation.Nullable
102106
public BrowserSiteList post(@jakarta.annotation.Nonnull final BrowserSiteList body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -107,15 +111,15 @@ public BrowserSiteList post(@jakarta.annotation.Nonnull final BrowserSiteList bo
107111
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteList::createFromDiscriminatorValue);
108112
}
109113
/**
110-
* A collection of site lists to support Internet Explorer mode.
114+
* Get a list of the browserSiteList objects and their properties.
111115
* @return a {@link RequestInformation}
112116
*/
113117
@jakarta.annotation.Nonnull
114118
public RequestInformation toGetRequestInformation() {
115119
return toGetRequestInformation(null);
116120
}
117121
/**
118-
* A collection of site lists to support Internet Explorer mode.
122+
* Get a list of the browserSiteList objects and their properties.
119123
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120124
* @return a {@link RequestInformation}
121125
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
127131
return requestInfo;
128132
}
129133
/**
130-
* Create new navigation property to siteLists for admin
134+
* Create a new browserSiteList object to support Internet Explorer mode.
131135
* @param body The request body
132136
* @return a {@link RequestInformation}
133137
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
136140
return toPostRequestInformation(body, null);
137141
}
138142
/**
139-
* Create new navigation property to siteLists for admin
143+
* Create a new browserSiteList object to support Internet Explorer mode.
140144
* @param body The request body
141145
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
142146
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public SiteListsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
161165
return new SiteListsRequestBuilder(rawUrl, requestAdapter);
162166
}
163167
/**
164-
* A collection of site lists to support Internet Explorer mode.
168+
* Get a list of the browserSiteList objects and their properties.
165169
*/
166170
@jakarta.annotation.Generated("com.microsoft.kiota")
167171
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/BrowserSiteListItemRequestBuilder.java

+19-13
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,18 @@ public BrowserSiteListItemRequestBuilder(@jakarta.annotation.Nonnull final Strin
6464
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24expand,%24select}", rawUrl);
6565
}
6666
/**
67-
* Delete navigation property siteLists for admin
67+
* Delete a browserSiteList object.
6868
* @throws ODataError When receiving a 4XX or 5XX status code
69+
* @see <a href="https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0">Find more info here</a>
6970
*/
7071
public void delete() {
7172
delete(null);
7273
}
7374
/**
74-
* Delete navigation property siteLists for admin
75+
* Delete a browserSiteList object.
7576
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7677
* @throws ODataError When receiving a 4XX or 5XX status code
78+
* @see <a href="https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0">Find more info here</a>
7779
*/
7880
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
7981
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -82,19 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
8284
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
8385
}
8486
/**
85-
* A collection of site lists to support Internet Explorer mode.
87+
* Get a browserSiteList that contains browserSite and browserSharedCookie resources.
8688
* @return a {@link BrowserSiteList}
8789
* @throws ODataError When receiving a 4XX or 5XX status code
90+
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0">Find more info here</a>
8891
*/
8992
@jakarta.annotation.Nullable
9093
public BrowserSiteList get() {
9194
return get(null);
9295
}
9396
/**
94-
* A collection of site lists to support Internet Explorer mode.
97+
* Get a browserSiteList that contains browserSite and browserSharedCookie resources.
9598
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9699
* @return a {@link BrowserSiteList}
97100
* @throws ODataError When receiving a 4XX or 5XX status code
101+
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0">Find more info here</a>
98102
*/
99103
@jakarta.annotation.Nullable
100104
public BrowserSiteList get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -104,21 +108,23 @@ public BrowserSiteList get(@jakarta.annotation.Nullable final java.util.function
104108
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteList::createFromDiscriminatorValue);
105109
}
106110
/**
107-
* Update the navigation property siteLists in admin
111+
* Update the properties of a browserSiteList object.
108112
* @param body The request body
109113
* @return a {@link BrowserSiteList}
110114
* @throws ODataError When receiving a 4XX or 5XX status code
115+
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0">Find more info here</a>
111116
*/
112117
@jakarta.annotation.Nullable
113118
public BrowserSiteList patch(@jakarta.annotation.Nonnull final BrowserSiteList body) {
114119
return patch(body, null);
115120
}
116121
/**
117-
* Update the navigation property siteLists in admin
122+
* Update the properties of a browserSiteList object.
118123
* @param body The request body
119124
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120125
* @return a {@link BrowserSiteList}
121126
* @throws ODataError When receiving a 4XX or 5XX status code
127+
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0">Find more info here</a>
122128
*/
123129
@jakarta.annotation.Nullable
124130
public BrowserSiteList patch(@jakarta.annotation.Nonnull final BrowserSiteList body, @jakarta.annotation.Nullable final java.util.function.Consumer<PatchRequestConfiguration> requestConfiguration) {
@@ -129,15 +135,15 @@ public BrowserSiteList patch(@jakarta.annotation.Nonnull final BrowserSiteList b
129135
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSiteList::createFromDiscriminatorValue);
130136
}
131137
/**
132-
* Delete navigation property siteLists for admin
138+
* Delete a browserSiteList object.
133139
* @return a {@link RequestInformation}
134140
*/
135141
@jakarta.annotation.Nonnull
136142
public RequestInformation toDeleteRequestInformation() {
137143
return toDeleteRequestInformation(null);
138144
}
139145
/**
140-
* Delete navigation property siteLists for admin
146+
* Delete a browserSiteList object.
141147
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
142148
* @return a {@link RequestInformation}
143149
*/
@@ -149,15 +155,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
149155
return requestInfo;
150156
}
151157
/**
152-
* A collection of site lists to support Internet Explorer mode.
158+
* Get a browserSiteList that contains browserSite and browserSharedCookie resources.
153159
* @return a {@link RequestInformation}
154160
*/
155161
@jakarta.annotation.Nonnull
156162
public RequestInformation toGetRequestInformation() {
157163
return toGetRequestInformation(null);
158164
}
159165
/**
160-
* A collection of site lists to support Internet Explorer mode.
166+
* Get a browserSiteList that contains browserSite and browserSharedCookie resources.
161167
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
162168
* @return a {@link RequestInformation}
163169
*/
@@ -169,7 +175,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
169175
return requestInfo;
170176
}
171177
/**
172-
* Update the navigation property siteLists in admin
178+
* Update the properties of a browserSiteList object.
173179
* @param body The request body
174180
* @return a {@link RequestInformation}
175181
*/
@@ -178,7 +184,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
178184
return toPatchRequestInformation(body, null);
179185
}
180186
/**
181-
* Update the navigation property siteLists in admin
187+
* Update the properties of a browserSiteList object.
182188
* @param body The request body
183189
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
184190
* @return a {@link RequestInformation}
@@ -209,7 +215,7 @@ public BrowserSiteListItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fin
209215
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
210216
}
211217
/**
212-
* A collection of site lists to support Internet Explorer mode.
218+
* Get a browserSiteList that contains browserSite and browserSharedCookie resources.
213219
*/
214220
@jakarta.annotation.Generated("com.microsoft.kiota")
215221
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/publish/PublishRequestBuilder.java

-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public PublishRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
4040
* @param body The request body
4141
* @return a {@link BrowserSiteList}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
43-
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0">Find more info here</a>
4443
*/
4544
@jakarta.annotation.Nullable
4645
public BrowserSiteList post(@jakarta.annotation.Nonnull final PublishPostRequestBody body) {
@@ -52,7 +51,6 @@ public BrowserSiteList post(@jakarta.annotation.Nonnull final PublishPostRequest
5251
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5352
* @return a {@link BrowserSiteList}
5453
* @throws ODataError When receiving a 4XX or 5XX status code
55-
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0">Find more info here</a>
5654
*/
5755
@jakarta.annotation.Nullable
5856
public BrowserSiteList post(@jakarta.annotation.Nonnull final PublishPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {

src/main/java/com/microsoft/graph/generated/admin/edge/internetexplorermode/sitelists/item/sharedcookies/SharedCookiesRequestBuilder.java

+13-9
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,21 @@ public SharedCookiesRequestBuilder(@jakarta.annotation.Nonnull final String rawU
6060
super(requestAdapter, "{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* A collection of shared cookies defined for the site list.
63+
* Get a list of the browserSharedCookie objects and their properties.
6464
* @return a {@link BrowserSharedCookieCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66+
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0">Find more info here</a>
6667
*/
6768
@jakarta.annotation.Nullable
6869
public BrowserSharedCookieCollectionResponse get() {
6970
return get(null);
7071
}
7172
/**
72-
* A collection of shared cookies defined for the site list.
73+
* Get a list of the browserSharedCookie objects and their properties.
7374
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7475
* @return a {@link BrowserSharedCookieCollectionResponse}
7576
* @throws ODataError When receiving a 4XX or 5XX status code
77+
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0">Find more info here</a>
7678
*/
7779
@jakarta.annotation.Nullable
7880
public BrowserSharedCookieCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -82,21 +84,23 @@ public BrowserSharedCookieCollectionResponse get(@jakarta.annotation.Nullable fi
8284
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSharedCookieCollectionResponse::createFromDiscriminatorValue);
8385
}
8486
/**
85-
* Create new navigation property to sharedCookies for admin
87+
* Create a new browserSharedCookie object in a browserSiteList.
8688
* @param body The request body
8789
* @return a {@link BrowserSharedCookie}
8890
* @throws ODataError When receiving a 4XX or 5XX status code
91+
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0">Find more info here</a>
8992
*/
9093
@jakarta.annotation.Nullable
9194
public BrowserSharedCookie post(@jakarta.annotation.Nonnull final BrowserSharedCookie body) {
9295
return post(body, null);
9396
}
9497
/**
95-
* Create new navigation property to sharedCookies for admin
98+
* Create a new browserSharedCookie object in a browserSiteList.
9699
* @param body The request body
97100
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
98101
* @return a {@link BrowserSharedCookie}
99102
* @throws ODataError When receiving a 4XX or 5XX status code
103+
* @see <a href="https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0">Find more info here</a>
100104
*/
101105
@jakarta.annotation.Nullable
102106
public BrowserSharedCookie post(@jakarta.annotation.Nonnull final BrowserSharedCookie body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -107,15 +111,15 @@ public BrowserSharedCookie post(@jakarta.annotation.Nonnull final BrowserSharedC
107111
return this.requestAdapter.send(requestInfo, errorMapping, BrowserSharedCookie::createFromDiscriminatorValue);
108112
}
109113
/**
110-
* A collection of shared cookies defined for the site list.
114+
* Get a list of the browserSharedCookie objects and their properties.
111115
* @return a {@link RequestInformation}
112116
*/
113117
@jakarta.annotation.Nonnull
114118
public RequestInformation toGetRequestInformation() {
115119
return toGetRequestInformation(null);
116120
}
117121
/**
118-
* A collection of shared cookies defined for the site list.
122+
* Get a list of the browserSharedCookie objects and their properties.
119123
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120124
* @return a {@link RequestInformation}
121125
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
127131
return requestInfo;
128132
}
129133
/**
130-
* Create new navigation property to sharedCookies for admin
134+
* Create a new browserSharedCookie object in a browserSiteList.
131135
* @param body The request body
132136
* @return a {@link RequestInformation}
133137
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
136140
return toPostRequestInformation(body, null);
137141
}
138142
/**
139-
* Create new navigation property to sharedCookies for admin
143+
* Create a new browserSharedCookie object in a browserSiteList.
140144
* @param body The request body
141145
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
142146
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public SharedCookiesRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
161165
return new SharedCookiesRequestBuilder(rawUrl, requestAdapter);
162166
}
163167
/**
164-
* A collection of shared cookies defined for the site list.
168+
* Get a list of the browserSharedCookie objects and their properties.
165169
*/
166170
@jakarta.annotation.Generated("com.microsoft.kiota")
167171
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)