Skip to content

Commit 3f68bc3

Browse files
authored
Merge pull request #607 from microsoftgraph/beta/pipelinebuild/117978
Update generated files with build 117978 [skip ci]
2 parents b8ef7eb + f1556e2 commit 3f68bc3

File tree

861 files changed

+35163
-5372
lines changed

Some content is hidden

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

861 files changed

+35163
-5372
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [0.74.0] - 2023-06-20
15+
16+
### Changed
17+
18+
- Weekly generation.
19+
1420
## [0.73.0] - 2023-05-19
1521

1622
### Changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
2121
dependencies {
2222
// Include the sdk as a dependency
23-
implementation 'com.microsoft.graph:microsoft-graph-beta:0.73.0-SNAPSHOT'
23+
implementation 'com.microsoft.graph:microsoft-graph-beta:0.74.0-SNAPSHOT'
2424
// Uncomment the line below if you are building an android application
2525
//implementation 'com.google.guava:guava:30.1.1-android'
2626
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737
<!-- Include the sdk as a dependency -->
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph-beta</artifactId>
40-
<version>0.73.0-SNAPSHOT</version>
40+
<version>0.74.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -209,5 +209,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
209209

210210

211211

212+
212213

213214

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ org.gradle.caching=true
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph-beta
2828
mavenMajorVersion = 0
29-
mavenMinorVersion = 73
29+
mavenMinorVersion = 74
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -108,5 +108,6 @@ mavenCentralPublishingEnabled=false
108108

109109

110110

111+
111112

112113

src/main/java/com/microsoft/graph/callrecords/models/MediaStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final AdditionalDataManager additionalDataManager() {
4242

4343
/**
4444
* The Audio Codec.
45-
* Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRTA, unknownFutureValue.
45+
* Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.
4646
*/
4747
@SerializedName(value = "audioCodec", alternate = {"AudioCodec"})
4848
@Expose
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
// Template Source: BaseEntityCollectionReferenceRequest.java.tt
2+
// ------------------------------------------------------------------------------
3+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4+
// ------------------------------------------------------------------------------
5+
6+
package com.microsoft.graph.identitygovernance.requests;
7+
8+
import com.microsoft.graph.http.IRequestBuilder;
9+
import com.microsoft.graph.core.ClientException;
10+
import com.microsoft.graph.identitygovernance.models.Workflow;
11+
import com.microsoft.graph.identitygovernance.models.UserProcessingResult;
12+
import com.microsoft.graph.identitygovernance.models.UserSummary;
13+
import java.util.Arrays;
14+
import java.util.EnumSet;
15+
import javax.annotation.Nullable;
16+
import javax.annotation.Nonnull;
17+
18+
import com.microsoft.graph.identitygovernance.requests.UserProcessingResultWithReferenceRequest;
19+
import com.microsoft.graph.identitygovernance.requests.UserProcessingResultReferenceRequestBuilder;
20+
import com.microsoft.graph.identitygovernance.requests.UserProcessingResultWithReferenceRequestBuilder;
21+
import com.microsoft.graph.identitygovernance.requests.UserProcessingResultCollectionWithReferencesRequest;
22+
import com.microsoft.graph.identitygovernance.requests.UserProcessingResultCollectionWithReferencesRequestBuilder;
23+
import com.microsoft.graph.identitygovernance.models.UserProcessingResult;
24+
import com.microsoft.graph.options.QueryOption;
25+
import com.microsoft.graph.core.IBaseClient;
26+
import com.microsoft.graph.http.BaseCollectionWithReferencesRequest;
27+
import com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder;
28+
import com.microsoft.graph.http.ReferenceRequestBody;
29+
30+
// **NOTE** This file was generated by a tool and any changes will be overwritten.
31+
32+
/**
33+
* The class for the User Processing Result Collection Reference Request.
34+
*/
35+
public class UserProcessingResultCollectionReferenceRequest extends BaseCollectionWithReferencesRequest<UserProcessingResult, UserProcessingResultWithReferenceRequest, UserProcessingResultReferenceRequestBuilder, UserProcessingResultWithReferenceRequestBuilder, UserProcessingResultCollectionResponse, UserProcessingResultCollectionWithReferencesPage, UserProcessingResultCollectionWithReferencesRequest> {
36+
37+
/**
38+
* The request builder for this collection of UserProcessingResult
39+
*
40+
* @param requestUrl the request URL
41+
* @param client the service client
42+
* @param requestOptions the options for this request
43+
*/
44+
public UserProcessingResultCollectionReferenceRequest(@Nonnull final String requestUrl, @Nonnull final IBaseClient<?> client, @Nullable final java.util.List<? extends com.microsoft.graph.options.Option> requestOptions) {
45+
super(requestUrl, client, requestOptions, UserProcessingResultCollectionResponse.class, UserProcessingResultCollectionWithReferencesPage.class, UserProcessingResultCollectionWithReferencesRequestBuilder.class);
46+
}
47+
48+
/**
49+
* Sets the expand clause for the request
50+
*
51+
* @param value the expand clause
52+
* @return the updated request
53+
*/
54+
@Nonnull
55+
public UserProcessingResultCollectionReferenceRequest expand(@Nonnull final String value) {
56+
addExpandOption(value);
57+
return this;
58+
}
59+
60+
/**
61+
* Sets the filter clause for the request
62+
*
63+
* @param value the filter clause
64+
* @return the updated request
65+
*/
66+
@Nonnull
67+
public UserProcessingResultCollectionReferenceRequest filter(@Nonnull final String value) {
68+
addFilterOption(value);
69+
return this;
70+
}
71+
72+
/**
73+
* Sets the order by clause for the request
74+
*
75+
* @param value the sort clause
76+
* @return the updated request
77+
*/
78+
@Nonnull
79+
public UserProcessingResultCollectionReferenceRequest orderBy(@Nonnull final String value) {
80+
addOrderByOption(value);
81+
return this;
82+
}
83+
84+
/**
85+
* Sets the select clause for the request
86+
*
87+
* @param value the select clause
88+
* @return the updated request
89+
*/
90+
@Nonnull
91+
public UserProcessingResultCollectionReferenceRequest select(@Nonnull final String value) {
92+
addSelectOption(value);
93+
return this;
94+
}
95+
96+
/**
97+
* Sets the top value for the request
98+
*
99+
* @param value the max number of items to return
100+
* @return the updated request
101+
*/
102+
@Nonnull
103+
public UserProcessingResultCollectionReferenceRequest top(final int value) {
104+
addTopOption(value);
105+
return this;
106+
}
107+
/**
108+
* Sets the count value for the request
109+
*
110+
* @param value whether or not to return the count of objects with the request
111+
* @return the updated request
112+
*/
113+
@Nonnull
114+
public UserProcessingResultCollectionReferenceRequest count(final boolean value) {
115+
addCountOption(value);
116+
return this;
117+
}
118+
/**
119+
* Sets the count value to true for the request
120+
*
121+
* @return the updated request
122+
*/
123+
@Nonnull
124+
public UserProcessingResultCollectionReferenceRequest count() {
125+
addCountOption(true);
126+
return this;
127+
}
128+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
// Template Source: BaseEntityCollectionReferenceRequestBuilder.java.tt
2+
// ------------------------------------------------------------------------------
3+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4+
// ------------------------------------------------------------------------------
5+
6+
package com.microsoft.graph.identitygovernance.requests;
7+
8+
import com.microsoft.graph.http.IRequestBuilder;
9+
import com.microsoft.graph.core.ClientException;
10+
import com.microsoft.graph.identitygovernance.models.Workflow;
11+
import com.microsoft.graph.identitygovernance.models.UserProcessingResult;
12+
import com.microsoft.graph.identitygovernance.models.UserSummary;
13+
import java.util.Arrays;
14+
import java.util.EnumSet;
15+
import javax.annotation.Nullable;
16+
import javax.annotation.Nonnull;
17+
18+
import com.microsoft.graph.http.BaseCollectionReferenceRequestBuilder;
19+
import com.microsoft.graph.core.IBaseClient;
20+
21+
// **NOTE** This file was generated by a tool and any changes will be overwritten.
22+
23+
/**
24+
* The class for the User Processing Result Collection Reference Request Builder.
25+
*/
26+
public class UserProcessingResultCollectionReferenceRequestBuilder extends BaseCollectionReferenceRequestBuilder<UserProcessingResult, UserProcessingResultReferenceRequestBuilder, UserProcessingResultCollectionResponse, UserProcessingResultCollectionWithReferencesPage, UserProcessingResultCollectionReferenceRequest> {
27+
28+
/**
29+
* The request builder for this collection of UserProcessingResult
30+
*
31+
* @param requestUrl the request URL
32+
* @param client the service client
33+
* @param requestOptions the options for this request
34+
*/
35+
public UserProcessingResultCollectionReferenceRequestBuilder(@Nonnull final String requestUrl, @Nonnull final IBaseClient<?> client, @Nullable final java.util.List<? extends com.microsoft.graph.options.Option> requestOptions) {
36+
super(requestUrl, client, requestOptions, UserProcessingResultReferenceRequestBuilder.class, UserProcessingResultCollectionReferenceRequest.class);
37+
}
38+
}
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
// Template Source: BaseEntityCollectionWithReferencesPage.java.tt
2+
// ------------------------------------------------------------------------------
3+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4+
// ------------------------------------------------------------------------------
5+
6+
package com.microsoft.graph.identitygovernance.requests;
7+
8+
import com.microsoft.graph.http.IRequestBuilder;
9+
import com.microsoft.graph.core.ClientException;
10+
import com.microsoft.graph.identitygovernance.models.Workflow;
11+
import com.microsoft.graph.identitygovernance.models.UserProcessingResult;
12+
import com.microsoft.graph.identitygovernance.models.UserSummary;
13+
import java.util.Arrays;
14+
import java.util.EnumSet;
15+
import javax.annotation.Nullable;
16+
import javax.annotation.Nonnull;
17+
18+
import com.microsoft.graph.identitygovernance.requests.UserProcessingResultCollectionWithReferencesRequestBuilder;
19+
import com.microsoft.graph.identitygovernance.requests.UserProcessingResultCollectionWithReferencesPage;
20+
import com.microsoft.graph.identitygovernance.requests.UserProcessingResultCollectionResponse;
21+
import com.microsoft.graph.identitygovernance.models.UserProcessingResult;
22+
import com.google.gson.JsonObject;
23+
import com.google.gson.annotations.SerializedName;
24+
import com.google.gson.annotations.Expose;
25+
import com.microsoft.graph.http.BaseCollectionPage;
26+
27+
// **NOTE** This file was generated by a tool and any changes will be overwritten.
28+
29+
/**
30+
* The class for the User Processing Result Collection With References Page.
31+
*/
32+
public class UserProcessingResultCollectionWithReferencesPage extends BaseCollectionPage<UserProcessingResult, UserProcessingResultCollectionWithReferencesRequestBuilder> {
33+
34+
/**
35+
* A collection page for UserProcessingResult
36+
*
37+
* @param response the serialized UserProcessingResultCollectionResponse from the service
38+
* @param builder the request builder for the next collection page
39+
*/
40+
public UserProcessingResultCollectionWithReferencesPage(@Nonnull final UserProcessingResultCollectionResponse response, @Nullable final UserProcessingResultCollectionWithReferencesRequestBuilder builder) {
41+
super(response.value, builder, response.additionalDataManager());
42+
}
43+
44+
/**
45+
* Creates the collection page for UserProcessingResult
46+
*
47+
* @param pageContents the contents of this page
48+
* @param nextRequestBuilder the request builder for the next page
49+
*/
50+
public UserProcessingResultCollectionWithReferencesPage(@Nonnull final java.util.List<UserProcessingResult> pageContents, @Nullable final UserProcessingResultCollectionWithReferencesRequestBuilder nextRequestBuilder) {
51+
super(pageContents, nextRequestBuilder);
52+
}
53+
}

0 commit comments

Comments
 (0)