|
4643 | 4643 | param arg1 : okhttp3.Response |
4644 | 4644 | class com.microsoft.graph.http.CoreHttpProvider |
4645 | 4645 | method getHttpRequest |
4646 | | - return type java.lang.Object |
| 4646 | + return type okhttp3.Request |
4647 | 4647 | param arg0 : com.microsoft.graph.http.IHttpRequest |
4648 | 4648 | param arg1 : java.lang.Class |
4649 | 4649 | param arg2 : java.lang.Object |
4650 | 4650 | method getHttpRequest |
4651 | | - return type okhttp3.Request |
| 4651 | + return type java.lang.Object |
4652 | 4652 | param arg0 : com.microsoft.graph.http.IHttpRequest |
4653 | 4653 | param arg1 : java.lang.Class |
4654 | 4654 | param arg2 : java.lang.Object |
|
5308 | 5308 | param arg1 : com.google.gson.JsonObject |
5309 | 5309 | class com.microsoft.graph.models.AgreementFile : com.microsoft.graph.models.AgreementFileProperties |
5310 | 5310 | property createdDateTime : java.time.OffsetDateTime |
| 5311 | + property displayName : java.lang.String |
5311 | 5312 | property fileData : com.microsoft.graph.models.AgreementFileData |
5312 | 5313 | property fileName : java.lang.String |
5313 | 5314 | property id : java.lang.String |
|
5333 | 5334 | param arg1 : com.google.gson.JsonObject |
5334 | 5335 | class com.microsoft.graph.models.AgreementFileLocalization : com.microsoft.graph.models.AgreementFileProperties |
5335 | 5336 | property createdDateTime : java.time.OffsetDateTime |
| 5337 | + property displayName : java.lang.String |
5336 | 5338 | property fileData : com.microsoft.graph.models.AgreementFileData |
5337 | 5339 | property fileName : java.lang.String |
5338 | 5340 | property id : java.lang.String |
|
5349 | 5351 | param arg1 : com.google.gson.JsonObject |
5350 | 5352 | class com.microsoft.graph.models.AgreementFileProperties : com.microsoft.graph.models.Entity |
5351 | 5353 | property createdDateTime : java.time.OffsetDateTime |
| 5354 | + property displayName : java.lang.String |
5352 | 5355 | property fileData : com.microsoft.graph.models.AgreementFileData |
5353 | 5356 | property fileName : java.lang.String |
5354 | 5357 | property id : java.lang.String |
|
5364 | 5367 | param arg1 : com.google.gson.JsonObject |
5365 | 5368 | class com.microsoft.graph.models.AgreementFileVersion : com.microsoft.graph.models.AgreementFileProperties |
5366 | 5369 | property createdDateTime : java.time.OffsetDateTime |
| 5370 | + property displayName : java.lang.String |
5367 | 5371 | property fileData : com.microsoft.graph.models.AgreementFileData |
5368 | 5372 | property fileName : java.lang.String |
5369 | 5373 | property id : java.lang.String |
@@ -213866,6 +213870,12 @@ |
213866 | 213870 | method serializeObject |
213867 | 213871 | return type java.lang.String |
213868 | 213872 | 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 |
213869 | 213879 | class com.microsoft.graph.serializer.EnumSetSerializer |
213870 | 213880 | method deserialize |
213871 | 213881 | return type java.util.EnumSet |
|
0 commit comments