Skip to content

Commit 238ab84

Browse files
committed
- codegen update: odata inherited methods
1 parent a592109 commit 238ab84

File tree

482 files changed

+4677
-454
lines changed

Some content is hidden

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

482 files changed

+4677
-454
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/models/AadUserConversationMember.java

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

3838
/**
3939
* The User Id.
40-
* The GUID of the user.
40+
* The guid of the user.
4141
*/
4242
@SerializedName(value = "userId", alternate = {"UserId"})
4343
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class AdministrativeUnit extends DirectoryObject implements IJsonBackedOb
5151

5252
/**
5353
* The Visibility.
54-
* Controls whether the adminstrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the adminstrative unit.
54+
* Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the adminstrative unit.
5555
*/
5656
@SerializedName(value = "visibility", alternate = {"Visibility"})
5757
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class AndroidManagedAppProtection extends TargetedManagedAppProtection im
3131

3232
/**
3333
* The Custom Browser Display Name.
34-
* Friendly name of the preferred custom browser to open weblink on Android.
34+
* Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
3535
*/
3636
@SerializedName(value = "customBrowserDisplayName", alternate = {"CustomBrowserDisplayName"})
3737
@Expose
@@ -40,7 +40,7 @@ public class AndroidManagedAppProtection extends TargetedManagedAppProtection im
4040

4141
/**
4242
* The Custom Browser Package Id.
43-
* Unique identifier of a custom browser to open weblink on Android.
43+
* Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
4444
*/
4545
@SerializedName(value = "customBrowserPackageId", alternate = {"CustomBrowserPackageId"})
4646
@Expose

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
6767

6868
/**
6969
* The App Id.
70-
* The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
70+
* The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only.
7171
*/
7272
@SerializedName(value = "appId", alternate = {"AppId"})
7373
@Expose
@@ -121,7 +121,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
121121

122122
/**
123123
* The Group Membership Claims.
124-
* Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following string values:NoneSecurityGroup: For security groups and Azure AD rolesAll: This gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of.
124+
* Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values:NoneSecurityGroup: For security groups and Azure AD rolesAll: This gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of.
125125
*/
126126
@SerializedName(value = "groupMembershipClaims", alternate = {"GroupMembershipClaims"})
127127
@Expose
@@ -130,7 +130,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
130130

131131
/**
132132
* The Identifier Uris.
133-
* The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information, see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.
133+
* The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.
134134
*/
135135
@SerializedName(value = "identifierUris", alternate = {"IdentifierUris"})
136136
@Expose
@@ -139,7 +139,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
139139

140140
/**
141141
* The Info.
142-
* Basic profile information of the application, such as it's marketing, support, terms of service, and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more information, see How to: Add Terms of service and privacy statement for registered Azure AD apps.
142+
* Basic profile information of the application such as app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Azure AD apps.
143143
*/
144144
@SerializedName(value = "info", alternate = {"Info"})
145145
@Expose
@@ -157,7 +157,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
157157

158158
/**
159159
* The Is Fallback Public Client.
160-
* Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where the application is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.
160+
* Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false which means the fallback application type is confidential client such as a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.
161161
*/
162162
@SerializedName(value = "isFallbackPublicClient", alternate = {"IsFallbackPublicClient"})
163163
@Expose
@@ -229,7 +229,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
229229

230230
/**
231231
* The Publisher Domain.
232-
* The verified publisher domain for the application. Read-only.
232+
* The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application's publisher domain.
233233
*/
234234
@SerializedName(value = "publisherDomain", alternate = {"PublisherDomain"})
235235
@Expose
@@ -247,7 +247,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
247247

248248
/**
249249
* The Sign In Audience.
250-
* Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.
250+
* Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.For authenticating users with Azure AD B2C user flows, use AzureADandPersonalMicrosoftAccount. This value allows for the widest set of user identities including local accounts and user identities from Microsoft, Facebook, Google, Twitter, or any OpenID Connect provider.
251251
*/
252252
@SerializedName(value = "signInAudience", alternate = {"SignInAudience"})
253253
@Expose

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

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

5555
/**
5656
* The Name.
57-
* The display name of the attachment. This does not need to be the actual file name.
57+
* The attachment's file name.
5858
*/
5959
@SerializedName(value = "name", alternate = {"Name"})
6060
@Expose

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

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

5151
/**
5252
* The Availability.
53-
* The availability status of the attendee. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
53+
* The availability status of the attendee. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
5454
*/
5555
@SerializedName(value = "availability", alternate = {"Availability"})
5656
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AttendeeBase extends Recipient implements IJsonBackedObject {
2828

2929
/**
3030
* The Type.
31-
* The type of attendee. Possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
31+
* The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
3232
*/
3333
@SerializedName(value = "type", alternate = {"Type"})
3434
@Expose

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

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

4343
/**
4444
* The External Audience.
45-
* The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. Possible values are: none, contactsOnly, all.
45+
* The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all.
4646
*/
4747
@SerializedName(value = "externalAudience", alternate = {"ExternalAudience"})
4848
@Expose
@@ -87,7 +87,7 @@ public final AdditionalDataManager additionalDataManager() {
8787

8888
/**
8989
* The Status.
90-
* Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled.
90+
* Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled.
9191
*/
9292
@SerializedName(value = "status", alternate = {"Status"})
9393
@Expose

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class Calendar extends Entity implements IJsonBackedObject {
4848

4949
/**
5050
* The Can Edit.
51-
* True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.
51+
* True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.
5252
*/
5353
@SerializedName(value = "canEdit", alternate = {"CanEdit"})
5454
@Expose
@@ -57,7 +57,7 @@ public class Calendar extends Entity implements IJsonBackedObject {
5757

5858
/**
5959
* The Can Share.
60-
* True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.
60+
* True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
6161
*/
6262
@SerializedName(value = "canShare", alternate = {"CanShare"})
6363
@Expose
@@ -66,7 +66,7 @@ public class Calendar extends Entity implements IJsonBackedObject {
6666

6767
/**
6868
* The Can View Private Items.
69-
* True if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.
69+
* True if the user can read calendar items that have been marked private, false otherwise.
7070
*/
7171
@SerializedName(value = "canViewPrivateItems", alternate = {"CanViewPrivateItems"})
7272
@Expose
@@ -102,7 +102,7 @@ public class Calendar extends Entity implements IJsonBackedObject {
102102

103103
/**
104104
* The Hex Color.
105-
* The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.
105+
* The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.
106106
*/
107107
@SerializedName(value = "hexColor", alternate = {"HexColor"})
108108
@Expose
@@ -147,7 +147,7 @@ public class Calendar extends Entity implements IJsonBackedObject {
147147

148148
/**
149149
* The Owner.
150-
* If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. Read-only.
150+
* If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user.
151151
*/
152152
@SerializedName(value = "owner", alternate = {"Owner"})
153153
@Expose

0 commit comments

Comments
 (0)