@microsoft/msgraph-beta-sdk-devicemanagement
Version:
DeviceManagement fluent API for Microsoft Graph
74 lines • 4.27 kB
JavaScript
/* tslint:disable */
/* eslint-disable */
// Generated by Microsoft Kiota
// @ts-ignore
import { createUserExperienceAnalyticsResourcePerformanceFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse, serializeUserExperienceAnalyticsResourcePerformance } from '@microsoft/msgraph-beta-sdk/models/index.js';
// @ts-ignore
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js';
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {SummarizeDeviceResourcePerformanceWithSummarizeByGetResponse}
*/
// @ts-ignore
export function createSummarizeDeviceResourcePerformanceWithSummarizeByGetResponseFromDiscriminatorValue(parseNode) {
return deserializeIntoSummarizeDeviceResourcePerformanceWithSummarizeByGetResponse;
}
/**
* The deserialization information for the current model
* @param SummarizeDeviceResourcePerformanceWithSummarizeByGetResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
// @ts-ignore
export function deserializeIntoSummarizeDeviceResourcePerformanceWithSummarizeByGetResponse(summarizeDeviceResourcePerformanceWithSummarizeByGetResponse = {}) {
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(summarizeDeviceResourcePerformanceWithSummarizeByGetResponse)), { "value": n => { summarizeDeviceResourcePerformanceWithSummarizeByGetResponse.value = n.getCollectionOfObjectValues(createUserExperienceAnalyticsResourcePerformanceFromDiscriminatorValue); } });
}
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param SummarizeDeviceResourcePerformanceWithSummarizeByGetResponse The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
// @ts-ignore
export function serializeSummarizeDeviceResourcePerformanceWithSummarizeByGetResponse(writer, summarizeDeviceResourcePerformanceWithSummarizeByGetResponse = {}, isSerializingDerivedType = false) {
if (!summarizeDeviceResourcePerformanceWithSummarizeByGetResponse || isSerializingDerivedType) {
return;
}
serializeBaseCollectionPaginationCountResponse(writer, summarizeDeviceResourcePerformanceWithSummarizeByGetResponse, isSerializingDerivedType);
writer.writeCollectionOfObjectValues("value", summarizeDeviceResourcePerformanceWithSummarizeByGetResponse.value, serializeUserExperienceAnalyticsResourcePerformance);
}
/**
* Uri template for the request builder.
*/
export const SummarizeDeviceResourcePerformanceWithSummarizeByRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
/**
* Mapper for query parameters from symbol name to serialization name represented as a constant.
*/
const SummarizeDeviceResourcePerformanceWithSummarizeByRequestBuilderGetQueryParametersMapper = {
"count": "%24count",
"expand": "%24expand",
"filter": "%24filter",
"orderby": "%24orderby",
"search": "%24search",
"select": "%24select",
"skip": "%24skip",
"top": "%24top",
};
/**
* Metadata for all the requests in the request builder.
*/
export const SummarizeDeviceResourcePerformanceWithSummarizeByRequestBuilderRequestsMetadata = {
get: {
uriTemplate: SummarizeDeviceResourcePerformanceWithSummarizeByRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
XXX: createODataErrorFromDiscriminatorValue,
},
adapterMethodName: "send",
responseBodyFactory: createSummarizeDeviceResourcePerformanceWithSummarizeByGetResponseFromDiscriminatorValue,
queryParametersMapper: SummarizeDeviceResourcePerformanceWithSummarizeByRequestBuilderGetQueryParametersMapper,
},
};
/* tslint:enable */
/* eslint-enable */
//# sourceMappingURL=index.js.map