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:5.1.0'
implementation 'com.microsoft.graph:microsoft-graph:5.2.0'
// Uncomment the line below if you are building an android application
//implementation 'com.google.guava:guava:30.1.1-android'
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
Expand All @@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
<!-- Include the sdk as a dependency -->
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
Expand Down Expand Up @@ -134,4 +134,5 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
## 9. Third-party notices

[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 = 5
mavenMinorVersion = 1
mavenMinorVersion = 2
mavenPatchVersion = 0
mavenArtifactSuffix =

Expand Down Expand Up @@ -58,3 +58,4 @@ mavenCentralPublishingEnabled=false




Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Callee Number.
*
* Number of the user or bot who received the call. E.164 format, but may include additional data.
*/
@SerializedName(value = "calleeNumber", alternate = {"CalleeNumber"})
@Expose
Expand All @@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Call End Sub Reason.
*
* In addition to the SIP codes, Microsoft has own subcodes that indicate the specific issue.
*/
@SerializedName(value = "callEndSubReason", alternate = {"CallEndSubReason"})
@Expose
Expand All @@ -57,7 +57,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Caller Number.
*
* Number of the user or bot who made the call. E.164 format, but may include additional data.
*/
@SerializedName(value = "callerNumber", alternate = {"CallerNumber"})
@Expose
Expand All @@ -66,7 +66,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Call Type.
*
* Call type and direction.
*/
@SerializedName(value = "callType", alternate = {"CallType"})
@Expose
Expand All @@ -75,7 +75,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Correlation Id.
*
* Identifier for the call that you can use when calling Microsoft Support. GUID.
*/
@SerializedName(value = "correlationId", alternate = {"CorrelationId"})
@Expose
Expand All @@ -84,7 +84,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Duration.
*
* Duration of the call in seconds.
*/
@SerializedName(value = "duration", alternate = {"Duration"})
@Expose
Expand All @@ -93,7 +93,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The End Date Time.
*
* Only exists for successful (fully established) calls. Time when call ended.
*/
@SerializedName(value = "endDateTime", alternate = {"EndDateTime"})
@Expose
Expand All @@ -102,7 +102,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Failure Date Time.
*
* Only exists for failed (not fully established) calls.
*/
@SerializedName(value = "failureDateTime", alternate = {"FailureDateTime"})
@Expose
Expand All @@ -111,7 +111,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Final Sip Code.
*
* The code with which the call ended, RFC 3261.
*/
@SerializedName(value = "finalSipCode", alternate = {"FinalSipCode"})
@Expose
Expand All @@ -120,7 +120,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Final Sip Code Phrase.
*
* Description of the SIP code and Microsoft subcode.
*/
@SerializedName(value = "finalSipCodePhrase", alternate = {"FinalSipCodePhrase"})
@Expose
Expand All @@ -129,7 +129,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Id.
*
* Unique call identifier. GUID.
*/
@SerializedName(value = "id", alternate = {"Id"})
@Expose
Expand All @@ -138,7 +138,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Invite Date Time.
*
* When the initial invite was sent.
*/
@SerializedName(value = "inviteDateTime", alternate = {"InviteDateTime"})
@Expose
Expand All @@ -147,7 +147,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Media Bypass Enabled.
*
* Indicates if the trunk was enabled for media bypass or not.
*/
@SerializedName(value = "mediaBypassEnabled", alternate = {"MediaBypassEnabled"})
@Expose
Expand All @@ -156,7 +156,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Media Path Location.
*
* The datacenter used for media path in non-bypass call.
*/
@SerializedName(value = "mediaPathLocation", alternate = {"MediaPathLocation"})
@Expose
Expand All @@ -165,7 +165,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Signaling Location.
*
* The datacenter used for signaling for both bypass and non-bypass calls.
*/
@SerializedName(value = "signalingLocation", alternate = {"SignalingLocation"})
@Expose
Expand All @@ -174,7 +174,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Start Date Time.
*
* Call start time.For failed and unanswered calls, this can be equal to invite or failure time.
*/
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
@Expose
Expand All @@ -183,7 +183,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Successful Call.
*
* Success or attempt.
*/
@SerializedName(value = "successfulCall", alternate = {"SuccessfulCall"})
@Expose
Expand All @@ -192,7 +192,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Trunk Fully Qualified Domain Name.
*
* Fully qualified domain name of the session border controller.
*/
@SerializedName(value = "trunkFullyQualifiedDomainName", alternate = {"TrunkFullyQualifiedDomainName"})
@Expose
Expand All @@ -201,7 +201,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The User Display Name.
*
* Display name of the user.
*/
@SerializedName(value = "userDisplayName", alternate = {"UserDisplayName"})
@Expose
Expand All @@ -210,7 +210,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The User Id.
*
* Calling user's ID in Graph. This and other user info will be null/empty for bot call types. GUID.
*/
@SerializedName(value = "userId", alternate = {"UserId"})
@Expose
Expand All @@ -219,7 +219,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The User Principal Name.
*
* UserPrincipalName (sign-in name) in Azure Active Directory. This is usually the same as user's SIP Address, and can be same as user's e-mail address.
*/
@SerializedName(value = "userPrincipalName", alternate = {"UserPrincipalName"})
@Expose
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.