UNPKG

@microsoft/msgraph-beta-sdk-devicemanagement

Version:
71 lines 3.98 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { createCloudPcSnapshotImportActionResultFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse, serializeCloudPcSnapshotImportActionResult } 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 {RetrieveSnapshotImportResultsWithSnapshotIdGetResponse} */ // @ts-ignore export function createRetrieveSnapshotImportResultsWithSnapshotIdGetResponseFromDiscriminatorValue(parseNode) { return deserializeIntoRetrieveSnapshotImportResultsWithSnapshotIdGetResponse; } /** * The deserialization information for the current model * @param RetrieveSnapshotImportResultsWithSnapshotIdGetResponse The instance to deserialize into. * @returns {Record<string, (node: ParseNode) => void>} */ // @ts-ignore export function deserializeIntoRetrieveSnapshotImportResultsWithSnapshotIdGetResponse(retrieveSnapshotImportResultsWithSnapshotIdGetResponse = {}) { return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(retrieveSnapshotImportResultsWithSnapshotIdGetResponse)), { "value": n => { retrieveSnapshotImportResultsWithSnapshotIdGetResponse.value = n.getCollectionOfObjectValues(createCloudPcSnapshotImportActionResultFromDiscriminatorValue); } }); } /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. * @param RetrieveSnapshotImportResultsWithSnapshotIdGetResponse The instance to serialize from. * @param writer Serialization writer to use to serialize this model */ // @ts-ignore export function serializeRetrieveSnapshotImportResultsWithSnapshotIdGetResponse(writer, retrieveSnapshotImportResultsWithSnapshotIdGetResponse = {}, isSerializingDerivedType = false) { if (!retrieveSnapshotImportResultsWithSnapshotIdGetResponse || isSerializingDerivedType) { return; } serializeBaseCollectionPaginationCountResponse(writer, retrieveSnapshotImportResultsWithSnapshotIdGetResponse, isSerializingDerivedType); writer.writeCollectionOfObjectValues("value", retrieveSnapshotImportResultsWithSnapshotIdGetResponse.value, serializeCloudPcSnapshotImportActionResult); } /** * Uri template for the request builder. */ export const RetrieveSnapshotImportResultsWithSnapshotIdRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/snapshots/retrieveSnapshotImportResults(snapshotId='{snapshotId}'){?%24count,%24filter,%24search,%24skip,%24top}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const RetrieveSnapshotImportResultsWithSnapshotIdRequestBuilderGetQueryParametersMapper = { "count": "%24count", "filter": "%24filter", "search": "%24search", "skip": "%24skip", "top": "%24top", }; /** * Metadata for all the requests in the request builder. */ export const RetrieveSnapshotImportResultsWithSnapshotIdRequestBuilderRequestsMetadata = { get: { uriTemplate: RetrieveSnapshotImportResultsWithSnapshotIdRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createRetrieveSnapshotImportResultsWithSnapshotIdGetResponseFromDiscriminatorValue, queryParametersMapper: RetrieveSnapshotImportResultsWithSnapshotIdRequestBuilderGetQueryParametersMapper, }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map