Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2021 Changes in this version + type AMF3GPPAccessRegistrationDocumentApiService service + func (a *AMF3GPPAccessRegistrationDocumentApiService) AmfContext3gpp(ctx context.Context, ueId string, patchItem []models.PatchItem) (*http.Response, error) + func (a *AMF3GPPAccessRegistrationDocumentApiService) CreateAmfContext3gpp(ctx context.Context, ueId string, ...) (*http.Response, error) + func (a *AMF3GPPAccessRegistrationDocumentApiService) QueryAmfContext3gpp(ctx context.Context, ueId string, ...) (models.Amf3GppAccessRegistration, *http.Response, error) + type AMFNon3GPPAccessRegistrationDocumentApiService service + func (a *AMFNon3GPPAccessRegistrationDocumentApiService) AmfContextNon3gpp(ctx context.Context, ueId string, patchItem []models.PatchItem) (*http.Response, error) + func (a *AMFNon3GPPAccessRegistrationDocumentApiService) CreateAmfContextNon3gpp(ctx context.Context, ueId string, ...) (*http.Response, error) + func (a *AMFNon3GPPAccessRegistrationDocumentApiService) QueryAmfContextNon3gpp(ctx context.Context, ueId string, ...) (models.AmfNon3GppAccessRegistration, *http.Response, error) + type APIClient struct + AMF3GPPAccessRegistrationDocumentApi *AMF3GPPAccessRegistrationDocumentApiService + AMFNon3GPPAccessRegistrationDocumentApi *AMFNon3GPPAccessRegistrationDocumentApiService + AccessAndMobilityDataApi *AccessAndMobilityDataApiService + AccessAndMobilitySubscriptionDataDocumentApi *AccessAndMobilitySubscriptionDataDocumentApiService + AmfSubscriptionInfoDocumentApi *AmfSubscriptionInfoDocumentApiService + AuthEventDocumentApi *AuthEventDocumentApiService + AuthenticationDataDocumentApi *AuthenticationDataDocumentApiService + AuthenticationSoRDocumentApi *AuthenticationSoRDocumentApiService + AuthenticationStatusDocumentApi *AuthenticationStatusDocumentApiService + CreateAMFSubscriptionInfoDocumentApi *CreateAMFSubscriptionInfoDocumentApiService + DataChangeNotifyCallbackDocumentApi *DataChangeNotifyCallbackDocumentApiService + DefaultApi *DefaultApiService + EventAMFSubscriptionInfoDocumentApi *EventAMFSubscriptionInfoDocumentApiService + EventExposureDataDocumentApi *EventExposureDataDocumentApiService + EventExposureGroupSubscriptionsCollectionApi *EventExposureGroupSubscriptionsCollectionApiService + EventExposureSubscriptionDocumentApi *EventExposureSubscriptionDocumentApiService + EventExposureSubscriptionsCollectionApi *EventExposureSubscriptionsCollectionApiService + OperatorSpecificDataContainerDocumentApi *OperatorSpecificDataContainerDocumentApiService + ParameterProvisionDocumentApi *ParameterProvisionDocumentApiService + PduSessionManagementDataApi *PduSessionManagementDataApiService + PolicyDataChangeNotificationCallbackDocumentApi *PolicyDataChangeNotificationCallbackDocumentApiService + ProvisionedDataDocumentApi *ProvisionedDataDocumentApiService + ProvisionedParameterDataDocumentApi *ProvisionedParameterDataDocumentApiService + QueryAMFSubscriptionInfoDocumentApi *QueryAMFSubscriptionInfoDocumentApiService + QueryIdentityDataBySUPIOrGPSIDocumentApi *QueryIdentityDataBySUPIOrGPSIDocumentApiService + QueryODBDataBySUPIOrGPSIDocumentApi *QueryODBDataBySUPIOrGPSIDocumentApiService + RetrievalOfSharedDataApi *RetrievalOfSharedDataApiService + SDMSubscriptionDocumentApi *SDMSubscriptionDocumentApiService + SDMSubscriptionsCollectionApi *SDMSubscriptionsCollectionApiService + SMFRegistrationDocumentApi *SMFRegistrationDocumentApiService + SMFRegistrationsCollectionApi *SMFRegistrationsCollectionApiService + SMFSelectionSubscriptionDataDocumentApi *SMFSelectionSubscriptionDataDocumentApiService + SMSF3GPPRegistrationDocumentApi *SMSF3GPPRegistrationDocumentApiService + SMSFNon3GPPRegistrationDocumentApi *SMSFNon3GPPRegistrationDocumentApiService + SMSManagementSubscriptionDataDocumentApi *SMSManagementSubscriptionDataDocumentApiService + SMSSubscriptionDataDocumentApi *SMSSubscriptionDataDocumentApiService + SessionManagementSubscriptionDataApi *SessionManagementSubscriptionDataApiService + SubsToNofifyCollectionApi *SubsToNofifyCollectionApiService + SubsToNotifyDocumentApi *SubsToNotifyDocumentApiService + TraceDataDocumentApi *TraceDataDocumentApiService + func NewAPIClient(cfg *Configuration) *APIClient + type AccessAndMobilityDataApiService service + func (a *AccessAndMobilityDataApiService) CreateAccessAndMobilityData(ctx context.Context, ueId string, ...) (*http.Response, error) + func (a *AccessAndMobilityDataApiService) DeleteAccessAndMobilityData(ctx context.Context, ueId string) (*http.Response, error) + func (a *AccessAndMobilityDataApiService) QueryAccessAndMobilityData(ctx context.Context, ueId string, ...) (models.AccessAndMobilityData, *http.Response, error) + type AccessAndMobilitySubscriptionDataDocumentApiService service + func (a *AccessAndMobilitySubscriptionDataDocumentApiService) QueryAmData(ctx context.Context, ueId string, servingPlmnId string, ...) (models.AccessAndMobilitySubscriptionData, *http.Response, error) + type AmfSubscriptionInfoDocumentApiService service + func (a *AmfSubscriptionInfoDocumentApiService) ModifyAmfSubscriptionInfo(ctx context.Context, ueId string, subsId string, patchItem []models.PatchItem) (*http.Response, error) + type ApplicationDataInfluenceDataGetParamOpts struct + Dnns optional.Interface + InfluenceIds optional.Interface + InternalGroupIds optional.Interface + Snssais optional.Interface + Supis optional.Interface + type ApplicationDataInfluenceDataSubsToNotifyGetParamOpts struct + Dnn optional.String + InternalGroupId optional.String + Snssai optional.Interface + Supi optional.String + type ApplicationDataPfdsGetParamOpts struct + AppId optional.Interface + type AuthEventDocumentApiService service + func (a *AuthEventDocumentApiService) QueryAuthenticationStatus(ctx context.Context, ueId string, ...) (models.AuthEvent, *http.Response, error) + type AuthenticationDataDocumentApiService service + func (a *AuthenticationDataDocumentApiService) ModifyAuthentication(ctx context.Context, ueId string, patchItem []models.PatchItem) (*http.Response, error) + func (a *AuthenticationDataDocumentApiService) QueryAuthSubsData(ctx context.Context, ueId string, ...) (models.AuthenticationSubscription, *http.Response, error) + type AuthenticationSoRDocumentApiService service + func (a *AuthenticationSoRDocumentApiService) CreateAuthenticationSoR(ctx context.Context, ueId string, ...) (*http.Response, error) + func (a *AuthenticationSoRDocumentApiService) QueryAuthSoR(ctx context.Context, ueId string, localVarOptionals *QueryAuthSoRParamOpts) (models.SorData, *http.Response, error) + type AuthenticationStatusDocumentApiService service + func (a *AuthenticationStatusDocumentApiService) CreateAuthenticationStatus(ctx context.Context, ueId string, ...) (*http.Response, error) + type Configuration struct + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) BasePath() string + func (c *Configuration) DefaultHeader() map[string]string + func (c *Configuration) HTTPClient() *http.Client + func (c *Configuration) Host() string + func (c *Configuration) SetBasePath(apiRoot string) + func (c *Configuration) SetHost(host string) + func (c *Configuration) SetUserAgent(userAgent string) + func (c *Configuration) UserAgent() string + type CreateAMFSubscriptionInfoDocumentApiService service + func (a *CreateAMFSubscriptionInfoDocumentApiService) CreateAMFSubscriptions(ctx context.Context, ueId string, subsId string, ...) (*http.Response, error) + type CreateAccessAndMobilityDataParamOpts struct + AccessAndMobilityData optional.Interface + type CreateAmfContext3gppParamOpts struct + Amf3GppAccessRegistration optional.Interface + type CreateAmfContextNon3gppParamOpts struct + AmfNon3GppAccessRegistration optional.Interface + type CreateAuthenticationSoRParamOpts struct + SorData optional.Interface + SupportedFeatures optional.String + type CreateAuthenticationStatusParamOpts struct + AuthEvent optional.Interface + type CreateSessionManagementDataParamOpts struct + PduSessionManagementData optional.Interface + type CreateSmfContextNon3gppParamOpts struct + SmfRegistration optional.Interface + type CreateSmsfContext3gppParamOpts struct + SmsfRegistration optional.Interface + type CreateSmsfContextNon3gppParamOpts struct + SmsfRegistration optional.Interface + type DataChangeNotifyCallbackDocumentApiService service + func (a *DataChangeNotifyCallbackDocumentApiService) OnDataChangeNotify(ctx context.Context, onDataChangeNotifyUrl string, ...) (*http.Response, error) + type DefaultApiService service + func (a *DefaultApiService) ApplicationDataInfluenceDataGet(ctx context.Context, ...) ([]models.TrafficInfluData, *http.Response, error) + func (a *DefaultApiService) ApplicationDataInfluenceDataInfluenceIdDelete(ctx context.Context, influenceId string) (*http.Response, error) + func (a *DefaultApiService) ApplicationDataInfluenceDataInfluenceIdPatch(ctx context.Context, influenceId string, ...) (models.TrafficInfluData, *http.Response, error) + func (a *DefaultApiService) ApplicationDataInfluenceDataInfluenceIdPut(ctx context.Context, influenceId string, ...) (models.TrafficInfluData, *http.Response, error) + func (a *DefaultApiService) ApplicationDataInfluenceDataSubsToNotifyGet(ctx context.Context, ...) ([]models.TrafficInfluSub, *http.Response, error) + func (a *DefaultApiService) ApplicationDataInfluenceDataSubsToNotifyPost(ctx context.Context, trafficInfluSub models.TrafficInfluSub) (models.TrafficInfluSub, *http.Response, error) + func (a *DefaultApiService) ApplicationDataInfluenceDataSubsToNotifySubscriptionIdDelete(ctx context.Context, subscriptionId string) (*http.Response, error) + func (a *DefaultApiService) ApplicationDataInfluenceDataSubsToNotifySubscriptionIdGet(ctx context.Context, subscriptionId string) (models.TrafficInfluSub, *http.Response, error) + func (a *DefaultApiService) ApplicationDataInfluenceDataSubsToNotifySubscriptionIdPut(ctx context.Context, subscriptionId string, ...) (models.TrafficInfluSub, *http.Response, error) + func (a *DefaultApiService) ApplicationDataPfdsAppIdDelete(ctx context.Context, appId string) (*http.Response, error) + func (a *DefaultApiService) ApplicationDataPfdsAppIdGet(ctx context.Context, appId string) (models.PfdDataForApp, *http.Response, error) + func (a *DefaultApiService) ApplicationDataPfdsAppIdPut(ctx context.Context, appId string, pfdDataForApp models.PfdDataForApp) (models.PfdDataForApp, *http.Response, error) + func (a *DefaultApiService) ApplicationDataPfdsGet(ctx context.Context, localVarOptionals *ApplicationDataPfdsGetParamOpts) ([]models.PfdDataForApp, *http.Response, error) + func (a *DefaultApiService) ExposureDataSubsToNotifyPost(ctx context.Context, exposureDataSubscription models.ExposureDataSubscription) (models.ExposureDataSubscription, *http.Response, error) + func (a *DefaultApiService) ExposureDataSubsToNotifySubIdDelete(ctx context.Context, subId string) (*http.Response, error) + func (a *DefaultApiService) ExposureDataSubsToNotifySubIdPut(ctx context.Context, subId string, ...) (models.ExposureDataSubscription, *http.Response, error) + func (a *DefaultApiService) PolicyDataBdtDataBdtReferenceIdDelete(ctx context.Context, bdtReferenceId string) (*http.Response, error) + func (a *DefaultApiService) PolicyDataBdtDataBdtReferenceIdGet(ctx context.Context, bdtReferenceId string) (models.BdtData, *http.Response, error) + func (a *DefaultApiService) PolicyDataBdtDataBdtReferenceIdPut(ctx context.Context, bdtReferenceId string, ...) (*http.Response, error) + func (a *DefaultApiService) PolicyDataBdtDataGet(ctx context.Context) ([]models.BdtData, *http.Response, error) + func (a *DefaultApiService) PolicyDataPlmnsPlmnIdUePolicySetGet(ctx context.Context, plmnId string) (models.UePolicySet, *http.Response, error) + func (a *DefaultApiService) PolicyDataSponsorConnectivityDataSponsorIdGet(ctx context.Context, sponsorId string) (models.SponsorConnectivityData, *http.Response, error) + func (a *DefaultApiService) PolicyDataSubsToNotifyPost(ctx context.Context, localVarOptionals *PolicyDataSubsToNotifyPostParamOpts) (models.PolicyDataSubscription, *http.Response, error) + func (a *DefaultApiService) PolicyDataSubsToNotifySubsIdDelete(ctx context.Context, subsId string) (*http.Response, error) + func (a *DefaultApiService) PolicyDataSubsToNotifySubsIdPut(ctx context.Context, subsId string, ...) (models.PolicyDataSubscription, *http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdAmDataGet(ctx context.Context, ueId string) (models.AmPolicyData, *http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdOperatorSpecificDataGet(ctx context.Context, ueId string, ...) (map[string]models.OperatorSpecificDataContainer, *http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdOperatorSpecificDataPatch(ctx context.Context, ueId string, patchItem []models.PatchItem) (*http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdOperatorSpecificDataPut(ctx context.Context, ueId string, ...) (models.OperatorSpecificDataContainer, *http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdSmDataGet(ctx context.Context, ueId string, ...) (models.SmPolicyData, *http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdSmDataPatch(ctx context.Context, ueId string, ...) (*http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdSmDataUsageMonIdDelete(ctx context.Context, ueId string, usageMonId string) (*http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdSmDataUsageMonIdGet(ctx context.Context, ueId string, usageMonId string) (models.UsageMonData, *http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdSmDataUsageMonIdPut(ctx context.Context, ueId string, usageMonId string, ...) (*http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdUePolicySetGet(ctx context.Context, ueId string) (models.UePolicySet, *http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdUePolicySetPatch(ctx context.Context, ueId string, ...) (*http.Response, error) + func (a *DefaultApiService) PolicyDataUesUeIdUePolicySetPut(ctx context.Context, ueId string, ...) (*http.Response, error) + type EventAMFSubscriptionInfoDocumentApiService service + func (a *EventAMFSubscriptionInfoDocumentApiService) RemoveAmfSubscriptionsInfo(ctx context.Context, ueId string, subsId string) (*http.Response, error) + type EventExposureDataDocumentApiService service + func (a *EventExposureDataDocumentApiService) QueryEEData(ctx context.Context, ueId string, localVarOptionals *QueryEEDataParamOpts) (models.EeProfileData, *http.Response, error) + type EventExposureGroupSubscriptionsCollectionApiService service + func (a *EventExposureGroupSubscriptionsCollectionApiService) CreateEeGroupSubscriptions(ctx context.Context, ueGroupId string, eeSubscription models.EeSubscription) (models.EeSubscription, *http.Response, error) + func (a *EventExposureGroupSubscriptionsCollectionApiService) QueryEeGroupSubscriptions(ctx context.Context, ueGroupId string, ...) ([]models.EeSubscription, *http.Response, error) + type EventExposureSubscriptionDocumentApiService service + func (a *EventExposureSubscriptionDocumentApiService) RemoveEeGroupSubscriptions(ctx context.Context, ueGroupId string, subsId string) (*http.Response, error) + func (a *EventExposureSubscriptionDocumentApiService) RemoveeeSubscriptions(ctx context.Context, ueId string, subsId string) (*http.Response, error) + func (a *EventExposureSubscriptionDocumentApiService) UpdateEeGroupSubscriptions(ctx context.Context, ueGroupId string, subsId string, ...) (*http.Response, error) + func (a *EventExposureSubscriptionDocumentApiService) UpdateEesubscriptions(ctx context.Context, ueId string, subsId string, ...) (*http.Response, error) + type EventExposureSubscriptionsCollectionApiService service + func (a *EventExposureSubscriptionsCollectionApiService) CreateEeSubscriptions(ctx context.Context, ueId string, eeSubscription models.EeSubscription) (models.EeSubscription, *http.Response, error) + func (a *EventExposureSubscriptionsCollectionApiService) Queryeesubscriptions(ctx context.Context, ueId string, ...) ([]models.EeSubscription, *http.Response, error) + type GetIdentityDataParamOpts struct + IfModifiedSince optional.String + IfNoneMatch optional.String + type GetSharedDataParamOpts struct + SupportedFeatures optional.String + type GetppDataParamOpts struct + IfModifiedSince optional.String + IfNoneMatch optional.String + SupportedFeatures optional.String + type OperatorSpecificDataContainerDocumentApiService service + func (a *OperatorSpecificDataContainerDocumentApiService) PatchOperSpecData(ctx context.Context, ueId string, patchItem []models.PatchItem) (*http.Response, error) + func (a *OperatorSpecificDataContainerDocumentApiService) QueryOperSpecData(ctx context.Context, ueId string, ...) (models.OperatorSpecificDataContainer, *http.Response, error) + type ParameterProvisionDocumentApiService service + func (a *ParameterProvisionDocumentApiService) GetppData(ctx context.Context, ueId string, localVarOptionals *GetppDataParamOpts) (models.PpData, *http.Response, error) + type PduSessionManagementDataApiService service + func (a *PduSessionManagementDataApiService) CreateSessionManagementData(ctx context.Context, ueId string, pduSessionId int32, ...) (*http.Response, error) + func (a *PduSessionManagementDataApiService) DeleteSessionManagementData(ctx context.Context, ueId string, pduSessionId int32) (*http.Response, error) + func (a *PduSessionManagementDataApiService) QuerySessionManagementData(ctx context.Context, ueId string, pduSessionId int32, ...) (models.PduSessionManagementData, *http.Response, error) + type PolicyDataBdtDataBdtReferenceIdPutParamOpts struct + BdtData optional.Interface + type PolicyDataChangeNotificationCallbackDocumentApiService service + func (a *PolicyDataChangeNotificationCallbackDocumentApiService) PolicyDataChangeNotification(ctx context.Context, policyDataChangeNotificationUrl string, ...) (*http.Response, error) + type PolicyDataSubsToNotifyPostParamOpts struct + PolicyDataSubscription optional.Interface + type PolicyDataSubsToNotifySubsIdPutParamOpts struct + PolicyDataSubscription optional.Interface + type PolicyDataUesUeIdOperatorSpecificDataGetParamOpts struct + Fields optional.Interface + type PolicyDataUesUeIdSmDataGetParamOpts struct + Dnn optional.String + Fields optional.Interface + Snssai optional.Interface + type PolicyDataUesUeIdSmDataPatchParamOpts struct + RequestBody optional.Interface + type PolicyDataUesUeIdSmDataUsageMonIdPutParamOpts struct + UsageMonData optional.Interface + type PolicyDataUesUeIdUePolicySetPatchParamOpts struct + UePolicySet optional.Interface + type PolicyDataUesUeIdUePolicySetPutParamOpts struct + UePolicySet optional.Interface + type ProvisionedDataDocumentApiService service + func (a *ProvisionedDataDocumentApiService) QueryProvisionedData(ctx context.Context, ueId string, servingPlmnId string, ...) (models.ProvisionedDataSets, *http.Response, error) + type ProvisionedParameterDataDocumentApiService service + func (a *ProvisionedParameterDataDocumentApiService) ModifyPpData(ctx context.Context, ueId string, patchItem []models.PatchItem) (*http.Response, error) + type QueryAMFSubscriptionInfoDocumentApiService service + func (a *QueryAMFSubscriptionInfoDocumentApiService) GetAmfSubscriptionInfo(ctx context.Context, ueId string, subsId string) ([]models.AmfSubscriptionInfo, *http.Response, error) + type QueryAccessAndMobilityDataParamOpts struct + SuppFeat optional.String + type QueryAmDataParamOpts struct + Fields optional.Interface + IfModifiedSince optional.String + IfNoneMatch optional.String + SupportedFeatures optional.String + type QueryAmfContext3gppParamOpts struct + Fields optional.Interface + SupportedFeatures optional.String + type QueryAmfContextNon3gppParamOpts struct + Fields optional.Interface + SupportedFeatures optional.String + type QueryAuthSoRParamOpts struct + SupportedFeatures optional.String + type QueryAuthSubsDataParamOpts struct + SupportedFeatures optional.String + type QueryAuthenticationStatusParamOpts struct + Fields optional.Interface + SupportedFeatures optional.String + type QueryEEDataParamOpts struct + Fields optional.Interface + SupportedFeatures optional.String + type QueryEeGroupSubscriptionsParamOpts struct + SupportedFeatures optional.String + type QueryIdentityDataBySUPIOrGPSIDocumentApiService service + func (a *QueryIdentityDataBySUPIOrGPSIDocumentApiService) GetIdentityData(ctx context.Context, ueId string, localVarOptionals *GetIdentityDataParamOpts) (models.IdentityData, *http.Response, error) + type QueryODBDataBySUPIOrGPSIDocumentApiService service + func (a *QueryODBDataBySUPIOrGPSIDocumentApiService) GetOdbData(ctx context.Context, ueId string) (models.OperatorDeterminedBarringData, *http.Response, error) + type QueryOperSpecDataParamOpts struct + Fields optional.Interface + IfModifiedSince optional.String + IfNoneMatch optional.String + SupportedFeatures optional.String + type QueryProvisionedDataParamOpts struct + DatasetNames optional.Interface + type QuerySessionManagementDataParamOpts struct + Dnn optional.String + Fields optional.Interface + Ipv4Addr optional.String + Ipv6Prefix optional.Interface + SuppFeat optional.String + type QuerySmDataParamOpts struct + Dnn optional.String + Fields optional.Interface + IfModifiedSince optional.String + IfNoneMatch optional.String + SingleNssai optional.Interface + SupportedFeatures optional.String + type QuerySmfRegListParamOpts struct + SupportedFeatures optional.String + type QuerySmfRegistrationParamOpts struct + Fields optional.Interface + SupportedFeatures optional.String + type QuerySmfSelectDataParamOpts struct + Fields optional.Interface + IfModifiedSince optional.String + IfNoneMatch optional.String + SupportedFeatures optional.String + type QuerySmsDataParamOpts struct + IfModifiedSince optional.String + IfNoneMatch optional.String + SupportedFeatures optional.String + type QuerySmsMngDataParamOpts struct + IfModifiedSince optional.String + IfNoneMatch optional.String + SupportedFeatures optional.String + type QuerySmsfContext3gppParamOpts struct + Fields optional.Interface + SupportedFeatures optional.String + type QuerySmsfContextNon3gppParamOpts struct + Fields optional.Interface + SupportedFeatures optional.String + type QueryTraceDataParamOpts struct + IfModifiedSince optional.String + IfNoneMatch optional.String + type QueryeesubscriptionsParamOpts struct + SupportedFeatures optional.String + type QuerysdmsubscriptionsParamOpts struct + SupportedFeatures optional.String + type RetrievalOfSharedDataApiService service + func (a *RetrievalOfSharedDataApiService) GetSharedData(ctx context.Context, sharedDataIds []string, ...) ([]models.SharedData, *http.Response, error) + type SDMSubscriptionDocumentApiService service + func (a *SDMSubscriptionDocumentApiService) RemovesdmSubscriptions(ctx context.Context, ueId string, subsId string) (*http.Response, error) + func (a *SDMSubscriptionDocumentApiService) Updatesdmsubscriptions(ctx context.Context, ueId string, subsId string, ...) (*http.Response, error) + type SDMSubscriptionsCollectionApiService service + func (a *SDMSubscriptionsCollectionApiService) CreateSdmSubscriptions(ctx context.Context, ueId string, sdmSubscription models.SdmSubscription) (models.SdmSubscription, *http.Response, error) + func (a *SDMSubscriptionsCollectionApiService) Querysdmsubscriptions(ctx context.Context, ueId string, ...) ([]models.SdmSubscription, *http.Response, error) + type SMFRegistrationDocumentApiService service + func (a *SMFRegistrationDocumentApiService) CreateSmfContextNon3gpp(ctx context.Context, ueId string, pduSessionId int32, ...) (*http.Response, error) + func (a *SMFRegistrationDocumentApiService) DeleteSmfContext(ctx context.Context, ueId string, pduSessionId string) (*http.Response, error) + func (a *SMFRegistrationDocumentApiService) QuerySmfRegistration(ctx context.Context, ueId string, pduSessionId string, ...) (models.SmfRegistration, *http.Response, error) + type SMFRegistrationsCollectionApiService service + func (a *SMFRegistrationsCollectionApiService) QuerySmfRegList(ctx context.Context, ueId string, localVarOptionals *QuerySmfRegListParamOpts) ([]models.SmfRegistration, *http.Response, error) + type SMFSelectionSubscriptionDataDocumentApiService service + func (a *SMFSelectionSubscriptionDataDocumentApiService) QuerySmfSelectData(ctx context.Context, ueId string, servingPlmnId string, ...) (models.SmfSelectionSubscriptionData, *http.Response, error) + type SMSF3GPPRegistrationDocumentApiService service + func (a *SMSF3GPPRegistrationDocumentApiService) CreateSmsfContext3gpp(ctx context.Context, ueId string, ...) (*http.Response, error) + func (a *SMSF3GPPRegistrationDocumentApiService) DeleteSmsfContext3gpp(ctx context.Context, ueId string) (*http.Response, error) + func (a *SMSF3GPPRegistrationDocumentApiService) QuerySmsfContext3gpp(ctx context.Context, ueId string, ...) (models.SmsfRegistration, *http.Response, error) + type SMSFNon3GPPRegistrationDocumentApiService service + func (a *SMSFNon3GPPRegistrationDocumentApiService) CreateSmsfContextNon3gpp(ctx context.Context, ueId string, ...) (*http.Response, error) + func (a *SMSFNon3GPPRegistrationDocumentApiService) DeleteSmsfContextNon3gpp(ctx context.Context, ueId string) (*http.Response, error) + func (a *SMSFNon3GPPRegistrationDocumentApiService) QuerySmsfContextNon3gpp(ctx context.Context, ueId string, ...) (models.SmsfRegistration, *http.Response, error) + type SMSManagementSubscriptionDataDocumentApiService service + func (a *SMSManagementSubscriptionDataDocumentApiService) QuerySmsMngData(ctx context.Context, ueId string, servingPlmnId string, ...) (models.SmsManagementSubscriptionData, *http.Response, error) + type SMSSubscriptionDataDocumentApiService service + func (a *SMSSubscriptionDataDocumentApiService) QuerySmsData(ctx context.Context, ueId string, servingPlmnId string, ...) (models.SmsSubscriptionData, *http.Response, error) + type SessionManagementSubscriptionDataApiService service + func (a *SessionManagementSubscriptionDataApiService) QuerySmData(ctx context.Context, ueId string, servingPlmnId string, ...) ([]models.SessionManagementSubscriptionData, *http.Response, error) + type SubsToNofifyCollectionApiService service + func (a *SubsToNofifyCollectionApiService) PostSubscriptionDataSubscriptions(ctx context.Context, ...) (models.SubscriptionDataSubscriptions, *http.Response, error) + type SubsToNotifyDocumentApiService service + func (a *SubsToNotifyDocumentApiService) RemovesubscriptionDataSubscriptions(ctx context.Context, subsId string) (*http.Response, error) + type TraceDataDocumentApiService service + func (a *TraceDataDocumentApiService) QueryTraceData(ctx context.Context, ueId string, servingPlmnId string, ...) (models.TraceData, *http.Response, error) + type UpdateEeGroupSubscriptionsParamOpts struct + EeSubscription optional.Interface + type UpdateEesubscriptionsParamOpts struct + EeSubscription optional.Interface + type UpdatesdmsubscriptionsParamOpts struct + SdmSubscription optional.Interface