Skip to content

Commit fb788f6

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
- updates types summary
1 parent 1743963 commit fb788f6

File tree

1 file changed

+104
-4
lines changed

1 file changed

+104
-4
lines changed

typeSummary.txt

Lines changed: 104 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35468,9 +35468,8 @@
3546835468
return type void
3546935469
param arg0 : com.microsoft.graph.serializer.ISerializer
3547035470
param arg1 : com.google.gson.JsonObject
35471-
class com.microsoft.graph.models.EducationRoot : com.microsoft.graph.models.Entity
35471+
class com.microsoft.graph.models.EducationRoot
3547235472
property classes : com.microsoft.graph.requests.EducationClassCollectionPage
35473-
property id : java.lang.String
3547435473
property me : com.microsoft.graph.models.EducationUser
3547535474
property oDataType : java.lang.String
3547635475
property schools : com.microsoft.graph.requests.EducationSchoolCollectionPage
@@ -44206,6 +44205,12 @@
4420644205
return type java.util.List
4420744206
method newBuilder
4420844207
return type com.microsoft.graph.models.ManagedDeviceActivateDeviceEsimParameterSet$ManagedDeviceActivateDeviceEsimParameterSetBuilder
44208+
class com.microsoft.graph.models.ManagedDeviceBulkReprovisionCloudPcParameterSet
44209+
property managedDeviceIds : java.util.List
44210+
method getFunctionOptions
44211+
return type java.util.List
44212+
method newBuilder
44213+
return type com.microsoft.graph.models.ManagedDeviceBulkReprovisionCloudPcParameterSet$ManagedDeviceBulkReprovisionCloudPcParameterSetBuilder
4420944214
class com.microsoft.graph.models.ManagedDeviceBypassActivationLockParameterSet
4421044215
method getFunctionOptions
4421144216
return type java.util.List
@@ -213961,8 +213966,6 @@
213961213966
return type com.microsoft.graph.requests.AuthenticationMethodsPolicyRequestBuilder
213962213967
method batch
213963213968
return type com.microsoft.graph.content.BatchRequestBuilder
213964-
method bitlocker
213965-
return type com.microsoft.graph.requests.BitlockerRequestBuilder
213966213969
method bookingBusinesses
213967213970
return type com.microsoft.graph.requests.BookingBusinessCollectionRequestBuilder
213968213971
method bookingBusinesses
@@ -260795,6 +260798,100 @@
260795260798
method getRequestUrlWithAdditionalSegment
260796260799
return type java.lang.String
260797260800
param arg0 : java.lang.String
260801+
class com.microsoft.graph.requests.ManagedDeviceBulkReprovisionCloudPcRequest : com.microsoft.graph.http.BaseRequest
260802+
property REQUEST_STATS_HEADER_VALUE_FORMAT_STRING : java.lang.String
260803+
property body : com.microsoft.graph.models.ManagedDeviceBulkReprovisionCloudPcParameterSet
260804+
method addFunctionOption
260805+
return type void
260806+
param arg0 : com.microsoft.graph.options.FunctionOption
260807+
method addHeader
260808+
return type void
260809+
param arg0 : java.lang.String
260810+
param arg1 : java.lang.String
260811+
method addQueryOption
260812+
return type void
260813+
param arg0 : com.microsoft.graph.options.QueryOption
260814+
method getClient
260815+
return type com.microsoft.graph.core.IBaseClient
260816+
method getDelay
260817+
return type long
260818+
method getFunctionOptions
260819+
return type java.util.List
260820+
method getHeaders
260821+
return type java.util.List
260822+
method getHttpMethod
260823+
return type com.microsoft.graph.http.HttpMethod
260824+
method getHttpRequest
260825+
return type java.lang.Object
260826+
method getHttpRequest
260827+
return type java.lang.Object
260828+
param arg0 : java.lang.Object
260829+
method getMaxRedirects
260830+
return type int
260831+
method getMaxRetries
260832+
return type int
260833+
method getOptions
260834+
return type java.util.List
260835+
method getQueryOptions
260836+
return type java.util.List
260837+
method getRequestUrl
260838+
return type java.net.URL
260839+
method getResponseType
260840+
return type java.lang.Class
260841+
method getShouldRedirect
260842+
return type com.microsoft.graph.httpcore.middlewareoption.IShouldRedirect
260843+
method getShouldRetry
260844+
return type com.microsoft.graph.httpcore.middlewareoption.IShouldRetry
260845+
method getUseCaches
260846+
return type boolean
260847+
method post
260848+
return type void
260849+
method postAsync
260850+
return type java.util.concurrent.CompletableFuture
260851+
method setDelay
260852+
return type void
260853+
param arg0 : long
260854+
method setHttpMethod
260855+
return type void
260856+
param arg0 : com.microsoft.graph.http.HttpMethod
260857+
method setMaxRedirects
260858+
return type void
260859+
param arg0 : int
260860+
method setMaxRetries
260861+
return type void
260862+
param arg0 : int
260863+
method setShouldRedirect
260864+
return type void
260865+
param arg0 : com.microsoft.graph.httpcore.middlewareoption.IShouldRedirect
260866+
method setShouldRetry
260867+
return type void
260868+
param arg0 : com.microsoft.graph.httpcore.middlewareoption.IShouldRetry
260869+
method setUseCaches
260870+
return type void
260871+
param arg0 : boolean
260872+
method withHttpMethod
260873+
return type com.microsoft.graph.http.IHttpRequest
260874+
param arg0 : com.microsoft.graph.http.HttpMethod
260875+
class com.microsoft.graph.requests.ManagedDeviceBulkReprovisionCloudPcRequestBuilder : com.microsoft.graph.http.BaseActionRequestBuilder
260876+
method buildRequest
260877+
return type com.microsoft.graph.requests.ManagedDeviceBulkReprovisionCloudPcRequest
260878+
param arg0 : [Lcom.microsoft.graph.options.Option;
260879+
method buildRequest
260880+
return type com.microsoft.graph.requests.ManagedDeviceBulkReprovisionCloudPcRequest
260881+
param arg0 : java.util.List
260882+
method getClient
260883+
return type com.microsoft.graph.core.IBaseClient
260884+
method getOptions
260885+
return type java.util.List
260886+
param arg0 : [Lcom.microsoft.graph.options.Option;
260887+
method getRequestUrl
260888+
return type java.lang.String
260889+
method getRequestUrlWithAdditionalParameter
260890+
return type java.lang.String
260891+
param arg0 : java.lang.String
260892+
method getRequestUrlWithAdditionalSegment
260893+
return type java.lang.String
260894+
param arg0 : java.lang.String
260798260895
class com.microsoft.graph.requests.ManagedDeviceBypassActivationLockRequest : com.microsoft.graph.http.BaseRequest
260799260896
property REQUEST_STATS_HEADER_VALUE_FORMAT_STRING : java.lang.String
260800260897
method addFunctionOption
@@ -261491,6 +261588,9 @@
261491261588
method buildRequest
261492261589
return type com.microsoft.graph.http.BaseCollectionRequest
261493261590
param arg0 : java.util.List
261591+
method bulkReprovisionCloudPc
261592+
return type com.microsoft.graph.requests.ManagedDeviceBulkReprovisionCloudPcRequestBuilder
261593+
param arg0 : com.microsoft.graph.models.ManagedDeviceBulkReprovisionCloudPcParameterSet
261494261594
method byId
261495261595
return type com.microsoft.graph.http.BaseRequestBuilder
261496261596
param arg0 : java.lang.String

0 commit comments

Comments
 (0)