email_templates

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for email templates API

func (*Client) GetEmailNotificationMessageUsingGET

func (a *Client) GetEmailNotificationMessageUsingGET(params *GetEmailNotificationMessageUsingGETParams) (*GetEmailNotificationMessageUsingGETOK, error)

GetEmailNotificationMessageUsingGET gets an email message template

func (*Client) GetEmailNotificationMessagesUsingGET

func (a *Client) GetEmailNotificationMessagesUsingGET(params *GetEmailNotificationMessagesUsingGETParams) (*GetEmailNotificationMessagesUsingGETOK, error)

GetEmailNotificationMessagesUsingGET gets list of email message templates

func (*Client) GetEmailNotificationTemplateUsingGET

func (a *Client) GetEmailNotificationTemplateUsingGET(params *GetEmailNotificationTemplateUsingGETParams) (*GetEmailNotificationTemplateUsingGETOK, error)

GetEmailNotificationTemplateUsingGET gets an email template

func (*Client) GetEmailNotificationTemplatesUsingGET

func (a *Client) GetEmailNotificationTemplatesUsingGET(params *GetEmailNotificationTemplatesUsingGETParams) (*GetEmailNotificationTemplatesUsingGETOK, error)

GetEmailNotificationTemplatesUsingGET gets list of email templates

func (*Client) PatchEmailNotificationMessageUsingPATCH

PatchEmailNotificationMessageUsingPATCH patches an email notification

func (*Client) PatchEmailNotificationTemplateUsingPATCH

PatchEmailNotificationTemplateUsingPATCH patches an email template

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) TryEmailNotificationMessageUsingPOST

TryEmailNotificationMessageUsingPOST tries email notification message

func (*Client) TryEmailNotificationTemplateUsingPOST

TryEmailNotificationTemplateUsingPOST tries email notification template

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new email templates API client.

type GetEmailNotificationMessageUsingGETForbidden

type GetEmailNotificationMessageUsingGETForbidden struct {
}

GetEmailNotificationMessageUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetEmailNotificationMessageUsingGETForbidden

func NewGetEmailNotificationMessageUsingGETForbidden() *GetEmailNotificationMessageUsingGETForbidden

NewGetEmailNotificationMessageUsingGETForbidden creates a GetEmailNotificationMessageUsingGETForbidden with default headers values

func (*GetEmailNotificationMessageUsingGETForbidden) Error

type GetEmailNotificationMessageUsingGETNotFound

type GetEmailNotificationMessageUsingGETNotFound struct {
}

GetEmailNotificationMessageUsingGETNotFound handles this case with default header values.

Not Found

func NewGetEmailNotificationMessageUsingGETNotFound

func NewGetEmailNotificationMessageUsingGETNotFound() *GetEmailNotificationMessageUsingGETNotFound

NewGetEmailNotificationMessageUsingGETNotFound creates a GetEmailNotificationMessageUsingGETNotFound with default headers values

func (*GetEmailNotificationMessageUsingGETNotFound) Error

type GetEmailNotificationMessageUsingGETOK

type GetEmailNotificationMessageUsingGETOK struct {
	Payload *models.EmailNotificationMessageDto
}

GetEmailNotificationMessageUsingGETOK handles this case with default header values.

OK

func NewGetEmailNotificationMessageUsingGETOK

func NewGetEmailNotificationMessageUsingGETOK() *GetEmailNotificationMessageUsingGETOK

NewGetEmailNotificationMessageUsingGETOK creates a GetEmailNotificationMessageUsingGETOK with default headers values

func (*GetEmailNotificationMessageUsingGETOK) Error

func (*GetEmailNotificationMessageUsingGETOK) GetPayload

type GetEmailNotificationMessageUsingGETParams

type GetEmailNotificationMessageUsingGETParams struct {

	/*EmailNotificationMessageName
	  msgName

	*/
	EmailNotificationMessageName string
	/*LanguageTag
	  language

	*/
	LanguageTag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetEmailNotificationMessageUsingGETParams contains all the parameters to send to the API endpoint for the get email notification message using g e t operation typically these are written to a http.Request

func NewGetEmailNotificationMessageUsingGETParams

func NewGetEmailNotificationMessageUsingGETParams() *GetEmailNotificationMessageUsingGETParams

NewGetEmailNotificationMessageUsingGETParams creates a new GetEmailNotificationMessageUsingGETParams object with the default values initialized.

func NewGetEmailNotificationMessageUsingGETParamsWithContext

func NewGetEmailNotificationMessageUsingGETParamsWithContext(ctx context.Context) *GetEmailNotificationMessageUsingGETParams

NewGetEmailNotificationMessageUsingGETParamsWithContext creates a new GetEmailNotificationMessageUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetEmailNotificationMessageUsingGETParamsWithHTTPClient

func NewGetEmailNotificationMessageUsingGETParamsWithHTTPClient(client *http.Client) *GetEmailNotificationMessageUsingGETParams

NewGetEmailNotificationMessageUsingGETParamsWithHTTPClient creates a new GetEmailNotificationMessageUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetEmailNotificationMessageUsingGETParamsWithTimeout

func NewGetEmailNotificationMessageUsingGETParamsWithTimeout(timeout time.Duration) *GetEmailNotificationMessageUsingGETParams

NewGetEmailNotificationMessageUsingGETParamsWithTimeout creates a new GetEmailNotificationMessageUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetEmailNotificationMessageUsingGETParams) SetContext

SetContext adds the context to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) SetEmailNotificationMessageName

func (o *GetEmailNotificationMessageUsingGETParams) SetEmailNotificationMessageName(emailNotificationMessageName string)

SetEmailNotificationMessageName adds the emailNotificationMessageName to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) SetHTTPClient

func (o *GetEmailNotificationMessageUsingGETParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) SetLanguageTag

func (o *GetEmailNotificationMessageUsingGETParams) SetLanguageTag(languageTag string)

SetLanguageTag adds the languageTag to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) WithContext

WithContext adds the context to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) WithEmailNotificationMessageName

func (o *GetEmailNotificationMessageUsingGETParams) WithEmailNotificationMessageName(emailNotificationMessageName string) *GetEmailNotificationMessageUsingGETParams

WithEmailNotificationMessageName adds the emailNotificationMessageName to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) WithLanguageTag

WithLanguageTag adds the languageTag to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get email notification message using g e t params

func (*GetEmailNotificationMessageUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEmailNotificationMessageUsingGETReader

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

GetEmailNotificationMessageUsingGETReader is a Reader for the GetEmailNotificationMessageUsingGET structure.

func (*GetEmailNotificationMessageUsingGETReader) ReadResponse

func (o *GetEmailNotificationMessageUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetEmailNotificationMessageUsingGETUnauthorized

type GetEmailNotificationMessageUsingGETUnauthorized struct {
}

GetEmailNotificationMessageUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetEmailNotificationMessageUsingGETUnauthorized

func NewGetEmailNotificationMessageUsingGETUnauthorized() *GetEmailNotificationMessageUsingGETUnauthorized

NewGetEmailNotificationMessageUsingGETUnauthorized creates a GetEmailNotificationMessageUsingGETUnauthorized with default headers values

func (*GetEmailNotificationMessageUsingGETUnauthorized) Error

type GetEmailNotificationMessagesUsingGETForbidden

type GetEmailNotificationMessagesUsingGETForbidden struct {
}

GetEmailNotificationMessagesUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetEmailNotificationMessagesUsingGETForbidden

func NewGetEmailNotificationMessagesUsingGETForbidden() *GetEmailNotificationMessagesUsingGETForbidden

NewGetEmailNotificationMessagesUsingGETForbidden creates a GetEmailNotificationMessagesUsingGETForbidden with default headers values

func (*GetEmailNotificationMessagesUsingGETForbidden) Error

type GetEmailNotificationMessagesUsingGETNotFound

type GetEmailNotificationMessagesUsingGETNotFound struct {
}

GetEmailNotificationMessagesUsingGETNotFound handles this case with default header values.

Not Found

func NewGetEmailNotificationMessagesUsingGETNotFound

func NewGetEmailNotificationMessagesUsingGETNotFound() *GetEmailNotificationMessagesUsingGETNotFound

NewGetEmailNotificationMessagesUsingGETNotFound creates a GetEmailNotificationMessagesUsingGETNotFound with default headers values

func (*GetEmailNotificationMessagesUsingGETNotFound) Error

type GetEmailNotificationMessagesUsingGETOK

type GetEmailNotificationMessagesUsingGETOK struct {
	Payload *models.ListHolderDtoEmailNotificationDto
}

GetEmailNotificationMessagesUsingGETOK handles this case with default header values.

OK

func NewGetEmailNotificationMessagesUsingGETOK

func NewGetEmailNotificationMessagesUsingGETOK() *GetEmailNotificationMessagesUsingGETOK

NewGetEmailNotificationMessagesUsingGETOK creates a GetEmailNotificationMessagesUsingGETOK with default headers values

func (*GetEmailNotificationMessagesUsingGETOK) Error

func (*GetEmailNotificationMessagesUsingGETOK) GetPayload

type GetEmailNotificationMessagesUsingGETParams

type GetEmailNotificationMessagesUsingGETParams struct {

	/*LanguageTag
	  language

	*/
	LanguageTag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetEmailNotificationMessagesUsingGETParams contains all the parameters to send to the API endpoint for the get email notification messages using g e t operation typically these are written to a http.Request

func NewGetEmailNotificationMessagesUsingGETParams

func NewGetEmailNotificationMessagesUsingGETParams() *GetEmailNotificationMessagesUsingGETParams

NewGetEmailNotificationMessagesUsingGETParams creates a new GetEmailNotificationMessagesUsingGETParams object with the default values initialized.

func NewGetEmailNotificationMessagesUsingGETParamsWithContext

func NewGetEmailNotificationMessagesUsingGETParamsWithContext(ctx context.Context) *GetEmailNotificationMessagesUsingGETParams

NewGetEmailNotificationMessagesUsingGETParamsWithContext creates a new GetEmailNotificationMessagesUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetEmailNotificationMessagesUsingGETParamsWithHTTPClient

func NewGetEmailNotificationMessagesUsingGETParamsWithHTTPClient(client *http.Client) *GetEmailNotificationMessagesUsingGETParams

NewGetEmailNotificationMessagesUsingGETParamsWithHTTPClient creates a new GetEmailNotificationMessagesUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetEmailNotificationMessagesUsingGETParamsWithTimeout

func NewGetEmailNotificationMessagesUsingGETParamsWithTimeout(timeout time.Duration) *GetEmailNotificationMessagesUsingGETParams

NewGetEmailNotificationMessagesUsingGETParamsWithTimeout creates a new GetEmailNotificationMessagesUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetEmailNotificationMessagesUsingGETParams) SetContext

SetContext adds the context to the get email notification messages using g e t params

func (*GetEmailNotificationMessagesUsingGETParams) SetHTTPClient

func (o *GetEmailNotificationMessagesUsingGETParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get email notification messages using g e t params

func (*GetEmailNotificationMessagesUsingGETParams) SetLanguageTag

func (o *GetEmailNotificationMessagesUsingGETParams) SetLanguageTag(languageTag string)

SetLanguageTag adds the languageTag to the get email notification messages using g e t params

func (*GetEmailNotificationMessagesUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get email notification messages using g e t params

func (*GetEmailNotificationMessagesUsingGETParams) WithContext

WithContext adds the context to the get email notification messages using g e t params

func (*GetEmailNotificationMessagesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get email notification messages using g e t params

func (*GetEmailNotificationMessagesUsingGETParams) WithLanguageTag

WithLanguageTag adds the languageTag to the get email notification messages using g e t params

func (*GetEmailNotificationMessagesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get email notification messages using g e t params

func (*GetEmailNotificationMessagesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEmailNotificationMessagesUsingGETReader

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

GetEmailNotificationMessagesUsingGETReader is a Reader for the GetEmailNotificationMessagesUsingGET structure.

func (*GetEmailNotificationMessagesUsingGETReader) ReadResponse

func (o *GetEmailNotificationMessagesUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetEmailNotificationMessagesUsingGETUnauthorized

type GetEmailNotificationMessagesUsingGETUnauthorized struct {
}

GetEmailNotificationMessagesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetEmailNotificationMessagesUsingGETUnauthorized

func NewGetEmailNotificationMessagesUsingGETUnauthorized() *GetEmailNotificationMessagesUsingGETUnauthorized

NewGetEmailNotificationMessagesUsingGETUnauthorized creates a GetEmailNotificationMessagesUsingGETUnauthorized with default headers values

func (*GetEmailNotificationMessagesUsingGETUnauthorized) Error

type GetEmailNotificationTemplateUsingGETForbidden

type GetEmailNotificationTemplateUsingGETForbidden struct {
}

GetEmailNotificationTemplateUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetEmailNotificationTemplateUsingGETForbidden

func NewGetEmailNotificationTemplateUsingGETForbidden() *GetEmailNotificationTemplateUsingGETForbidden

NewGetEmailNotificationTemplateUsingGETForbidden creates a GetEmailNotificationTemplateUsingGETForbidden with default headers values

func (*GetEmailNotificationTemplateUsingGETForbidden) Error

type GetEmailNotificationTemplateUsingGETNotFound

type GetEmailNotificationTemplateUsingGETNotFound struct {
}

GetEmailNotificationTemplateUsingGETNotFound handles this case with default header values.

Not Found

func NewGetEmailNotificationTemplateUsingGETNotFound

func NewGetEmailNotificationTemplateUsingGETNotFound() *GetEmailNotificationTemplateUsingGETNotFound

NewGetEmailNotificationTemplateUsingGETNotFound creates a GetEmailNotificationTemplateUsingGETNotFound with default headers values

func (*GetEmailNotificationTemplateUsingGETNotFound) Error

type GetEmailNotificationTemplateUsingGETOK

type GetEmailNotificationTemplateUsingGETOK struct {
	Payload *models.EmailNotificationTemplateDto
}

GetEmailNotificationTemplateUsingGETOK handles this case with default header values.

OK

func NewGetEmailNotificationTemplateUsingGETOK

func NewGetEmailNotificationTemplateUsingGETOK() *GetEmailNotificationTemplateUsingGETOK

NewGetEmailNotificationTemplateUsingGETOK creates a GetEmailNotificationTemplateUsingGETOK with default headers values

func (*GetEmailNotificationTemplateUsingGETOK) Error

func (*GetEmailNotificationTemplateUsingGETOK) GetPayload

type GetEmailNotificationTemplateUsingGETParams

type GetEmailNotificationTemplateUsingGETParams struct {

	/*EmailNotificationTemplateName
	  templateName

	*/
	EmailNotificationTemplateName string
	/*LanguageTag
	  language

	*/
	LanguageTag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetEmailNotificationTemplateUsingGETParams contains all the parameters to send to the API endpoint for the get email notification template using g e t operation typically these are written to a http.Request

func NewGetEmailNotificationTemplateUsingGETParams

func NewGetEmailNotificationTemplateUsingGETParams() *GetEmailNotificationTemplateUsingGETParams

NewGetEmailNotificationTemplateUsingGETParams creates a new GetEmailNotificationTemplateUsingGETParams object with the default values initialized.

func NewGetEmailNotificationTemplateUsingGETParamsWithContext

func NewGetEmailNotificationTemplateUsingGETParamsWithContext(ctx context.Context) *GetEmailNotificationTemplateUsingGETParams

NewGetEmailNotificationTemplateUsingGETParamsWithContext creates a new GetEmailNotificationTemplateUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetEmailNotificationTemplateUsingGETParamsWithHTTPClient

func NewGetEmailNotificationTemplateUsingGETParamsWithHTTPClient(client *http.Client) *GetEmailNotificationTemplateUsingGETParams

NewGetEmailNotificationTemplateUsingGETParamsWithHTTPClient creates a new GetEmailNotificationTemplateUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetEmailNotificationTemplateUsingGETParamsWithTimeout

func NewGetEmailNotificationTemplateUsingGETParamsWithTimeout(timeout time.Duration) *GetEmailNotificationTemplateUsingGETParams

NewGetEmailNotificationTemplateUsingGETParamsWithTimeout creates a new GetEmailNotificationTemplateUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetEmailNotificationTemplateUsingGETParams) SetContext

SetContext adds the context to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) SetEmailNotificationTemplateName

func (o *GetEmailNotificationTemplateUsingGETParams) SetEmailNotificationTemplateName(emailNotificationTemplateName string)

SetEmailNotificationTemplateName adds the emailNotificationTemplateName to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) SetHTTPClient

func (o *GetEmailNotificationTemplateUsingGETParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) SetLanguageTag

func (o *GetEmailNotificationTemplateUsingGETParams) SetLanguageTag(languageTag string)

SetLanguageTag adds the languageTag to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) WithContext

WithContext adds the context to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) WithEmailNotificationTemplateName

func (o *GetEmailNotificationTemplateUsingGETParams) WithEmailNotificationTemplateName(emailNotificationTemplateName string) *GetEmailNotificationTemplateUsingGETParams

WithEmailNotificationTemplateName adds the emailNotificationTemplateName to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) WithLanguageTag

WithLanguageTag adds the languageTag to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get email notification template using g e t params

func (*GetEmailNotificationTemplateUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEmailNotificationTemplateUsingGETReader

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

GetEmailNotificationTemplateUsingGETReader is a Reader for the GetEmailNotificationTemplateUsingGET structure.

func (*GetEmailNotificationTemplateUsingGETReader) ReadResponse

func (o *GetEmailNotificationTemplateUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetEmailNotificationTemplateUsingGETUnauthorized

type GetEmailNotificationTemplateUsingGETUnauthorized struct {
}

GetEmailNotificationTemplateUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetEmailNotificationTemplateUsingGETUnauthorized

func NewGetEmailNotificationTemplateUsingGETUnauthorized() *GetEmailNotificationTemplateUsingGETUnauthorized

NewGetEmailNotificationTemplateUsingGETUnauthorized creates a GetEmailNotificationTemplateUsingGETUnauthorized with default headers values

func (*GetEmailNotificationTemplateUsingGETUnauthorized) Error

type GetEmailNotificationTemplatesUsingGETForbidden

type GetEmailNotificationTemplatesUsingGETForbidden struct {
}

GetEmailNotificationTemplatesUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetEmailNotificationTemplatesUsingGETForbidden

func NewGetEmailNotificationTemplatesUsingGETForbidden() *GetEmailNotificationTemplatesUsingGETForbidden

NewGetEmailNotificationTemplatesUsingGETForbidden creates a GetEmailNotificationTemplatesUsingGETForbidden with default headers values

func (*GetEmailNotificationTemplatesUsingGETForbidden) Error

type GetEmailNotificationTemplatesUsingGETNotFound

type GetEmailNotificationTemplatesUsingGETNotFound struct {
}

GetEmailNotificationTemplatesUsingGETNotFound handles this case with default header values.

Not Found

func NewGetEmailNotificationTemplatesUsingGETNotFound

func NewGetEmailNotificationTemplatesUsingGETNotFound() *GetEmailNotificationTemplatesUsingGETNotFound

NewGetEmailNotificationTemplatesUsingGETNotFound creates a GetEmailNotificationTemplatesUsingGETNotFound with default headers values

func (*GetEmailNotificationTemplatesUsingGETNotFound) Error

type GetEmailNotificationTemplatesUsingGETOK

type GetEmailNotificationTemplatesUsingGETOK struct {
	Payload *models.ListHolderDtoEmailNotificationTemplateDto
}

GetEmailNotificationTemplatesUsingGETOK handles this case with default header values.

OK

func NewGetEmailNotificationTemplatesUsingGETOK

func NewGetEmailNotificationTemplatesUsingGETOK() *GetEmailNotificationTemplatesUsingGETOK

NewGetEmailNotificationTemplatesUsingGETOK creates a GetEmailNotificationTemplatesUsingGETOK with default headers values

func (*GetEmailNotificationTemplatesUsingGETOK) Error

func (*GetEmailNotificationTemplatesUsingGETOK) GetPayload

type GetEmailNotificationTemplatesUsingGETParams

type GetEmailNotificationTemplatesUsingGETParams struct {

	/*LanguageTag
	  language

	*/
	LanguageTag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetEmailNotificationTemplatesUsingGETParams contains all the parameters to send to the API endpoint for the get email notification templates using g e t operation typically these are written to a http.Request

func NewGetEmailNotificationTemplatesUsingGETParams

func NewGetEmailNotificationTemplatesUsingGETParams() *GetEmailNotificationTemplatesUsingGETParams

NewGetEmailNotificationTemplatesUsingGETParams creates a new GetEmailNotificationTemplatesUsingGETParams object with the default values initialized.

func NewGetEmailNotificationTemplatesUsingGETParamsWithContext

func NewGetEmailNotificationTemplatesUsingGETParamsWithContext(ctx context.Context) *GetEmailNotificationTemplatesUsingGETParams

NewGetEmailNotificationTemplatesUsingGETParamsWithContext creates a new GetEmailNotificationTemplatesUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetEmailNotificationTemplatesUsingGETParamsWithHTTPClient

func NewGetEmailNotificationTemplatesUsingGETParamsWithHTTPClient(client *http.Client) *GetEmailNotificationTemplatesUsingGETParams

NewGetEmailNotificationTemplatesUsingGETParamsWithHTTPClient creates a new GetEmailNotificationTemplatesUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetEmailNotificationTemplatesUsingGETParamsWithTimeout

func NewGetEmailNotificationTemplatesUsingGETParamsWithTimeout(timeout time.Duration) *GetEmailNotificationTemplatesUsingGETParams

NewGetEmailNotificationTemplatesUsingGETParamsWithTimeout creates a new GetEmailNotificationTemplatesUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetEmailNotificationTemplatesUsingGETParams) SetContext

SetContext adds the context to the get email notification templates using g e t params

func (*GetEmailNotificationTemplatesUsingGETParams) SetHTTPClient

func (o *GetEmailNotificationTemplatesUsingGETParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get email notification templates using g e t params

func (*GetEmailNotificationTemplatesUsingGETParams) SetLanguageTag

func (o *GetEmailNotificationTemplatesUsingGETParams) SetLanguageTag(languageTag string)

SetLanguageTag adds the languageTag to the get email notification templates using g e t params

func (*GetEmailNotificationTemplatesUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get email notification templates using g e t params

func (*GetEmailNotificationTemplatesUsingGETParams) WithContext

WithContext adds the context to the get email notification templates using g e t params

func (*GetEmailNotificationTemplatesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get email notification templates using g e t params

func (*GetEmailNotificationTemplatesUsingGETParams) WithLanguageTag

WithLanguageTag adds the languageTag to the get email notification templates using g e t params

func (*GetEmailNotificationTemplatesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get email notification templates using g e t params

func (*GetEmailNotificationTemplatesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEmailNotificationTemplatesUsingGETReader

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

GetEmailNotificationTemplatesUsingGETReader is a Reader for the GetEmailNotificationTemplatesUsingGET structure.

func (*GetEmailNotificationTemplatesUsingGETReader) ReadResponse

func (o *GetEmailNotificationTemplatesUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetEmailNotificationTemplatesUsingGETUnauthorized

type GetEmailNotificationTemplatesUsingGETUnauthorized struct {
}

GetEmailNotificationTemplatesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetEmailNotificationTemplatesUsingGETUnauthorized

func NewGetEmailNotificationTemplatesUsingGETUnauthorized() *GetEmailNotificationTemplatesUsingGETUnauthorized

NewGetEmailNotificationTemplatesUsingGETUnauthorized creates a GetEmailNotificationTemplatesUsingGETUnauthorized with default headers values

func (*GetEmailNotificationTemplatesUsingGETUnauthorized) Error

type PatchEmailNotificationMessageUsingPATCHForbidden

type PatchEmailNotificationMessageUsingPATCHForbidden struct {
}

PatchEmailNotificationMessageUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewPatchEmailNotificationMessageUsingPATCHForbidden

func NewPatchEmailNotificationMessageUsingPATCHForbidden() *PatchEmailNotificationMessageUsingPATCHForbidden

NewPatchEmailNotificationMessageUsingPATCHForbidden creates a PatchEmailNotificationMessageUsingPATCHForbidden with default headers values

func (*PatchEmailNotificationMessageUsingPATCHForbidden) Error

type PatchEmailNotificationMessageUsingPATCHNoContent

type PatchEmailNotificationMessageUsingPATCHNoContent struct {
}

PatchEmailNotificationMessageUsingPATCHNoContent handles this case with default header values.

No Content

func NewPatchEmailNotificationMessageUsingPATCHNoContent

func NewPatchEmailNotificationMessageUsingPATCHNoContent() *PatchEmailNotificationMessageUsingPATCHNoContent

NewPatchEmailNotificationMessageUsingPATCHNoContent creates a PatchEmailNotificationMessageUsingPATCHNoContent with default headers values

func (*PatchEmailNotificationMessageUsingPATCHNoContent) Error

type PatchEmailNotificationMessageUsingPATCHOK

type PatchEmailNotificationMessageUsingPATCHOK struct {
	Payload *models.EmailNotificationMessageDto
}

PatchEmailNotificationMessageUsingPATCHOK handles this case with default header values.

OK

func NewPatchEmailNotificationMessageUsingPATCHOK

func NewPatchEmailNotificationMessageUsingPATCHOK() *PatchEmailNotificationMessageUsingPATCHOK

NewPatchEmailNotificationMessageUsingPATCHOK creates a PatchEmailNotificationMessageUsingPATCHOK with default headers values

func (*PatchEmailNotificationMessageUsingPATCHOK) Error

func (*PatchEmailNotificationMessageUsingPATCHOK) GetPayload

type PatchEmailNotificationMessageUsingPATCHParams

type PatchEmailNotificationMessageUsingPATCHParams struct {

	/*EmailNotificationMessageDto
	  emailNotificationMessageDto

	*/
	EmailNotificationMessageDto *models.EmailNotificationMessageDto
	/*EmailNotificationMessageName
	  msgName

	*/
	EmailNotificationMessageName string
	/*LanguageTag
	  language

	*/
	LanguageTag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchEmailNotificationMessageUsingPATCHParams contains all the parameters to send to the API endpoint for the patch email notification message using p a t c h operation typically these are written to a http.Request

func NewPatchEmailNotificationMessageUsingPATCHParams

func NewPatchEmailNotificationMessageUsingPATCHParams() *PatchEmailNotificationMessageUsingPATCHParams

NewPatchEmailNotificationMessageUsingPATCHParams creates a new PatchEmailNotificationMessageUsingPATCHParams object with the default values initialized.

func NewPatchEmailNotificationMessageUsingPATCHParamsWithContext

func NewPatchEmailNotificationMessageUsingPATCHParamsWithContext(ctx context.Context) *PatchEmailNotificationMessageUsingPATCHParams

NewPatchEmailNotificationMessageUsingPATCHParamsWithContext creates a new PatchEmailNotificationMessageUsingPATCHParams object with the default values initialized, and the ability to set a context for a request

func NewPatchEmailNotificationMessageUsingPATCHParamsWithHTTPClient

func NewPatchEmailNotificationMessageUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchEmailNotificationMessageUsingPATCHParams

NewPatchEmailNotificationMessageUsingPATCHParamsWithHTTPClient creates a new PatchEmailNotificationMessageUsingPATCHParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchEmailNotificationMessageUsingPATCHParamsWithTimeout

func NewPatchEmailNotificationMessageUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchEmailNotificationMessageUsingPATCHParams

NewPatchEmailNotificationMessageUsingPATCHParamsWithTimeout creates a new PatchEmailNotificationMessageUsingPATCHParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchEmailNotificationMessageUsingPATCHParams) SetContext

SetContext adds the context to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) SetEmailNotificationMessageDto

func (o *PatchEmailNotificationMessageUsingPATCHParams) SetEmailNotificationMessageDto(emailNotificationMessageDto *models.EmailNotificationMessageDto)

SetEmailNotificationMessageDto adds the emailNotificationMessageDto to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) SetEmailNotificationMessageName

func (o *PatchEmailNotificationMessageUsingPATCHParams) SetEmailNotificationMessageName(emailNotificationMessageName string)

SetEmailNotificationMessageName adds the emailNotificationMessageName to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) SetHTTPClient

func (o *PatchEmailNotificationMessageUsingPATCHParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) SetLanguageTag

func (o *PatchEmailNotificationMessageUsingPATCHParams) SetLanguageTag(languageTag string)

SetLanguageTag adds the languageTag to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) SetTimeout

SetTimeout adds the timeout to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) WithContext

WithContext adds the context to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) WithEmailNotificationMessageDto

WithEmailNotificationMessageDto adds the emailNotificationMessageDto to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) WithEmailNotificationMessageName

func (o *PatchEmailNotificationMessageUsingPATCHParams) WithEmailNotificationMessageName(emailNotificationMessageName string) *PatchEmailNotificationMessageUsingPATCHParams

WithEmailNotificationMessageName adds the emailNotificationMessageName to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) WithLanguageTag

WithLanguageTag adds the languageTag to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the patch email notification message using p a t c h params

func (*PatchEmailNotificationMessageUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEmailNotificationMessageUsingPATCHReader

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

PatchEmailNotificationMessageUsingPATCHReader is a Reader for the PatchEmailNotificationMessageUsingPATCH structure.

func (*PatchEmailNotificationMessageUsingPATCHReader) ReadResponse

func (o *PatchEmailNotificationMessageUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchEmailNotificationMessageUsingPATCHUnauthorized

type PatchEmailNotificationMessageUsingPATCHUnauthorized struct {
}

PatchEmailNotificationMessageUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchEmailNotificationMessageUsingPATCHUnauthorized

func NewPatchEmailNotificationMessageUsingPATCHUnauthorized() *PatchEmailNotificationMessageUsingPATCHUnauthorized

NewPatchEmailNotificationMessageUsingPATCHUnauthorized creates a PatchEmailNotificationMessageUsingPATCHUnauthorized with default headers values

func (*PatchEmailNotificationMessageUsingPATCHUnauthorized) Error

type PatchEmailNotificationTemplateUsingPATCHForbidden

type PatchEmailNotificationTemplateUsingPATCHForbidden struct {
}

PatchEmailNotificationTemplateUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewPatchEmailNotificationTemplateUsingPATCHForbidden

func NewPatchEmailNotificationTemplateUsingPATCHForbidden() *PatchEmailNotificationTemplateUsingPATCHForbidden

NewPatchEmailNotificationTemplateUsingPATCHForbidden creates a PatchEmailNotificationTemplateUsingPATCHForbidden with default headers values

func (*PatchEmailNotificationTemplateUsingPATCHForbidden) Error

type PatchEmailNotificationTemplateUsingPATCHNoContent

type PatchEmailNotificationTemplateUsingPATCHNoContent struct {
}

PatchEmailNotificationTemplateUsingPATCHNoContent handles this case with default header values.

No Content

func NewPatchEmailNotificationTemplateUsingPATCHNoContent

func NewPatchEmailNotificationTemplateUsingPATCHNoContent() *PatchEmailNotificationTemplateUsingPATCHNoContent

NewPatchEmailNotificationTemplateUsingPATCHNoContent creates a PatchEmailNotificationTemplateUsingPATCHNoContent with default headers values

func (*PatchEmailNotificationTemplateUsingPATCHNoContent) Error

type PatchEmailNotificationTemplateUsingPATCHOK

type PatchEmailNotificationTemplateUsingPATCHOK struct {
	Payload *models.EmailNotificationTemplateDto
}

PatchEmailNotificationTemplateUsingPATCHOK handles this case with default header values.

OK

func NewPatchEmailNotificationTemplateUsingPATCHOK

func NewPatchEmailNotificationTemplateUsingPATCHOK() *PatchEmailNotificationTemplateUsingPATCHOK

NewPatchEmailNotificationTemplateUsingPATCHOK creates a PatchEmailNotificationTemplateUsingPATCHOK with default headers values

func (*PatchEmailNotificationTemplateUsingPATCHOK) Error

func (*PatchEmailNotificationTemplateUsingPATCHOK) GetPayload

type PatchEmailNotificationTemplateUsingPATCHParams

type PatchEmailNotificationTemplateUsingPATCHParams struct {

	/*EmailNotificationTemplateDto
	  emailNotificationTemplateDto

	*/
	EmailNotificationTemplateDto *models.EmailNotificationTemplateDto
	/*EmailNotificationTemplateName
	  templateName

	*/
	EmailNotificationTemplateName string
	/*LanguageTag
	  language

	*/
	LanguageTag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchEmailNotificationTemplateUsingPATCHParams contains all the parameters to send to the API endpoint for the patch email notification template using p a t c h operation typically these are written to a http.Request

func NewPatchEmailNotificationTemplateUsingPATCHParams

func NewPatchEmailNotificationTemplateUsingPATCHParams() *PatchEmailNotificationTemplateUsingPATCHParams

NewPatchEmailNotificationTemplateUsingPATCHParams creates a new PatchEmailNotificationTemplateUsingPATCHParams object with the default values initialized.

func NewPatchEmailNotificationTemplateUsingPATCHParamsWithContext

func NewPatchEmailNotificationTemplateUsingPATCHParamsWithContext(ctx context.Context) *PatchEmailNotificationTemplateUsingPATCHParams

NewPatchEmailNotificationTemplateUsingPATCHParamsWithContext creates a new PatchEmailNotificationTemplateUsingPATCHParams object with the default values initialized, and the ability to set a context for a request

func NewPatchEmailNotificationTemplateUsingPATCHParamsWithHTTPClient

func NewPatchEmailNotificationTemplateUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchEmailNotificationTemplateUsingPATCHParams

NewPatchEmailNotificationTemplateUsingPATCHParamsWithHTTPClient creates a new PatchEmailNotificationTemplateUsingPATCHParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchEmailNotificationTemplateUsingPATCHParamsWithTimeout

func NewPatchEmailNotificationTemplateUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchEmailNotificationTemplateUsingPATCHParams

NewPatchEmailNotificationTemplateUsingPATCHParamsWithTimeout creates a new PatchEmailNotificationTemplateUsingPATCHParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchEmailNotificationTemplateUsingPATCHParams) SetContext

SetContext adds the context to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) SetEmailNotificationTemplateDto

func (o *PatchEmailNotificationTemplateUsingPATCHParams) SetEmailNotificationTemplateDto(emailNotificationTemplateDto *models.EmailNotificationTemplateDto)

SetEmailNotificationTemplateDto adds the emailNotificationTemplateDto to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) SetEmailNotificationTemplateName

func (o *PatchEmailNotificationTemplateUsingPATCHParams) SetEmailNotificationTemplateName(emailNotificationTemplateName string)

SetEmailNotificationTemplateName adds the emailNotificationTemplateName to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) SetLanguageTag

func (o *PatchEmailNotificationTemplateUsingPATCHParams) SetLanguageTag(languageTag string)

SetLanguageTag adds the languageTag to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) SetTimeout

SetTimeout adds the timeout to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) WithContext

WithContext adds the context to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) WithEmailNotificationTemplateDto

WithEmailNotificationTemplateDto adds the emailNotificationTemplateDto to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) WithEmailNotificationTemplateName

func (o *PatchEmailNotificationTemplateUsingPATCHParams) WithEmailNotificationTemplateName(emailNotificationTemplateName string) *PatchEmailNotificationTemplateUsingPATCHParams

WithEmailNotificationTemplateName adds the emailNotificationTemplateName to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) WithLanguageTag

WithLanguageTag adds the languageTag to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the patch email notification template using p a t c h params

func (*PatchEmailNotificationTemplateUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEmailNotificationTemplateUsingPATCHReader

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

PatchEmailNotificationTemplateUsingPATCHReader is a Reader for the PatchEmailNotificationTemplateUsingPATCH structure.

func (*PatchEmailNotificationTemplateUsingPATCHReader) ReadResponse

func (o *PatchEmailNotificationTemplateUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchEmailNotificationTemplateUsingPATCHUnauthorized

type PatchEmailNotificationTemplateUsingPATCHUnauthorized struct {
}

PatchEmailNotificationTemplateUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchEmailNotificationTemplateUsingPATCHUnauthorized

func NewPatchEmailNotificationTemplateUsingPATCHUnauthorized() *PatchEmailNotificationTemplateUsingPATCHUnauthorized

NewPatchEmailNotificationTemplateUsingPATCHUnauthorized creates a PatchEmailNotificationTemplateUsingPATCHUnauthorized with default headers values

func (*PatchEmailNotificationTemplateUsingPATCHUnauthorized) Error

type TryEmailNotificationMessageUsingPOSTCreated

type TryEmailNotificationMessageUsingPOSTCreated struct {
}

TryEmailNotificationMessageUsingPOSTCreated handles this case with default header values.

Created

func NewTryEmailNotificationMessageUsingPOSTCreated

func NewTryEmailNotificationMessageUsingPOSTCreated() *TryEmailNotificationMessageUsingPOSTCreated

NewTryEmailNotificationMessageUsingPOSTCreated creates a TryEmailNotificationMessageUsingPOSTCreated with default headers values

func (*TryEmailNotificationMessageUsingPOSTCreated) Error

type TryEmailNotificationMessageUsingPOSTForbidden

type TryEmailNotificationMessageUsingPOSTForbidden struct {
}

TryEmailNotificationMessageUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewTryEmailNotificationMessageUsingPOSTForbidden

func NewTryEmailNotificationMessageUsingPOSTForbidden() *TryEmailNotificationMessageUsingPOSTForbidden

NewTryEmailNotificationMessageUsingPOSTForbidden creates a TryEmailNotificationMessageUsingPOSTForbidden with default headers values

func (*TryEmailNotificationMessageUsingPOSTForbidden) Error

type TryEmailNotificationMessageUsingPOSTNotFound

type TryEmailNotificationMessageUsingPOSTNotFound struct {
}

TryEmailNotificationMessageUsingPOSTNotFound handles this case with default header values.

Not Found

func NewTryEmailNotificationMessageUsingPOSTNotFound

func NewTryEmailNotificationMessageUsingPOSTNotFound() *TryEmailNotificationMessageUsingPOSTNotFound

NewTryEmailNotificationMessageUsingPOSTNotFound creates a TryEmailNotificationMessageUsingPOSTNotFound with default headers values

func (*TryEmailNotificationMessageUsingPOSTNotFound) Error

type TryEmailNotificationMessageUsingPOSTOK

type TryEmailNotificationMessageUsingPOSTOK struct {
	Payload *models.EmailNotificationMessageDto
}

TryEmailNotificationMessageUsingPOSTOK handles this case with default header values.

OK

func NewTryEmailNotificationMessageUsingPOSTOK

func NewTryEmailNotificationMessageUsingPOSTOK() *TryEmailNotificationMessageUsingPOSTOK

NewTryEmailNotificationMessageUsingPOSTOK creates a TryEmailNotificationMessageUsingPOSTOK with default headers values

func (*TryEmailNotificationMessageUsingPOSTOK) Error

func (*TryEmailNotificationMessageUsingPOSTOK) GetPayload

type TryEmailNotificationMessageUsingPOSTParams

type TryEmailNotificationMessageUsingPOSTParams struct {

	/*EmailNotificationMessageDto
	  emailNotificationMessageDto

	*/
	EmailNotificationMessageDto *models.EmailNotificationMessageDto
	/*EmailNotificationMessageName
	  msgName

	*/
	EmailNotificationMessageName string
	/*LanguageTag
	  language

	*/
	LanguageTag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TryEmailNotificationMessageUsingPOSTParams contains all the parameters to send to the API endpoint for the try email notification message using p o s t operation typically these are written to a http.Request

func NewTryEmailNotificationMessageUsingPOSTParams

func NewTryEmailNotificationMessageUsingPOSTParams() *TryEmailNotificationMessageUsingPOSTParams

NewTryEmailNotificationMessageUsingPOSTParams creates a new TryEmailNotificationMessageUsingPOSTParams object with the default values initialized.

func NewTryEmailNotificationMessageUsingPOSTParamsWithContext

func NewTryEmailNotificationMessageUsingPOSTParamsWithContext(ctx context.Context) *TryEmailNotificationMessageUsingPOSTParams

NewTryEmailNotificationMessageUsingPOSTParamsWithContext creates a new TryEmailNotificationMessageUsingPOSTParams object with the default values initialized, and the ability to set a context for a request

func NewTryEmailNotificationMessageUsingPOSTParamsWithHTTPClient

func NewTryEmailNotificationMessageUsingPOSTParamsWithHTTPClient(client *http.Client) *TryEmailNotificationMessageUsingPOSTParams

NewTryEmailNotificationMessageUsingPOSTParamsWithHTTPClient creates a new TryEmailNotificationMessageUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTryEmailNotificationMessageUsingPOSTParamsWithTimeout

func NewTryEmailNotificationMessageUsingPOSTParamsWithTimeout(timeout time.Duration) *TryEmailNotificationMessageUsingPOSTParams

NewTryEmailNotificationMessageUsingPOSTParamsWithTimeout creates a new TryEmailNotificationMessageUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request

func (*TryEmailNotificationMessageUsingPOSTParams) SetContext

SetContext adds the context to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) SetEmailNotificationMessageDto

func (o *TryEmailNotificationMessageUsingPOSTParams) SetEmailNotificationMessageDto(emailNotificationMessageDto *models.EmailNotificationMessageDto)

SetEmailNotificationMessageDto adds the emailNotificationMessageDto to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) SetEmailNotificationMessageName

func (o *TryEmailNotificationMessageUsingPOSTParams) SetEmailNotificationMessageName(emailNotificationMessageName string)

SetEmailNotificationMessageName adds the emailNotificationMessageName to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) SetHTTPClient

func (o *TryEmailNotificationMessageUsingPOSTParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) SetLanguageTag

func (o *TryEmailNotificationMessageUsingPOSTParams) SetLanguageTag(languageTag string)

SetLanguageTag adds the languageTag to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) SetTimeout

SetTimeout adds the timeout to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) WithContext

WithContext adds the context to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) WithEmailNotificationMessageDto

func (o *TryEmailNotificationMessageUsingPOSTParams) WithEmailNotificationMessageDto(emailNotificationMessageDto *models.EmailNotificationMessageDto) *TryEmailNotificationMessageUsingPOSTParams

WithEmailNotificationMessageDto adds the emailNotificationMessageDto to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) WithEmailNotificationMessageName

func (o *TryEmailNotificationMessageUsingPOSTParams) WithEmailNotificationMessageName(emailNotificationMessageName string) *TryEmailNotificationMessageUsingPOSTParams

WithEmailNotificationMessageName adds the emailNotificationMessageName to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) WithLanguageTag

WithLanguageTag adds the languageTag to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the try email notification message using p o s t params

func (*TryEmailNotificationMessageUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TryEmailNotificationMessageUsingPOSTReader

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

TryEmailNotificationMessageUsingPOSTReader is a Reader for the TryEmailNotificationMessageUsingPOST structure.

func (*TryEmailNotificationMessageUsingPOSTReader) ReadResponse

func (o *TryEmailNotificationMessageUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TryEmailNotificationMessageUsingPOSTUnauthorized

type TryEmailNotificationMessageUsingPOSTUnauthorized struct {
}

TryEmailNotificationMessageUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewTryEmailNotificationMessageUsingPOSTUnauthorized

func NewTryEmailNotificationMessageUsingPOSTUnauthorized() *TryEmailNotificationMessageUsingPOSTUnauthorized

NewTryEmailNotificationMessageUsingPOSTUnauthorized creates a TryEmailNotificationMessageUsingPOSTUnauthorized with default headers values

func (*TryEmailNotificationMessageUsingPOSTUnauthorized) Error

type TryEmailNotificationTemplateUsingPOSTCreated

type TryEmailNotificationTemplateUsingPOSTCreated struct {
}

TryEmailNotificationTemplateUsingPOSTCreated handles this case with default header values.

Created

func NewTryEmailNotificationTemplateUsingPOSTCreated

func NewTryEmailNotificationTemplateUsingPOSTCreated() *TryEmailNotificationTemplateUsingPOSTCreated

NewTryEmailNotificationTemplateUsingPOSTCreated creates a TryEmailNotificationTemplateUsingPOSTCreated with default headers values

func (*TryEmailNotificationTemplateUsingPOSTCreated) Error

type TryEmailNotificationTemplateUsingPOSTForbidden

type TryEmailNotificationTemplateUsingPOSTForbidden struct {
}

TryEmailNotificationTemplateUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewTryEmailNotificationTemplateUsingPOSTForbidden

func NewTryEmailNotificationTemplateUsingPOSTForbidden() *TryEmailNotificationTemplateUsingPOSTForbidden

NewTryEmailNotificationTemplateUsingPOSTForbidden creates a TryEmailNotificationTemplateUsingPOSTForbidden with default headers values

func (*TryEmailNotificationTemplateUsingPOSTForbidden) Error

type TryEmailNotificationTemplateUsingPOSTNotFound

type TryEmailNotificationTemplateUsingPOSTNotFound struct {
}

TryEmailNotificationTemplateUsingPOSTNotFound handles this case with default header values.

Not Found

func NewTryEmailNotificationTemplateUsingPOSTNotFound

func NewTryEmailNotificationTemplateUsingPOSTNotFound() *TryEmailNotificationTemplateUsingPOSTNotFound

NewTryEmailNotificationTemplateUsingPOSTNotFound creates a TryEmailNotificationTemplateUsingPOSTNotFound with default headers values

func (*TryEmailNotificationTemplateUsingPOSTNotFound) Error

type TryEmailNotificationTemplateUsingPOSTOK

type TryEmailNotificationTemplateUsingPOSTOK struct {
	Payload *models.EmailNotificationTemplateDto
}

TryEmailNotificationTemplateUsingPOSTOK handles this case with default header values.

OK

func NewTryEmailNotificationTemplateUsingPOSTOK

func NewTryEmailNotificationTemplateUsingPOSTOK() *TryEmailNotificationTemplateUsingPOSTOK

NewTryEmailNotificationTemplateUsingPOSTOK creates a TryEmailNotificationTemplateUsingPOSTOK with default headers values

func (*TryEmailNotificationTemplateUsingPOSTOK) Error

func (*TryEmailNotificationTemplateUsingPOSTOK) GetPayload

type TryEmailNotificationTemplateUsingPOSTParams

type TryEmailNotificationTemplateUsingPOSTParams struct {

	/*EmailNotificationTemplateDto
	  emailNotificationTemplateDto

	*/
	EmailNotificationTemplateDto *models.EmailNotificationTemplateDto
	/*EmailNotificationTemplateName
	  templateName

	*/
	EmailNotificationTemplateName string
	/*LanguageTag
	  language

	*/
	LanguageTag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TryEmailNotificationTemplateUsingPOSTParams contains all the parameters to send to the API endpoint for the try email notification template using p o s t operation typically these are written to a http.Request

func NewTryEmailNotificationTemplateUsingPOSTParams

func NewTryEmailNotificationTemplateUsingPOSTParams() *TryEmailNotificationTemplateUsingPOSTParams

NewTryEmailNotificationTemplateUsingPOSTParams creates a new TryEmailNotificationTemplateUsingPOSTParams object with the default values initialized.

func NewTryEmailNotificationTemplateUsingPOSTParamsWithContext

func NewTryEmailNotificationTemplateUsingPOSTParamsWithContext(ctx context.Context) *TryEmailNotificationTemplateUsingPOSTParams

NewTryEmailNotificationTemplateUsingPOSTParamsWithContext creates a new TryEmailNotificationTemplateUsingPOSTParams object with the default values initialized, and the ability to set a context for a request

func NewTryEmailNotificationTemplateUsingPOSTParamsWithHTTPClient

func NewTryEmailNotificationTemplateUsingPOSTParamsWithHTTPClient(client *http.Client) *TryEmailNotificationTemplateUsingPOSTParams

NewTryEmailNotificationTemplateUsingPOSTParamsWithHTTPClient creates a new TryEmailNotificationTemplateUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTryEmailNotificationTemplateUsingPOSTParamsWithTimeout

func NewTryEmailNotificationTemplateUsingPOSTParamsWithTimeout(timeout time.Duration) *TryEmailNotificationTemplateUsingPOSTParams

NewTryEmailNotificationTemplateUsingPOSTParamsWithTimeout creates a new TryEmailNotificationTemplateUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request

func (*TryEmailNotificationTemplateUsingPOSTParams) SetContext

SetContext adds the context to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) SetEmailNotificationTemplateDto

func (o *TryEmailNotificationTemplateUsingPOSTParams) SetEmailNotificationTemplateDto(emailNotificationTemplateDto *models.EmailNotificationTemplateDto)

SetEmailNotificationTemplateDto adds the emailNotificationTemplateDto to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) SetEmailNotificationTemplateName

func (o *TryEmailNotificationTemplateUsingPOSTParams) SetEmailNotificationTemplateName(emailNotificationTemplateName string)

SetEmailNotificationTemplateName adds the emailNotificationTemplateName to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) SetHTTPClient

func (o *TryEmailNotificationTemplateUsingPOSTParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) SetLanguageTag

func (o *TryEmailNotificationTemplateUsingPOSTParams) SetLanguageTag(languageTag string)

SetLanguageTag adds the languageTag to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) SetTimeout

SetTimeout adds the timeout to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) WithContext

WithContext adds the context to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) WithEmailNotificationTemplateDto

func (o *TryEmailNotificationTemplateUsingPOSTParams) WithEmailNotificationTemplateDto(emailNotificationTemplateDto *models.EmailNotificationTemplateDto) *TryEmailNotificationTemplateUsingPOSTParams

WithEmailNotificationTemplateDto adds the emailNotificationTemplateDto to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) WithEmailNotificationTemplateName

func (o *TryEmailNotificationTemplateUsingPOSTParams) WithEmailNotificationTemplateName(emailNotificationTemplateName string) *TryEmailNotificationTemplateUsingPOSTParams

WithEmailNotificationTemplateName adds the emailNotificationTemplateName to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) WithLanguageTag

WithLanguageTag adds the languageTag to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the try email notification template using p o s t params

func (*TryEmailNotificationTemplateUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TryEmailNotificationTemplateUsingPOSTReader

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

TryEmailNotificationTemplateUsingPOSTReader is a Reader for the TryEmailNotificationTemplateUsingPOST structure.

func (*TryEmailNotificationTemplateUsingPOSTReader) ReadResponse

func (o *TryEmailNotificationTemplateUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TryEmailNotificationTemplateUsingPOSTUnauthorized

type TryEmailNotificationTemplateUsingPOSTUnauthorized struct {
}

TryEmailNotificationTemplateUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewTryEmailNotificationTemplateUsingPOSTUnauthorized

func NewTryEmailNotificationTemplateUsingPOSTUnauthorized() *TryEmailNotificationTemplateUsingPOSTUnauthorized

NewTryEmailNotificationTemplateUsingPOSTUnauthorized creates a TryEmailNotificationTemplateUsingPOSTUnauthorized with default headers values

func (*TryEmailNotificationTemplateUsingPOSTUnauthorized) Error

Jump to

Keyboard shortcuts

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