notification

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const NotificationProductOfferingQualificationCreationNotificationBadRequestCode int = 400

NotificationProductOfferingQualificationCreationNotificationBadRequestCode is the HTTP code returned for type NotificationProductOfferingQualificationCreationNotificationBadRequest

View Source
const NotificationProductOfferingQualificationCreationNotificationForbiddenCode int = 403

NotificationProductOfferingQualificationCreationNotificationForbiddenCode is the HTTP code returned for type NotificationProductOfferingQualificationCreationNotificationForbidden

View Source
const NotificationProductOfferingQualificationCreationNotificationNoContentCode int = 204

NotificationProductOfferingQualificationCreationNotificationNoContentCode is the HTTP code returned for type NotificationProductOfferingQualificationCreationNotificationNoContent

View Source
const NotificationProductOfferingQualificationCreationNotificationNotFoundCode int = 404

NotificationProductOfferingQualificationCreationNotificationNotFoundCode is the HTTP code returned for type NotificationProductOfferingQualificationCreationNotificationNotFound

View Source
const NotificationProductOfferingQualificationCreationNotificationRequestTimeoutCode int = 408

NotificationProductOfferingQualificationCreationNotificationRequestTimeoutCode is the HTTP code returned for type NotificationProductOfferingQualificationCreationNotificationRequestTimeout

View Source
const NotificationProductOfferingQualificationCreationNotificationServiceUnavailableCode int = 503

NotificationProductOfferingQualificationCreationNotificationServiceUnavailableCode is the HTTP code returned for type NotificationProductOfferingQualificationCreationNotificationServiceUnavailable

View Source
const NotificationProductOfferingQualificationCreationNotificationUnauthorizedCode int = 401

NotificationProductOfferingQualificationCreationNotificationUnauthorizedCode is the HTTP code returned for type NotificationProductOfferingQualificationCreationNotificationUnauthorized

View Source
const NotificationProductOfferingQualificationCreationNotificationUnprocessableEntityCode int = 422

NotificationProductOfferingQualificationCreationNotificationUnprocessableEntityCode is the HTTP code returned for type NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity

View Source
const NotificationProductOfferingQualificationStateChangeNotificationBadRequestCode int = 400

NotificationProductOfferingQualificationStateChangeNotificationBadRequestCode is the HTTP code returned for type NotificationProductOfferingQualificationStateChangeNotificationBadRequest

View Source
const NotificationProductOfferingQualificationStateChangeNotificationForbiddenCode int = 403

NotificationProductOfferingQualificationStateChangeNotificationForbiddenCode is the HTTP code returned for type NotificationProductOfferingQualificationStateChangeNotificationForbidden

View Source
const NotificationProductOfferingQualificationStateChangeNotificationNoContentCode int = 204

NotificationProductOfferingQualificationStateChangeNotificationNoContentCode is the HTTP code returned for type NotificationProductOfferingQualificationStateChangeNotificationNoContent

View Source
const NotificationProductOfferingQualificationStateChangeNotificationNotFoundCode int = 404

NotificationProductOfferingQualificationStateChangeNotificationNotFoundCode is the HTTP code returned for type NotificationProductOfferingQualificationStateChangeNotificationNotFound

View Source
const NotificationProductOfferingQualificationStateChangeNotificationRequestTimeoutCode int = 408

NotificationProductOfferingQualificationStateChangeNotificationRequestTimeoutCode is the HTTP code returned for type NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout

View Source
const NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailableCode int = 503

NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailableCode is the HTTP code returned for type NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable

View Source
const NotificationProductOfferingQualificationStateChangeNotificationUnauthorizedCode int = 401

NotificationProductOfferingQualificationStateChangeNotificationUnauthorizedCode is the HTTP code returned for type NotificationProductOfferingQualificationStateChangeNotificationUnauthorized

View Source
const NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntityCode int = 422

NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntityCode is the HTTP code returned for type NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity

Variables

This section is empty.

Functions

This section is empty.

Types

type NotificationProductOfferingQualificationCreationNotification

type NotificationProductOfferingQualificationCreationNotification struct {
	Context *middleware.Context
	Handler NotificationProductOfferingQualificationCreationNotificationHandler
}

NotificationProductOfferingQualificationCreationNotification swagger:route POST /notification/productOfferingQualificationCreationNotification Notification notificationProductOfferingQualificationCreationNotification

Product Offering Qualification Creation Notification structure

Product Offering Qualification Creation Notification structure definition

func NewNotificationProductOfferingQualificationCreationNotification

NewNotificationProductOfferingQualificationCreationNotification creates a new http.Handler for the notification product offering qualification creation notification operation

func (*NotificationProductOfferingQualificationCreationNotification) ServeHTTP

type NotificationProductOfferingQualificationCreationNotificationBadRequest

type NotificationProductOfferingQualificationCreationNotificationBadRequest struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationCreationNotificationBadRequest Bad Request

List of supported error codes: - 20: Invalid URL parameter value - 21: Missing body - 22: Invalid body - 23: Missing body field - 24: Invalid body field - 25: Missing header - 26: Invalid header value - 27: Missing query-string parameter - 28: Invalid query-string parameter value

swagger:response notificationProductOfferingQualificationCreationNotificationBadRequest

func NewNotificationProductOfferingQualificationCreationNotificationBadRequest

func NewNotificationProductOfferingQualificationCreationNotificationBadRequest() *NotificationProductOfferingQualificationCreationNotificationBadRequest

NewNotificationProductOfferingQualificationCreationNotificationBadRequest creates NotificationProductOfferingQualificationCreationNotificationBadRequest with default headers values

func (*NotificationProductOfferingQualificationCreationNotificationBadRequest) SetPayload

SetPayload sets the payload to the notification product offering qualification creation notification bad request response

func (*NotificationProductOfferingQualificationCreationNotificationBadRequest) WithPayload

WithPayload adds the payload to the notification product offering qualification creation notification bad request response

func (*NotificationProductOfferingQualificationCreationNotificationBadRequest) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationCreationNotificationForbidden

type NotificationProductOfferingQualificationCreationNotificationForbidden struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationCreationNotificationForbidden Forbidden

List of supported error codes: - 50: Access denied - 51: Forbidden requester - 52: Forbidden user - 53: Too many requests

swagger:response notificationProductOfferingQualificationCreationNotificationForbidden

func NewNotificationProductOfferingQualificationCreationNotificationForbidden

func NewNotificationProductOfferingQualificationCreationNotificationForbidden() *NotificationProductOfferingQualificationCreationNotificationForbidden

NewNotificationProductOfferingQualificationCreationNotificationForbidden creates NotificationProductOfferingQualificationCreationNotificationForbidden with default headers values

func (*NotificationProductOfferingQualificationCreationNotificationForbidden) SetPayload

SetPayload sets the payload to the notification product offering qualification creation notification forbidden response

func (*NotificationProductOfferingQualificationCreationNotificationForbidden) WithPayload

WithPayload adds the payload to the notification product offering qualification creation notification forbidden response

func (*NotificationProductOfferingQualificationCreationNotificationForbidden) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationCreationNotificationHandler

type NotificationProductOfferingQualificationCreationNotificationHandler interface {
	Handle(NotificationProductOfferingQualificationCreationNotificationParams) middleware.Responder
}

NotificationProductOfferingQualificationCreationNotificationHandler interface for that can handle valid notification product offering qualification creation notification params

type NotificationProductOfferingQualificationCreationNotificationHandlerFunc

type NotificationProductOfferingQualificationCreationNotificationHandlerFunc func(NotificationProductOfferingQualificationCreationNotificationParams) middleware.Responder

NotificationProductOfferingQualificationCreationNotificationHandlerFunc turns a function with the right signature into a notification product offering qualification creation notification handler

func (NotificationProductOfferingQualificationCreationNotificationHandlerFunc) Handle

Handle executing the request and returning a response

type NotificationProductOfferingQualificationCreationNotificationNoContent

type NotificationProductOfferingQualificationCreationNotificationNoContent struct {
}

NotificationProductOfferingQualificationCreationNotificationNoContent No Content

swagger:response notificationProductOfferingQualificationCreationNotificationNoContent

func NewNotificationProductOfferingQualificationCreationNotificationNoContent

func NewNotificationProductOfferingQualificationCreationNotificationNoContent() *NotificationProductOfferingQualificationCreationNotificationNoContent

NewNotificationProductOfferingQualificationCreationNotificationNoContent creates NotificationProductOfferingQualificationCreationNotificationNoContent with default headers values

func (*NotificationProductOfferingQualificationCreationNotificationNoContent) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationCreationNotificationNotFound

type NotificationProductOfferingQualificationCreationNotificationNotFound struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationCreationNotificationNotFound Not Found

List of supported error codes: - 60: Resource not found

swagger:response notificationProductOfferingQualificationCreationNotificationNotFound

func NewNotificationProductOfferingQualificationCreationNotificationNotFound

func NewNotificationProductOfferingQualificationCreationNotificationNotFound() *NotificationProductOfferingQualificationCreationNotificationNotFound

NewNotificationProductOfferingQualificationCreationNotificationNotFound creates NotificationProductOfferingQualificationCreationNotificationNotFound with default headers values

func (*NotificationProductOfferingQualificationCreationNotificationNotFound) SetPayload

SetPayload sets the payload to the notification product offering qualification creation notification not found response

func (*NotificationProductOfferingQualificationCreationNotificationNotFound) WithPayload

WithPayload adds the payload to the notification product offering qualification creation notification not found response

func (*NotificationProductOfferingQualificationCreationNotificationNotFound) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationCreationNotificationParams

type NotificationProductOfferingQualificationCreationNotificationParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  Required: true
	  In: body
	*/
	ProductOfferingQualificationCreationNotification *models.Event
}

NotificationProductOfferingQualificationCreationNotificationParams contains all the bound params for the notification product offering qualification creation notification operation typically these are obtained from a http.Request

swagger:parameters notificationProductOfferingQualificationCreationNotification

func NewNotificationProductOfferingQualificationCreationNotificationParams

func NewNotificationProductOfferingQualificationCreationNotificationParams() NotificationProductOfferingQualificationCreationNotificationParams

NewNotificationProductOfferingQualificationCreationNotificationParams creates a new NotificationProductOfferingQualificationCreationNotificationParams object no default values defined in spec.

func (*NotificationProductOfferingQualificationCreationNotificationParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewNotificationProductOfferingQualificationCreationNotificationParams() beforehand.

type NotificationProductOfferingQualificationCreationNotificationRequestTimeout

type NotificationProductOfferingQualificationCreationNotificationRequestTimeout struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationCreationNotificationRequestTimeout Request Time-out

List of supported error codes: - 63: Request time-out

swagger:response notificationProductOfferingQualificationCreationNotificationRequestTimeout

func NewNotificationProductOfferingQualificationCreationNotificationRequestTimeout

func NewNotificationProductOfferingQualificationCreationNotificationRequestTimeout() *NotificationProductOfferingQualificationCreationNotificationRequestTimeout

NewNotificationProductOfferingQualificationCreationNotificationRequestTimeout creates NotificationProductOfferingQualificationCreationNotificationRequestTimeout with default headers values

func (*NotificationProductOfferingQualificationCreationNotificationRequestTimeout) SetPayload

SetPayload sets the payload to the notification product offering qualification creation notification request timeout response

func (*NotificationProductOfferingQualificationCreationNotificationRequestTimeout) WithPayload

WithPayload adds the payload to the notification product offering qualification creation notification request timeout response

func (*NotificationProductOfferingQualificationCreationNotificationRequestTimeout) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationCreationNotificationServiceUnavailable

type NotificationProductOfferingQualificationCreationNotificationServiceUnavailable struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationCreationNotificationServiceUnavailable Service Unavailable

swagger:response notificationProductOfferingQualificationCreationNotificationServiceUnavailable

func NewNotificationProductOfferingQualificationCreationNotificationServiceUnavailable

func NewNotificationProductOfferingQualificationCreationNotificationServiceUnavailable() *NotificationProductOfferingQualificationCreationNotificationServiceUnavailable

NewNotificationProductOfferingQualificationCreationNotificationServiceUnavailable creates NotificationProductOfferingQualificationCreationNotificationServiceUnavailable with default headers values

func (*NotificationProductOfferingQualificationCreationNotificationServiceUnavailable) SetPayload

SetPayload sets the payload to the notification product offering qualification creation notification service unavailable response

func (*NotificationProductOfferingQualificationCreationNotificationServiceUnavailable) WithPayload

WithPayload adds the payload to the notification product offering qualification creation notification service unavailable response

func (*NotificationProductOfferingQualificationCreationNotificationServiceUnavailable) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationCreationNotificationURL

type NotificationProductOfferingQualificationCreationNotificationURL struct {
	// contains filtered or unexported fields
}

NotificationProductOfferingQualificationCreationNotificationURL generates an URL for the notification product offering qualification creation notification operation

func (*NotificationProductOfferingQualificationCreationNotificationURL) Build

Build a url path and query string

func (*NotificationProductOfferingQualificationCreationNotificationURL) BuildFull

BuildFull builds a full url with scheme, host, path and query string

func (*NotificationProductOfferingQualificationCreationNotificationURL) Must

Must is a helper function to panic when the url builder returns an error

func (*NotificationProductOfferingQualificationCreationNotificationURL) SetBasePath

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*NotificationProductOfferingQualificationCreationNotificationURL) String

String returns the string representation of the path with query string

func (*NotificationProductOfferingQualificationCreationNotificationURL) StringFull

StringFull returns the string representation of a complete url

func (*NotificationProductOfferingQualificationCreationNotificationURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type NotificationProductOfferingQualificationCreationNotificationUnauthorized

type NotificationProductOfferingQualificationCreationNotificationUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationCreationNotificationUnauthorized Unauthorized

List of supported error codes: - 40: Missing credentials - 41: Invalid credentials - 42: Expired credentials

swagger:response notificationProductOfferingQualificationCreationNotificationUnauthorized

func NewNotificationProductOfferingQualificationCreationNotificationUnauthorized

func NewNotificationProductOfferingQualificationCreationNotificationUnauthorized() *NotificationProductOfferingQualificationCreationNotificationUnauthorized

NewNotificationProductOfferingQualificationCreationNotificationUnauthorized creates NotificationProductOfferingQualificationCreationNotificationUnauthorized with default headers values

func (*NotificationProductOfferingQualificationCreationNotificationUnauthorized) SetPayload

SetPayload sets the payload to the notification product offering qualification creation notification unauthorized response

func (*NotificationProductOfferingQualificationCreationNotificationUnauthorized) WithPayload

WithPayload adds the payload to the notification product offering qualification creation notification unauthorized response

func (*NotificationProductOfferingQualificationCreationNotificationUnauthorized) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity

type NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity Unprocessable entity

Functional error

swagger:response notificationProductOfferingQualificationCreationNotificationUnprocessableEntity

func NewNotificationProductOfferingQualificationCreationNotificationUnprocessableEntity

func NewNotificationProductOfferingQualificationCreationNotificationUnprocessableEntity() *NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity

NewNotificationProductOfferingQualificationCreationNotificationUnprocessableEntity creates NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity with default headers values

func (*NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity) SetPayload

SetPayload sets the payload to the notification product offering qualification creation notification unprocessable entity response

func (*NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity) WithPayload

WithPayload adds the payload to the notification product offering qualification creation notification unprocessable entity response

func (*NotificationProductOfferingQualificationCreationNotificationUnprocessableEntity) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationStateChangeNotification

type NotificationProductOfferingQualificationStateChangeNotification struct {
	Context *middleware.Context
	Handler NotificationProductOfferingQualificationStateChangeNotificationHandler
}

NotificationProductOfferingQualificationStateChangeNotification swagger:route POST /notification/productOfferingQualificationStateChangeNotification Notification notificationProductOfferingQualificationStateChangeNotification

Product Offering Qualification State Change Notification structure

Product Offering Qualification State Change Notification structure definition

func NewNotificationProductOfferingQualificationStateChangeNotification

NewNotificationProductOfferingQualificationStateChangeNotification creates a new http.Handler for the notification product offering qualification state change notification operation

func (*NotificationProductOfferingQualificationStateChangeNotification) ServeHTTP

type NotificationProductOfferingQualificationStateChangeNotificationBadRequest

type NotificationProductOfferingQualificationStateChangeNotificationBadRequest struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationStateChangeNotificationBadRequest Bad Request

List of supported error codes: - 20: Invalid URL parameter value - 21: Missing body - 22: Invalid body - 23: Missing body field - 24: Invalid body field - 25: Missing header - 26: Invalid header value - 27: Missing query-string parameter - 28: Invalid query-string parameter value

swagger:response notificationProductOfferingQualificationStateChangeNotificationBadRequest

func NewNotificationProductOfferingQualificationStateChangeNotificationBadRequest

func NewNotificationProductOfferingQualificationStateChangeNotificationBadRequest() *NotificationProductOfferingQualificationStateChangeNotificationBadRequest

NewNotificationProductOfferingQualificationStateChangeNotificationBadRequest creates NotificationProductOfferingQualificationStateChangeNotificationBadRequest with default headers values

func (*NotificationProductOfferingQualificationStateChangeNotificationBadRequest) SetPayload

SetPayload sets the payload to the notification product offering qualification state change notification bad request response

func (*NotificationProductOfferingQualificationStateChangeNotificationBadRequest) WithPayload

WithPayload adds the payload to the notification product offering qualification state change notification bad request response

func (*NotificationProductOfferingQualificationStateChangeNotificationBadRequest) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationStateChangeNotificationForbidden

type NotificationProductOfferingQualificationStateChangeNotificationForbidden struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationStateChangeNotificationForbidden Forbidden

List of supported error codes: - 50: Access denied - 51: Forbidden requester - 52: Forbidden user - 53: Too many requests

swagger:response notificationProductOfferingQualificationStateChangeNotificationForbidden

func NewNotificationProductOfferingQualificationStateChangeNotificationForbidden

func NewNotificationProductOfferingQualificationStateChangeNotificationForbidden() *NotificationProductOfferingQualificationStateChangeNotificationForbidden

NewNotificationProductOfferingQualificationStateChangeNotificationForbidden creates NotificationProductOfferingQualificationStateChangeNotificationForbidden with default headers values

func (*NotificationProductOfferingQualificationStateChangeNotificationForbidden) SetPayload

SetPayload sets the payload to the notification product offering qualification state change notification forbidden response

func (*NotificationProductOfferingQualificationStateChangeNotificationForbidden) WithPayload

WithPayload adds the payload to the notification product offering qualification state change notification forbidden response

func (*NotificationProductOfferingQualificationStateChangeNotificationForbidden) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationStateChangeNotificationHandler

type NotificationProductOfferingQualificationStateChangeNotificationHandler interface {
	Handle(NotificationProductOfferingQualificationStateChangeNotificationParams) middleware.Responder
}

NotificationProductOfferingQualificationStateChangeNotificationHandler interface for that can handle valid notification product offering qualification state change notification params

type NotificationProductOfferingQualificationStateChangeNotificationHandlerFunc

type NotificationProductOfferingQualificationStateChangeNotificationHandlerFunc func(NotificationProductOfferingQualificationStateChangeNotificationParams) middleware.Responder

NotificationProductOfferingQualificationStateChangeNotificationHandlerFunc turns a function with the right signature into a notification product offering qualification state change notification handler

func (NotificationProductOfferingQualificationStateChangeNotificationHandlerFunc) Handle

Handle executing the request and returning a response

type NotificationProductOfferingQualificationStateChangeNotificationNoContent

type NotificationProductOfferingQualificationStateChangeNotificationNoContent struct {
}

NotificationProductOfferingQualificationStateChangeNotificationNoContent No Content

swagger:response notificationProductOfferingQualificationStateChangeNotificationNoContent

func NewNotificationProductOfferingQualificationStateChangeNotificationNoContent

func NewNotificationProductOfferingQualificationStateChangeNotificationNoContent() *NotificationProductOfferingQualificationStateChangeNotificationNoContent

NewNotificationProductOfferingQualificationStateChangeNotificationNoContent creates NotificationProductOfferingQualificationStateChangeNotificationNoContent with default headers values

func (*NotificationProductOfferingQualificationStateChangeNotificationNoContent) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationStateChangeNotificationNotFound

type NotificationProductOfferingQualificationStateChangeNotificationNotFound struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationStateChangeNotificationNotFound Not Found

List of supported error codes: - 60: Resource not found

swagger:response notificationProductOfferingQualificationStateChangeNotificationNotFound

func NewNotificationProductOfferingQualificationStateChangeNotificationNotFound

func NewNotificationProductOfferingQualificationStateChangeNotificationNotFound() *NotificationProductOfferingQualificationStateChangeNotificationNotFound

NewNotificationProductOfferingQualificationStateChangeNotificationNotFound creates NotificationProductOfferingQualificationStateChangeNotificationNotFound with default headers values

func (*NotificationProductOfferingQualificationStateChangeNotificationNotFound) SetPayload

SetPayload sets the payload to the notification product offering qualification state change notification not found response

func (*NotificationProductOfferingQualificationStateChangeNotificationNotFound) WithPayload

WithPayload adds the payload to the notification product offering qualification state change notification not found response

func (*NotificationProductOfferingQualificationStateChangeNotificationNotFound) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationStateChangeNotificationParams

type NotificationProductOfferingQualificationStateChangeNotificationParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  Required: true
	  In: body
	*/
	ProductOfferingQualificationStateChangeNotification *models.Event
}

NotificationProductOfferingQualificationStateChangeNotificationParams contains all the bound params for the notification product offering qualification state change notification operation typically these are obtained from a http.Request

swagger:parameters notificationProductOfferingQualificationStateChangeNotification

func NewNotificationProductOfferingQualificationStateChangeNotificationParams

func NewNotificationProductOfferingQualificationStateChangeNotificationParams() NotificationProductOfferingQualificationStateChangeNotificationParams

NewNotificationProductOfferingQualificationStateChangeNotificationParams creates a new NotificationProductOfferingQualificationStateChangeNotificationParams object no default values defined in spec.

func (*NotificationProductOfferingQualificationStateChangeNotificationParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewNotificationProductOfferingQualificationStateChangeNotificationParams() beforehand.

type NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout

type NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout Request Time-out

List of supported error codes: - 63: Request time-out

swagger:response notificationProductOfferingQualificationStateChangeNotificationRequestTimeout

func NewNotificationProductOfferingQualificationStateChangeNotificationRequestTimeout

func NewNotificationProductOfferingQualificationStateChangeNotificationRequestTimeout() *NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout

NewNotificationProductOfferingQualificationStateChangeNotificationRequestTimeout creates NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout with default headers values

func (*NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout) SetPayload

SetPayload sets the payload to the notification product offering qualification state change notification request timeout response

func (*NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout) WithPayload

WithPayload adds the payload to the notification product offering qualification state change notification request timeout response

func (*NotificationProductOfferingQualificationStateChangeNotificationRequestTimeout) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable

type NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable Service Unavailable

swagger:response notificationProductOfferingQualificationStateChangeNotificationServiceUnavailable

func NewNotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable

func NewNotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable() *NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable

NewNotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable creates NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable with default headers values

func (*NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable) SetPayload

SetPayload sets the payload to the notification product offering qualification state change notification service unavailable response

func (*NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable) WithPayload

WithPayload adds the payload to the notification product offering qualification state change notification service unavailable response

func (*NotificationProductOfferingQualificationStateChangeNotificationServiceUnavailable) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationStateChangeNotificationURL

type NotificationProductOfferingQualificationStateChangeNotificationURL struct {
	// contains filtered or unexported fields
}

NotificationProductOfferingQualificationStateChangeNotificationURL generates an URL for the notification product offering qualification state change notification operation

func (*NotificationProductOfferingQualificationStateChangeNotificationURL) Build

Build a url path and query string

func (*NotificationProductOfferingQualificationStateChangeNotificationURL) BuildFull

BuildFull builds a full url with scheme, host, path and query string

func (*NotificationProductOfferingQualificationStateChangeNotificationURL) Must

Must is a helper function to panic when the url builder returns an error

func (*NotificationProductOfferingQualificationStateChangeNotificationURL) SetBasePath

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*NotificationProductOfferingQualificationStateChangeNotificationURL) String

String returns the string representation of the path with query string

func (*NotificationProductOfferingQualificationStateChangeNotificationURL) StringFull

StringFull returns the string representation of a complete url

func (*NotificationProductOfferingQualificationStateChangeNotificationURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type NotificationProductOfferingQualificationStateChangeNotificationUnauthorized

type NotificationProductOfferingQualificationStateChangeNotificationUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationStateChangeNotificationUnauthorized Unauthorized

List of supported error codes: - 40: Missing credentials - 41: Invalid credentials - 42: Expired credentials

swagger:response notificationProductOfferingQualificationStateChangeNotificationUnauthorized

func NewNotificationProductOfferingQualificationStateChangeNotificationUnauthorized

func NewNotificationProductOfferingQualificationStateChangeNotificationUnauthorized() *NotificationProductOfferingQualificationStateChangeNotificationUnauthorized

NewNotificationProductOfferingQualificationStateChangeNotificationUnauthorized creates NotificationProductOfferingQualificationStateChangeNotificationUnauthorized with default headers values

func (*NotificationProductOfferingQualificationStateChangeNotificationUnauthorized) SetPayload

SetPayload sets the payload to the notification product offering qualification state change notification unauthorized response

func (*NotificationProductOfferingQualificationStateChangeNotificationUnauthorized) WithPayload

WithPayload adds the payload to the notification product offering qualification state change notification unauthorized response

func (*NotificationProductOfferingQualificationStateChangeNotificationUnauthorized) WriteResponse

WriteResponse to the client

type NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity

type NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity struct {

	/*
	  In: Body
	*/
	Payload *models.ErrorRepresentation `json:"body,omitempty"`
}

NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity Unprocessable entity

Functional error

swagger:response notificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity

func NewNotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity

func NewNotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity() *NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity

NewNotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity creates NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity with default headers values

func (*NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity) SetPayload

SetPayload sets the payload to the notification product offering qualification state change notification unprocessable entity response

func (*NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity) WithPayload

WithPayload adds the payload to the notification product offering qualification state change notification unprocessable entity response

func (*NotificationProductOfferingQualificationStateChangeNotificationUnprocessableEntity) WriteResponse

WriteResponse to the client

Jump to

Keyboard shortcuts

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