Skip to content

Commit dacb24a

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
- updates types summary
1 parent 84d73a9 commit dacb24a

File tree

1 file changed

+75
-76
lines changed

1 file changed

+75
-76
lines changed

typeSummary.txt

Lines changed: 75 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -3186,68 +3186,6 @@
31863186
method segments
31873187
return type com.microsoft.graph.callrecords.requests.SegmentRequestBuilder
31883188
param arg0 : java.lang.String
3189-
class com.microsoft.graph.concurrency.ChunkedUploadProvider
3190-
method upload
3191-
return type java.lang.Object
3192-
method uploadAsync
3193-
return type java.util.concurrent.CompletableFuture
3194-
method uploadAsync
3195-
return type java.util.concurrent.CompletableFuture
3196-
param arg0 : int
3197-
method uploadAsync
3198-
return type java.util.concurrent.CompletableFuture
3199-
param arg0 : int
3200-
param arg1 : java.util.List
3201-
method uploadAsync
3202-
return type java.util.concurrent.CompletableFuture
3203-
param arg0 : int
3204-
param arg1 : java.util.List
3205-
param arg2 : com.microsoft.graph.concurrency.IProgressCallback
3206-
method upload
3207-
return type java.lang.Object
3208-
param arg0 : int
3209-
method upload
3210-
return type java.lang.Object
3211-
param arg0 : int
3212-
param arg1 : java.util.List
3213-
method upload
3214-
return type java.lang.Object
3215-
param arg0 : int
3216-
param arg1 : java.util.List
3217-
param arg2 : com.microsoft.graph.concurrency.IProgressCallback
3218-
class com.microsoft.graph.concurrency.ChunkedUploadRequest
3219-
method upload
3220-
return type com.microsoft.graph.concurrency.ChunkedUploadResult
3221-
param arg0 : com.microsoft.graph.concurrency.ChunkedUploadResponseHandler
3222-
class com.microsoft.graph.concurrency.ChunkedUploadResponseHandler
3223-
method configConnection
3224-
return type void
3225-
param arg0 : okhttp3.Response
3226-
method generateResult
3227-
return type java.lang.Object
3228-
param arg0 : com.microsoft.graph.http.IHttpRequest
3229-
param arg1 : okhttp3.Response
3230-
param arg2 : com.microsoft.graph.serializer.ISerializer
3231-
param arg3 : com.microsoft.graph.logger.ILogger
3232-
method generateResult
3233-
return type com.microsoft.graph.concurrency.ChunkedUploadResult
3234-
param arg0 : com.microsoft.graph.http.IHttpRequest
3235-
param arg1 : okhttp3.Response
3236-
param arg2 : com.microsoft.graph.serializer.ISerializer
3237-
param arg3 : com.microsoft.graph.logger.ILogger
3238-
class com.microsoft.graph.concurrency.ChunkedUploadResult
3239-
method chunkCompleted
3240-
return type boolean
3241-
method getError
3242-
return type com.microsoft.graph.core.ClientException
3243-
method getItem
3244-
return type java.lang.Object
3245-
method getSession
3246-
return type com.microsoft.graph.concurrency.IUploadSession
3247-
method hasError
3248-
return type boolean
3249-
method uploadCompleted
3250-
return type boolean
32513189
class com.microsoft.graph.content.BatchRequest : com.microsoft.graph.http.BaseRequest
32523190
property REQUEST_STATS_HEADER_VALUE_FORMAT_STRING : java.lang.String
32533191
method addFunctionOption
@@ -201834,20 +201772,74 @@
201834201772
method serialize
201835201773
return type java.lang.String
201836201774
param arg0 : java.time.OffsetDateTime
201775+
class com.microsoft.graph.tasks.LargeFileUploadRequest
201776+
method upload
201777+
return type com.microsoft.graph.tasks.LargeFileUploadResponse
201778+
param arg0 : com.microsoft.graph.tasks.LargeFileUploadResponseHandler
201779+
class com.microsoft.graph.tasks.LargeFileUploadResponse
201780+
method chunkCompleted
201781+
return type boolean
201782+
method getError
201783+
return type com.microsoft.graph.core.ClientException
201784+
method getItem
201785+
return type java.lang.Object
201786+
method getLocation
201787+
return type java.lang.String
201788+
method getSession
201789+
return type com.microsoft.graph.tasks.IUploadSession
201790+
method hasError
201791+
return type boolean
201792+
method uploadCompleted
201793+
return type boolean
201794+
class com.microsoft.graph.tasks.LargeFileUploadResponseHandler
201795+
method generateResult
201796+
return type java.lang.Object
201797+
param arg0 : com.microsoft.graph.http.IHttpRequest
201798+
param arg1 : java.lang.Object
201799+
param arg2 : com.microsoft.graph.serializer.ISerializer
201800+
param arg3 : com.microsoft.graph.logger.ILogger
201801+
method generateResult
201802+
return type com.microsoft.graph.tasks.LargeFileUploadResponse
201803+
param arg0 : com.microsoft.graph.http.IHttpRequest
201804+
param arg1 : java.lang.Object
201805+
param arg2 : com.microsoft.graph.serializer.ISerializer
201806+
param arg3 : com.microsoft.graph.logger.ILogger
201807+
class com.microsoft.graph.tasks.LargeFileUploadResult
201808+
property location : java.lang.String
201809+
property responseBody : java.lang.Object
201810+
class com.microsoft.graph.tasks.LargeFileUploadTask
201811+
method upload
201812+
return type com.microsoft.graph.tasks.LargeFileUploadResult
201813+
method uploadAsync
201814+
return type java.util.concurrent.CompletableFuture
201815+
method uploadAsync
201816+
return type java.util.concurrent.CompletableFuture
201817+
param arg0 : int
201818+
method uploadAsync
201819+
return type java.util.concurrent.CompletableFuture
201820+
param arg0 : int
201821+
param arg1 : java.util.List
201822+
method uploadAsync
201823+
return type java.util.concurrent.CompletableFuture
201824+
param arg0 : int
201825+
param arg1 : java.util.List
201826+
param arg2 : com.microsoft.graph.tasks.IProgressCallback
201827+
method upload
201828+
return type com.microsoft.graph.tasks.LargeFileUploadResult
201829+
param arg0 : int
201830+
method upload
201831+
return type com.microsoft.graph.tasks.LargeFileUploadResult
201832+
param arg0 : int
201833+
param arg1 : java.util.List
201834+
method upload
201835+
return type com.microsoft.graph.tasks.LargeFileUploadResult
201836+
param arg0 : int
201837+
param arg1 : java.util.List
201838+
param arg2 : com.microsoft.graph.tasks.IProgressCallback
201837201839
interface com.microsoft.graph.authentication.IAuthenticationProvider
201838201840
method getAuthorizationTokenAsync
201839201841
return type java.util.concurrent.CompletableFuture
201840201842
param arg0 : java.net.URL
201841-
interface com.microsoft.graph.concurrency.IProgressCallback
201842-
method progress
201843-
return type void
201844-
param arg0 : long
201845-
param arg1 : long
201846-
interface com.microsoft.graph.concurrency.IUploadSession
201847-
method getNextExpectedRanges
201848-
return type java.util.List
201849-
method getUploadUrl
201850-
return type java.lang.String
201851201843
interface com.microsoft.graph.core.IBaseClient
201852201844
method batch
201853201845
return type com.microsoft.graph.content.BatchRequestBuilder
@@ -202023,13 +202015,10 @@
202023202015
return type java.lang.String
202024202016
param arg0 : java.lang.String
202025202017
interface com.microsoft.graph.http.IStatefulResponseHandler
202026-
method configConnection
202027-
return type void
202028-
param arg0 : okhttp3.Response
202029202018
method generateResult
202030202019
return type java.lang.Object
202031202020
param arg0 : com.microsoft.graph.http.IHttpRequest
202032-
param arg1 : okhttp3.Response
202021+
param arg1 : java.lang.Object
202033202022
param arg2 : com.microsoft.graph.serializer.ISerializer
202034202023
param arg3 : com.microsoft.graph.logger.ILogger
202035202024
interface com.microsoft.graph.httpcore.middlewareoption.IMiddlewareControl
@@ -202095,3 +202084,13 @@
202095202084
method serializeObject
202096202085
return type java.lang.String
202097202086
param arg0 : java.lang.Object
202087+
interface com.microsoft.graph.tasks.IProgressCallback
202088+
method progress
202089+
return type void
202090+
param arg0 : long
202091+
param arg1 : long
202092+
interface com.microsoft.graph.tasks.IUploadSession
202093+
method getNextExpectedRanges
202094+
return type java.util.List
202095+
method getUploadUrl
202096+
return type java.lang.String

0 commit comments

Comments
 (0)