Skip to content

Commit

Permalink
- code-gen update: update with latest metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Mar 15, 2021
1 parent eb3b691 commit 852c4d6
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ public class AgreementFileProperties extends Entity implements IJsonBackedObject
@Nullable
public java.time.OffsetDateTime createdDateTime;

/**
* The Display Name.
*
*/
@SerializedName(value = "displayName", alternate = {"DisplayName"})
@Expose
@Nullable
public String displayName;

/**
* The File Data.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class ApplicationTemplate extends Entity implements IJsonBackedObject {

/**
* The Supported Single Sign On Modes.
* The list of single sign-on modes supported by this application. The supported values are password, saml, external, and oidc.
* The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.
*/
@SerializedName(value = "supportedSingleSignOnModes", alternate = {"SupportedSingleSignOnModes"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Conference Id.
*
* The conference id of the online meeting.
*/
@SerializedName(value = "conferenceId", alternate = {"ConferenceId"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class EnrollmentTroubleshootingEvent extends DeviceManagementTroubleshoot

/**
* The Enrollment Type.
* Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, appleUserEnrollment, appleUserEnrollmentWithServiceAccount, azureAdJoinUsingAzureVmExtension, androidEnterpriseDedicatedDevice, androidEnterpriseFullyManaged, androidEnterpriseCorporateWorkProfile.
* Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth, appleUserEnrollment, appleUserEnrollmentWithServiceAccount, azureAdJoinUsingAzureVmExtension, androidEnterpriseDedicatedDevice, androidEnterpriseFullyManaged, androidEnterpriseCorporateWorkProfile.
*/
@SerializedName(value = "enrollmentType", alternate = {"EnrollmentType"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class IosCustomConfiguration extends DeviceConfiguration implements IJson

/**
* The Payload File Name.
* Payload file name (.mobileconfig
* Payload file name (.mobileconfig | .xml).
*/
@SerializedName(value = "payloadFileName", alternate = {"PayloadFileName"})
@Expose
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/microsoft/graph/models/KeyValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Key.
* 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.
* Key.
*/
@SerializedName(value = "key", alternate = {"Key"})
@Expose
Expand All @@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Value.
* 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.
* Value.
*/
@SerializedName(value = "value", alternate = {"Value"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class MacOSCustomConfiguration extends DeviceConfiguration implements IJs

/**
* The Payload File Name.
* Payload file name (.mobileconfig
* Payload file name (.mobileconfig | .xml).
*/
@SerializedName(value = "payloadFileName", alternate = {"PayloadFileName"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public class ManagedAppRegistration extends Entity implements IJsonBackedObject

/**
* The Applied Policies.
* Zero or more policys already applied on the registered app when it last synchronized with managment service.
* Zero or more policys already applied on the registered app when it last synchronized with management service.
*/
@SerializedName(value = "appliedPolicies", alternate = {"AppliedPolicies"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class OmaSettingBase64 extends OmaSetting implements IJsonBackedObject {

/**
* The File Name.
* File name associated with the Value property (.cer
* File name associated with the Value property (.cer | .crt | .p7b | .bin).
*/
@SerializedName(value = "fileName", alternate = {"FileName"})
@Expose
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/microsoft/graph/models/Print.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Operations.
*
* The list of print long running operations.
*/
@SerializedName(value = "operations", alternate = {"Operations"})
@Expose
Expand Down Expand Up @@ -107,7 +107,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Task Definitions.
*
* List of abstract definition for a task that can be triggered when various events occur within Universal Print.
*/
@SerializedName(value = "taskDefinitions", alternate = {"TaskDefinitions"})
@Expose
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/microsoft/graph/models/PrintJob.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class PrintJob extends Entity implements IJsonBackedObject {

/**
* The Created By.
*
* Read-only. Nullable.
*/
@SerializedName(value = "createdBy", alternate = {"CreatedBy"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class PrintUsageByUser extends PrintUsage implements IJsonBackedObject {

/**
* The User Principal Name.
*
* The UPN of the user represented by these statistics.
*/
@SerializedName(value = "userPrincipalName", alternate = {"UserPrincipalName"})
@Expose
Expand Down
18 changes: 9 additions & 9 deletions src/main/java/com/microsoft/graph/models/PrinterBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Capabilities.
*
* The capabilities of the printer/printerShare.
*/
@SerializedName(value = "capabilities", alternate = {"Capabilities"})
@Expose
Expand All @@ -43,7 +43,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Defaults.
*
* The default print settings of printer/printerShare.
*/
@SerializedName(value = "defaults", alternate = {"Defaults"})
@Expose
Expand All @@ -52,7 +52,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Display Name.
*
* The name of the printer/printerShare.
*/
@SerializedName(value = "displayName", alternate = {"DisplayName"})
@Expose
Expand All @@ -61,7 +61,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Is Accepting Jobs.
*
* Whether the printer/printerShare is currently accepting new print jobs.
*/
@SerializedName(value = "isAcceptingJobs", alternate = {"IsAcceptingJobs"})
@Expose
Expand All @@ -70,7 +70,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Location.
*
* The physical and/or organizational location of the printer/printerShare.
*/
@SerializedName(value = "location", alternate = {"Location"})
@Expose
Expand All @@ -79,7 +79,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Manufacturer.
*
* The manufacturer of the printer/printerShare.
*/
@SerializedName(value = "manufacturer", alternate = {"Manufacturer"})
@Expose
Expand All @@ -88,7 +88,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Model.
*
* The model name of the printer/printerShare.
*/
@SerializedName(value = "model", alternate = {"Model"})
@Expose
Expand All @@ -97,7 +97,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Status.
*
* The processing status of the printer/printerShare, including any errors.
*/
@SerializedName(value = "status", alternate = {"Status"})
@Expose
Expand All @@ -106,7 +106,7 @@ public class PrinterBase extends Entity implements IJsonBackedObject {

/**
* The Jobs.
*
* The list of jobs that are queued for printing by the printer/printerShare.
*/
@SerializedName(value = "jobs", alternate = {"Jobs"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class PrinterCreateOperation extends PrintOperation implements IJsonBacke

/**
* The Printer.
*
* The created printer entity. Read-only.
*/
@SerializedName(value = "printer", alternate = {"Printer"})
@Expose
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/microsoft/graph/models/SearchRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Content Sources.
* Contains the connection to be targeted. Respects the following format : /external/connections/connectionid where connectionid is the ConnectionId defined in the Connectors Administration. Note : contentSource is only applicable when entityType=externalItem. Optional.
* Contains the connection to be targeted. Respects the following format : /external/connections/connectionid where connectionid is the ConnectionId defined in the Connectors Administration. Note: contentSource is only applicable when entityType=externalItem. Optional.
*/
@SerializedName(value = "contentSources", alternate = {"ContentSources"})
@Expose
Expand All @@ -51,7 +51,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Enable Top Results.
* This triggers hybrid sort for messages : the first 3 messages are the most relevant. This property is only applicable to entityType=message. Optional.
* This triggers hybrid sort for messages: the first 3 messages are the most relevant. This property is only applicable to entityType=message. Optional.
*/
@SerializedName(value = "enableTopResults", alternate = {"EnableTopResults"})
@Expose
Expand All @@ -69,7 +69,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Fields.
* Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from content ingested by Graph connectors. Optional.
* Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from content that Microsoft Graph connectors bring in. The fields property can be using the semantic labels applied to properties. For example, if a property is label as title, you can retrieve it using the following syntax : label_title.Optional.
*/
@SerializedName(value = "fields", alternate = {"Fields"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class ServicePrincipal extends DirectoryObject implements IJsonBackedObje

/**
* The App Description.
*
* The description exposed by the associated application.
*/
@SerializedName(value = "appDescription", alternate = {"AppDescription"})
@Expose
Expand Down Expand Up @@ -142,7 +142,7 @@ public class ServicePrincipal extends DirectoryObject implements IJsonBackedObje

/**
* The Description.
*
* Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters.
*/
@SerializedName(value = "description", alternate = {"Description"})
@Expose
Expand Down Expand Up @@ -205,7 +205,7 @@ public class ServicePrincipal extends DirectoryObject implements IJsonBackedObje

/**
* The Notes.
*
* Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1024 characters.
*/
@SerializedName(value = "notes", alternate = {"Notes"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class TeamsAppDefinition extends Entity implements IJsonBackedObject {

/**
* The Description.
*
* Verbose description of the application.
*/
@SerializedName(value = "description", alternate = {"Description"})
@Expose
Expand Down Expand Up @@ -75,7 +75,7 @@ public class TeamsAppDefinition extends Entity implements IJsonBackedObject {

/**
* The Short Description.
*
* Short description of the application.
*/
@SerializedName(value = "shortDescription", alternate = {"ShortDescription"})
@Expose
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/microsoft/graph/models/WebApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class WebApp extends MobileApp implements IJsonBackedObject {

/**
* The App Url.
* The web app URL.
* The web app URL. This property cannot be PATCHed.
*/
@SerializedName(value = "appUrl", alternate = {"AppUrl"})
@Expose
Expand Down

0 comments on commit 852c4d6

Please sign in to comment.