|
35468 | 35468 | return type void |
35469 | 35469 | param arg0 : com.microsoft.graph.serializer.ISerializer |
35470 | 35470 | 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 |
35472 | 35472 | property classes : com.microsoft.graph.requests.EducationClassCollectionPage |
35473 | | - property id : java.lang.String |
35474 | 35473 | property me : com.microsoft.graph.models.EducationUser |
35475 | 35474 | property oDataType : java.lang.String |
35476 | 35475 | property schools : com.microsoft.graph.requests.EducationSchoolCollectionPage |
|
44206 | 44205 | return type java.util.List |
44207 | 44206 | method newBuilder |
44208 | 44207 | 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 |
44209 | 44214 | class com.microsoft.graph.models.ManagedDeviceBypassActivationLockParameterSet |
44210 | 44215 | method getFunctionOptions |
44211 | 44216 | return type java.util.List |
@@ -213961,8 +213966,6 @@ |
213961 | 213966 | return type com.microsoft.graph.requests.AuthenticationMethodsPolicyRequestBuilder |
213962 | 213967 | method batch |
213963 | 213968 | return type com.microsoft.graph.content.BatchRequestBuilder |
213964 | | - method bitlocker |
213965 | | - return type com.microsoft.graph.requests.BitlockerRequestBuilder |
213966 | 213969 | method bookingBusinesses |
213967 | 213970 | return type com.microsoft.graph.requests.BookingBusinessCollectionRequestBuilder |
213968 | 213971 | method bookingBusinesses |
@@ -260795,6 +260798,100 @@ |
260795 | 260798 | method getRequestUrlWithAdditionalSegment |
260796 | 260799 | return type java.lang.String |
260797 | 260800 | 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 |
260798 | 260895 | class com.microsoft.graph.requests.ManagedDeviceBypassActivationLockRequest : com.microsoft.graph.http.BaseRequest |
260799 | 260896 | property REQUEST_STATS_HEADER_VALUE_FORMAT_STRING : java.lang.String |
260800 | 260897 | method addFunctionOption |
@@ -261491,6 +261588,9 @@ |
261491 | 261588 | method buildRequest |
261492 | 261589 | return type com.microsoft.graph.http.BaseCollectionRequest |
261493 | 261590 | param arg0 : java.util.List |
| 261591 | + method bulkReprovisionCloudPc |
| 261592 | + return type com.microsoft.graph.requests.ManagedDeviceBulkReprovisionCloudPcRequestBuilder |
| 261593 | + param arg0 : com.microsoft.graph.models.ManagedDeviceBulkReprovisionCloudPcParameterSet |
261494 | 261594 | method byId |
261495 | 261595 | return type com.microsoft.graph.http.BaseRequestBuilder |
261496 | 261596 | param arg0 : java.lang.String |
|
0 commit comments