@microsoft/msgraph-beta-sdk-admin
Version:
Admin fluent API for Microsoft Graph
76 lines • 3.98 kB
JavaScript
/* 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';
// @ts-ignore
import { createPolicyIdentifierDetailFromDiscriminatorValue, serializePolicyIdentifierDetail } from '@microsoft/msgraph-beta-sdk/models/teamsAdministration/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 {GetPolicyIdWithTypeWithNameGetResponse}
*/
// @ts-ignore
export function createGetPolicyIdWithTypeWithNameGetResponseFromDiscriminatorValue(parseNode) {
return deserializeIntoGetPolicyIdWithTypeWithNameGetResponse;
}
/**
* The deserialization information for the current model
* @param GetPolicyIdWithTypeWithNameGetResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
// @ts-ignore
export function deserializeIntoGetPolicyIdWithTypeWithNameGetResponse(getPolicyIdWithTypeWithNameGetResponse = {}) {
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(getPolicyIdWithTypeWithNameGetResponse)), { "value": n => { getPolicyIdWithTypeWithNameGetResponse.value = n.getCollectionOfObjectValues(createPolicyIdentifierDetailFromDiscriminatorValue); } });
}
/**
* Serializes information the current object
* @param GetPolicyIdWithTypeWithNameGetResponse The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
// @ts-ignore
export function serializeGetPolicyIdWithTypeWithNameGetResponse(writer, getPolicyIdWithTypeWithNameGetResponse = {}, isSerializingDerivedType = false) {
if (!getPolicyIdWithTypeWithNameGetResponse || isSerializingDerivedType) {
return;
}
serializeBaseCollectionPaginationCountResponse(writer, getPolicyIdWithTypeWithNameGetResponse, isSerializingDerivedType);
writer.writeCollectionOfObjectValues("value", getPolicyIdWithTypeWithNameGetResponse.value, serializePolicyIdentifierDetail);
}
/**
* Uri template for the request builder.
*/
export const MicrosoftGraphTeamsAdministrationGetPolicyIdWithTypeWithNameRequestBuilderUriTemplate = "{+baseurl}/admin/teams/policy/microsoft.graph.teamsAdministration.getPolicyId(type='{type}',name='{name}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
/**
* Mapper for query parameters from symbol name to serialization name represented as a constant.
*/
const MicrosoftGraphTeamsAdministrationGetPolicyIdWithTypeWithNameRequestBuilderGetQueryParametersMapper = {
"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 MicrosoftGraphTeamsAdministrationGetPolicyIdWithTypeWithNameRequestBuilderRequestsMetadata = {
get: {
uriTemplate: MicrosoftGraphTeamsAdministrationGetPolicyIdWithTypeWithNameRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
XXX: createODataErrorFromDiscriminatorValue,
},
adapterMethodName: "send",
responseBodyFactory: createGetPolicyIdWithTypeWithNameGetResponseFromDiscriminatorValue,
queryParametersMapper: MicrosoftGraphTeamsAdministrationGetPolicyIdWithTypeWithNameRequestBuilderGetQueryParametersMapper,
},
};
/* tslint:enable */
/* eslint-enable */
//# sourceMappingURL=index.js.map