UNPKG

@microsoft/msgraph-beta-sdk-devicemanagement

Version:
62 lines 2.96 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse } 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 {GetScopesForUserWithUseridGetResponse} */ export function createGetScopesForUserWithUseridGetResponseFromDiscriminatorValue(parseNode) { return deserializeIntoGetScopesForUserWithUseridGetResponse; } /** * The deserialization information for the current model * @returns {Record<string, (node: ParseNode) => void>} */ export function deserializeIntoGetScopesForUserWithUseridGetResponse(getScopesForUserWithUseridGetResponse = {}) { return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(getScopesForUserWithUseridGetResponse)), { "value": n => { getScopesForUserWithUseridGetResponse.value = n.getCollectionOfPrimitiveValues(); } }); } /** * Serializes information the current object * @param writer Serialization writer to use to serialize this model */ export function serializeGetScopesForUserWithUseridGetResponse(writer, getScopesForUserWithUseridGetResponse = {}) { serializeBaseCollectionPaginationCountResponse(writer, getScopesForUserWithUseridGetResponse); writer.writeCollectionOfPrimitiveValues("value", getScopesForUserWithUseridGetResponse.value); } /** * Uri template for the request builder. */ export const GetScopesForUserWithUseridRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/resourceOperations/{resourceOperation%2Did}/getScopesForUser(userid='{userid}'){?%24count,%24filter,%24search,%24skip,%24top}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const GetScopesForUserWithUseridRequestBuilderGetQueryParametersMapper = { "count": "%24count", "filter": "%24filter", "search": "%24search", "skip": "%24skip", "top": "%24top", }; /** * Metadata for all the requests in the request builder. */ export const GetScopesForUserWithUseridRequestBuilderRequestsMetadata = { get: { uriTemplate: GetScopesForUserWithUseridRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createGetScopesForUserWithUseridGetResponseFromDiscriminatorValue, queryParametersMapper: GetScopesForUserWithUseridRequestBuilderGetQueryParametersMapper, }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map