Skip to content

Commit

Permalink
Merge branch 'feature/v3' of https://github.com/microsoftgraph/msgrap…
Browse files Browse the repository at this point in the history
…h-sdk-java into feature/v3
  • Loading branch information
baywet committed Mar 15, 2021
2 parents e74a13d + a694ccb commit 1f39ff3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions typeSummary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4643,12 +4643,12 @@
param arg1 : okhttp3.Response
class com.microsoft.graph.http.CoreHttpProvider
method getHttpRequest
return type java.lang.Object
return type okhttp3.Request
param arg0 : com.microsoft.graph.http.IHttpRequest
param arg1 : java.lang.Class
param arg2 : java.lang.Object
method getHttpRequest
return type okhttp3.Request
return type java.lang.Object
param arg0 : com.microsoft.graph.http.IHttpRequest
param arg1 : java.lang.Class
param arg2 : java.lang.Object
Expand Down Expand Up @@ -5308,6 +5308,7 @@
param arg1 : com.google.gson.JsonObject
class com.microsoft.graph.models.AgreementFile : com.microsoft.graph.models.AgreementFileProperties
property createdDateTime : java.time.OffsetDateTime
property displayName : java.lang.String
property fileData : com.microsoft.graph.models.AgreementFileData
property fileName : java.lang.String
property id : java.lang.String
Expand All @@ -5333,6 +5334,7 @@
param arg1 : com.google.gson.JsonObject
class com.microsoft.graph.models.AgreementFileLocalization : com.microsoft.graph.models.AgreementFileProperties
property createdDateTime : java.time.OffsetDateTime
property displayName : java.lang.String
property fileData : com.microsoft.graph.models.AgreementFileData
property fileName : java.lang.String
property id : java.lang.String
Expand All @@ -5349,6 +5351,7 @@
param arg1 : com.google.gson.JsonObject
class com.microsoft.graph.models.AgreementFileProperties : com.microsoft.graph.models.Entity
property createdDateTime : java.time.OffsetDateTime
property displayName : java.lang.String
property fileData : com.microsoft.graph.models.AgreementFileData
property fileName : java.lang.String
property id : java.lang.String
Expand All @@ -5364,6 +5367,7 @@
param arg1 : com.google.gson.JsonObject
class com.microsoft.graph.models.AgreementFileVersion : com.microsoft.graph.models.AgreementFileProperties
property createdDateTime : java.time.OffsetDateTime
property displayName : java.lang.String
property fileData : com.microsoft.graph.models.AgreementFileData
property fileName : java.lang.String
property id : java.lang.String
Expand Down Expand Up @@ -213866,6 +213870,12 @@
method serializeObject
return type java.lang.String
param arg0 : java.lang.Object
class com.microsoft.graph.serializer.EdmNativeTypeSerializer
method deserialize
return type java.lang.Object
param arg0 : com.google.gson.JsonElement
param arg1 : java.lang.Class
param arg2 : com.microsoft.graph.logger.ILogger
class com.microsoft.graph.serializer.EnumSetSerializer
method deserialize
return type java.util.EnumSet
Expand Down

0 comments on commit 1f39ff3

Please sign in to comment.