Skip to content

Commit a46980e

Browse files
authored
Merge pull request #547 from microsoftgraph/v1.0/pipelinebuild/3902086
Generated v1.0 models and request builders using Typewriter
2 parents 0be29a4 + 66812ac commit a46980e

File tree

1 file changed

+5
-5
lines changed
  • src/main/java/com/microsoft/graph/models/extensions

1 file changed

+5
-5
lines changed

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

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

150150
/**
151151
* The Mail Nickname.
152-
* 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.
152+
*
153153
*/
154154
@SerializedName(value = "mailNickname", alternate = {"MailNickname"})
155155
@Expose
@@ -173,31 +173,31 @@ public class Group extends DirectoryObject implements IJsonBackedObject {
173173

174174
/**
175175
* The On Premises Domain Name.
176-
* 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.
176+
*
177177
*/
178178
@SerializedName(value = "onPremisesDomainName", alternate = {"OnPremisesDomainName"})
179179
@Expose
180180
public String onPremisesDomainName;
181181

182182
/**
183183
* The On Premises Last Sync Date Time.
184-
* 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.
184+
*
185185
*/
186186
@SerializedName(value = "onPremisesLastSyncDateTime", alternate = {"OnPremisesLastSyncDateTime"})
187187
@Expose
188188
public java.util.Calendar onPremisesLastSyncDateTime;
189189

190190
/**
191191
* The On Premises Net Bios Name.
192-
* 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.
192+
*
193193
*/
194194
@SerializedName(value = "onPremisesNetBiosName", alternate = {"OnPremisesNetBiosName"})
195195
@Expose
196196
public String onPremisesNetBiosName;
197197

198198
/**
199199
* The On Premises Provisioning Errors.
200-
* Errors when using Microsoft synchronization product during provisioning. Returned by default.
200+
*
201201
*/
202202
@SerializedName(value = "onPremisesProvisioningErrors", alternate = {"OnPremisesProvisioningErrors"})
203203
@Expose

0 commit comments

Comments
 (0)