Skip to content

Commit 8a72046

Browse files
authored
Merge pull request #746 from microsoftgraph/v1.0/pipelinebuild/49356
Generated v1.0 models and request builders using Typewriter
2 parents eebe2c0 + 1f7694a commit 8a72046

File tree

191 files changed

+529
-505
lines changed

Some content is hidden

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

191 files changed

+529
-505
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
dependencies {
2121
// Include the sdk as a dependency
22-
implementation 'com.microsoft.graph:microsoft-graph:3.4.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:3.5.0'
2323
// Uncomment the line below if you are building an android application
2424
//implementation 'com.google.guava:guava:30.1.1-android'
2525
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
3636
<!-- Include the sdk as a dependency -->
3737
<groupId>com.microsoft.graph</groupId>
3838
<artifactId>microsoft-graph</artifactId>
39-
<version>3.4.0</version>
39+
<version>3.5.0</version>
4040
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4141
<groupId>com.azure</groupId>
4242
<artifactId>azure-identity</artifactId>
@@ -137,3 +137,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
137137

138138

139139

140+

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
2828
mavenMajorVersion = 3
29-
mavenMinorVersion = 4
29+
mavenMinorVersion = 5
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -48,3 +48,4 @@ mavenCentralPublishingEnabled=false
4848

4949

5050

51+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
8787

8888
/**
8989
* The Start Date Time.
90-
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
90+
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
9191
*/
9292
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
9393
@Expose
@@ -105,7 +105,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
105105

106106
/**
107107
* The Version.
108-
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
108+
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
109109
*/
110110
@SerializedName(value = "version", alternate = {"Version"})
111111
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class Session extends Entity implements IJsonBackedObject {
7878

7979
/**
8080
* The Start Date Time.
81-
* UTC time when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
81+
* UTC fime when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
8282
*/
8383
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
8484
@Expose

src/main/java/com/microsoft/graph/info/Constants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ private Constants() {
1818
/** The client secret to use for unit testing */
1919
public static final String CLIENTSECRET = "clientsecret";
2020
/** The SDK version */
21-
public static final String VERSION_NAME = "3.4.0";
21+
public static final String VERSION_NAME = "3.5.0";
2222
}
2323

2424

2525

2626

2727

28+

src/main/java/com/microsoft/graph/models/AadUserConversationMember.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class AadUserConversationMember extends ConversationMember implements IJs
4646

4747
/**
4848
* The User Id.
49-
* The guid of the user.
49+
* The GUID of the user.
5050
*/
5151
@SerializedName(value = "userId", alternate = {"UserId"})
5252
@Expose

src/main/java/com/microsoft/graph/models/AccessReviewReviewerScope.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {
4848

4949
/**
5050
* The Query Root.
51-
* The type of query. Examples include MicrosoftGraph and ARM.
51+
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
5252
*/
5353
@SerializedName(value = "queryRoot", alternate = {"QueryRoot"})
5454
@Expose
@@ -57,7 +57,7 @@ public final AdditionalDataManager additionalDataManager() {
5757

5858
/**
5959
* The Query Type.
60-
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
60+
* The type of query. Examples include MicrosoftGraph and ARM.
6161
*/
6262
@SerializedName(value = "queryType", alternate = {"QueryType"})
6363
@Expose

src/main/java/com/microsoft/graph/models/AdminConsentRequestPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class AdminConsentRequestPolicy extends Entity implements IJsonBackedObje
6565

6666
/**
6767
* The Reviewers.
68-
* The list of reviewers for the admin consent. Required.
68+
* Required.
6969
*/
7070
@SerializedName(value = "reviewers", alternate = {"Reviewers"})
7171
@Expose

src/main/java/com/microsoft/graph/models/Agreement.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Agreement extends Entity implements IJsonBackedObject {
4343

4444
/**
4545
* The Is Per Device Acceptance Required.
46-
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven't already done so.
46+
* This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven't already done so.
4747
*/
4848
@SerializedName(value = "isPerDeviceAcceptanceRequired", alternate = {"IsPerDeviceAcceptanceRequired"})
4949
@Expose
@@ -97,7 +97,7 @@ public class Agreement extends Entity implements IJsonBackedObject {
9797

9898
/**
9999
* The Files.
100-
* PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
100+
* PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.
101101
*/
102102
@SerializedName(value = "files", alternate = {"Files"})
103103
@Expose

src/main/java/com/microsoft/graph/models/AgreementAcceptance.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
2828

2929
/**
3030
* The Agreement File Id.
31-
* The identifier of the agreement file accepted by the user.
31+
* ID of the agreement file accepted by the user.
3232
*/
3333
@SerializedName(value = "agreementFileId", alternate = {"AgreementFileId"})
3434
@Expose
@@ -37,7 +37,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
3737

3838
/**
3939
* The Agreement Id.
40-
* The identifier of the agreement.
40+
* ID of the agreement.
4141
*/
4242
@SerializedName(value = "agreementId", alternate = {"AgreementId"})
4343
@Expose
@@ -64,7 +64,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
6464

6565
/**
6666
* The Device OSType.
67-
* The operating system used to accept the agreement.
67+
* The operating system used for accepting the agreement.
6868
*/
6969
@SerializedName(value = "deviceOSType", alternate = {"DeviceOSType"})
7070
@Expose
@@ -73,7 +73,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
7373

7474
/**
7575
* The Device OSVersion.
76-
* The operating system version of the device used to accept the agreement.
76+
* The operating system version of the device used for accepting the agreement.
7777
*/
7878
@SerializedName(value = "deviceOSVersion", alternate = {"DeviceOSVersion"})
7979
@Expose
@@ -82,7 +82,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
8282

8383
/**
8484
* The Expiration Date Time.
85-
* The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
85+
* The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
8686
*/
8787
@SerializedName(value = "expirationDateTime", alternate = {"ExpirationDateTime"})
8888
@Expose
@@ -91,7 +91,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
9191

9292
/**
9393
* The Recorded Date Time.
94-
* The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
94+
* The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
9595
*/
9696
@SerializedName(value = "recordedDateTime", alternate = {"RecordedDateTime"})
9797
@Expose
@@ -100,7 +100,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
100100

101101
/**
102102
* The State.
103-
* The state of the agreement acceptance. Possible values are: accepted, declined.
103+
* Possible values are: accepted, declined.
104104
*/
105105
@SerializedName(value = "state", alternate = {"State"})
106106
@Expose
@@ -127,7 +127,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
127127

128128
/**
129129
* The User Id.
130-
* The identifier of the user who accepted the agreement.
130+
* ID of the user who accepted the agreement.
131131
*/
132132
@SerializedName(value = "userId", alternate = {"UserId"})
133133
@Expose

0 commit comments

Comments
 (0)