PFDmanagement

package
v1.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIClient

type APIClient struct {

	// API Services
	IndividualApplicationPFDApi         *IndividualApplicationPFDApiService
	IndividualPFDSubscriptionApi        *IndividualPFDSubscriptionApiService
	PFDOfApplicationsApi                *PFDOfApplicationsApiService
	PFDOfApplicationsByPartialUpdateApi *PFDOfApplicationsByPartialUpdateApiService
	PFDSubscriptionsApi                 *PFDSubscriptionsApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Nnef_PFDmanagement Service API API v1.2.2 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

type Configuration

type Configuration struct {
	MetricsHook openapi.RequestMetricsHook
	// contains filtered or unexported fields
}

func NewConfiguration

func NewConfiguration() *Configuration

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

func (*Configuration) BasePath

func (c *Configuration) BasePath() string

func (*Configuration) DefaultHeader

func (c *Configuration) DefaultHeader() map[string]string

func (*Configuration) HTTPClient

func (c *Configuration) HTTPClient() *http.Client

func (*Configuration) Host

func (c *Configuration) Host() string

func (*Configuration) Metrics added in v1.2.1

func (*Configuration) SetBasePath

func (c *Configuration) SetBasePath(apiRoot string)

func (*Configuration) SetHTTPClient

func (c *Configuration) SetHTTPClient(client *http.Client)

func (*Configuration) SetHost

func (c *Configuration) SetHost(host string)

func (*Configuration) SetMetrics added in v1.2.1

func (c *Configuration) SetMetrics(h openapi.RequestMetricsHook)

func (*Configuration) SetUserAgent

func (c *Configuration) SetUserAgent(userAgent string)

func (*Configuration) UserAgent

func (c *Configuration) UserAgent() string

type IndividualApplicationPFDApiService

type IndividualApplicationPFDApiService service

func (*IndividualApplicationPFDApiService) NnefPFDmanagementIndAppFetch

type IndividualPFDSubscriptionApiService

type IndividualPFDSubscriptionApiService service

func (*IndividualPFDSubscriptionApiService) NnefPFDmanagementModifySubscr

func (*IndividualPFDSubscriptionApiService) NnefPFDmanagementUnsubscribe

type NnefPFDmanagementAllFetchError

type NnefPFDmanagementAllFetchError struct {
	ProblemDetails models.ProblemDetails
}

type NnefPFDmanagementAllFetchRequest

type NnefPFDmanagementAllFetchRequest struct {
	ApplicationIds    []string
	SupportedFeatures *string
}

NnefPFDmanagementAllFetchRequest

func (*NnefPFDmanagementAllFetchRequest) SetApplicationIds

func (r *NnefPFDmanagementAllFetchRequest) SetApplicationIds(ApplicationIds []string)

func (*NnefPFDmanagementAllFetchRequest) SetSupportedFeatures

func (r *NnefPFDmanagementAllFetchRequest) SetSupportedFeatures(SupportedFeatures string)

type NnefPFDmanagementAllFetchResponse

type NnefPFDmanagementAllFetchResponse struct {
	PfdDataForApp []models.PfdDataForApp
}

type NnefPFDmanagementAppFetchPartialUpdateError

type NnefPFDmanagementAppFetchPartialUpdateError struct {
	ProblemDetails models.ProblemDetails
}

type NnefPFDmanagementAppFetchPartialUpdateRequest

type NnefPFDmanagementAppFetchPartialUpdateRequest struct {
	ApplicationForPfdRequest []models.ApplicationForPfdRequest
}

NnefPFDmanagementAppFetchPartialUpdateRequest

func (*NnefPFDmanagementAppFetchPartialUpdateRequest) SetApplicationForPfdRequest

func (r *NnefPFDmanagementAppFetchPartialUpdateRequest) SetApplicationForPfdRequest(ApplicationForPfdRequest []models.ApplicationForPfdRequest)

type NnefPFDmanagementAppFetchPartialUpdateResponse

type NnefPFDmanagementAppFetchPartialUpdateResponse struct {
	PfdDataForApp []models.PfdDataForApp
}

type NnefPFDmanagementCreateSubscrError

type NnefPFDmanagementCreateSubscrError struct {
	ProblemDetails models.ProblemDetails
}

type NnefPFDmanagementCreateSubscrRequest

type NnefPFDmanagementCreateSubscrRequest struct {
	PfdSubscription *models.PfdSubscription
}

NnefPFDmanagementCreateSubscrRequest

func (*NnefPFDmanagementCreateSubscrRequest) SetPfdSubscription

func (r *NnefPFDmanagementCreateSubscrRequest) SetPfdSubscription(PfdSubscription models.PfdSubscription)

type NnefPFDmanagementCreateSubscrResponse

type NnefPFDmanagementCreateSubscrResponse struct {
	Location        string
	PfdSubscription models.PfdSubscription
}

type NnefPFDmanagementIndAppFetchError

type NnefPFDmanagementIndAppFetchError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type NnefPFDmanagementIndAppFetchRequest

type NnefPFDmanagementIndAppFetchRequest struct {
	AppId             *string
	SupportedFeatures *string
}

NnefPFDmanagementIndAppFetchRequest

func (*NnefPFDmanagementIndAppFetchRequest) SetAppId

func (r *NnefPFDmanagementIndAppFetchRequest) SetAppId(AppId string)

func (*NnefPFDmanagementIndAppFetchRequest) SetSupportedFeatures

func (r *NnefPFDmanagementIndAppFetchRequest) SetSupportedFeatures(SupportedFeatures string)

type NnefPFDmanagementIndAppFetchResponse

type NnefPFDmanagementIndAppFetchResponse struct {
	PfdDataForApp models.PfdDataForApp
}

type NnefPFDmanagementModifySubscrError

type NnefPFDmanagementModifySubscrError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type NnefPFDmanagementModifySubscrRequest

type NnefPFDmanagementModifySubscrRequest struct {
	SubscriptionId  *string
	PfdSubscription *models.PfdSubscription
}

NnefPFDmanagementModifySubscrRequest

func (*NnefPFDmanagementModifySubscrRequest) SetPfdSubscription

func (r *NnefPFDmanagementModifySubscrRequest) SetPfdSubscription(PfdSubscription models.PfdSubscription)

func (*NnefPFDmanagementModifySubscrRequest) SetSubscriptionId

func (r *NnefPFDmanagementModifySubscrRequest) SetSubscriptionId(SubscriptionId string)

type NnefPFDmanagementModifySubscrResponse

type NnefPFDmanagementModifySubscrResponse struct {
	PfdSubscription models.PfdSubscription
}

type NnefPFDmanagementNotifyError

type NnefPFDmanagementNotifyError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type NnefPFDmanagementNotifyRequest

type NnefPFDmanagementNotifyRequest struct {
	PfdChangeNotification []models.PfdChangeNotification
}

NnefPFDmanagementNotifyRequest

func (*NnefPFDmanagementNotifyRequest) SetPfdChangeNotification

func (r *NnefPFDmanagementNotifyRequest) SetPfdChangeNotification(PfdChangeNotification []models.PfdChangeNotification)

type NnefPFDmanagementNotifyResponse

type NnefPFDmanagementNotifyResponse struct {
	PfdChangeReport []models.PfdChangeReport
}

type NnefPFDmanagementPushNotifyError

type NnefPFDmanagementPushNotifyError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type NnefPFDmanagementPushNotifyRequest

type NnefPFDmanagementPushNotifyRequest struct {
	NotificationPush []models.NotificationPush
}

NnefPFDmanagementPushNotifyRequest

func (*NnefPFDmanagementPushNotifyRequest) SetNotificationPush

func (r *NnefPFDmanagementPushNotifyRequest) SetNotificationPush(NotificationPush []models.NotificationPush)

type NnefPFDmanagementPushNotifyResponse

type NnefPFDmanagementPushNotifyResponse struct {
}

type NnefPFDmanagementUnsubscribeError

type NnefPFDmanagementUnsubscribeError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type NnefPFDmanagementUnsubscribeRequest

type NnefPFDmanagementUnsubscribeRequest struct {
	SubscriptionId *string
}

NnefPFDmanagementUnsubscribeRequest

func (*NnefPFDmanagementUnsubscribeRequest) SetSubscriptionId

func (r *NnefPFDmanagementUnsubscribeRequest) SetSubscriptionId(SubscriptionId string)

type NnefPFDmanagementUnsubscribeResponse

type NnefPFDmanagementUnsubscribeResponse struct {
}

type PFDOfApplicationsApiService

type PFDOfApplicationsApiService service

func (*PFDOfApplicationsApiService) NnefPFDmanagementAllFetch

type PFDOfApplicationsByPartialUpdateApiService

type PFDOfApplicationsByPartialUpdateApiService service

func (*PFDOfApplicationsByPartialUpdateApiService) NnefPFDmanagementAppFetchPartialUpdate

type PFDSubscriptionsApiService

type PFDSubscriptionsApiService service

func (*PFDSubscriptionsApiService) NnefPFDmanagementCreateSubscr

func (*PFDSubscriptionsApiService) NnefPFDmanagementNotify

func (*PFDSubscriptionsApiService) NnefPFDmanagementPushNotify

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL