Skip to content

Commit 852c4d6

Browse files
committed
- code-gen update: update with latest metadata
1 parent eb3b691 commit 852c4d6

18 files changed

+41
-32
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ public class AgreementFileProperties extends Entity implements IJsonBackedObject
3535
@Nullable
3636
public java.time.OffsetDateTime createdDateTime;
3737

38+
/**
39+
* The Display Name.
40+
*
41+
*/
42+
@SerializedName(value = "displayName", alternate = {"DisplayName"})
43+
@Expose
44+
@Nullable
45+
public String displayName;
46+
3847
/**
3948
* The File Data.
4049
*

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

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

9292
/**
9393
* The Supported Single Sign On Modes.
94-
* The list of single sign-on modes supported by this application. The supported values are password, saml, external, and oidc.
94+
* The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.
9595
*/
9696
@SerializedName(value = "supportedSingleSignOnModes", alternate = {"SupportedSingleSignOnModes"})
9797
@Expose

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

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

4040
/**
4141
* The Conference Id.
42-
*
42+
* The conference id of the online meeting.
4343
*/
4444
@SerializedName(value = "conferenceId", alternate = {"ConferenceId"})
4545
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class EnrollmentTroubleshootingEvent extends DeviceManagementTroubleshoot
3838

3939
/**
4040
* The Enrollment Type.
41-
* Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, appleUserEnrollment, appleUserEnrollmentWithServiceAccount, azureAdJoinUsingAzureVmExtension, androidEnterpriseDedicatedDevice, androidEnterpriseFullyManaged, androidEnterpriseCorporateWorkProfile.
41+
* Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth, appleUserEnrollment, appleUserEnrollmentWithServiceAccount, azureAdJoinUsingAzureVmExtension, androidEnterpriseDedicatedDevice, androidEnterpriseFullyManaged, androidEnterpriseCorporateWorkProfile.
4242
*/
4343
@SerializedName(value = "enrollmentType", alternate = {"EnrollmentType"})
4444
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class IosCustomConfiguration extends DeviceConfiguration implements IJson
3636

3737
/**
3838
* The Payload File Name.
39-
* Payload file name (.mobileconfig
39+
* Payload file name (.mobileconfig | .xml).
4040
*/
4141
@SerializedName(value = "payloadFileName", alternate = {"PayloadFileName"})
4242
@Expose

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

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

4040
/**
4141
* The Key.
42-
* Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.
42+
* Key.
4343
*/
4444
@SerializedName(value = "key", alternate = {"Key"})
4545
@Expose
@@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {
4848

4949
/**
5050
* The Value.
51-
* Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
51+
* Value.
5252
*/
5353
@SerializedName(value = "value", alternate = {"Value"})
5454
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class MacOSCustomConfiguration extends DeviceConfiguration implements IJs
3636

3737
/**
3838
* The Payload File Name.
39-
* Payload file name (.mobileconfig
39+
* Payload file name (.mobileconfig | .xml).
4040
*/
4141
@SerializedName(value = "payloadFileName", alternate = {"PayloadFileName"})
4242
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public class ManagedAppRegistration extends Entity implements IJsonBackedObject
142142

143143
/**
144144
* The Applied Policies.
145-
* Zero or more policys already applied on the registered app when it last synchronized with managment service.
145+
* Zero or more policys already applied on the registered app when it last synchronized with management service.
146146
*/
147147
@SerializedName(value = "appliedPolicies", alternate = {"AppliedPolicies"})
148148
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class OmaSettingBase64 extends OmaSetting implements IJsonBackedObject {
2727

2828
/**
2929
* The File Name.
30-
* File name associated with the Value property (.cer
30+
* File name associated with the Value property (.cer | .crt | .p7b | .bin).
3131
*/
3232
@SerializedName(value = "fileName", alternate = {"FileName"})
3333
@Expose

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

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

7272
/**
7373
* The Operations.
74-
*
74+
* The list of print long running operations.
7575
*/
7676
@SerializedName(value = "operations", alternate = {"Operations"})
7777
@Expose
@@ -107,7 +107,7 @@ public final AdditionalDataManager additionalDataManager() {
107107

108108
/**
109109
* The Task Definitions.
110-
*
110+
* List of abstract definition for a task that can be triggered when various events occur within Universal Print.
111111
*/
112112
@SerializedName(value = "taskDefinitions", alternate = {"TaskDefinitions"})
113113
@Expose

0 commit comments

Comments
 (0)