Skip to content

Commit 6085cf1

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
- updates types summary
1 parent 5c0654e commit 6085cf1

File tree

1 file changed

+10
-174
lines changed

1 file changed

+10
-174
lines changed

typeSummary.txt

Lines changed: 10 additions & 174 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,9 @@
686686
WINDOWS_AUTO_ENROLLMENT
687687
WINDOWS_BULK_AZURE_DOMAIN_JOIN
688688
WINDOWS_CO_MANAGEMENT
689+
WINDOWS_AZURE_AD_JOIN_USING_DEVICE_AUTH
690+
APPLE_USER_ENROLLMENT
691+
APPLE_USER_ENROLLMENT_WITH_SERVICE_ACCOUNT
689692
UNEXPECTED_VALUE
690693
enum com.microsoft.graph.models.DeviceManagementExchangeAccessState
691694
NONE
@@ -2312,12 +2315,6 @@
23122315
ARM
23132316
NEUTRAL
23142317
UNEXPECTED_VALUE
2315-
enum com.microsoft.graph.models.WindowsAutopilotDeviceDeletionState
2316-
UNKNOWN
2317-
FAILED
2318-
ACCEPTED
2319-
ERROR
2320-
UNEXPECTED_VALUE
23212318
enum com.microsoft.graph.models.WindowsDeliveryOptimizationMode
23222319
USER_DEFINED
23232320
HTTP_ONLY
@@ -6585,6 +6582,7 @@
65856582
class com.microsoft.graph.models.ApplePushNotificationCertificate : com.microsoft.graph.models.Entity
65866583
property appleIdentifier : java.lang.String
65876584
property certificate : java.lang.String
6585+
property certificateSerialNumber : java.lang.String
65886586
property expirationDateTime : java.time.OffsetDateTime
65896587
property id : java.lang.String
65906588
property lastModifiedDateTime : java.time.OffsetDateTime
@@ -8501,18 +8499,6 @@
85018499
return type void
85028500
param arg0 : com.microsoft.graph.serializer.ISerializer
85038501
param arg1 : com.google.gson.JsonObject
8504-
class com.microsoft.graph.models.DeletedWindowsAutopilotDeviceState
8505-
property deletionState : com.microsoft.graph.models.WindowsAutopilotDeviceDeletionState
8506-
property deviceRegistrationId : java.lang.String
8507-
property errorMessage : java.lang.String
8508-
property oDataType : java.lang.String
8509-
property serialNumber : java.lang.String
8510-
method additionalDataManager
8511-
return type com.microsoft.graph.serializer.AdditionalDataManager
8512-
method setRawObject
8513-
return type void
8514-
param arg0 : com.microsoft.graph.serializer.ISerializer
8515-
param arg1 : com.google.gson.JsonObject
85168502
class com.microsoft.graph.models.DetailsInfo
85178503
property oDataType : java.lang.String
85188504
method additionalDataManager
@@ -13214,10 +13200,12 @@
1321413200
property easDeviceId : java.lang.String
1321513201
property emailAddress : java.lang.String
1321613202
property enrolledDateTime : java.time.OffsetDateTime
13203+
property ethernetMacAddress : java.lang.String
1321713204
property exchangeAccessState : com.microsoft.graph.models.DeviceManagementExchangeAccessState
1321813205
property exchangeAccessStateReason : com.microsoft.graph.models.DeviceManagementExchangeAccessStateReason
1321913206
property exchangeLastSuccessfulSyncDateTime : java.time.OffsetDateTime
1322013207
property freeStorageSpaceInBytes : java.lang.Long
13208+
property iccid : java.lang.String
1322113209
property id : java.lang.String
1322213210
property imei : java.lang.String
1322313211
property isEncrypted : java.lang.Boolean
@@ -13230,16 +13218,19 @@
1323013218
property manufacturer : java.lang.String
1323113219
property meid : java.lang.String
1323213220
property model : java.lang.String
13221+
property notes : java.lang.String
1323313222
property oDataType : java.lang.String
1323413223
property operatingSystem : java.lang.String
1323513224
property osVersion : java.lang.String
1323613225
property partnerReportedThreatState : com.microsoft.graph.models.ManagedDevicePartnerReportedHealthState
1323713226
property phoneNumber : java.lang.String
13227+
property physicalMemoryInBytes : java.lang.Long
1323813228
property remoteAssistanceSessionErrorDetails : java.lang.String
1323913229
property remoteAssistanceSessionUrl : java.lang.String
1324013230
property serialNumber : java.lang.String
1324113231
property subscriberCarrier : java.lang.String
1324213232
property totalStorageSpaceInBytes : java.lang.Long
13233+
property udid : java.lang.String
1324313234
property userDisplayName : java.lang.String
1324413235
property userId : java.lang.String
1324513236
property userPrincipalName : java.lang.String
@@ -13455,6 +13446,7 @@
1345513446
property keepEnrollmentData : java.lang.Boolean
1345613447
property keepUserData : java.lang.Boolean
1345713448
property macOsUnlockCode : java.lang.String
13449+
property persistEsimDataPlan : java.lang.Boolean
1345813450
method getFunctionOptions
1345913451
return type java.util.List
1346013452
method newBuilder
@@ -21389,12 +21381,6 @@
2138921381
return type java.util.List
2139021382
method newBuilder
2139121383
return type com.microsoft.graph.models.WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet$WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSetBuilder
21392-
class com.microsoft.graph.models.WindowsAutopilotDeviceIdentityDeleteDevicesParameterSet
21393-
property serialNumbers : java.util.List
21394-
method getFunctionOptions
21395-
return type java.util.List
21396-
method newBuilder
21397-
return type com.microsoft.graph.models.WindowsAutopilotDeviceIdentityDeleteDevicesParameterSet$WindowsAutopilotDeviceIdentityDeleteDevicesParameterSetBuilder
2139821384
class com.microsoft.graph.models.WindowsAutopilotDeviceIdentityUnassignUserFromDeviceParameterSet
2139921385
method getFunctionOptions
2140021386
return type java.util.List
@@ -168159,9 +168145,6 @@
168159168145
param arg0 : java.lang.String
168160168146
method count
168161168147
return type com.microsoft.graph.http.PrimitiveRequestBuilder
168162-
method deleteDevices
168163-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequestBuilder
168164-
param arg0 : com.microsoft.graph.models.WindowsAutopilotDeviceIdentityDeleteDevicesParameterSet
168165168148
method getClient
168166168149
return type com.microsoft.graph.core.IBaseClient
168167168150
method getOptions
@@ -168188,153 +168171,6 @@
168188168171
param arg1 : com.google.gson.JsonObject
168189168172
method values
168190168173
return type java.util.List
168191-
class com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionPage : com.microsoft.graph.http.BaseCollectionPage
168192-
method additionalDataManager
168193-
return type com.microsoft.graph.serializer.AdditionalDataManager
168194-
method getCount
168195-
return type java.lang.Long
168196-
method getCurrentPage
168197-
return type java.util.List
168198-
method getNextPage
168199-
return type com.microsoft.graph.http.BaseRequestBuilder
168200-
method setRawObject
168201-
return type void
168202-
param arg0 : com.microsoft.graph.serializer.ISerializer
168203-
param arg1 : com.google.gson.JsonObject
168204-
class com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest : com.microsoft.graph.http.BaseActionCollectionRequest
168205-
property body : com.microsoft.graph.models.WindowsAutopilotDeviceIdentityDeleteDevicesParameterSet
168206-
method addFunctionOption
168207-
return type void
168208-
param arg0 : com.microsoft.graph.options.FunctionOption
168209-
method addHeader
168210-
return type void
168211-
param arg0 : java.lang.String
168212-
param arg1 : java.lang.String
168213-
method addQueryOption
168214-
return type void
168215-
param arg0 : com.microsoft.graph.options.QueryOption
168216-
method buildFromResponse
168217-
return type com.microsoft.graph.http.BaseCollectionPage
168218-
param arg0 : com.microsoft.graph.http.ICollectionResponse
168219-
method count
168220-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168221-
method count
168222-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168223-
param arg0 : boolean
168224-
method expand
168225-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168226-
param arg0 : java.lang.String
168227-
method filter
168228-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168229-
param arg0 : java.lang.String
168230-
method getBaseRequest
168231-
return type com.microsoft.graph.http.BaseRequest
168232-
method getCollectionPageClass
168233-
return type java.lang.Class
168234-
method getDelay
168235-
return type long
168236-
method getHeaders
168237-
return type java.util.List
168238-
method getHttpMethod
168239-
return type com.microsoft.graph.http.HttpMethod
168240-
method getHttpRequest
168241-
return type java.lang.Object
168242-
method getHttpRequest
168243-
return type java.lang.Object
168244-
param arg0 : java.lang.Object
168245-
method getMaxRedirects
168246-
return type int
168247-
method getMaxRetries
168248-
return type int
168249-
method getOptions
168250-
return type java.util.List
168251-
method getRequestUrl
168252-
return type java.net.URL
168253-
method getShouldRedirect
168254-
return type com.microsoft.graph.httpcore.middlewareoption.IShouldRedirect
168255-
method getShouldRetry
168256-
return type com.microsoft.graph.httpcore.middlewareoption.IShouldRetry
168257-
method getUseCaches
168258-
return type boolean
168259-
method orderBy
168260-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168261-
param arg0 : java.lang.String
168262-
method post
168263-
return type com.microsoft.graph.http.BaseCollectionPage
168264-
method postAsync
168265-
return type java.util.concurrent.CompletableFuture
168266-
method select
168267-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168268-
param arg0 : java.lang.String
168269-
method setDelay
168270-
return type void
168271-
param arg0 : long
168272-
method setMaxRedirects
168273-
return type void
168274-
param arg0 : int
168275-
method setMaxRetries
168276-
return type void
168277-
param arg0 : int
168278-
method setShouldRedirect
168279-
return type void
168280-
param arg0 : com.microsoft.graph.httpcore.middlewareoption.IShouldRedirect
168281-
method setShouldRetry
168282-
return type void
168283-
param arg0 : com.microsoft.graph.httpcore.middlewareoption.IShouldRetry
168284-
method setUseCaches
168285-
return type void
168286-
param arg0 : boolean
168287-
method skipToken
168288-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168289-
param arg0 : java.lang.String
168290-
method skip
168291-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168292-
param arg0 : int
168293-
method top
168294-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168295-
param arg0 : int
168296-
method withHttpMethod
168297-
return type com.microsoft.graph.http.IHttpRequest
168298-
param arg0 : com.microsoft.graph.http.HttpMethod
168299-
class com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequestBuilder : com.microsoft.graph.http.BaseActionCollectionRequestBuilder
168300-
method buildRequest
168301-
return type com.microsoft.graph.http.BaseCollectionRequest
168302-
param arg0 : [Lcom.microsoft.graph.options.Option;
168303-
method buildRequest
168304-
return type com.microsoft.graph.http.BaseCollectionRequest
168305-
param arg0 : java.util.List
168306-
method buildRequest
168307-
return type com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionRequest
168308-
param arg0 : java.util.List
168309-
method byId
168310-
return type com.microsoft.graph.http.BaseRequestBuilder
168311-
param arg0 : java.lang.String
168312-
method getClient
168313-
return type com.microsoft.graph.core.IBaseClient
168314-
method getOptions
168315-
return type java.util.List
168316-
param arg0 : [Lcom.microsoft.graph.options.Option;
168317-
method getRequestUrl
168318-
return type java.lang.String
168319-
method getRequestUrlWithAdditionalParameter
168320-
return type java.lang.String
168321-
param arg0 : java.lang.String
168322-
method getRequestUrlWithAdditionalSegment
168323-
return type java.lang.String
168324-
param arg0 : java.lang.String
168325-
class com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityDeleteDevicesCollectionResponse : com.microsoft.graph.http.BaseCollectionResponse
168326-
property nextLink : java.lang.String
168327-
property value : java.util.List
168328-
method additionalDataManager
168329-
return type com.microsoft.graph.serializer.AdditionalDataManager
168330-
method nextLink
168331-
return type java.lang.String
168332-
method setRawObject
168333-
return type void
168334-
param arg0 : com.microsoft.graph.serializer.ISerializer
168335-
param arg1 : com.google.gson.JsonObject
168336-
method values
168337-
return type java.util.List
168338168174
class com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityRequest : com.microsoft.graph.http.BaseRequest
168339168175
property REQUEST_STATS_HEADER_VALUE_FORMAT_STRING : java.lang.String
168340168176
method addFunctionOption

0 commit comments

Comments
 (0)