Skip to content

Commit 651f3f2

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated beta Java models and requests with build 3912624
1 parent de8fe9f commit 651f3f2

File tree

43 files changed

+34
-2386
lines changed

Some content is hidden

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

43 files changed

+34
-2386
lines changed

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

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

4646
/**
4747
* The Visibility.
48-
* 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.
48+
* 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.
4949
*/
5050
@SerializedName(value = "visibility", alternate = {"Visibility"})
5151
@Expose

src/main/java/com/microsoft/graph/models/extensions/EmployeeOrgData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ public final AdditionalDataManager additionalDataManager() {
3333

3434
/**
3535
* The Cost Center.
36-
*
36+
* The cost center associated with the user. Returned only on $select. Supports $filter.
3737
*/
3838
@SerializedName(value = "costCenter", alternate = {"CostCenter"})
3939
@Expose
4040
public String costCenter;
4141

4242
/**
4343
* The Division.
44-
*
44+
* The name of the division in which the user works. Returned only on $select. Supports $filter.
4545
*/
4646
@SerializedName(value = "division", alternate = {"Division"})
4747
@Expose

src/main/java/com/microsoft/graph/models/extensions/Group.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public class Group extends DirectoryObject implements IJsonBackedObject {
178178

179179
/**
180180
* The Mail Nickname.
181-
* The mail alias for the group, unique in the organization. This property must be specified when a group is created. These characters cannot be used in the mailNickName: @()/[]';:.<>,SPACE. Returned by default. Supports $filter.
181+
*
182182
*/
183183
@SerializedName(value = "mailNickname", alternate = {"MailNickname"})
184184
@Expose
@@ -210,31 +210,31 @@ public class Group extends DirectoryObject implements IJsonBackedObject {
210210

211211
/**
212212
* The On Premises Domain Name.
213-
* Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
213+
*
214214
*/
215215
@SerializedName(value = "onPremisesDomainName", alternate = {"OnPremisesDomainName"})
216216
@Expose
217217
public String onPremisesDomainName;
218218

219219
/**
220220
* The On Premises Last Sync Date Time.
221-
* Indicates the last time at which the group was synced with the on-premises directory.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'. Returned by default. Read-only. Supports $filter.
221+
*
222222
*/
223223
@SerializedName(value = "onPremisesLastSyncDateTime", alternate = {"OnPremisesLastSyncDateTime"})
224224
@Expose
225225
public java.util.Calendar onPremisesLastSyncDateTime;
226226

227227
/**
228228
* The On Premises Net Bios Name.
229-
* Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
229+
*
230230
*/
231231
@SerializedName(value = "onPremisesNetBiosName", alternate = {"OnPremisesNetBiosName"})
232232
@Expose
233233
public String onPremisesNetBiosName;
234234

235235
/**
236236
* The On Premises Provisioning Errors.
237-
* Errors when using Microsoft synchronization product during provisioning. Returned by default.
237+
*
238238
*/
239239
@SerializedName(value = "onPremisesProvisioningErrors", alternate = {"OnPremisesProvisioningErrors"})
240240
@Expose

src/main/java/com/microsoft/graph/models/extensions/User.java

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -236,31 +236,31 @@ public class User extends DirectoryObject implements IJsonBackedObject {
236236

237237
/**
238238
* The Employee Hire Date.
239-
*
239+
* The date and time when the user was hired or will start work in case of a future hire. Returned only on $select. Supports $filter.
240240
*/
241241
@SerializedName(value = "employeeHireDate", alternate = {"EmployeeHireDate"})
242242
@Expose
243243
public java.util.Calendar employeeHireDate;
244244

245245
/**
246246
* The Employee Id.
247-
* The employee identifier assigned to the user by the organization. Supports $filter.
247+
* The employee identifier assigned to the user by the organization. Returned only on $select. Supports $filter.
248248
*/
249249
@SerializedName(value = "employeeId", alternate = {"EmployeeId"})
250250
@Expose
251251
public String employeeId;
252252

253253
/**
254254
* The Employee Org Data.
255-
*
255+
* Represents organization data (e.g. division and costCenter) associated with a user. Returned only on $select.
256256
*/
257257
@SerializedName(value = "employeeOrgData", alternate = {"EmployeeOrgData"})
258258
@Expose
259259
public EmployeeOrgData employeeOrgData;
260260

261261
/**
262262
* The Employee Type.
263-
*
263+
* Captures enterprise worker type: Employee, Contractor, Consultant, Vendor, etc. Returned only on $select. Supports $filter.
264264
*/
265265
@SerializedName(value = "employeeType", alternate = {"EmployeeType"})
266266
@Expose
@@ -332,7 +332,7 @@ public class User extends DirectoryObject implements IJsonBackedObject {
332332

333333
/**
334334
* The Job Title.
335-
* The users job title. Supports $filter.
335+
* The user's job title. Supports $filter.
336336
*/
337337
@SerializedName(value = "jobTitle", alternate = {"JobTitle"})
338338
@Expose
@@ -420,7 +420,7 @@ public class User extends DirectoryObject implements IJsonBackedObject {
420420

421421
/**
422422
* The On Premises Immutable Id.
423-
* This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the users userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.
423+
* This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user's userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.
424424
*/
425425
@SerializedName(value = "onPremisesImmutableId", alternate = {"OnPremisesImmutableId"})
426426
@Expose
@@ -492,7 +492,7 @@ public class User extends DirectoryObject implements IJsonBackedObject {
492492

493493
/**
494494
* The Password Profile.
495-
* Specifies the password profile for the user. The profile contains the users password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required.
495+
* Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required.
496496
*/
497497
@SerializedName(value = "passwordProfile", alternate = {"PasswordProfile"})
498498
@Expose
@@ -596,7 +596,7 @@ public class User extends DirectoryObject implements IJsonBackedObject {
596596

597597
/**
598598
* The User Principal Name.
599-
* The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenants collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.
599+
* The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.
600600
*/
601601
@SerializedName(value = "userPrincipalName", alternate = {"UserPrincipalName"})
602602
@Expose
@@ -644,7 +644,7 @@ public class User extends DirectoryObject implements IJsonBackedObject {
644644

645645
/**
646646
* The Hire Date.
647-
* The hire date of the user. 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'
647+
* The hire date of the user. 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'. Returned only on $select. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.
648648
*/
649649
@SerializedName(value = "hireDate", alternate = {"HireDate"})
650650
@Expose
@@ -752,7 +752,7 @@ public class User extends DirectoryObject implements IJsonBackedObject {
752752

753753
/**
754754
* The Manager.
755-
* The user or contact that is this users manager. Read-only. (HTTP Methods: GET, PUT, DELETE.)
755+
* The user or contact that is this user's manager. Read-only. (HTTP Methods: GET, PUT, DELETE.)
756756
*/
757757
@SerializedName(value = "manager", alternate = {"Manager"})
758758
@Expose
@@ -1120,12 +1120,16 @@ public class User extends DirectoryObject implements IJsonBackedObject {
11201120
* The Chats.
11211121
*
11221122
*/
1123+
@SerializedName(value = "chats", alternate = {"Chats"})
1124+
@Expose
11231125
public ChatCollectionPage chats;
11241126

11251127
/**
11261128
* The Joined Teams.
11271129
*
11281130
*/
1131+
@SerializedName(value = "joinedTeams", alternate = {"JoinedTeams"})
1132+
@Expose
11291133
public TeamCollectionPage joinedTeams;
11301134

11311135
/**

src/main/java/com/microsoft/graph/requests/extensions/ChannelCollectionRequestBuilder.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import com.microsoft.graph.requests.extensions.IChannelRequestBuilder;
1818
import com.microsoft.graph.requests.extensions.IChannelCollectionRequest;
1919
import com.microsoft.graph.requests.extensions.IChannelAllMessagesCollectionRequestBuilder;
20-
import com.microsoft.graph.requests.extensions.IChannelGetAllMessagesCollectionRequestBuilder;
2120
import com.microsoft.graph.http.BaseRequestBuilder;
2221
import com.microsoft.graph.core.IBaseClient;
2322

@@ -68,8 +67,4 @@ public IChannelRequestBuilder byId(final String id) {
6867
public IChannelAllMessagesCollectionRequestBuilder allMessages() {
6968
return new ChannelAllMessagesCollectionRequestBuilder(getRequestUrlWithAdditionalSegment("microsoft.graph.allMessages"), getClient(), null);
7069
}
71-
72-
public IChannelGetAllMessagesCollectionRequestBuilder getAllMessages() {
73-
return new ChannelGetAllMessagesCollectionRequestBuilder(getRequestUrlWithAdditionalSegment("microsoft.graph.getAllMessages"), getClient(), null);
74-
}
7570
}

src/main/java/com/microsoft/graph/requests/extensions/ChannelGetAllMessagesCollectionPage.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/main/java/com/microsoft/graph/requests/extensions/ChannelGetAllMessagesCollectionRequest.java

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)