f_y_i

package
v0.0.0-...-b0d199b Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2019 License: Apache-2.0 Imports: 12 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 f y i API

func New

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

New creates a new f y i API client.

func (*Client) DeleteFyiDeliveryoptionsDeviceID

func (a *Client) DeleteFyiDeliveryoptionsDeviceID(params *DeleteFyiDeliveryoptionsDeviceIDParams) (*DeleteFyiDeliveryoptionsDeviceIDOK, error)

DeleteFyiDeliveryoptionsDeviceID deletes a device

func (*Client) GetFyiDeliveryoptions

func (a *Client) GetFyiDeliveryoptions(params *GetFyiDeliveryoptionsParams) (*GetFyiDeliveryoptionsOK, error)

GetFyiDeliveryoptions gets delivery options

options for sending fyis to email and other devices

func (*Client) GetFyiDisclaimerTypecode

func (a *Client) GetFyiDisclaimerTypecode(params *GetFyiDisclaimerTypecodeParams) (*GetFyiDisclaimerTypecodeOK, error)

GetFyiDisclaimerTypecode gets disclaimer for a certain kind of fyi

func (*Client) GetFyiNotifications

func (a *Client) GetFyiNotifications(params *GetFyiNotificationsParams) (*GetFyiNotificationsOK, error)

GetFyiNotifications gets a list of notifications

func (*Client) GetFyiNotificationsMore

func (a *Client) GetFyiNotificationsMore(params *GetFyiNotificationsMoreParams) (*GetFyiNotificationsMoreOK, error)

GetFyiNotificationsMore gets more notifications based on a certain one

func (*Client) GetFyiSettings

func (a *Client) GetFyiSettings(params *GetFyiSettingsParams) (*GetFyiSettingsOK, error)

GetFyiSettings gets a list of subscriptions

return the current choices of subscriptions, we can toggle the option

func (*Client) GetFyiUnreadnumber

func (a *Client) GetFyiUnreadnumber(params *GetFyiUnreadnumberParams) (*GetFyiUnreadnumberOK, error)

GetFyiUnreadnumber gets unread number of fyis

func (*Client) PostFyiDeliveryoptionsDevice

func (a *Client) PostFyiDeliveryoptionsDevice(params *PostFyiDeliveryoptionsDeviceParams) (*PostFyiDeliveryoptionsDeviceOK, error)

PostFyiDeliveryoptionsDevice enables disable device option

func (*Client) PostFyiSettingsTypecode

func (a *Client) PostFyiSettingsTypecode(params *PostFyiSettingsTypecodeParams) (*PostFyiSettingsTypecodeOK, error)

PostFyiSettingsTypecode enables disable certain subscription

func (*Client) PutFyiDeliveryoptionsEmail

func (a *Client) PutFyiDeliveryoptionsEmail(params *PutFyiDeliveryoptionsEmailParams) (*PutFyiDeliveryoptionsEmailOK, error)

PutFyiDeliveryoptionsEmail enables disable email option

func (*Client) PutFyiDisclaimerTypecode

func (a *Client) PutFyiDisclaimerTypecode(params *PutFyiDisclaimerTypecodeParams) (*PutFyiDisclaimerTypecodeOK, error)

PutFyiDisclaimerTypecode marks disclaimer read

func (*Client) PutFyiNotificationsNotificationID

func (a *Client) PutFyiNotificationsNotificationID(params *PutFyiNotificationsNotificationIDParams) (*PutFyiNotificationsNotificationIDOK, error)

PutFyiNotificationsNotificationID gets a list of notifications

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteFyiDeliveryoptionsDeviceIDOK

type DeleteFyiDeliveryoptionsDeviceIDOK struct {
	Payload interface{}
}

DeleteFyiDeliveryoptionsDeviceIDOK handles this case with default header values.

200 means successful

func NewDeleteFyiDeliveryoptionsDeviceIDOK

func NewDeleteFyiDeliveryoptionsDeviceIDOK() *DeleteFyiDeliveryoptionsDeviceIDOK

NewDeleteFyiDeliveryoptionsDeviceIDOK creates a DeleteFyiDeliveryoptionsDeviceIDOK with default headers values

func (*DeleteFyiDeliveryoptionsDeviceIDOK) Error

func (*DeleteFyiDeliveryoptionsDeviceIDOK) GetPayload

func (o *DeleteFyiDeliveryoptionsDeviceIDOK) GetPayload() interface{}

type DeleteFyiDeliveryoptionsDeviceIDParams

type DeleteFyiDeliveryoptionsDeviceIDParams struct {

	/*DeviceID
	  device ID

	*/
	DeviceID string

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

DeleteFyiDeliveryoptionsDeviceIDParams contains all the parameters to send to the API endpoint for the delete fyi deliveryoptions device ID operation typically these are written to a http.Request

func NewDeleteFyiDeliveryoptionsDeviceIDParams

func NewDeleteFyiDeliveryoptionsDeviceIDParams() *DeleteFyiDeliveryoptionsDeviceIDParams

NewDeleteFyiDeliveryoptionsDeviceIDParams creates a new DeleteFyiDeliveryoptionsDeviceIDParams object with the default values initialized.

func NewDeleteFyiDeliveryoptionsDeviceIDParamsWithContext

func NewDeleteFyiDeliveryoptionsDeviceIDParamsWithContext(ctx context.Context) *DeleteFyiDeliveryoptionsDeviceIDParams

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

func NewDeleteFyiDeliveryoptionsDeviceIDParamsWithHTTPClient

func NewDeleteFyiDeliveryoptionsDeviceIDParamsWithHTTPClient(client *http.Client) *DeleteFyiDeliveryoptionsDeviceIDParams

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

func NewDeleteFyiDeliveryoptionsDeviceIDParamsWithTimeout

func NewDeleteFyiDeliveryoptionsDeviceIDParamsWithTimeout(timeout time.Duration) *DeleteFyiDeliveryoptionsDeviceIDParams

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

func (*DeleteFyiDeliveryoptionsDeviceIDParams) SetContext

SetContext adds the context to the delete fyi deliveryoptions device ID params

func (*DeleteFyiDeliveryoptionsDeviceIDParams) SetDeviceID

func (o *DeleteFyiDeliveryoptionsDeviceIDParams) SetDeviceID(deviceID string)

SetDeviceID adds the deviceId to the delete fyi deliveryoptions device ID params

func (*DeleteFyiDeliveryoptionsDeviceIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete fyi deliveryoptions device ID params

func (*DeleteFyiDeliveryoptionsDeviceIDParams) SetTimeout

func (o *DeleteFyiDeliveryoptionsDeviceIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete fyi deliveryoptions device ID params

func (*DeleteFyiDeliveryoptionsDeviceIDParams) WithContext

WithContext adds the context to the delete fyi deliveryoptions device ID params

func (*DeleteFyiDeliveryoptionsDeviceIDParams) WithDeviceID

WithDeviceID adds the deviceID to the delete fyi deliveryoptions device ID params

func (*DeleteFyiDeliveryoptionsDeviceIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete fyi deliveryoptions device ID params

func (*DeleteFyiDeliveryoptionsDeviceIDParams) WithTimeout

WithTimeout adds the timeout to the delete fyi deliveryoptions device ID params

func (*DeleteFyiDeliveryoptionsDeviceIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFyiDeliveryoptionsDeviceIDReader

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

DeleteFyiDeliveryoptionsDeviceIDReader is a Reader for the DeleteFyiDeliveryoptionsDeviceID structure.

func (*DeleteFyiDeliveryoptionsDeviceIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EItems0

type EItems0 struct {

	// device is enabled or not 0-true, 1-false.
	A string `json:"A,omitempty"`

	// device id
	I string `json:"I,omitempty"`

	// device name
	NM string `json:"NM,omitempty"`

	// unique device id
	UI string `json:"UI,omitempty"`
}

EItems0 device swagger:model EItems0

func (*EItems0) MarshalBinary

func (o *EItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EItems0) UnmarshalBinary

func (o *EItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EItems0) Validate

func (o *EItems0) Validate(formats strfmt.Registry) error

Validate validates this e items0

type GetFyiDeliveryoptionsOK

type GetFyiDeliveryoptionsOK struct {
	Payload *GetFyiDeliveryoptionsOKBody
}

GetFyiDeliveryoptionsOK handles this case with default header values.

An object

func NewGetFyiDeliveryoptionsOK

func NewGetFyiDeliveryoptionsOK() *GetFyiDeliveryoptionsOK

NewGetFyiDeliveryoptionsOK creates a GetFyiDeliveryoptionsOK with default headers values

func (*GetFyiDeliveryoptionsOK) Error

func (o *GetFyiDeliveryoptionsOK) Error() string

func (*GetFyiDeliveryoptionsOK) GetPayload

type GetFyiDeliveryoptionsOKBody

type GetFyiDeliveryoptionsOKBody struct {

	// e
	E []*EItems0 `json:"E"`

	// Email option is enabled or not 0-off, 1-on.
	M int64 `json:"M,omitempty"`
}

GetFyiDeliveryoptionsOKBody get fyi deliveryoptions o k body swagger:model GetFyiDeliveryoptionsOKBody

func (*GetFyiDeliveryoptionsOKBody) MarshalBinary

func (o *GetFyiDeliveryoptionsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFyiDeliveryoptionsOKBody) UnmarshalBinary

func (o *GetFyiDeliveryoptionsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFyiDeliveryoptionsOKBody) Validate

func (o *GetFyiDeliveryoptionsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get fyi deliveryoptions o k body

type GetFyiDeliveryoptionsParams

type GetFyiDeliveryoptionsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFyiDeliveryoptionsParams contains all the parameters to send to the API endpoint for the get fyi deliveryoptions operation typically these are written to a http.Request

func NewGetFyiDeliveryoptionsParams

func NewGetFyiDeliveryoptionsParams() *GetFyiDeliveryoptionsParams

NewGetFyiDeliveryoptionsParams creates a new GetFyiDeliveryoptionsParams object with the default values initialized.

func NewGetFyiDeliveryoptionsParamsWithContext

func NewGetFyiDeliveryoptionsParamsWithContext(ctx context.Context) *GetFyiDeliveryoptionsParams

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

func NewGetFyiDeliveryoptionsParamsWithHTTPClient

func NewGetFyiDeliveryoptionsParamsWithHTTPClient(client *http.Client) *GetFyiDeliveryoptionsParams

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

func NewGetFyiDeliveryoptionsParamsWithTimeout

func NewGetFyiDeliveryoptionsParamsWithTimeout(timeout time.Duration) *GetFyiDeliveryoptionsParams

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

func (*GetFyiDeliveryoptionsParams) SetContext

func (o *GetFyiDeliveryoptionsParams) SetContext(ctx context.Context)

SetContext adds the context to the get fyi deliveryoptions params

func (*GetFyiDeliveryoptionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fyi deliveryoptions params

func (*GetFyiDeliveryoptionsParams) SetTimeout

func (o *GetFyiDeliveryoptionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fyi deliveryoptions params

func (*GetFyiDeliveryoptionsParams) WithContext

WithContext adds the context to the get fyi deliveryoptions params

func (*GetFyiDeliveryoptionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get fyi deliveryoptions params

func (*GetFyiDeliveryoptionsParams) WithTimeout

WithTimeout adds the timeout to the get fyi deliveryoptions params

func (*GetFyiDeliveryoptionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFyiDeliveryoptionsReader

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

GetFyiDeliveryoptionsReader is a Reader for the GetFyiDeliveryoptions structure.

func (*GetFyiDeliveryoptionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFyiDisclaimerTypecodeOK

type GetFyiDisclaimerTypecodeOK struct {
	Payload *GetFyiDisclaimerTypecodeOKBody
}

GetFyiDisclaimerTypecodeOK handles this case with default header values.

receives the disclaimer message

func NewGetFyiDisclaimerTypecodeOK

func NewGetFyiDisclaimerTypecodeOK() *GetFyiDisclaimerTypecodeOK

NewGetFyiDisclaimerTypecodeOK creates a GetFyiDisclaimerTypecodeOK with default headers values

func (*GetFyiDisclaimerTypecodeOK) Error

func (*GetFyiDisclaimerTypecodeOK) GetPayload

type GetFyiDisclaimerTypecodeOKBody

type GetFyiDisclaimerTypecodeOKBody struct {

	// disclaimer message
	DT string `json:"DT,omitempty"`

	// fyi code
	FC string `json:"FC,omitempty"`
}

GetFyiDisclaimerTypecodeOKBody get fyi disclaimer typecode o k body swagger:model GetFyiDisclaimerTypecodeOKBody

func (*GetFyiDisclaimerTypecodeOKBody) MarshalBinary

func (o *GetFyiDisclaimerTypecodeOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFyiDisclaimerTypecodeOKBody) UnmarshalBinary

func (o *GetFyiDisclaimerTypecodeOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFyiDisclaimerTypecodeOKBody) Validate

func (o *GetFyiDisclaimerTypecodeOKBody) Validate(formats strfmt.Registry) error

Validate validates this get fyi disclaimer typecode o k body

type GetFyiDisclaimerTypecodeParams

type GetFyiDisclaimerTypecodeParams struct {

	/*Typecode
	  fyi code, for example --M8, EA

	*/
	Typecode string

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

GetFyiDisclaimerTypecodeParams contains all the parameters to send to the API endpoint for the get fyi disclaimer typecode operation typically these are written to a http.Request

func NewGetFyiDisclaimerTypecodeParams

func NewGetFyiDisclaimerTypecodeParams() *GetFyiDisclaimerTypecodeParams

NewGetFyiDisclaimerTypecodeParams creates a new GetFyiDisclaimerTypecodeParams object with the default values initialized.

func NewGetFyiDisclaimerTypecodeParamsWithContext

func NewGetFyiDisclaimerTypecodeParamsWithContext(ctx context.Context) *GetFyiDisclaimerTypecodeParams

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

func NewGetFyiDisclaimerTypecodeParamsWithHTTPClient

func NewGetFyiDisclaimerTypecodeParamsWithHTTPClient(client *http.Client) *GetFyiDisclaimerTypecodeParams

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

func NewGetFyiDisclaimerTypecodeParamsWithTimeout

func NewGetFyiDisclaimerTypecodeParamsWithTimeout(timeout time.Duration) *GetFyiDisclaimerTypecodeParams

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

func (*GetFyiDisclaimerTypecodeParams) SetContext

func (o *GetFyiDisclaimerTypecodeParams) SetContext(ctx context.Context)

SetContext adds the context to the get fyi disclaimer typecode params

func (*GetFyiDisclaimerTypecodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fyi disclaimer typecode params

func (*GetFyiDisclaimerTypecodeParams) SetTimeout

func (o *GetFyiDisclaimerTypecodeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fyi disclaimer typecode params

func (*GetFyiDisclaimerTypecodeParams) SetTypecode

func (o *GetFyiDisclaimerTypecodeParams) SetTypecode(typecode string)

SetTypecode adds the typecode to the get fyi disclaimer typecode params

func (*GetFyiDisclaimerTypecodeParams) WithContext

WithContext adds the context to the get fyi disclaimer typecode params

func (*GetFyiDisclaimerTypecodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get fyi disclaimer typecode params

func (*GetFyiDisclaimerTypecodeParams) WithTimeout

WithTimeout adds the timeout to the get fyi disclaimer typecode params

func (*GetFyiDisclaimerTypecodeParams) WithTypecode

WithTypecode adds the typecode to the get fyi disclaimer typecode params

func (*GetFyiDisclaimerTypecodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFyiDisclaimerTypecodeReader

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

GetFyiDisclaimerTypecodeReader is a Reader for the GetFyiDisclaimerTypecode structure.

func (*GetFyiDisclaimerTypecodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFyiNotificationsMoreOK

type GetFyiNotificationsMoreOK struct {
	Payload models.Notifications
}

GetFyiNotificationsMoreOK handles this case with default header values.

An array

func NewGetFyiNotificationsMoreOK

func NewGetFyiNotificationsMoreOK() *GetFyiNotificationsMoreOK

NewGetFyiNotificationsMoreOK creates a GetFyiNotificationsMoreOK with default headers values

func (*GetFyiNotificationsMoreOK) Error

func (o *GetFyiNotificationsMoreOK) Error() string

func (*GetFyiNotificationsMoreOK) GetPayload

type GetFyiNotificationsMoreParams

type GetFyiNotificationsMoreParams struct {

	/*ID
	  id of last notification in the list

	*/
	ID string

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

GetFyiNotificationsMoreParams contains all the parameters to send to the API endpoint for the get fyi notifications more operation typically these are written to a http.Request

func NewGetFyiNotificationsMoreParams

func NewGetFyiNotificationsMoreParams() *GetFyiNotificationsMoreParams

NewGetFyiNotificationsMoreParams creates a new GetFyiNotificationsMoreParams object with the default values initialized.

func NewGetFyiNotificationsMoreParamsWithContext

func NewGetFyiNotificationsMoreParamsWithContext(ctx context.Context) *GetFyiNotificationsMoreParams

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

func NewGetFyiNotificationsMoreParamsWithHTTPClient

func NewGetFyiNotificationsMoreParamsWithHTTPClient(client *http.Client) *GetFyiNotificationsMoreParams

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

func NewGetFyiNotificationsMoreParamsWithTimeout

func NewGetFyiNotificationsMoreParamsWithTimeout(timeout time.Duration) *GetFyiNotificationsMoreParams

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

func (*GetFyiNotificationsMoreParams) SetContext

func (o *GetFyiNotificationsMoreParams) SetContext(ctx context.Context)

SetContext adds the context to the get fyi notifications more params

func (*GetFyiNotificationsMoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fyi notifications more params

func (*GetFyiNotificationsMoreParams) SetID

SetID adds the id to the get fyi notifications more params

func (*GetFyiNotificationsMoreParams) SetTimeout

func (o *GetFyiNotificationsMoreParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fyi notifications more params

func (*GetFyiNotificationsMoreParams) WithContext

WithContext adds the context to the get fyi notifications more params

func (*GetFyiNotificationsMoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get fyi notifications more params

func (*GetFyiNotificationsMoreParams) WithID

WithID adds the id to the get fyi notifications more params

func (*GetFyiNotificationsMoreParams) WithTimeout

WithTimeout adds the timeout to the get fyi notifications more params

func (*GetFyiNotificationsMoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFyiNotificationsMoreReader

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

GetFyiNotificationsMoreReader is a Reader for the GetFyiNotificationsMore structure.

func (*GetFyiNotificationsMoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFyiNotificationsOK

type GetFyiNotificationsOK struct {
	Payload models.Notifications
}

GetFyiNotificationsOK handles this case with default header values.

An array

func NewGetFyiNotificationsOK

func NewGetFyiNotificationsOK() *GetFyiNotificationsOK

NewGetFyiNotificationsOK creates a GetFyiNotificationsOK with default headers values

func (*GetFyiNotificationsOK) Error

func (o *GetFyiNotificationsOK) Error() string

func (*GetFyiNotificationsOK) GetPayload

func (o *GetFyiNotificationsOK) GetPayload() models.Notifications

type GetFyiNotificationsParams

type GetFyiNotificationsParams struct {

	/*Exclude
	  if set, don't set include

	*/
	Exclude *string
	/*Include
	  if set, don't set exclude

	*/
	Include *string
	/*Max
	  max number of fyis in response

	*/
	Max string

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

GetFyiNotificationsParams contains all the parameters to send to the API endpoint for the get fyi notifications operation typically these are written to a http.Request

func NewGetFyiNotificationsParams

func NewGetFyiNotificationsParams() *GetFyiNotificationsParams

NewGetFyiNotificationsParams creates a new GetFyiNotificationsParams object with the default values initialized.

func NewGetFyiNotificationsParamsWithContext

func NewGetFyiNotificationsParamsWithContext(ctx context.Context) *GetFyiNotificationsParams

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

func NewGetFyiNotificationsParamsWithHTTPClient

func NewGetFyiNotificationsParamsWithHTTPClient(client *http.Client) *GetFyiNotificationsParams

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

func NewGetFyiNotificationsParamsWithTimeout

func NewGetFyiNotificationsParamsWithTimeout(timeout time.Duration) *GetFyiNotificationsParams

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

func (*GetFyiNotificationsParams) SetContext

func (o *GetFyiNotificationsParams) SetContext(ctx context.Context)

SetContext adds the context to the get fyi notifications params

func (*GetFyiNotificationsParams) SetExclude

func (o *GetFyiNotificationsParams) SetExclude(exclude *string)

SetExclude adds the exclude to the get fyi notifications params

func (*GetFyiNotificationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fyi notifications params

func (*GetFyiNotificationsParams) SetInclude

func (o *GetFyiNotificationsParams) SetInclude(include *string)

SetInclude adds the include to the get fyi notifications params

func (*GetFyiNotificationsParams) SetMax

func (o *GetFyiNotificationsParams) SetMax(max string)

SetMax adds the max to the get fyi notifications params

func (*GetFyiNotificationsParams) SetTimeout

func (o *GetFyiNotificationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fyi notifications params

func (*GetFyiNotificationsParams) WithContext

WithContext adds the context to the get fyi notifications params

func (*GetFyiNotificationsParams) WithExclude

WithExclude adds the exclude to the get fyi notifications params

func (*GetFyiNotificationsParams) WithHTTPClient

func (o *GetFyiNotificationsParams) WithHTTPClient(client *http.Client) *GetFyiNotificationsParams

WithHTTPClient adds the HTTPClient to the get fyi notifications params

func (*GetFyiNotificationsParams) WithInclude

WithInclude adds the include to the get fyi notifications params

func (*GetFyiNotificationsParams) WithMax

WithMax adds the max to the get fyi notifications params

func (*GetFyiNotificationsParams) WithTimeout

WithTimeout adds the timeout to the get fyi notifications params

func (*GetFyiNotificationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFyiNotificationsReader

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

GetFyiNotificationsReader is a Reader for the GetFyiNotifications structure.

func (*GetFyiNotificationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFyiSettingsOK

type GetFyiSettingsOK struct {
	Payload []*GetFyiSettingsOKBodyItems0
}

GetFyiSettingsOK handles this case with default header values.

An array

func NewGetFyiSettingsOK

func NewGetFyiSettingsOK() *GetFyiSettingsOK

NewGetFyiSettingsOK creates a GetFyiSettingsOK with default headers values

func (*GetFyiSettingsOK) Error

func (o *GetFyiSettingsOK) Error() string

func (*GetFyiSettingsOK) GetPayload

func (o *GetFyiSettingsOK) GetPayload() []*GetFyiSettingsOKBodyItems0

type GetFyiSettingsOKBodyItems0

type GetFyiSettingsOKBodyItems0 struct {

	// optional, if A doesn't exist, it means user can't toggle this option. 0-off, 1-on.
	A int64 `json:"A,omitempty"`

	// fyi code
	FC string `json:"FC,omitempty"`

	// detailed description
	FD string `json:"FD,omitempty"`

	// title
	FN string `json:"FN,omitempty"`

	// disclaimer read, 1 = yes, = 0 no.
	H int64 `json:"H,omitempty"`
}

GetFyiSettingsOKBodyItems0 get fyi settings o k body items0 swagger:model GetFyiSettingsOKBodyItems0

func (*GetFyiSettingsOKBodyItems0) MarshalBinary

func (o *GetFyiSettingsOKBodyItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFyiSettingsOKBodyItems0) UnmarshalBinary

func (o *GetFyiSettingsOKBodyItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFyiSettingsOKBodyItems0) Validate

func (o *GetFyiSettingsOKBodyItems0) Validate(formats strfmt.Registry) error

Validate validates this get fyi settings o k body items0

type GetFyiSettingsParams

type GetFyiSettingsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFyiSettingsParams contains all the parameters to send to the API endpoint for the get fyi settings operation typically these are written to a http.Request

func NewGetFyiSettingsParams

func NewGetFyiSettingsParams() *GetFyiSettingsParams

NewGetFyiSettingsParams creates a new GetFyiSettingsParams object with the default values initialized.

func NewGetFyiSettingsParamsWithContext

func NewGetFyiSettingsParamsWithContext(ctx context.Context) *GetFyiSettingsParams

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

func NewGetFyiSettingsParamsWithHTTPClient

func NewGetFyiSettingsParamsWithHTTPClient(client *http.Client) *GetFyiSettingsParams

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

func NewGetFyiSettingsParamsWithTimeout

func NewGetFyiSettingsParamsWithTimeout(timeout time.Duration) *GetFyiSettingsParams

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

func (*GetFyiSettingsParams) SetContext

func (o *GetFyiSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the get fyi settings params

func (*GetFyiSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fyi settings params

func (*GetFyiSettingsParams) SetTimeout

func (o *GetFyiSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fyi settings params

func (*GetFyiSettingsParams) WithContext

WithContext adds the context to the get fyi settings params

func (*GetFyiSettingsParams) WithHTTPClient

func (o *GetFyiSettingsParams) WithHTTPClient(client *http.Client) *GetFyiSettingsParams

WithHTTPClient adds the HTTPClient to the get fyi settings params

func (*GetFyiSettingsParams) WithTimeout

func (o *GetFyiSettingsParams) WithTimeout(timeout time.Duration) *GetFyiSettingsParams

WithTimeout adds the timeout to the get fyi settings params

func (*GetFyiSettingsParams) WriteToRequest

func (o *GetFyiSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetFyiSettingsReader

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

GetFyiSettingsReader is a Reader for the GetFyiSettings structure.

func (*GetFyiSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFyiUnreadnumberOK

type GetFyiUnreadnumberOK struct {
	Payload *GetFyiUnreadnumberOKBody
}

GetFyiUnreadnumberOK handles this case with default header values.

An object

func NewGetFyiUnreadnumberOK

func NewGetFyiUnreadnumberOK() *GetFyiUnreadnumberOK

NewGetFyiUnreadnumberOK creates a GetFyiUnreadnumberOK with default headers values

func (*GetFyiUnreadnumberOK) Error

func (o *GetFyiUnreadnumberOK) Error() string

func (*GetFyiUnreadnumberOK) GetPayload

type GetFyiUnreadnumberOKBody

type GetFyiUnreadnumberOKBody struct {

	// unread number
	BN int64 `json:"BN,omitempty"`
}

GetFyiUnreadnumberOKBody get fyi unreadnumber o k body swagger:model GetFyiUnreadnumberOKBody

func (*GetFyiUnreadnumberOKBody) MarshalBinary

func (o *GetFyiUnreadnumberOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFyiUnreadnumberOKBody) UnmarshalBinary

func (o *GetFyiUnreadnumberOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFyiUnreadnumberOKBody) Validate

func (o *GetFyiUnreadnumberOKBody) Validate(formats strfmt.Registry) error

Validate validates this get fyi unreadnumber o k body

type GetFyiUnreadnumberParams

type GetFyiUnreadnumberParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFyiUnreadnumberParams contains all the parameters to send to the API endpoint for the get fyi unreadnumber operation typically these are written to a http.Request

func NewGetFyiUnreadnumberParams

func NewGetFyiUnreadnumberParams() *GetFyiUnreadnumberParams

NewGetFyiUnreadnumberParams creates a new GetFyiUnreadnumberParams object with the default values initialized.

func NewGetFyiUnreadnumberParamsWithContext

func NewGetFyiUnreadnumberParamsWithContext(ctx context.Context) *GetFyiUnreadnumberParams

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

func NewGetFyiUnreadnumberParamsWithHTTPClient

func NewGetFyiUnreadnumberParamsWithHTTPClient(client *http.Client) *GetFyiUnreadnumberParams

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

func NewGetFyiUnreadnumberParamsWithTimeout

func NewGetFyiUnreadnumberParamsWithTimeout(timeout time.Duration) *GetFyiUnreadnumberParams

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

func (*GetFyiUnreadnumberParams) SetContext

func (o *GetFyiUnreadnumberParams) SetContext(ctx context.Context)

SetContext adds the context to the get fyi unreadnumber params

func (*GetFyiUnreadnumberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fyi unreadnumber params

func (*GetFyiUnreadnumberParams) SetTimeout

func (o *GetFyiUnreadnumberParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fyi unreadnumber params

func (*GetFyiUnreadnumberParams) WithContext

WithContext adds the context to the get fyi unreadnumber params

func (*GetFyiUnreadnumberParams) WithHTTPClient

func (o *GetFyiUnreadnumberParams) WithHTTPClient(client *http.Client) *GetFyiUnreadnumberParams

WithHTTPClient adds the HTTPClient to the get fyi unreadnumber params

func (*GetFyiUnreadnumberParams) WithTimeout

WithTimeout adds the timeout to the get fyi unreadnumber params

func (*GetFyiUnreadnumberParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFyiUnreadnumberReader

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

GetFyiUnreadnumberReader is a Reader for the GetFyiUnreadnumber structure.

func (*GetFyiUnreadnumberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostFyiDeliveryoptionsDeviceBody

type PostFyiDeliveryoptionsDeviceBody struct {

	// device Id
	DeviceID string `json:"deviceId,omitempty"`

	// devicename
	Devicename string `json:"devicename,omitempty"`

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// ui name
	UIName string `json:"uiName,omitempty"`
}

PostFyiDeliveryoptionsDeviceBody post fyi deliveryoptions device body swagger:model PostFyiDeliveryoptionsDeviceBody

func (*PostFyiDeliveryoptionsDeviceBody) MarshalBinary

func (o *PostFyiDeliveryoptionsDeviceBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostFyiDeliveryoptionsDeviceBody) UnmarshalBinary

func (o *PostFyiDeliveryoptionsDeviceBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostFyiDeliveryoptionsDeviceBody) Validate

Validate validates this post fyi deliveryoptions device body

type PostFyiDeliveryoptionsDeviceOK

type PostFyiDeliveryoptionsDeviceOK struct {
	Payload *PostFyiDeliveryoptionsDeviceOKBody
}

PostFyiDeliveryoptionsDeviceOK handles this case with default header values.

200 means successful

func NewPostFyiDeliveryoptionsDeviceOK

func NewPostFyiDeliveryoptionsDeviceOK() *PostFyiDeliveryoptionsDeviceOK

NewPostFyiDeliveryoptionsDeviceOK creates a PostFyiDeliveryoptionsDeviceOK with default headers values

func (*PostFyiDeliveryoptionsDeviceOK) Error

func (*PostFyiDeliveryoptionsDeviceOK) GetPayload

type PostFyiDeliveryoptionsDeviceOKBody

type PostFyiDeliveryoptionsDeviceOKBody struct {

	// t
	T int64 `json:"T,omitempty"`

	// v
	V int64 `json:"V,omitempty"`
}

PostFyiDeliveryoptionsDeviceOKBody post fyi deliveryoptions device o k body swagger:model PostFyiDeliveryoptionsDeviceOKBody

func (*PostFyiDeliveryoptionsDeviceOKBody) MarshalBinary

func (o *PostFyiDeliveryoptionsDeviceOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostFyiDeliveryoptionsDeviceOKBody) UnmarshalBinary

func (o *PostFyiDeliveryoptionsDeviceOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostFyiDeliveryoptionsDeviceOKBody) Validate

Validate validates this post fyi deliveryoptions device o k body

type PostFyiDeliveryoptionsDeviceParams

type PostFyiDeliveryoptionsDeviceParams struct {

	/*Body
	  device info

	*/
	Body PostFyiDeliveryoptionsDeviceBody

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

PostFyiDeliveryoptionsDeviceParams contains all the parameters to send to the API endpoint for the post fyi deliveryoptions device operation typically these are written to a http.Request

func NewPostFyiDeliveryoptionsDeviceParams

func NewPostFyiDeliveryoptionsDeviceParams() *PostFyiDeliveryoptionsDeviceParams

NewPostFyiDeliveryoptionsDeviceParams creates a new PostFyiDeliveryoptionsDeviceParams object with the default values initialized.

func NewPostFyiDeliveryoptionsDeviceParamsWithContext

func NewPostFyiDeliveryoptionsDeviceParamsWithContext(ctx context.Context) *PostFyiDeliveryoptionsDeviceParams

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

func NewPostFyiDeliveryoptionsDeviceParamsWithHTTPClient

func NewPostFyiDeliveryoptionsDeviceParamsWithHTTPClient(client *http.Client) *PostFyiDeliveryoptionsDeviceParams

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

func NewPostFyiDeliveryoptionsDeviceParamsWithTimeout

func NewPostFyiDeliveryoptionsDeviceParamsWithTimeout(timeout time.Duration) *PostFyiDeliveryoptionsDeviceParams

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

func (*PostFyiDeliveryoptionsDeviceParams) SetBody

SetBody adds the body to the post fyi deliveryoptions device params

func (*PostFyiDeliveryoptionsDeviceParams) SetContext

SetContext adds the context to the post fyi deliveryoptions device params

func (*PostFyiDeliveryoptionsDeviceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post fyi deliveryoptions device params

func (*PostFyiDeliveryoptionsDeviceParams) SetTimeout

func (o *PostFyiDeliveryoptionsDeviceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post fyi deliveryoptions device params

func (*PostFyiDeliveryoptionsDeviceParams) WithBody

WithBody adds the body to the post fyi deliveryoptions device params

func (*PostFyiDeliveryoptionsDeviceParams) WithContext

WithContext adds the context to the post fyi deliveryoptions device params

func (*PostFyiDeliveryoptionsDeviceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post fyi deliveryoptions device params

func (*PostFyiDeliveryoptionsDeviceParams) WithTimeout

WithTimeout adds the timeout to the post fyi deliveryoptions device params

func (*PostFyiDeliveryoptionsDeviceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostFyiDeliveryoptionsDeviceReader

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

PostFyiDeliveryoptionsDeviceReader is a Reader for the PostFyiDeliveryoptionsDevice structure.

func (*PostFyiDeliveryoptionsDeviceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostFyiSettingsTypecodeBody

type PostFyiSettingsTypecodeBody struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`
}

PostFyiSettingsTypecodeBody post fyi settings typecode body swagger:model PostFyiSettingsTypecodeBody

func (*PostFyiSettingsTypecodeBody) MarshalBinary

func (o *PostFyiSettingsTypecodeBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostFyiSettingsTypecodeBody) UnmarshalBinary

func (o *PostFyiSettingsTypecodeBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostFyiSettingsTypecodeBody) Validate

func (o *PostFyiSettingsTypecodeBody) Validate(formats strfmt.Registry) error

Validate validates this post fyi settings typecode body

type PostFyiSettingsTypecodeOK

type PostFyiSettingsTypecodeOK struct {
	Payload interface{}
}

PostFyiSettingsTypecodeOK handles this case with default header values.

200 means successful

func NewPostFyiSettingsTypecodeOK

func NewPostFyiSettingsTypecodeOK() *PostFyiSettingsTypecodeOK

NewPostFyiSettingsTypecodeOK creates a PostFyiSettingsTypecodeOK with default headers values

func (*PostFyiSettingsTypecodeOK) Error

func (o *PostFyiSettingsTypecodeOK) Error() string

func (*PostFyiSettingsTypecodeOK) GetPayload

func (o *PostFyiSettingsTypecodeOK) GetPayload() interface{}

type PostFyiSettingsTypecodeParams

type PostFyiSettingsTypecodeParams struct {

	/*Body*/
	Body PostFyiSettingsTypecodeBody
	/*Typecode
	  fyi code

	*/
	Typecode string

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

PostFyiSettingsTypecodeParams contains all the parameters to send to the API endpoint for the post fyi settings typecode operation typically these are written to a http.Request

func NewPostFyiSettingsTypecodeParams

func NewPostFyiSettingsTypecodeParams() *PostFyiSettingsTypecodeParams

NewPostFyiSettingsTypecodeParams creates a new PostFyiSettingsTypecodeParams object with the default values initialized.

func NewPostFyiSettingsTypecodeParamsWithContext

func NewPostFyiSettingsTypecodeParamsWithContext(ctx context.Context) *PostFyiSettingsTypecodeParams

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

func NewPostFyiSettingsTypecodeParamsWithHTTPClient

func NewPostFyiSettingsTypecodeParamsWithHTTPClient(client *http.Client) *PostFyiSettingsTypecodeParams

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

func NewPostFyiSettingsTypecodeParamsWithTimeout

func NewPostFyiSettingsTypecodeParamsWithTimeout(timeout time.Duration) *PostFyiSettingsTypecodeParams

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

func (*PostFyiSettingsTypecodeParams) SetBody

SetBody adds the body to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) SetContext

func (o *PostFyiSettingsTypecodeParams) SetContext(ctx context.Context)

SetContext adds the context to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) SetTimeout

func (o *PostFyiSettingsTypecodeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) SetTypecode

func (o *PostFyiSettingsTypecodeParams) SetTypecode(typecode string)

SetTypecode adds the typecode to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) WithBody

WithBody adds the body to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) WithContext

WithContext adds the context to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) WithTimeout

WithTimeout adds the timeout to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) WithTypecode

WithTypecode adds the typecode to the post fyi settings typecode params

func (*PostFyiSettingsTypecodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostFyiSettingsTypecodeReader

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

PostFyiSettingsTypecodeReader is a Reader for the PostFyiSettingsTypecode structure.

func (*PostFyiSettingsTypecodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutFyiDeliveryoptionsEmailOK

type PutFyiDeliveryoptionsEmailOK struct {
	Payload *PutFyiDeliveryoptionsEmailOKBody
}

PutFyiDeliveryoptionsEmailOK handles this case with default header values.

200 means successful

func NewPutFyiDeliveryoptionsEmailOK

func NewPutFyiDeliveryoptionsEmailOK() *PutFyiDeliveryoptionsEmailOK

NewPutFyiDeliveryoptionsEmailOK creates a PutFyiDeliveryoptionsEmailOK with default headers values

func (*PutFyiDeliveryoptionsEmailOK) Error

func (*PutFyiDeliveryoptionsEmailOK) GetPayload

type PutFyiDeliveryoptionsEmailOKBody

type PutFyiDeliveryoptionsEmailOKBody struct {

	// t
	T int64 `json:"T,omitempty"`

	// v
	V int64 `json:"V,omitempty"`
}

PutFyiDeliveryoptionsEmailOKBody put fyi deliveryoptions email o k body swagger:model PutFyiDeliveryoptionsEmailOKBody

func (*PutFyiDeliveryoptionsEmailOKBody) MarshalBinary

func (o *PutFyiDeliveryoptionsEmailOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutFyiDeliveryoptionsEmailOKBody) UnmarshalBinary

func (o *PutFyiDeliveryoptionsEmailOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutFyiDeliveryoptionsEmailOKBody) Validate

Validate validates this put fyi deliveryoptions email o k body

type PutFyiDeliveryoptionsEmailParams

type PutFyiDeliveryoptionsEmailParams struct {

	/*Enabled
	  true/false

	*/
	Enabled string

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

PutFyiDeliveryoptionsEmailParams contains all the parameters to send to the API endpoint for the put fyi deliveryoptions email operation typically these are written to a http.Request

func NewPutFyiDeliveryoptionsEmailParams

func NewPutFyiDeliveryoptionsEmailParams() *PutFyiDeliveryoptionsEmailParams

NewPutFyiDeliveryoptionsEmailParams creates a new PutFyiDeliveryoptionsEmailParams object with the default values initialized.

func NewPutFyiDeliveryoptionsEmailParamsWithContext

func NewPutFyiDeliveryoptionsEmailParamsWithContext(ctx context.Context) *PutFyiDeliveryoptionsEmailParams

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

func NewPutFyiDeliveryoptionsEmailParamsWithHTTPClient

func NewPutFyiDeliveryoptionsEmailParamsWithHTTPClient(client *http.Client) *PutFyiDeliveryoptionsEmailParams

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

func NewPutFyiDeliveryoptionsEmailParamsWithTimeout

func NewPutFyiDeliveryoptionsEmailParamsWithTimeout(timeout time.Duration) *PutFyiDeliveryoptionsEmailParams

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

func (*PutFyiDeliveryoptionsEmailParams) SetContext

SetContext adds the context to the put fyi deliveryoptions email params

func (*PutFyiDeliveryoptionsEmailParams) SetEnabled

func (o *PutFyiDeliveryoptionsEmailParams) SetEnabled(enabled string)

SetEnabled adds the enabled to the put fyi deliveryoptions email params

func (*PutFyiDeliveryoptionsEmailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put fyi deliveryoptions email params

func (*PutFyiDeliveryoptionsEmailParams) SetTimeout

func (o *PutFyiDeliveryoptionsEmailParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put fyi deliveryoptions email params

func (*PutFyiDeliveryoptionsEmailParams) WithContext

WithContext adds the context to the put fyi deliveryoptions email params

func (*PutFyiDeliveryoptionsEmailParams) WithEnabled

WithEnabled adds the enabled to the put fyi deliveryoptions email params

func (*PutFyiDeliveryoptionsEmailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put fyi deliveryoptions email params

func (*PutFyiDeliveryoptionsEmailParams) WithTimeout

WithTimeout adds the timeout to the put fyi deliveryoptions email params

func (*PutFyiDeliveryoptionsEmailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutFyiDeliveryoptionsEmailReader

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

PutFyiDeliveryoptionsEmailReader is a Reader for the PutFyiDeliveryoptionsEmail structure.

func (*PutFyiDeliveryoptionsEmailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutFyiDisclaimerTypecodeOK

type PutFyiDisclaimerTypecodeOK struct {
	Payload *PutFyiDisclaimerTypecodeOKBody
}

PutFyiDisclaimerTypecodeOK handles this case with default header values.

200 means successful

func NewPutFyiDisclaimerTypecodeOK

func NewPutFyiDisclaimerTypecodeOK() *PutFyiDisclaimerTypecodeOK

NewPutFyiDisclaimerTypecodeOK creates a PutFyiDisclaimerTypecodeOK with default headers values

func (*PutFyiDisclaimerTypecodeOK) Error

func (*PutFyiDisclaimerTypecodeOK) GetPayload

type PutFyiDisclaimerTypecodeOKBody

type PutFyiDisclaimerTypecodeOKBody struct {

	// t
	T int64 `json:"T,omitempty"`

	// v
	V int64 `json:"V,omitempty"`
}

PutFyiDisclaimerTypecodeOKBody put fyi disclaimer typecode o k body swagger:model PutFyiDisclaimerTypecodeOKBody

func (*PutFyiDisclaimerTypecodeOKBody) MarshalBinary

func (o *PutFyiDisclaimerTypecodeOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutFyiDisclaimerTypecodeOKBody) UnmarshalBinary

func (o *PutFyiDisclaimerTypecodeOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutFyiDisclaimerTypecodeOKBody) Validate

func (o *PutFyiDisclaimerTypecodeOKBody) Validate(formats strfmt.Registry) error

Validate validates this put fyi disclaimer typecode o k body

type PutFyiDisclaimerTypecodeParams

type PutFyiDisclaimerTypecodeParams struct {

	/*Typecode
	  fyi code, for example --M8, EA

	*/
	Typecode string

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

PutFyiDisclaimerTypecodeParams contains all the parameters to send to the API endpoint for the put fyi disclaimer typecode operation typically these are written to a http.Request

func NewPutFyiDisclaimerTypecodeParams

func NewPutFyiDisclaimerTypecodeParams() *PutFyiDisclaimerTypecodeParams

NewPutFyiDisclaimerTypecodeParams creates a new PutFyiDisclaimerTypecodeParams object with the default values initialized.

func NewPutFyiDisclaimerTypecodeParamsWithContext

func NewPutFyiDisclaimerTypecodeParamsWithContext(ctx context.Context) *PutFyiDisclaimerTypecodeParams

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

func NewPutFyiDisclaimerTypecodeParamsWithHTTPClient

func NewPutFyiDisclaimerTypecodeParamsWithHTTPClient(client *http.Client) *PutFyiDisclaimerTypecodeParams

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

func NewPutFyiDisclaimerTypecodeParamsWithTimeout

func NewPutFyiDisclaimerTypecodeParamsWithTimeout(timeout time.Duration) *PutFyiDisclaimerTypecodeParams

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

func (*PutFyiDisclaimerTypecodeParams) SetContext

func (o *PutFyiDisclaimerTypecodeParams) SetContext(ctx context.Context)

SetContext adds the context to the put fyi disclaimer typecode params

func (*PutFyiDisclaimerTypecodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put fyi disclaimer typecode params

func (*PutFyiDisclaimerTypecodeParams) SetTimeout

func (o *PutFyiDisclaimerTypecodeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put fyi disclaimer typecode params

func (*PutFyiDisclaimerTypecodeParams) SetTypecode

func (o *PutFyiDisclaimerTypecodeParams) SetTypecode(typecode string)

SetTypecode adds the typecode to the put fyi disclaimer typecode params

func (*PutFyiDisclaimerTypecodeParams) WithContext

WithContext adds the context to the put fyi disclaimer typecode params

func (*PutFyiDisclaimerTypecodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put fyi disclaimer typecode params

func (*PutFyiDisclaimerTypecodeParams) WithTimeout

WithTimeout adds the timeout to the put fyi disclaimer typecode params

func (*PutFyiDisclaimerTypecodeParams) WithTypecode

WithTypecode adds the typecode to the put fyi disclaimer typecode params

func (*PutFyiDisclaimerTypecodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutFyiDisclaimerTypecodeReader

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

PutFyiDisclaimerTypecodeReader is a Reader for the PutFyiDisclaimerTypecode structure.

func (*PutFyiDisclaimerTypecodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutFyiNotificationsNotificationIDOK

type PutFyiNotificationsNotificationIDOK struct {
	Payload interface{}
}

PutFyiNotificationsNotificationIDOK handles this case with default header values.

when 200 receives, it means successful

func NewPutFyiNotificationsNotificationIDOK

func NewPutFyiNotificationsNotificationIDOK() *PutFyiNotificationsNotificationIDOK

NewPutFyiNotificationsNotificationIDOK creates a PutFyiNotificationsNotificationIDOK with default headers values

func (*PutFyiNotificationsNotificationIDOK) Error

func (*PutFyiNotificationsNotificationIDOK) GetPayload

func (o *PutFyiNotificationsNotificationIDOK) GetPayload() interface{}

type PutFyiNotificationsNotificationIDParams

type PutFyiNotificationsNotificationIDParams struct {

	/*NotificationID
	  mark a notification read

	*/
	NotificationID string

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

PutFyiNotificationsNotificationIDParams contains all the parameters to send to the API endpoint for the put fyi notifications notification ID operation typically these are written to a http.Request

func NewPutFyiNotificationsNotificationIDParams

func NewPutFyiNotificationsNotificationIDParams() *PutFyiNotificationsNotificationIDParams

NewPutFyiNotificationsNotificationIDParams creates a new PutFyiNotificationsNotificationIDParams object with the default values initialized.

func NewPutFyiNotificationsNotificationIDParamsWithContext

func NewPutFyiNotificationsNotificationIDParamsWithContext(ctx context.Context) *PutFyiNotificationsNotificationIDParams

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

func NewPutFyiNotificationsNotificationIDParamsWithHTTPClient

func NewPutFyiNotificationsNotificationIDParamsWithHTTPClient(client *http.Client) *PutFyiNotificationsNotificationIDParams

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

func NewPutFyiNotificationsNotificationIDParamsWithTimeout

func NewPutFyiNotificationsNotificationIDParamsWithTimeout(timeout time.Duration) *PutFyiNotificationsNotificationIDParams

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

func (*PutFyiNotificationsNotificationIDParams) SetContext

SetContext adds the context to the put fyi notifications notification ID params

func (*PutFyiNotificationsNotificationIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put fyi notifications notification ID params

func (*PutFyiNotificationsNotificationIDParams) SetNotificationID

func (o *PutFyiNotificationsNotificationIDParams) SetNotificationID(notificationID string)

SetNotificationID adds the notificationId to the put fyi notifications notification ID params

func (*PutFyiNotificationsNotificationIDParams) SetTimeout

func (o *PutFyiNotificationsNotificationIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put fyi notifications notification ID params

func (*PutFyiNotificationsNotificationIDParams) WithContext

WithContext adds the context to the put fyi notifications notification ID params

func (*PutFyiNotificationsNotificationIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put fyi notifications notification ID params

func (*PutFyiNotificationsNotificationIDParams) WithNotificationID

WithNotificationID adds the notificationID to the put fyi notifications notification ID params

func (*PutFyiNotificationsNotificationIDParams) WithTimeout

WithTimeout adds the timeout to the put fyi notifications notification ID params

func (*PutFyiNotificationsNotificationIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutFyiNotificationsNotificationIDReader

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

PutFyiNotificationsNotificationIDReader is a Reader for the PutFyiNotificationsNotificationID structure.

func (*PutFyiNotificationsNotificationIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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