Skip to content

Commit a694ccb

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
- updates types summary
1 parent 7264c23 commit a694ccb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

typeSummary.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4643,12 +4643,12 @@
46434643
param arg1 : okhttp3.Response
46444644
class com.microsoft.graph.http.CoreHttpProvider
46454645
method getHttpRequest
4646-
return type java.lang.Object
4646+
return type okhttp3.Request
46474647
param arg0 : com.microsoft.graph.http.IHttpRequest
46484648
param arg1 : java.lang.Class
46494649
param arg2 : java.lang.Object
46504650
method getHttpRequest
4651-
return type okhttp3.Request
4651+
return type java.lang.Object
46524652
param arg0 : com.microsoft.graph.http.IHttpRequest
46534653
param arg1 : java.lang.Class
46544654
param arg2 : java.lang.Object
@@ -5308,6 +5308,7 @@
53085308
param arg1 : com.google.gson.JsonObject
53095309
class com.microsoft.graph.models.AgreementFile : com.microsoft.graph.models.AgreementFileProperties
53105310
property createdDateTime : java.time.OffsetDateTime
5311+
property displayName : java.lang.String
53115312
property fileData : com.microsoft.graph.models.AgreementFileData
53125313
property fileName : java.lang.String
53135314
property id : java.lang.String
@@ -5333,6 +5334,7 @@
53335334
param arg1 : com.google.gson.JsonObject
53345335
class com.microsoft.graph.models.AgreementFileLocalization : com.microsoft.graph.models.AgreementFileProperties
53355336
property createdDateTime : java.time.OffsetDateTime
5337+
property displayName : java.lang.String
53365338
property fileData : com.microsoft.graph.models.AgreementFileData
53375339
property fileName : java.lang.String
53385340
property id : java.lang.String
@@ -5349,6 +5351,7 @@
53495351
param arg1 : com.google.gson.JsonObject
53505352
class com.microsoft.graph.models.AgreementFileProperties : com.microsoft.graph.models.Entity
53515353
property createdDateTime : java.time.OffsetDateTime
5354+
property displayName : java.lang.String
53525355
property fileData : com.microsoft.graph.models.AgreementFileData
53535356
property fileName : java.lang.String
53545357
property id : java.lang.String
@@ -5364,6 +5367,7 @@
53645367
param arg1 : com.google.gson.JsonObject
53655368
class com.microsoft.graph.models.AgreementFileVersion : com.microsoft.graph.models.AgreementFileProperties
53665369
property createdDateTime : java.time.OffsetDateTime
5370+
property displayName : java.lang.String
53675371
property fileData : com.microsoft.graph.models.AgreementFileData
53685372
property fileName : java.lang.String
53695373
property id : java.lang.String
@@ -213866,6 +213870,12 @@
213866213870
method serializeObject
213867213871
return type java.lang.String
213868213872
param arg0 : java.lang.Object
213873+
class com.microsoft.graph.serializer.EdmNativeTypeSerializer
213874+
method deserialize
213875+
return type java.lang.Object
213876+
param arg0 : com.google.gson.JsonElement
213877+
param arg1 : java.lang.Class
213878+
param arg2 : com.microsoft.graph.logger.ILogger
213869213879
class com.microsoft.graph.serializer.EnumSetSerializer
213870213880
method deserialize
213871213881
return type java.util.EnumSet

0 commit comments

Comments
 (0)