Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 5 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
// Include the sdk as a dependency
implementation 'com.microsoft.graph:microsoft-graph:2.5.0'
implementation 'com.microsoft.graph:microsoft-graph:2.6.0'
}
```

Expand All @@ -31,7 +31,7 @@ Add the dependency in `dependencies` in pom.xml
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>
```

Expand Down Expand Up @@ -116,3 +116,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI

[Third-party notices](THIRD%20PARTY%20NOTICES)


3 changes: 2 additions & 1 deletion 3 gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ org.gradle.caching=true
mavenGroupId = com.microsoft.graph
mavenArtifactId = microsoft-graph
mavenMajorVersion = 2
mavenMinorVersion = 5
mavenMinorVersion = 6
mavenPatchVersion = 0
mavenArtifactSuffix =
nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
Expand All @@ -43,3 +43,4 @@ Password="PASSWORD"
mavenCentralSnapshotArtifactSuffix = -SNAPSHOT
mavenCentralPublishingEnabled=false


Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {

/**
* The Version.
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
*/
@SerializedName(value = "version", alternate = {"Version"})
@Expose
Expand Down
3 changes: 2 additions & 1 deletion 3 src/main/java/com/microsoft/graph/core/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ private Constants() {
public static final String PASSWORD = "password";
public static final String TENANTID = "tenantid";
public static final String CLIENTSECRET = "clientsecret";
public static final String VERSION_NAME = "2.5.0";
public static final String VERSION_NAME = "2.6.0";
}


Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class AadUserConversationMember extends ConversationMember implements IJs

/**
* The User Id.
* The guid of the user.
* The GUID of the user.
*/
@SerializedName(value = "userId", alternate = {"UserId"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class AdministrativeUnit extends DirectoryObject implements IJsonBackedOb

/**
* The Visibility.
* 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.
* 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.
*/
@SerializedName(value = "visibility", alternate = {"Visibility"})
@Expose
Expand All @@ -68,7 +68,7 @@ public class AdministrativeUnit extends DirectoryObject implements IJsonBackedOb

/**
* The Extensions.
*
* The collection of open extensions defined for this Administrative Unit. Nullable.
*/
@SerializedName(value = "extensions", alternate = {"Extensions"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public class Alert extends Entity implements IJsonBackedObject {

/**
* The History States.
*
* A collection of alertHistoryStates comprising an audit log of all updates made to an alert.
*/
@SerializedName(value = "historyStates", alternate = {"HistoryStates"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,55 +36,55 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The App Id.
*
* The Application ID of the calling application that submitted an update (PATCH) to the alert. The appId should be extracted from the auth token and not entered manually by the calling application.
*/
@SerializedName(value = "appId", alternate = {"AppId"})
@Expose
public String appId;

/**
* The Assigned To.
*
* UPN of user the alert was assigned to (note: alert.assignedTo only stores the last value/UPN).
*/
@SerializedName(value = "assignedTo", alternate = {"AssignedTo"})
@Expose
public String assignedTo;

/**
* The Comments.
*
* Comment entered by signed-in user.
*/
@SerializedName(value = "comments", alternate = {"Comments"})
@Expose
public java.util.List<String> comments;

/**
* The Feedback.
*
* Analyst feedback on the alert in this update. Possible values are: unknown, truePositive, falsePositive, benignPositive.
*/
@SerializedName(value = "feedback", alternate = {"Feedback"})
@Expose
public AlertFeedback feedback;

/**
* The Status.
*
* Alert status value (if updated). Possible values are: unknown, newAlert, inProgress, resolved, dismissed.
*/
@SerializedName(value = "status", alternate = {"Status"})
@Expose
public AlertStatus status;

/**
* The Updated Date Time.
*
* Date and time of the alert update. 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'
*/
@SerializedName(value = "updatedDateTime", alternate = {"UpdatedDateTime"})
@Expose
public java.util.Calendar updatedDateTime;

/**
* The User.
*
* UPN of the signed-in user that updated the alert (taken from the bearer token - if in user/delegated auth mode).
*/
@SerializedName(value = "user", alternate = {"User"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ public class AndroidManagedAppProtection extends TargetedManagedAppProtection im

/**
* The Custom Browser Display Name.
* Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
* Friendly name of the preferred custom browser to open weblink on Android.
*/
@SerializedName(value = "customBrowserDisplayName", alternate = {"CustomBrowserDisplayName"})
@Expose
public String customBrowserDisplayName;

/**
* The Custom Browser Package Id.
* Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
* Unique identifier of a custom browser to open weblink on Android.
*/
@SerializedName(value = "customBrowserPackageId", alternate = {"CustomBrowserPackageId"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import com.microsoft.graph.models.extensions.PasswordCredential;
import com.microsoft.graph.models.extensions.PublicClientApplication;
import com.microsoft.graph.models.extensions.RequiredResourceAccess;
import com.microsoft.graph.models.extensions.SpaApplication;
import com.microsoft.graph.models.extensions.WebApplication;
import com.microsoft.graph.models.extensions.DirectoryObject;
import com.microsoft.graph.models.extensions.ExtensionProperty;
Expand Down Expand Up @@ -45,7 +46,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {

/**
* The Add Ins.
* Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This will let services like Microsoft 365 call the application in the context of a document the user is working on.
* Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This will let services like Office 365 call the application in the context of a document the user is working on.
*/
@SerializedName(value = "addIns", alternate = {"AddIns"})
@Expose
Expand All @@ -61,7 +62,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {

/**
* The App Id.
* The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only.
* The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
*/
@SerializedName(value = "appId", alternate = {"AppId"})
@Expose
Expand All @@ -77,7 +78,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {

/**
* The App Roles.
* The collection of roles the application declares. With app role assignments, these roles can be assigned to users, groups, or other applications' service principals. Not nullable.
* The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.
*/
@SerializedName(value = "appRoles", alternate = {"AppRoles"})
@Expose
Expand Down Expand Up @@ -109,23 +110,23 @@ public class Application extends DirectoryObject implements IJsonBackedObject {

/**
* The Group Membership Claims.
* 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 will get all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of
* 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.
*/
@SerializedName(value = "groupMembershipClaims", alternate = {"GroupMembershipClaims"})
@Expose
public String groupMembershipClaims;

/**
* The Identifier Uris.
* 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.
* 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.
*/
@SerializedName(value = "identifierUris", alternate = {"IdentifierUris"})
@Expose
public java.util.List<String> identifierUris;

/**
* The Info.
* 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.
* 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.
*/
@SerializedName(value = "info", alternate = {"Info"})
@Expose
Expand All @@ -141,15 +142,15 @@ public class Application extends DirectoryObject implements IJsonBackedObject {

/**
* The Is Fallback Public Client.
* 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 web app. There are certain scenarios where Azure AD cannot determine the client application type (e.g. ROPC flow where it is configured without specifying a redirect URI). In those cases Azure AD will interpret the application type based on the value of this property.
* 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.
*/
@SerializedName(value = "isFallbackPublicClient", alternate = {"IsFallbackPublicClient"})
@Expose
public Boolean isFallbackPublicClient;

/**
* The Key Credentials.
* The collection of key credentials associated with the application Not nullable.
* The collection of key credentials associated with the application. Not nullable.
*/
@SerializedName(value = "keyCredentials", alternate = {"KeyCredentials"})
@Expose
Expand All @@ -173,7 +174,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {

/**
* The Optional Claims.
* Application developers can configure optional claims in their Azure AD apps to specify which claims they want in tokens sent to their application by the Microsoft security token service. See provide optional claims to your Azure AD app for more information.
* Application developers can configure optional claims in their Azure AD applications to specify the claims that are sent to their application by the Microsoft security token service. For more information, see How to: Provide optional claims to your app.
*/
@SerializedName(value = "optionalClaims", alternate = {"OptionalClaims"})
@Expose
Expand Down Expand Up @@ -213,20 +214,28 @@ public class Application extends DirectoryObject implements IJsonBackedObject {

/**
* The Required Resource Access.
* Specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources. This pre-configuration of required resource access drives the consent experience. Not nullable.
* Specifies the resources that the application needs to access. This property also specifies the set of OAuth permission scopes and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. Not nullable.
*/
@SerializedName(value = "requiredResourceAccess", alternate = {"RequiredResourceAccess"})
@Expose
public java.util.List<RequiredResourceAccess> requiredResourceAccess;

/**
* The Sign In Audience.
* 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.
* 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.
*/
@SerializedName(value = "signInAudience", alternate = {"SignInAudience"})
@Expose
public String signInAudience;

/**
* The Spa.
* Specifies settings for a single-page application, including sign out URLs and redirect URIs for authorization codes and access tokens.
*/
@SerializedName(value = "spa", alternate = {"Spa"})
@Expose
public SpaApplication spa;

/**
* The Tags.
* Custom strings that can be used to categorize and identify the application. Not nullable.
Expand Down Expand Up @@ -287,7 +296,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {

/**
* The Token Lifetime Policies.
*
* The tokenLifetimePolicies assigned to this application.
*/
public TokenLifetimePolicyCollectionPage tokenLifetimePolicies;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class Attachment extends Entity implements IJsonBackedObject {

/**
* The Name.
* The attachment's file name.
* The display name of the attachment. This does not need to be the actual file name.
*/
@SerializedName(value = "name", alternate = {"Name"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Availability.
* The availability status of the attendee. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
* The availability status of the attendee. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
*/
@SerializedName(value = "availability", alternate = {"Availability"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class AttendeeBase extends Recipient implements IJsonBackedObject {

/**
* The Type.
* 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.
* 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.
*/
@SerializedName(value = "type", alternate = {"Type"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The External Audience.
* 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.
* 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.
*/
@SerializedName(value = "externalAudience", alternate = {"ExternalAudience"})
@Expose
Expand Down Expand Up @@ -77,7 +77,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Status.
* Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled.
* Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled.
*/
@SerializedName(value = "status", alternate = {"Status"})
@Expose
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.