UNPKG

@microsoft/msgraph-beta-sdk-users

Version:
67 lines 3.48 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { createManagedDeviceSummarizedAppStateFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse, serializeManagedDeviceSummarizedAppState } 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 {GetManagedDevicesWithFailedOrPendingAppsGetResponse} */ // @ts-ignore export function createGetManagedDevicesWithFailedOrPendingAppsGetResponseFromDiscriminatorValue(parseNode) { return deserializeIntoGetManagedDevicesWithFailedOrPendingAppsGetResponse; } /** * The deserialization information for the current model * @returns {Record<string, (node: ParseNode) => void>} */ // @ts-ignore export function deserializeIntoGetManagedDevicesWithFailedOrPendingAppsGetResponse(getManagedDevicesWithFailedOrPendingAppsGetResponse = {}) { return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(getManagedDevicesWithFailedOrPendingAppsGetResponse)), { "value": n => { getManagedDevicesWithFailedOrPendingAppsGetResponse.value = n.getCollectionOfObjectValues(createManagedDeviceSummarizedAppStateFromDiscriminatorValue); } }); } /** * Serializes information the current object * @param writer Serialization writer to use to serialize this model */ // @ts-ignore export function serializeGetManagedDevicesWithFailedOrPendingAppsGetResponse(writer, getManagedDevicesWithFailedOrPendingAppsGetResponse = {}) { if (getManagedDevicesWithFailedOrPendingAppsGetResponse) { serializeBaseCollectionPaginationCountResponse(writer, getManagedDevicesWithFailedOrPendingAppsGetResponse); writer.writeCollectionOfObjectValues("value", getManagedDevicesWithFailedOrPendingAppsGetResponse.value, serializeManagedDeviceSummarizedAppState); } } /** * Uri template for the request builder. */ export const GetManagedDevicesWithFailedOrPendingAppsRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/getManagedDevicesWithFailedOrPendingApps(){?%24count,%24filter,%24search,%24skip,%24top}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const GetManagedDevicesWithFailedOrPendingAppsRequestBuilderGetQueryParametersMapper = { "count": "%24count", "filter": "%24filter", "search": "%24search", "skip": "%24skip", "top": "%24top", }; /** * Metadata for all the requests in the request builder. */ export const GetManagedDevicesWithFailedOrPendingAppsRequestBuilderRequestsMetadata = { get: { uriTemplate: GetManagedDevicesWithFailedOrPendingAppsRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createGetManagedDevicesWithFailedOrPendingAppsGetResponseFromDiscriminatorValue, queryParametersMapper: GetManagedDevicesWithFailedOrPendingAppsRequestBuilderGetQueryParametersMapper, }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map