File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
main/java/com/microsoft/graph/requests
test/java/com/microsoft/graph/functional Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55import com .microsoft .graph .core .IBaseClient ;
66import com .microsoft .graph .http .BaseRequestBuilder ;
77import com .microsoft .graph .http .CustomRequest ;
8- import com .microsoft .graph .models .extensions .GraphServiceClient ;
8+ import com .microsoft .graph .requests .extensions .GraphServiceClient ;
99import com .microsoft .graph .options .Option ;
1010
1111public class CustomRequestBuilder extends BaseRequestBuilder {
Original file line number Diff line number Diff line change 22// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
33// ------------------------------------------------------------------------------
44
5- package com .microsoft .graph .models .extensions ;
5+ package com .microsoft .graph .requests .extensions ;
66
77import com .microsoft .graph .concurrency .*;
88import com .microsoft .graph .core .*;
Original file line number Diff line number Diff line change 22// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
33// ------------------------------------------------------------------------------
44
5- package com .microsoft .graph .models .generated ;
5+ package com .microsoft .graph .requests .generated ;
66
77import com .microsoft .graph .concurrency .*;
88import com .microsoft .graph .core .*;
Original file line number Diff line number Diff line change 88import com .microsoft .graph .core .IClientConfig ;
99import com .microsoft .graph .http .IHttpRequest ;
1010import com .microsoft .graph .models .extensions .IGraphServiceClient ;
11- import com .microsoft .graph .models .extensions .GraphServiceClient ;
11+ import com .microsoft .graph .requests .extensions .GraphServiceClient ;
1212import com .microsoft .graph .core .Constants ;
1313
1414import java .io .BufferedReader ;
You can’t perform that action at this time.
0 commit comments