/** * Nudm_SDM * Nudm Subscriber Data Management Service. � 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. * * The version of the OpenAPI document: 2.1.0.alpha-1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /* * SMFSelectionSubscriptionDataRetrievalApiImpl.h * * */ #ifndef SMF_SELECTION_SUBSCRIPTION_DATA_RETRIEVAL_API_IMPL_H_ #define SMF_SELECTION_SUBSCRIPTION_DATA_RETRIEVAL_API_IMPL_H_ #include <pistache/endpoint.h> #include <pistache/http.h> #include <pistache/router.h> #include <memory> #include <SMFSelectionSubscriptionDataRetrievalApi.h> #include <pistache/optional.h> #include "PlmnId.h" #include "ProblemDetails.h" #include "SmfSelectionSubscriptionData.h" #include <string> namespace oai { namespace udm { namespace api { using namespace oai::udm::model; class SMFSelectionSubscriptionDataRetrievalApiImpl : public oai::udm::api::SMFSelectionSubscriptionDataRetrievalApi { public: SMFSelectionSubscriptionDataRetrievalApiImpl(std::shared_ptr<Pistache::Rest::Router>); ~SMFSelectionSubscriptionDataRetrievalApiImpl() {} void get_smf_sel_data(const std::string &supi, const Pistache::Optional<std::string> &supportedFeatures, const Pistache::Optional<PlmnId> &plmnId, const Pistache::Optional<Pistache::Http::Header::Raw> &ifNoneMatch, const Pistache::Optional<Pistache::Http::Header::Raw> &ifModifiedSince, Pistache::Http::ResponseWriter &response); }; } } } #endif