Skip to content

Commit 4cc55b4

Browse files
committed
August Updates
1 parent aa38976 commit 4cc55b4

File tree

5,313 files changed

+54278
-59939
lines changed

Some content is hidden

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

5,313 files changed

+54278
-59939
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseActivityHistoryItem;
8+
9+
/**
10+
* The class for the Activity History Item.
11+
*/
12+
public class ActivityHistoryItem extends BaseActivityHistoryItem {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseAppConfigurationSettingItem;
8+
9+
/**
10+
* The class for the App Configuration Setting Item.
11+
*/
12+
public class AppConfigurationSettingItem extends BaseAppConfigurationSettingItem {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseAutomaticRepliesMailTips;
8+
9+
/**
10+
* The class for the Automatic Replies Mail Tips.
11+
*/
12+
public class AutomaticRepliesMailTips extends BaseAutomaticRepliesMailTips {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseBaseItemVersion;
8+
9+
/**
10+
* The class for the Base Item Version.
11+
*/
12+
public class BaseItemVersion extends BaseBaseItemVersion {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseCustomTimeZone;
8+
9+
/**
10+
* The class for the Custom Time Zone.
11+
*/
12+
public class CustomTimeZone extends BaseCustomTimeZone {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseDaylightTimeZoneOffset;
8+
9+
/**
10+
* The class for the Daylight Time Zone Offset.
11+
*/
12+
public class DaylightTimeZoneOffset extends BaseDaylightTimeZoneOffset {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseDirectory;
8+
9+
/**
10+
* The class for the Directory.
11+
*/
12+
public class Directory extends BaseDirectory {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseDriveItemVersion;
8+
9+
/**
10+
* The class for the Drive Item Version.
11+
*/
12+
public class DriveItemVersion extends BaseDriveItemVersion {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseFollowupFlag;
8+
9+
/**
10+
* The class for the Followup Flag.
11+
*/
12+
public class FollowupFlag extends BaseFollowupFlag {
13+
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
3+
// ------------------------------------------------------------------------------
4+
5+
package com.microsoft.graph.models.extensions;
6+
7+
import com.microsoft.graph.models.generated.BaseImageInfo;
8+
9+
/**
10+
* The class for the Image Info.
11+
*/
12+
public class ImageInfo extends BaseImageInfo {
13+
14+
}

0 commit comments

Comments
 (0)