event

package
v0.70.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: MIT Imports: 16 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 event API

func (*Client) GetEventByEventIDHandler deprecated

Deprecated: 2022-08-10 - Use GetEventByEventIDHandlerShort instead.

GetEventByEventIDHandler get events from all users in a namespace with specific eventid Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]` and scope `analytics`

func (*Client) GetEventByEventIDHandlerShort added in v0.8.0

func (a *Client) GetEventByEventIDHandlerShort(params *GetEventByEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventIDHandlerOK, error)

GetEventByEventIDHandlerShort get events from all users in a namespace with specific eventid Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]` and scope `analytics`

func (*Client) GetEventByEventTypeAndEventIDHandler deprecated

Deprecated: 2022-08-10 - Use GetEventByEventTypeAndEventIDHandlerShort instead.

GetEventByEventTypeAndEventIDHandler get events from all users in a namespace with specific eventid and eventtype Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]`and scope `analytics`

func (*Client) GetEventByEventTypeAndEventIDHandlerShort added in v0.8.0

func (a *Client) GetEventByEventTypeAndEventIDHandlerShort(params *GetEventByEventTypeAndEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventTypeAndEventIDHandlerOK, error)

GetEventByEventTypeAndEventIDHandlerShort get events from all users in a namespace with specific eventid and eventtype Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]`and scope `analytics`

func (*Client) GetEventByEventTypeHandler deprecated

Deprecated: 2022-08-10 - Use GetEventByEventTypeHandlerShort instead.

GetEventByEventTypeHandler get events from all users in a namespace with specific eventtype Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]`and scope `analytics`

func (*Client) GetEventByEventTypeHandlerShort added in v0.8.0

func (a *Client) GetEventByEventTypeHandlerShort(params *GetEventByEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventTypeHandlerOK, error)

GetEventByEventTypeHandlerShort get events from all users in a namespace with specific eventtype Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]`and scope `analytics`

func (*Client) GetEventByNamespaceHandler deprecated

Deprecated: 2022-08-10 - Use GetEventByNamespaceHandlerShort instead.

GetEventByNamespaceHandler get events from all users in a namespace Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]` and scope `analytics`

func (*Client) GetEventByNamespaceHandlerShort added in v0.8.0

func (a *Client) GetEventByNamespaceHandlerShort(params *GetEventByNamespaceHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByNamespaceHandlerOK, error)

GetEventByNamespaceHandlerShort get events from all users in a namespace Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]` and scope `analytics`

func (*Client) GetEventByUserEventIDAndEventTypeHandler deprecated

Deprecated: 2022-08-10 - Use GetEventByUserEventIDAndEventTypeHandlerShort instead.

GetEventByUserEventIDAndEventTypeHandler get events from specific user with specific eventid and eventtype Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]`and scope `analytics`

func (*Client) GetEventByUserEventIDAndEventTypeHandlerShort added in v0.8.0

func (a *Client) GetEventByUserEventIDAndEventTypeHandlerShort(params *GetEventByUserEventIDAndEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserEventIDAndEventTypeHandlerOK, error)

GetEventByUserEventIDAndEventTypeHandlerShort get events from specific user with specific eventid and eventtype Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]`and scope `analytics`

func (*Client) GetEventByUserIDAndEventIDHandler deprecated

Deprecated: 2022-08-10 - Use GetEventByUserIDAndEventIDHandlerShort instead.

GetEventByUserIDAndEventIDHandler get events from specific user with specific eventid Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]` and scope `analytics`

func (*Client) GetEventByUserIDAndEventIDHandlerShort added in v0.8.0

func (a *Client) GetEventByUserIDAndEventIDHandlerShort(params *GetEventByUserIDAndEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDAndEventIDHandlerOK, error)

GetEventByUserIDAndEventIDHandlerShort get events from specific user with specific eventid Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]` and scope `analytics`

func (*Client) GetEventByUserIDAndEventTypeHandler deprecated

Deprecated: 2022-08-10 - Use GetEventByUserIDAndEventTypeHandlerShort instead.

GetEventByUserIDAndEventTypeHandler get events from specific user with specific eventtype Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]and scope `analytics`

func (*Client) GetEventByUserIDAndEventTypeHandlerShort added in v0.8.0

func (a *Client) GetEventByUserIDAndEventTypeHandlerShort(params *GetEventByUserIDAndEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDAndEventTypeHandlerOK, error)

GetEventByUserIDAndEventTypeHandlerShort get events from specific user with specific eventtype Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]and scope `analytics`

func (*Client) GetEventByUserIDHandler deprecated

Deprecated: 2022-08-10 - Use GetEventByUserIDHandlerShort instead.

GetEventByUserIDHandler get events from specific user Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]` and scope `analytics`

func (*Client) GetEventByUserIDHandlerShort added in v0.8.0

func (a *Client) GetEventByUserIDHandlerShort(params *GetEventByUserIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDHandlerOK, error)

GetEventByUserIDHandlerShort get events from specific user Required permission `NAMESPACE:{namespace}:EVENT [UPDATE]` and scope `analytics`

func (*Client) PostEventHandler deprecated

Deprecated: 2022-08-10 - Use PostEventHandlerShort instead.

PostEventHandler post an activity log Required permission `NAMESPACE:{namespace}:EVENT [CREATE]`and scope `analytics`

func (*Client) PostEventHandlerShort added in v0.8.0

func (a *Client) PostEventHandlerShort(params *PostEventHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*PostEventHandlerNoContent, error)

PostEventHandlerShort post an activity log Required permission `NAMESPACE:{namespace}:EVENT [CREATE]`and scope `analytics`

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetEventByNamespaceHandler(params *GetEventByNamespaceHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByNamespaceHandlerOK, *GetEventByNamespaceHandlerBadRequest, *GetEventByNamespaceHandlerUnauthorized, *GetEventByNamespaceHandlerForbidden, *GetEventByNamespaceHandlerNotFound, *GetEventByNamespaceHandlerInternalServerError, error)
	GetEventByNamespaceHandlerShort(params *GetEventByNamespaceHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByNamespaceHandlerOK, error)
	PostEventHandler(params *PostEventHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*PostEventHandlerNoContent, *PostEventHandlerBadRequest, *PostEventHandlerUnauthorized, *PostEventHandlerForbidden, *PostEventHandlerInternalServerError, error)
	PostEventHandlerShort(params *PostEventHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*PostEventHandlerNoContent, error)
	GetEventByEventIDHandler(params *GetEventByEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventIDHandlerOK, *GetEventByEventIDHandlerBadRequest, *GetEventByEventIDHandlerUnauthorized, *GetEventByEventIDHandlerForbidden, *GetEventByEventIDHandlerNotFound, *GetEventByEventIDHandlerInternalServerError, error)
	GetEventByEventIDHandlerShort(params *GetEventByEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventIDHandlerOK, error)
	GetEventByEventTypeHandler(params *GetEventByEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventTypeHandlerOK, *GetEventByEventTypeHandlerBadRequest, *GetEventByEventTypeHandlerUnauthorized, *GetEventByEventTypeHandlerForbidden, *GetEventByEventTypeHandlerNotFound, *GetEventByEventTypeHandlerInternalServerError, error)
	GetEventByEventTypeHandlerShort(params *GetEventByEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventTypeHandlerOK, error)
	GetEventByEventTypeAndEventIDHandler(params *GetEventByEventTypeAndEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventTypeAndEventIDHandlerOK, *GetEventByEventTypeAndEventIDHandlerBadRequest, *GetEventByEventTypeAndEventIDHandlerUnauthorized, *GetEventByEventTypeAndEventIDHandlerForbidden, *GetEventByEventTypeAndEventIDHandlerNotFound, *GetEventByEventTypeAndEventIDHandlerInternalServerError, error)
	GetEventByEventTypeAndEventIDHandlerShort(params *GetEventByEventTypeAndEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByEventTypeAndEventIDHandlerOK, error)
	GetEventByUserIDHandler(params *GetEventByUserIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDHandlerOK, *GetEventByUserIDHandlerBadRequest, *GetEventByUserIDHandlerUnauthorized, *GetEventByUserIDHandlerForbidden, *GetEventByUserIDHandlerNotFound, *GetEventByUserIDHandlerInternalServerError, error)
	GetEventByUserIDHandlerShort(params *GetEventByUserIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDHandlerOK, error)
	GetEventByUserIDAndEventIDHandler(params *GetEventByUserIDAndEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDAndEventIDHandlerOK, *GetEventByUserIDAndEventIDHandlerBadRequest, *GetEventByUserIDAndEventIDHandlerUnauthorized, *GetEventByUserIDAndEventIDHandlerForbidden, *GetEventByUserIDAndEventIDHandlerNotFound, *GetEventByUserIDAndEventIDHandlerInternalServerError, error)
	GetEventByUserIDAndEventIDHandlerShort(params *GetEventByUserIDAndEventIDHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDAndEventIDHandlerOK, error)
	GetEventByUserIDAndEventTypeHandler(params *GetEventByUserIDAndEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDAndEventTypeHandlerOK, *GetEventByUserIDAndEventTypeHandlerBadRequest, *GetEventByUserIDAndEventTypeHandlerUnauthorized, *GetEventByUserIDAndEventTypeHandlerForbidden, *GetEventByUserIDAndEventTypeHandlerNotFound, *GetEventByUserIDAndEventTypeHandlerInternalServerError, error)
	GetEventByUserIDAndEventTypeHandlerShort(params *GetEventByUserIDAndEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserIDAndEventTypeHandlerOK, error)
	GetEventByUserEventIDAndEventTypeHandler(params *GetEventByUserEventIDAndEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserEventIDAndEventTypeHandlerOK, *GetEventByUserEventIDAndEventTypeHandlerBadRequest, *GetEventByUserEventIDAndEventTypeHandlerUnauthorized, *GetEventByUserEventIDAndEventTypeHandlerForbidden, *GetEventByUserEventIDAndEventTypeHandlerNotFound, *GetEventByUserEventIDAndEventTypeHandlerInternalServerError, error)
	GetEventByUserEventIDAndEventTypeHandlerShort(params *GetEventByUserEventIDAndEventTypeHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GetEventByUserEventIDAndEventTypeHandlerOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new event API client.

type GetEventByEventIDHandlerBadRequest

type GetEventByEventIDHandlerBadRequest struct {
}

GetEventByEventIDHandlerBadRequest handles this case with default header values.

Bad Request

func NewGetEventByEventIDHandlerBadRequest

func NewGetEventByEventIDHandlerBadRequest() *GetEventByEventIDHandlerBadRequest

NewGetEventByEventIDHandlerBadRequest creates a GetEventByEventIDHandlerBadRequest with default headers values

func (*GetEventByEventIDHandlerBadRequest) Error

type GetEventByEventIDHandlerForbidden

type GetEventByEventIDHandlerForbidden struct {
}

GetEventByEventIDHandlerForbidden handles this case with default header values.

Forbidden

func NewGetEventByEventIDHandlerForbidden

func NewGetEventByEventIDHandlerForbidden() *GetEventByEventIDHandlerForbidden

NewGetEventByEventIDHandlerForbidden creates a GetEventByEventIDHandlerForbidden with default headers values

func (*GetEventByEventIDHandlerForbidden) Error

type GetEventByEventIDHandlerInternalServerError

type GetEventByEventIDHandlerInternalServerError struct {
}

GetEventByEventIDHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewGetEventByEventIDHandlerInternalServerError

func NewGetEventByEventIDHandlerInternalServerError() *GetEventByEventIDHandlerInternalServerError

NewGetEventByEventIDHandlerInternalServerError creates a GetEventByEventIDHandlerInternalServerError with default headers values

func (*GetEventByEventIDHandlerInternalServerError) Error

type GetEventByEventIDHandlerNotFound

type GetEventByEventIDHandlerNotFound struct {
}

GetEventByEventIDHandlerNotFound handles this case with default header values.

Not Found

func NewGetEventByEventIDHandlerNotFound

func NewGetEventByEventIDHandlerNotFound() *GetEventByEventIDHandlerNotFound

NewGetEventByEventIDHandlerNotFound creates a GetEventByEventIDHandlerNotFound with default headers values

func (*GetEventByEventIDHandlerNotFound) Error

type GetEventByEventIDHandlerOK

type GetEventByEventIDHandlerOK struct {
	Payload *eventlogclientmodels.ModelsEventResponse
}

GetEventByEventIDHandlerOK handles this case with default header values.

OK

func NewGetEventByEventIDHandlerOK

func NewGetEventByEventIDHandlerOK() *GetEventByEventIDHandlerOK

NewGetEventByEventIDHandlerOK creates a GetEventByEventIDHandlerOK with default headers values

func (*GetEventByEventIDHandlerOK) Error

func (*GetEventByEventIDHandlerOK) GetPayload

func (*GetEventByEventIDHandlerOK) ToJSONString added in v0.25.0

func (o *GetEventByEventIDHandlerOK) ToJSONString() string

type GetEventByEventIDHandlerParams

type GetEventByEventIDHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*EventID
	  Event's ID

	*/
	EventID float64
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*Offset
	  Offset to query

	*/
	Offset *int64
	/*EndDate
	  Ending date. e.g. 2015-03-20T12:27:06.351Z

	*/
	EndDate string
	/*PageSize
	  Number of result in a page

	*/
	PageSize int64
	/*StartDate
	  Starting date. e.g. 2015-03-20T12:27:06.351Z

	*/
	StartDate string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetEventByEventIDHandlerParams contains all the parameters to send to the API endpoint for the get event by event id handler operation typically these are written to a http.Request

func NewGetEventByEventIDHandlerParams

func NewGetEventByEventIDHandlerParams() *GetEventByEventIDHandlerParams

NewGetEventByEventIDHandlerParams creates a new GetEventByEventIDHandlerParams object with the default values initialized.

func NewGetEventByEventIDHandlerParamsWithContext

func NewGetEventByEventIDHandlerParamsWithContext(ctx context.Context) *GetEventByEventIDHandlerParams

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

func NewGetEventByEventIDHandlerParamsWithHTTPClient

func NewGetEventByEventIDHandlerParamsWithHTTPClient(client *http.Client) *GetEventByEventIDHandlerParams

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

func NewGetEventByEventIDHandlerParamsWithTimeout

func NewGetEventByEventIDHandlerParamsWithTimeout(timeout time.Duration) *GetEventByEventIDHandlerParams

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

func (*GetEventByEventIDHandlerParams) SetAuthInfoWriter added in v0.17.0

func (o *GetEventByEventIDHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetContext

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

SetContext adds the context to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetEndDate

func (o *GetEventByEventIDHandlerParams) SetEndDate(endDate string)

SetEndDate adds the endDate to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetEventID

func (o *GetEventByEventIDHandlerParams) SetEventID(eventID float64)

SetEventID adds the eventId to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetFlightId added in v0.63.0

func (o *GetEventByEventIDHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetEventByEventIDHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *GetEventByEventIDHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetNamespace

func (o *GetEventByEventIDHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetOffset

func (o *GetEventByEventIDHandlerParams) SetOffset(offset *int64)

SetOffset adds the offset to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetPageSize

func (o *GetEventByEventIDHandlerParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetStartDate

func (o *GetEventByEventIDHandlerParams) SetStartDate(startDate string)

SetStartDate adds the startDate to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) SetTimeout

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

SetTimeout adds the timeout to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithContext

WithContext adds the context to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithEndDate

WithEndDate adds the endDate to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithEventID

WithEventID adds the eventID to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithNamespace

WithNamespace adds the namespace to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithOffset

WithOffset adds the offset to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithPageSize

WithPageSize adds the pageSize to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithStartDate

WithStartDate adds the startDate to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WithTimeout

WithTimeout adds the timeout to the get event by event id handler params

func (*GetEventByEventIDHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventByEventIDHandlerReader

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

GetEventByEventIDHandlerReader is a Reader for the GetEventByEventIDHandler structure.

func (*GetEventByEventIDHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventByEventIDHandlerUnauthorized

type GetEventByEventIDHandlerUnauthorized struct {
}

GetEventByEventIDHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewGetEventByEventIDHandlerUnauthorized

func NewGetEventByEventIDHandlerUnauthorized() *GetEventByEventIDHandlerUnauthorized

NewGetEventByEventIDHandlerUnauthorized creates a GetEventByEventIDHandlerUnauthorized with default headers values

func (*GetEventByEventIDHandlerUnauthorized) Error

type GetEventByEventTypeAndEventIDHandlerBadRequest

type GetEventByEventTypeAndEventIDHandlerBadRequest struct {
}

GetEventByEventTypeAndEventIDHandlerBadRequest handles this case with default header values.

Bad Request

func NewGetEventByEventTypeAndEventIDHandlerBadRequest

func NewGetEventByEventTypeAndEventIDHandlerBadRequest() *GetEventByEventTypeAndEventIDHandlerBadRequest

NewGetEventByEventTypeAndEventIDHandlerBadRequest creates a GetEventByEventTypeAndEventIDHandlerBadRequest with default headers values

func (*GetEventByEventTypeAndEventIDHandlerBadRequest) Error

type GetEventByEventTypeAndEventIDHandlerForbidden

type GetEventByEventTypeAndEventIDHandlerForbidden struct {
}

GetEventByEventTypeAndEventIDHandlerForbidden handles this case with default header values.

Forbidden

func NewGetEventByEventTypeAndEventIDHandlerForbidden

func NewGetEventByEventTypeAndEventIDHandlerForbidden() *GetEventByEventTypeAndEventIDHandlerForbidden

NewGetEventByEventTypeAndEventIDHandlerForbidden creates a GetEventByEventTypeAndEventIDHandlerForbidden with default headers values

func (*GetEventByEventTypeAndEventIDHandlerForbidden) Error

type GetEventByEventTypeAndEventIDHandlerInternalServerError

type GetEventByEventTypeAndEventIDHandlerInternalServerError struct {
}

GetEventByEventTypeAndEventIDHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewGetEventByEventTypeAndEventIDHandlerInternalServerError

func NewGetEventByEventTypeAndEventIDHandlerInternalServerError() *GetEventByEventTypeAndEventIDHandlerInternalServerError

NewGetEventByEventTypeAndEventIDHandlerInternalServerError creates a GetEventByEventTypeAndEventIDHandlerInternalServerError with default headers values

func (*GetEventByEventTypeAndEventIDHandlerInternalServerError) Error

type GetEventByEventTypeAndEventIDHandlerNotFound

type GetEventByEventTypeAndEventIDHandlerNotFound struct {
}

GetEventByEventTypeAndEventIDHandlerNotFound handles this case with default header values.

Not Found

func NewGetEventByEventTypeAndEventIDHandlerNotFound

func NewGetEventByEventTypeAndEventIDHandlerNotFound() *GetEventByEventTypeAndEventIDHandlerNotFound

NewGetEventByEventTypeAndEventIDHandlerNotFound creates a GetEventByEventTypeAndEventIDHandlerNotFound with default headers values

func (*GetEventByEventTypeAndEventIDHandlerNotFound) Error

type GetEventByEventTypeAndEventIDHandlerOK

type GetEventByEventTypeAndEventIDHandlerOK struct {
	Payload *eventlogclientmodels.ModelsEventResponse
}

GetEventByEventTypeAndEventIDHandlerOK handles this case with default header values.

OK

func NewGetEventByEventTypeAndEventIDHandlerOK

func NewGetEventByEventTypeAndEventIDHandlerOK() *GetEventByEventTypeAndEventIDHandlerOK

NewGetEventByEventTypeAndEventIDHandlerOK creates a GetEventByEventTypeAndEventIDHandlerOK with default headers values

func (*GetEventByEventTypeAndEventIDHandlerOK) Error

func (*GetEventByEventTypeAndEventIDHandlerOK) GetPayload

func (*GetEventByEventTypeAndEventIDHandlerOK) ToJSONString added in v0.25.0

type GetEventByEventTypeAndEventIDHandlerParams

type GetEventByEventTypeAndEventIDHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*EventID
	  Event's ID

	*/
	EventID float64
	/*EventType
	  Event's type

	*/
	EventType float64
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*Offset
	  Offset to query

	*/
	Offset *int64
	/*EndDate
	  Ending date. e.g. 2015-03-20T12:27:06.351Z

	*/
	EndDate string
	/*PageSize
	  Number of result in a page

	*/
	PageSize int64
	/*StartDate
	  Starting date. e.g. 2015-03-20T12:27:06.351Z

	*/
	StartDate string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetEventByEventTypeAndEventIDHandlerParams contains all the parameters to send to the API endpoint for the get event by event type and event id handler operation typically these are written to a http.Request

func NewGetEventByEventTypeAndEventIDHandlerParams

func NewGetEventByEventTypeAndEventIDHandlerParams() *GetEventByEventTypeAndEventIDHandlerParams

NewGetEventByEventTypeAndEventIDHandlerParams creates a new GetEventByEventTypeAndEventIDHandlerParams object with the default values initialized.

func NewGetEventByEventTypeAndEventIDHandlerParamsWithContext

func NewGetEventByEventTypeAndEventIDHandlerParamsWithContext(ctx context.Context) *GetEventByEventTypeAndEventIDHandlerParams

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

func NewGetEventByEventTypeAndEventIDHandlerParamsWithHTTPClient

func NewGetEventByEventTypeAndEventIDHandlerParamsWithHTTPClient(client *http.Client) *GetEventByEventTypeAndEventIDHandlerParams

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

func NewGetEventByEventTypeAndEventIDHandlerParamsWithTimeout

func NewGetEventByEventTypeAndEventIDHandlerParamsWithTimeout(timeout time.Duration) *GetEventByEventTypeAndEventIDHandlerParams

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

func (*GetEventByEventTypeAndEventIDHandlerParams) SetAuthInfoWriter added in v0.17.0

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetContext

SetContext adds the context to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetEndDate

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetEndDate(endDate string)

SetEndDate adds the endDate to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetEventID

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetEventID(eventID float64)

SetEventID adds the eventId to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetEventType

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetEventType(eventType float64)

SetEventType adds the eventType to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetFlightId added in v0.63.0

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetEventByEventTypeAndEventIDHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetNamespace

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetOffset

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetOffset(offset *int64)

SetOffset adds the offset to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetPageSize

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetStartDate

func (o *GetEventByEventTypeAndEventIDHandlerParams) SetStartDate(startDate string)

SetStartDate adds the startDate to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) SetTimeout

SetTimeout adds the timeout to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithContext

WithContext adds the context to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithEndDate

WithEndDate adds the endDate to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithEventID

WithEventID adds the eventID to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithEventType

WithEventType adds the eventType to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithNamespace

WithNamespace adds the namespace to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithOffset

WithOffset adds the offset to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithPageSize

WithPageSize adds the pageSize to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithStartDate

WithStartDate adds the startDate to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WithTimeout

WithTimeout adds the timeout to the get event by event type and event id handler params

func (*GetEventByEventTypeAndEventIDHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventByEventTypeAndEventIDHandlerReader

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

GetEventByEventTypeAndEventIDHandlerReader is a Reader for the GetEventByEventTypeAndEventIDHandler structure.

func (*GetEventByEventTypeAndEventIDHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventByEventTypeAndEventIDHandlerUnauthorized

type GetEventByEventTypeAndEventIDHandlerUnauthorized struct {
}

GetEventByEventTypeAndEventIDHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewGetEventByEventTypeAndEventIDHandlerUnauthorized

func NewGetEventByEventTypeAndEventIDHandlerUnauthorized() *GetEventByEventTypeAndEventIDHandlerUnauthorized

NewGetEventByEventTypeAndEventIDHandlerUnauthorized creates a GetEventByEventTypeAndEventIDHandlerUnauthorized with default headers values

func (*GetEventByEventTypeAndEventIDHandlerUnauthorized) Error

type GetEventByEventTypeHandlerBadRequest

type GetEventByEventTypeHandlerBadRequest struct {
}

GetEventByEventTypeHandlerBadRequest handles this case with default header values.

Bad Request

func NewGetEventByEventTypeHandlerBadRequest

func NewGetEventByEventTypeHandlerBadRequest() *GetEventByEventTypeHandlerBadRequest

NewGetEventByEventTypeHandlerBadRequest creates a GetEventByEventTypeHandlerBadRequest with default headers values

func (*GetEventByEventTypeHandlerBadRequest) Error

type GetEventByEventTypeHandlerForbidden

type GetEventByEventTypeHandlerForbidden struct {
}

GetEventByEventTypeHandlerForbidden handles this case with default header values.

Forbidden

func NewGetEventByEventTypeHandlerForbidden

func NewGetEventByEventTypeHandlerForbidden() *GetEventByEventTypeHandlerForbidden

NewGetEventByEventTypeHandlerForbidden creates a GetEventByEventTypeHandlerForbidden with default headers values

func (*GetEventByEventTypeHandlerForbidden) Error

type GetEventByEventTypeHandlerInternalServerError

type GetEventByEventTypeHandlerInternalServerError struct {
}

GetEventByEventTypeHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewGetEventByEventTypeHandlerInternalServerError

func NewGetEventByEventTypeHandlerInternalServerError() *GetEventByEventTypeHandlerInternalServerError

NewGetEventByEventTypeHandlerInternalServerError creates a GetEventByEventTypeHandlerInternalServerError with default headers values

func (*GetEventByEventTypeHandlerInternalServerError) Error

type GetEventByEventTypeHandlerNotFound

type GetEventByEventTypeHandlerNotFound struct {
}

GetEventByEventTypeHandlerNotFound handles this case with default header values.

Not Found

func NewGetEventByEventTypeHandlerNotFound

func NewGetEventByEventTypeHandlerNotFound() *GetEventByEventTypeHandlerNotFound

NewGetEventByEventTypeHandlerNotFound creates a GetEventByEventTypeHandlerNotFound with default headers values

func (*GetEventByEventTypeHandlerNotFound) Error

type GetEventByEventTypeHandlerOK

type GetEventByEventTypeHandlerOK struct {
	Payload *eventlogclientmodels.ModelsEventResponse
}

GetEventByEventTypeHandlerOK handles this case with default header values.

OK

func NewGetEventByEventTypeHandlerOK

func NewGetEventByEventTypeHandlerOK() *GetEventByEventTypeHandlerOK

NewGetEventByEventTypeHandlerOK creates a GetEventByEventTypeHandlerOK with default headers values

func (*GetEventByEventTypeHandlerOK) Error

func (*GetEventByEventTypeHandlerOK) GetPayload

func (*GetEventByEventTypeHandlerOK) ToJSONString added in v0.25.0

func (o *GetEventByEventTypeHandlerOK) ToJSONString() string

type GetEventByEventTypeHandlerParams

type GetEventByEventTypeHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*EventType
	  Event's type

	*/
	EventType float64
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*Offset
	  Offset to query

	*/
	Offset *int64
	/*EndDate
	  Ending date. e.g. 2015-03-20T12:27:06.351Z

	*/
	EndDate string
	/*PageSize
	  Number of result in a page

	*/
	PageSize int64
	/*StartDate
	  Starting date. e.g. 2015-03-20T12:27:06.351Z

	*/
	StartDate string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetEventByEventTypeHandlerParams contains all the parameters to send to the API endpoint for the get event by event type handler operation typically these are written to a http.Request

func NewGetEventByEventTypeHandlerParams

func NewGetEventByEventTypeHandlerParams() *GetEventByEventTypeHandlerParams

NewGetEventByEventTypeHandlerParams creates a new GetEventByEventTypeHandlerParams object with the default values initialized.

func NewGetEventByEventTypeHandlerParamsWithContext

func NewGetEventByEventTypeHandlerParamsWithContext(ctx context.Context) *GetEventByEventTypeHandlerParams

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

func NewGetEventByEventTypeHandlerParamsWithHTTPClient

func NewGetEventByEventTypeHandlerParamsWithHTTPClient(client *http.Client) *GetEventByEventTypeHandlerParams

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

func NewGetEventByEventTypeHandlerParamsWithTimeout

func NewGetEventByEventTypeHandlerParamsWithTimeout(timeout time.Duration) *GetEventByEventTypeHandlerParams

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

func (*GetEventByEventTypeHandlerParams) SetAuthInfoWriter added in v0.17.0

func (o *GetEventByEventTypeHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetContext

SetContext adds the context to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetEndDate

func (o *GetEventByEventTypeHandlerParams) SetEndDate(endDate string)

SetEndDate adds the endDate to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetEventType

func (o *GetEventByEventTypeHandlerParams) SetEventType(eventType float64)

SetEventType adds the eventType to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetFlightId added in v0.63.0

func (o *GetEventByEventTypeHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetEventByEventTypeHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *GetEventByEventTypeHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetNamespace

func (o *GetEventByEventTypeHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetOffset

func (o *GetEventByEventTypeHandlerParams) SetOffset(offset *int64)

SetOffset adds the offset to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetPageSize

func (o *GetEventByEventTypeHandlerParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetStartDate

func (o *GetEventByEventTypeHandlerParams) SetStartDate(startDate string)

SetStartDate adds the startDate to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) SetTimeout

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

SetTimeout adds the timeout to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithContext

WithContext adds the context to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithEndDate

WithEndDate adds the endDate to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithEventType

WithEventType adds the eventType to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithNamespace

WithNamespace adds the namespace to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithOffset

WithOffset adds the offset to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithPageSize

WithPageSize adds the pageSize to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithStartDate

WithStartDate adds the startDate to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WithTimeout

WithTimeout adds the timeout to the get event by event type handler params

func (*GetEventByEventTypeHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventByEventTypeHandlerReader

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

GetEventByEventTypeHandlerReader is a Reader for the GetEventByEventTypeHandler structure.

func (*GetEventByEventTypeHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventByEventTypeHandlerUnauthorized

type GetEventByEventTypeHandlerUnauthorized struct {
}

GetEventByEventTypeHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewGetEventByEventTypeHandlerUnauthorized

func NewGetEventByEventTypeHandlerUnauthorized() *GetEventByEventTypeHandlerUnauthorized

NewGetEventByEventTypeHandlerUnauthorized creates a GetEventByEventTypeHandlerUnauthorized with default headers values

func (*GetEventByEventTypeHandlerUnauthorized) Error

type GetEventByNamespaceHandlerBadRequest

type GetEventByNamespaceHandlerBadRequest struct {
}

GetEventByNamespaceHandlerBadRequest handles this case with default header values.

Bad Request

func NewGetEventByNamespaceHandlerBadRequest

func NewGetEventByNamespaceHandlerBadRequest() *GetEventByNamespaceHandlerBadRequest

NewGetEventByNamespaceHandlerBadRequest creates a GetEventByNamespaceHandlerBadRequest with default headers values

func (*GetEventByNamespaceHandlerBadRequest) Error

type GetEventByNamespaceHandlerForbidden

type GetEventByNamespaceHandlerForbidden struct {
}

GetEventByNamespaceHandlerForbidden handles this case with default header values.

Forbidden

func NewGetEventByNamespaceHandlerForbidden

func NewGetEventByNamespaceHandlerForbidden() *GetEventByNamespaceHandlerForbidden

NewGetEventByNamespaceHandlerForbidden creates a GetEventByNamespaceHandlerForbidden with default headers values

func (*GetEventByNamespaceHandlerForbidden) Error

type GetEventByNamespaceHandlerInternalServerError

type GetEventByNamespaceHandlerInternalServerError struct {
}

GetEventByNamespaceHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewGetEventByNamespaceHandlerInternalServerError

func NewGetEventByNamespaceHandlerInternalServerError() *GetEventByNamespaceHandlerInternalServerError

NewGetEventByNamespaceHandlerInternalServerError creates a GetEventByNamespaceHandlerInternalServerError with default headers values

func (*GetEventByNamespaceHandlerInternalServerError) Error

type GetEventByNamespaceHandlerNotFound

type GetEventByNamespaceHandlerNotFound struct {
}

GetEventByNamespaceHandlerNotFound handles this case with default header values.

Not Found

func NewGetEventByNamespaceHandlerNotFound

func NewGetEventByNamespaceHandlerNotFound() *GetEventByNamespaceHandlerNotFound

NewGetEventByNamespaceHandlerNotFound creates a GetEventByNamespaceHandlerNotFound with default headers values

func (*GetEventByNamespaceHandlerNotFound) Error

type GetEventByNamespaceHandlerOK

type GetEventByNamespaceHandlerOK struct {
	Payload *eventlogclientmodels.ModelsEventResponse
}

GetEventByNamespaceHandlerOK handles this case with default header values.

OK

func NewGetEventByNamespaceHandlerOK

func NewGetEventByNamespaceHandlerOK() *GetEventByNamespaceHandlerOK

NewGetEventByNamespaceHandlerOK creates a GetEventByNamespaceHandlerOK with default headers values

func (*GetEventByNamespaceHandlerOK) Error

func (*GetEventByNamespaceHandlerOK) GetPayload

func (*GetEventByNamespaceHandlerOK) ToJSONString added in v0.25.0

func (o *GetEventByNamespaceHandlerOK) ToJSONString() string

type GetEventByNamespaceHandlerParams

type GetEventByNamespaceHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*Offset
	  Offset to query

	*/
	Offset *int64
	/*EndDate
	  Ending date. e.g. 2015-03-20T12:27:06Z

	*/
	EndDate string
	/*PageSize
	  Number of result in a page

	*/
	PageSize int64
	/*StartDate
	  Starting date. e.g. 2015-03-20T12:27:06Z

	*/
	StartDate string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetEventByNamespaceHandlerParams contains all the parameters to send to the API endpoint for the get event by namespace handler operation typically these are written to a http.Request

func NewGetEventByNamespaceHandlerParams

func NewGetEventByNamespaceHandlerParams() *GetEventByNamespaceHandlerParams

NewGetEventByNamespaceHandlerParams creates a new GetEventByNamespaceHandlerParams object with the default values initialized.

func NewGetEventByNamespaceHandlerParamsWithContext

func NewGetEventByNamespaceHandlerParamsWithContext(ctx context.Context) *GetEventByNamespaceHandlerParams

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

func NewGetEventByNamespaceHandlerParamsWithHTTPClient

func NewGetEventByNamespaceHandlerParamsWithHTTPClient(client *http.Client) *GetEventByNamespaceHandlerParams

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

func NewGetEventByNamespaceHandlerParamsWithTimeout

func NewGetEventByNamespaceHandlerParamsWithTimeout(timeout time.Duration) *GetEventByNamespaceHandlerParams

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

func (*GetEventByNamespaceHandlerParams) SetAuthInfoWriter added in v0.17.0

func (o *GetEventByNamespaceHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetContext

SetContext adds the context to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetEndDate

func (o *GetEventByNamespaceHandlerParams) SetEndDate(endDate string)

SetEndDate adds the endDate to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetFlightId added in v0.63.0

func (o *GetEventByNamespaceHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetEventByNamespaceHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *GetEventByNamespaceHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetNamespace

func (o *GetEventByNamespaceHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetOffset

func (o *GetEventByNamespaceHandlerParams) SetOffset(offset *int64)

SetOffset adds the offset to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetPageSize

func (o *GetEventByNamespaceHandlerParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetStartDate

func (o *GetEventByNamespaceHandlerParams) SetStartDate(startDate string)

SetStartDate adds the startDate to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) SetTimeout

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

SetTimeout adds the timeout to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WithContext

WithContext adds the context to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WithEndDate

WithEndDate adds the endDate to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WithNamespace

WithNamespace adds the namespace to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WithOffset

WithOffset adds the offset to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WithPageSize

WithPageSize adds the pageSize to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WithStartDate

WithStartDate adds the startDate to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WithTimeout

WithTimeout adds the timeout to the get event by namespace handler params

func (*GetEventByNamespaceHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventByNamespaceHandlerReader

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

GetEventByNamespaceHandlerReader is a Reader for the GetEventByNamespaceHandler structure.

func (*GetEventByNamespaceHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventByNamespaceHandlerUnauthorized

type GetEventByNamespaceHandlerUnauthorized struct {
}

GetEventByNamespaceHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewGetEventByNamespaceHandlerUnauthorized

func NewGetEventByNamespaceHandlerUnauthorized() *GetEventByNamespaceHandlerUnauthorized

NewGetEventByNamespaceHandlerUnauthorized creates a GetEventByNamespaceHandlerUnauthorized with default headers values

func (*GetEventByNamespaceHandlerUnauthorized) Error

type GetEventByUserEventIDAndEventTypeHandlerBadRequest

type GetEventByUserEventIDAndEventTypeHandlerBadRequest struct {
}

GetEventByUserEventIDAndEventTypeHandlerBadRequest handles this case with default header values.

Bad Request

func NewGetEventByUserEventIDAndEventTypeHandlerBadRequest

func NewGetEventByUserEventIDAndEventTypeHandlerBadRequest() *GetEventByUserEventIDAndEventTypeHandlerBadRequest

NewGetEventByUserEventIDAndEventTypeHandlerBadRequest creates a GetEventByUserEventIDAndEventTypeHandlerBadRequest with default headers values

func (*GetEventByUserEventIDAndEventTypeHandlerBadRequest) Error

type GetEventByUserEventIDAndEventTypeHandlerForbidden

type GetEventByUserEventIDAndEventTypeHandlerForbidden struct {
}

GetEventByUserEventIDAndEventTypeHandlerForbidden handles this case with default header values.

Forbidden

func NewGetEventByUserEventIDAndEventTypeHandlerForbidden

func NewGetEventByUserEventIDAndEventTypeHandlerForbidden() *GetEventByUserEventIDAndEventTypeHandlerForbidden

NewGetEventByUserEventIDAndEventTypeHandlerForbidden creates a GetEventByUserEventIDAndEventTypeHandlerForbidden with default headers values

func (*GetEventByUserEventIDAndEventTypeHandlerForbidden) Error

type GetEventByUserEventIDAndEventTypeHandlerInternalServerError

type GetEventByUserEventIDAndEventTypeHandlerInternalServerError struct {
}

GetEventByUserEventIDAndEventTypeHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewGetEventByUserEventIDAndEventTypeHandlerInternalServerError

func NewGetEventByUserEventIDAndEventTypeHandlerInternalServerError() *GetEventByUserEventIDAndEventTypeHandlerInternalServerError

NewGetEventByUserEventIDAndEventTypeHandlerInternalServerError creates a GetEventByUserEventIDAndEventTypeHandlerInternalServerError with default headers values

func (*GetEventByUserEventIDAndEventTypeHandlerInternalServerError) Error

type GetEventByUserEventIDAndEventTypeHandlerNotFound

type GetEventByUserEventIDAndEventTypeHandlerNotFound struct {
}

GetEventByUserEventIDAndEventTypeHandlerNotFound handles this case with default header values.

Not Found

func NewGetEventByUserEventIDAndEventTypeHandlerNotFound

func NewGetEventByUserEventIDAndEventTypeHandlerNotFound() *GetEventByUserEventIDAndEventTypeHandlerNotFound

NewGetEventByUserEventIDAndEventTypeHandlerNotFound creates a GetEventByUserEventIDAndEventTypeHandlerNotFound with default headers values

func (*GetEventByUserEventIDAndEventTypeHandlerNotFound) Error

type GetEventByUserEventIDAndEventTypeHandlerOK

type GetEventByUserEventIDAndEventTypeHandlerOK struct {
	Payload *eventlogclientmodels.ModelsEventResponse
}

GetEventByUserEventIDAndEventTypeHandlerOK handles this case with default header values.

OK

func NewGetEventByUserEventIDAndEventTypeHandlerOK

func NewGetEventByUserEventIDAndEventTypeHandlerOK() *GetEventByUserEventIDAndEventTypeHandlerOK

NewGetEventByUserEventIDAndEventTypeHandlerOK creates a GetEventByUserEventIDAndEventTypeHandlerOK with default headers values

func (*GetEventByUserEventIDAndEventTypeHandlerOK) Error

func (*GetEventByUserEventIDAndEventTypeHandlerOK) GetPayload

func (*GetEventByUserEventIDAndEventTypeHandlerOK) ToJSONString added in v0.25.0

type GetEventByUserEventIDAndEventTypeHandlerParams

type GetEventByUserEventIDAndEventTypeHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*EventID
	  Event's ID

	*/
	EventID float64
	/*EventType
	  Event's type

	*/
	EventType float64
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string
	/*Offset
	  Offset to query

	*/
	Offset *int64
	/*EndDate
	  Ending date. e.g. 2015-03-20T12:27:06.351Z

	*/
	EndDate string
	/*PageSize
	  Number of result in a page

	*/
	PageSize int64
	/*StartDate
	  Starting date. e.g. 2015-03-20T12:27:06.351Z

	*/
	StartDate string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetEventByUserEventIDAndEventTypeHandlerParams contains all the parameters to send to the API endpoint for the get event by user event id and event type handler operation typically these are written to a http.Request

func NewGetEventByUserEventIDAndEventTypeHandlerParams

func NewGetEventByUserEventIDAndEventTypeHandlerParams() *GetEventByUserEventIDAndEventTypeHandlerParams

NewGetEventByUserEventIDAndEventTypeHandlerParams creates a new GetEventByUserEventIDAndEventTypeHandlerParams object with the default values initialized.

func NewGetEventByUserEventIDAndEventTypeHandlerParamsWithContext

func NewGetEventByUserEventIDAndEventTypeHandlerParamsWithContext(ctx context.Context) *GetEventByUserEventIDAndEventTypeHandlerParams

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

func NewGetEventByUserEventIDAndEventTypeHandlerParamsWithHTTPClient

func NewGetEventByUserEventIDAndEventTypeHandlerParamsWithHTTPClient(client *http.Client) *GetEventByUserEventIDAndEventTypeHandlerParams

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

func NewGetEventByUserEventIDAndEventTypeHandlerParamsWithTimeout

func NewGetEventByUserEventIDAndEventTypeHandlerParamsWithTimeout(timeout time.Duration) *GetEventByUserEventIDAndEventTypeHandlerParams

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

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetAuthInfoWriter added in v0.17.0

SetAuthInfoWriter adds the authInfoWriter to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetContext

SetContext adds the context to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetEndDate

SetEndDate adds the endDate to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetEventID

SetEventID adds the eventId to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetEventType

func (o *GetEventByUserEventIDAndEventTypeHandlerParams) SetEventType(eventType float64)

SetEventType adds the eventType to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetFlightId added in v0.63.0

func (o *GetEventByUserEventIDAndEventTypeHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *GetEventByUserEventIDAndEventTypeHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetNamespace

func (o *GetEventByUserEventIDAndEventTypeHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetOffset

SetOffset adds the offset to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetPageSize

func (o *GetEventByUserEventIDAndEventTypeHandlerParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetStartDate

func (o *GetEventByUserEventIDAndEventTypeHandlerParams) SetStartDate(startDate string)

SetStartDate adds the startDate to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetTimeout

SetTimeout adds the timeout to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) SetUserID

SetUserID adds the userId to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithContext

WithContext adds the context to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithEndDate

WithEndDate adds the endDate to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithEventID

WithEventID adds the eventID to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithEventType

WithEventType adds the eventType to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithNamespace

WithNamespace adds the namespace to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithOffset

WithOffset adds the offset to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithPageSize

WithPageSize adds the pageSize to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithStartDate

WithStartDate adds the startDate to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithTimeout

WithTimeout adds the timeout to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WithUserID

WithUserID adds the userID to the get event by user event id and event type handler params

func (*GetEventByUserEventIDAndEventTypeHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventByUserEventIDAndEventTypeHandlerReader

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

GetEventByUserEventIDAndEventTypeHandlerReader is a Reader for the GetEventByUserEventIDAndEventTypeHandler structure.

func (*GetEventByUserEventIDAndEventTypeHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventByUserEventIDAndEventTypeHandlerUnauthorized

type GetEventByUserEventIDAndEventTypeHandlerUnauthorized struct {
}

GetEventByUserEventIDAndEventTypeHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewGetEventByUserEventIDAndEventTypeHandlerUnauthorized

func NewGetEventByUserEventIDAndEventTypeHandlerUnauthorized() *GetEventByUserEventIDAndEventTypeHandlerUnauthorized

NewGetEventByUserEventIDAndEventTypeHandlerUnauthorized creates a GetEventByUserEventIDAndEventTypeHandlerUnauthorized with default headers values

func (*GetEventByUserEventIDAndEventTypeHandlerUnauthorized) Error

type GetEventByUserIDAndEventIDHandlerBadRequest

type GetEventByUserIDAndEventIDHandlerBadRequest struct {
}

GetEventByUserIDAndEventIDHandlerBadRequest handles this case with default header values.

Bad Request

func NewGetEventByUserIDAndEventIDHandlerBadRequest

func NewGetEventByUserIDAndEventIDHandlerBadRequest() *GetEventByUserIDAndEventIDHandlerBadRequest

NewGetEventByUserIDAndEventIDHandlerBadRequest creates a GetEventByUserIDAndEventIDHandlerBadRequest with default headers values

func (*GetEventByUserIDAndEventIDHandlerBadRequest) Error

type GetEventByUserIDAndEventIDHandlerForbidden

type GetEventByUserIDAndEventIDHandlerForbidden struct {
}

GetEventByUserIDAndEventIDHandlerForbidden handles this case with default header values.

Forbidden

func NewGetEventByUserIDAndEventIDHandlerForbidden

func NewGetEventByUserIDAndEventIDHandlerForbidden() *GetEventByUserIDAndEventIDHandlerForbidden

NewGetEventByUserIDAndEventIDHandlerForbidden creates a GetEventByUserIDAndEventIDHandlerForbidden with default headers values

func (*GetEventByUserIDAndEventIDHandlerForbidden) Error

type GetEventByUserIDAndEventIDHandlerInternalServerError

type GetEventByUserIDAndEventIDHandlerInternalServerError struct {
}

GetEventByUserIDAndEventIDHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewGetEventByUserIDAndEventIDHandlerInternalServerError

func NewGetEventByUserIDAndEventIDHandlerInternalServerError() *GetEventByUserIDAndEventIDHandlerInternalServerError

NewGetEventByUserIDAndEventIDHandlerInternalServerError creates a GetEventByUserIDAndEventIDHandlerInternalServerError with default headers values

func (*GetEventByUserIDAndEventIDHandlerInternalServerError) Error

type GetEventByUserIDAndEventIDHandlerNotFound

type GetEventByUserIDAndEventIDHandlerNotFound struct {
}

GetEventByUserIDAndEventIDHandlerNotFound handles this case with default header values.

Not Found

func NewGetEventByUserIDAndEventIDHandlerNotFound

func NewGetEventByUserIDAndEventIDHandlerNotFound() *GetEventByUserIDAndEventIDHandlerNotFound

NewGetEventByUserIDAndEventIDHandlerNotFound creates a GetEventByUserIDAndEventIDHandlerNotFound with default headers values

func (*GetEventByUserIDAndEventIDHandlerNotFound) Error

type GetEventByUserIDAndEventIDHandlerOK

type GetEventByUserIDAndEventIDHandlerOK struct {
	Payload *eventlogclientmodels.ModelsEventResponse
}

GetEventByUserIDAndEventIDHandlerOK handles this case with default header values.

OK

func NewGetEventByUserIDAndEventIDHandlerOK

func NewGetEventByUserIDAndEventIDHandlerOK() *GetEventByUserIDAndEventIDHandlerOK

NewGetEventByUserIDAndEventIDHandlerOK creates a GetEventByUserIDAndEventIDHandlerOK with default headers values

func (*GetEventByUserIDAndEventIDHandlerOK) Error

func (*GetEventByUserIDAndEventIDHandlerOK) GetPayload

func (*GetEventByUserIDAndEventIDHandlerOK) ToJSONString added in v0.25.0

func (o *GetEventByUserIDAndEventIDHandlerOK) ToJSONString() string

type GetEventByUserIDAndEventIDHandlerParams

type GetEventByUserIDAndEventIDHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*EventID
	  Event's ID

	*/
	EventID float64
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string
	/*Offset
	  Offset to query

	*/
	Offset *int64
	/*EndDate
	  Ending date. e.g. 2015-03-20T12:27:06.351Z

	*/
	EndDate string
	/*PageSize
	  Number of result in a page

	*/
	PageSize int64
	/*StartDate
	  Starting date. e.g. 2015-03-20T12:27:06.351Z

	*/
	StartDate string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetEventByUserIDAndEventIDHandlerParams contains all the parameters to send to the API endpoint for the get event by user id and event id handler operation typically these are written to a http.Request

func NewGetEventByUserIDAndEventIDHandlerParams

func NewGetEventByUserIDAndEventIDHandlerParams() *GetEventByUserIDAndEventIDHandlerParams

NewGetEventByUserIDAndEventIDHandlerParams creates a new GetEventByUserIDAndEventIDHandlerParams object with the default values initialized.

func NewGetEventByUserIDAndEventIDHandlerParamsWithContext

func NewGetEventByUserIDAndEventIDHandlerParamsWithContext(ctx context.Context) *GetEventByUserIDAndEventIDHandlerParams

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

func NewGetEventByUserIDAndEventIDHandlerParamsWithHTTPClient

func NewGetEventByUserIDAndEventIDHandlerParamsWithHTTPClient(client *http.Client) *GetEventByUserIDAndEventIDHandlerParams

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

func NewGetEventByUserIDAndEventIDHandlerParamsWithTimeout

func NewGetEventByUserIDAndEventIDHandlerParamsWithTimeout(timeout time.Duration) *GetEventByUserIDAndEventIDHandlerParams

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

func (*GetEventByUserIDAndEventIDHandlerParams) SetAuthInfoWriter added in v0.17.0

func (o *GetEventByUserIDAndEventIDHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetContext

SetContext adds the context to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetEndDate

func (o *GetEventByUserIDAndEventIDHandlerParams) SetEndDate(endDate string)

SetEndDate adds the endDate to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetEventID

func (o *GetEventByUserIDAndEventIDHandlerParams) SetEventID(eventID float64)

SetEventID adds the eventId to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetFlightId added in v0.63.0

func (o *GetEventByUserIDAndEventIDHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetEventByUserIDAndEventIDHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *GetEventByUserIDAndEventIDHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetNamespace

func (o *GetEventByUserIDAndEventIDHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetOffset

func (o *GetEventByUserIDAndEventIDHandlerParams) SetOffset(offset *int64)

SetOffset adds the offset to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetPageSize

func (o *GetEventByUserIDAndEventIDHandlerParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetStartDate

func (o *GetEventByUserIDAndEventIDHandlerParams) SetStartDate(startDate string)

SetStartDate adds the startDate to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetTimeout

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

SetTimeout adds the timeout to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) SetUserID

func (o *GetEventByUserIDAndEventIDHandlerParams) SetUserID(userID string)

SetUserID adds the userId to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithContext

WithContext adds the context to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithEndDate

WithEndDate adds the endDate to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithEventID

WithEventID adds the eventID to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithNamespace

WithNamespace adds the namespace to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithOffset

WithOffset adds the offset to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithPageSize

WithPageSize adds the pageSize to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithStartDate

WithStartDate adds the startDate to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithTimeout

WithTimeout adds the timeout to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WithUserID

WithUserID adds the userID to the get event by user id and event id handler params

func (*GetEventByUserIDAndEventIDHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventByUserIDAndEventIDHandlerReader

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

GetEventByUserIDAndEventIDHandlerReader is a Reader for the GetEventByUserIDAndEventIDHandler structure.

func (*GetEventByUserIDAndEventIDHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventByUserIDAndEventIDHandlerUnauthorized

type GetEventByUserIDAndEventIDHandlerUnauthorized struct {
}

GetEventByUserIDAndEventIDHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewGetEventByUserIDAndEventIDHandlerUnauthorized

func NewGetEventByUserIDAndEventIDHandlerUnauthorized() *GetEventByUserIDAndEventIDHandlerUnauthorized

NewGetEventByUserIDAndEventIDHandlerUnauthorized creates a GetEventByUserIDAndEventIDHandlerUnauthorized with default headers values

func (*GetEventByUserIDAndEventIDHandlerUnauthorized) Error

type GetEventByUserIDAndEventTypeHandlerBadRequest

type GetEventByUserIDAndEventTypeHandlerBadRequest struct {
}

GetEventByUserIDAndEventTypeHandlerBadRequest handles this case with default header values.

Bad Request

func NewGetEventByUserIDAndEventTypeHandlerBadRequest

func NewGetEventByUserIDAndEventTypeHandlerBadRequest() *GetEventByUserIDAndEventTypeHandlerBadRequest

NewGetEventByUserIDAndEventTypeHandlerBadRequest creates a GetEventByUserIDAndEventTypeHandlerBadRequest with default headers values

func (*GetEventByUserIDAndEventTypeHandlerBadRequest) Error

type GetEventByUserIDAndEventTypeHandlerForbidden

type GetEventByUserIDAndEventTypeHandlerForbidden struct {
}

GetEventByUserIDAndEventTypeHandlerForbidden handles this case with default header values.

Forbidden

func NewGetEventByUserIDAndEventTypeHandlerForbidden

func NewGetEventByUserIDAndEventTypeHandlerForbidden() *GetEventByUserIDAndEventTypeHandlerForbidden

NewGetEventByUserIDAndEventTypeHandlerForbidden creates a GetEventByUserIDAndEventTypeHandlerForbidden with default headers values

func (*GetEventByUserIDAndEventTypeHandlerForbidden) Error

type GetEventByUserIDAndEventTypeHandlerInternalServerError

type GetEventByUserIDAndEventTypeHandlerInternalServerError struct {
}

GetEventByUserIDAndEventTypeHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewGetEventByUserIDAndEventTypeHandlerInternalServerError

func NewGetEventByUserIDAndEventTypeHandlerInternalServerError() *GetEventByUserIDAndEventTypeHandlerInternalServerError

NewGetEventByUserIDAndEventTypeHandlerInternalServerError creates a GetEventByUserIDAndEventTypeHandlerInternalServerError with default headers values

func (*GetEventByUserIDAndEventTypeHandlerInternalServerError) Error

type GetEventByUserIDAndEventTypeHandlerNotFound

type GetEventByUserIDAndEventTypeHandlerNotFound struct {
}

GetEventByUserIDAndEventTypeHandlerNotFound handles this case with default header values.

Not Found

func NewGetEventByUserIDAndEventTypeHandlerNotFound

func NewGetEventByUserIDAndEventTypeHandlerNotFound() *GetEventByUserIDAndEventTypeHandlerNotFound

NewGetEventByUserIDAndEventTypeHandlerNotFound creates a GetEventByUserIDAndEventTypeHandlerNotFound with default headers values

func (*GetEventByUserIDAndEventTypeHandlerNotFound) Error

type GetEventByUserIDAndEventTypeHandlerOK

type GetEventByUserIDAndEventTypeHandlerOK struct {
	Payload *eventlogclientmodels.ModelsEventResponse
}

GetEventByUserIDAndEventTypeHandlerOK handles this case with default header values.

OK

func NewGetEventByUserIDAndEventTypeHandlerOK

func NewGetEventByUserIDAndEventTypeHandlerOK() *GetEventByUserIDAndEventTypeHandlerOK

NewGetEventByUserIDAndEventTypeHandlerOK creates a GetEventByUserIDAndEventTypeHandlerOK with default headers values

func (*GetEventByUserIDAndEventTypeHandlerOK) Error

func (*GetEventByUserIDAndEventTypeHandlerOK) GetPayload

func (*GetEventByUserIDAndEventTypeHandlerOK) ToJSONString added in v0.25.0

type GetEventByUserIDAndEventTypeHandlerParams

type GetEventByUserIDAndEventTypeHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*EventType
	  Event's type

	*/
	EventType float64
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string
	/*Offset
	  Offset to query

	*/
	Offset *int64
	/*EndDate
	  Ending date. e.g. 2015-03-20T12:27:06.351Z

	*/
	EndDate string
	/*PageSize
	  Number of result in a page

	*/
	PageSize int64
	/*StartDate
	  Starting date. e.g. 2015-03-20T12:27:06.351Z

	*/
	StartDate string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetEventByUserIDAndEventTypeHandlerParams contains all the parameters to send to the API endpoint for the get event by user id and event type handler operation typically these are written to a http.Request

func NewGetEventByUserIDAndEventTypeHandlerParams

func NewGetEventByUserIDAndEventTypeHandlerParams() *GetEventByUserIDAndEventTypeHandlerParams

NewGetEventByUserIDAndEventTypeHandlerParams creates a new GetEventByUserIDAndEventTypeHandlerParams object with the default values initialized.

func NewGetEventByUserIDAndEventTypeHandlerParamsWithContext

func NewGetEventByUserIDAndEventTypeHandlerParamsWithContext(ctx context.Context) *GetEventByUserIDAndEventTypeHandlerParams

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

func NewGetEventByUserIDAndEventTypeHandlerParamsWithHTTPClient

func NewGetEventByUserIDAndEventTypeHandlerParamsWithHTTPClient(client *http.Client) *GetEventByUserIDAndEventTypeHandlerParams

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

func NewGetEventByUserIDAndEventTypeHandlerParamsWithTimeout

func NewGetEventByUserIDAndEventTypeHandlerParamsWithTimeout(timeout time.Duration) *GetEventByUserIDAndEventTypeHandlerParams

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

func (*GetEventByUserIDAndEventTypeHandlerParams) SetAuthInfoWriter added in v0.17.0

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetContext

SetContext adds the context to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetEndDate

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetEndDate(endDate string)

SetEndDate adds the endDate to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetEventType

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetEventType(eventType float64)

SetEventType adds the eventType to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetFlightId added in v0.63.0

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetEventByUserIDAndEventTypeHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetNamespace

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetOffset

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetOffset(offset *int64)

SetOffset adds the offset to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetPageSize

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetStartDate

func (o *GetEventByUserIDAndEventTypeHandlerParams) SetStartDate(startDate string)

SetStartDate adds the startDate to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetTimeout

SetTimeout adds the timeout to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) SetUserID

SetUserID adds the userId to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithContext

WithContext adds the context to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithEndDate

WithEndDate adds the endDate to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithEventType

WithEventType adds the eventType to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithNamespace

WithNamespace adds the namespace to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithOffset

WithOffset adds the offset to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithPageSize

WithPageSize adds the pageSize to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithStartDate

WithStartDate adds the startDate to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithTimeout

WithTimeout adds the timeout to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WithUserID

WithUserID adds the userID to the get event by user id and event type handler params

func (*GetEventByUserIDAndEventTypeHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventByUserIDAndEventTypeHandlerReader

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

GetEventByUserIDAndEventTypeHandlerReader is a Reader for the GetEventByUserIDAndEventTypeHandler structure.

func (*GetEventByUserIDAndEventTypeHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventByUserIDAndEventTypeHandlerUnauthorized

type GetEventByUserIDAndEventTypeHandlerUnauthorized struct {
}

GetEventByUserIDAndEventTypeHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewGetEventByUserIDAndEventTypeHandlerUnauthorized

func NewGetEventByUserIDAndEventTypeHandlerUnauthorized() *GetEventByUserIDAndEventTypeHandlerUnauthorized

NewGetEventByUserIDAndEventTypeHandlerUnauthorized creates a GetEventByUserIDAndEventTypeHandlerUnauthorized with default headers values

func (*GetEventByUserIDAndEventTypeHandlerUnauthorized) Error

type GetEventByUserIDHandlerBadRequest

type GetEventByUserIDHandlerBadRequest struct {
}

GetEventByUserIDHandlerBadRequest handles this case with default header values.

Bad Request

func NewGetEventByUserIDHandlerBadRequest

func NewGetEventByUserIDHandlerBadRequest() *GetEventByUserIDHandlerBadRequest

NewGetEventByUserIDHandlerBadRequest creates a GetEventByUserIDHandlerBadRequest with default headers values

func (*GetEventByUserIDHandlerBadRequest) Error

type GetEventByUserIDHandlerForbidden

type GetEventByUserIDHandlerForbidden struct {
}

GetEventByUserIDHandlerForbidden handles this case with default header values.

Forbidden

func NewGetEventByUserIDHandlerForbidden

func NewGetEventByUserIDHandlerForbidden() *GetEventByUserIDHandlerForbidden

NewGetEventByUserIDHandlerForbidden creates a GetEventByUserIDHandlerForbidden with default headers values

func (*GetEventByUserIDHandlerForbidden) Error

type GetEventByUserIDHandlerInternalServerError

type GetEventByUserIDHandlerInternalServerError struct {
}

GetEventByUserIDHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewGetEventByUserIDHandlerInternalServerError

func NewGetEventByUserIDHandlerInternalServerError() *GetEventByUserIDHandlerInternalServerError

NewGetEventByUserIDHandlerInternalServerError creates a GetEventByUserIDHandlerInternalServerError with default headers values

func (*GetEventByUserIDHandlerInternalServerError) Error

type GetEventByUserIDHandlerNotFound

type GetEventByUserIDHandlerNotFound struct {
}

GetEventByUserIDHandlerNotFound handles this case with default header values.

Not Found

func NewGetEventByUserIDHandlerNotFound

func NewGetEventByUserIDHandlerNotFound() *GetEventByUserIDHandlerNotFound

NewGetEventByUserIDHandlerNotFound creates a GetEventByUserIDHandlerNotFound with default headers values

func (*GetEventByUserIDHandlerNotFound) Error

type GetEventByUserIDHandlerOK

type GetEventByUserIDHandlerOK struct {
	Payload *eventlogclientmodels.ModelsEventResponse
}

GetEventByUserIDHandlerOK handles this case with default header values.

OK

func NewGetEventByUserIDHandlerOK

func NewGetEventByUserIDHandlerOK() *GetEventByUserIDHandlerOK

NewGetEventByUserIDHandlerOK creates a GetEventByUserIDHandlerOK with default headers values

func (*GetEventByUserIDHandlerOK) Error

func (o *GetEventByUserIDHandlerOK) Error() string

func (*GetEventByUserIDHandlerOK) GetPayload

func (*GetEventByUserIDHandlerOK) ToJSONString added in v0.25.0

func (o *GetEventByUserIDHandlerOK) ToJSONString() string

type GetEventByUserIDHandlerParams

type GetEventByUserIDHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string
	/*Offset
	  Offset to query

	*/
	Offset *int64
	/*EndDate
	  Ending date. e.g. 2015-03-20T12:27:06.351Z

	*/
	EndDate string
	/*PageSize
	  Number of result in a page

	*/
	PageSize int64
	/*StartDate
	  Starting date. e.g. 2015-03-20T12:27:06.351Z

	*/
	StartDate string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetEventByUserIDHandlerParams contains all the parameters to send to the API endpoint for the get event by user id handler operation typically these are written to a http.Request

func NewGetEventByUserIDHandlerParams

func NewGetEventByUserIDHandlerParams() *GetEventByUserIDHandlerParams

NewGetEventByUserIDHandlerParams creates a new GetEventByUserIDHandlerParams object with the default values initialized.

func NewGetEventByUserIDHandlerParamsWithContext

func NewGetEventByUserIDHandlerParamsWithContext(ctx context.Context) *GetEventByUserIDHandlerParams

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

func NewGetEventByUserIDHandlerParamsWithHTTPClient

func NewGetEventByUserIDHandlerParamsWithHTTPClient(client *http.Client) *GetEventByUserIDHandlerParams

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

func NewGetEventByUserIDHandlerParamsWithTimeout

func NewGetEventByUserIDHandlerParamsWithTimeout(timeout time.Duration) *GetEventByUserIDHandlerParams

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

func (*GetEventByUserIDHandlerParams) SetAuthInfoWriter added in v0.17.0

func (o *GetEventByUserIDHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetContext

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

SetContext adds the context to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetEndDate

func (o *GetEventByUserIDHandlerParams) SetEndDate(endDate string)

SetEndDate adds the endDate to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetFlightId added in v0.63.0

func (o *GetEventByUserIDHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetEventByUserIDHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *GetEventByUserIDHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetNamespace

func (o *GetEventByUserIDHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetOffset

func (o *GetEventByUserIDHandlerParams) SetOffset(offset *int64)

SetOffset adds the offset to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetPageSize

func (o *GetEventByUserIDHandlerParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetStartDate

func (o *GetEventByUserIDHandlerParams) SetStartDate(startDate string)

SetStartDate adds the startDate to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetTimeout

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

SetTimeout adds the timeout to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) SetUserID

func (o *GetEventByUserIDHandlerParams) SetUserID(userID string)

SetUserID adds the userId to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithContext

WithContext adds the context to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithEndDate

WithEndDate adds the endDate to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithNamespace

WithNamespace adds the namespace to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithOffset

WithOffset adds the offset to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithPageSize

WithPageSize adds the pageSize to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithStartDate

WithStartDate adds the startDate to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithTimeout

WithTimeout adds the timeout to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WithUserID

WithUserID adds the userID to the get event by user id handler params

func (*GetEventByUserIDHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventByUserIDHandlerReader

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

GetEventByUserIDHandlerReader is a Reader for the GetEventByUserIDHandler structure.

func (*GetEventByUserIDHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventByUserIDHandlerUnauthorized

type GetEventByUserIDHandlerUnauthorized struct {
}

GetEventByUserIDHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewGetEventByUserIDHandlerUnauthorized

func NewGetEventByUserIDHandlerUnauthorized() *GetEventByUserIDHandlerUnauthorized

NewGetEventByUserIDHandlerUnauthorized creates a GetEventByUserIDHandlerUnauthorized with default headers values

func (*GetEventByUserIDHandlerUnauthorized) Error

type PostEventHandlerBadRequest

type PostEventHandlerBadRequest struct {
}

PostEventHandlerBadRequest handles this case with default header values.

Bad Request

func NewPostEventHandlerBadRequest

func NewPostEventHandlerBadRequest() *PostEventHandlerBadRequest

NewPostEventHandlerBadRequest creates a PostEventHandlerBadRequest with default headers values

func (*PostEventHandlerBadRequest) Error

type PostEventHandlerForbidden

type PostEventHandlerForbidden struct {
}

PostEventHandlerForbidden handles this case with default header values.

Forbidden

func NewPostEventHandlerForbidden

func NewPostEventHandlerForbidden() *PostEventHandlerForbidden

NewPostEventHandlerForbidden creates a PostEventHandlerForbidden with default headers values

func (*PostEventHandlerForbidden) Error

func (o *PostEventHandlerForbidden) Error() string

type PostEventHandlerInternalServerError

type PostEventHandlerInternalServerError struct {
}

PostEventHandlerInternalServerError handles this case with default header values.

Internal Server Error

func NewPostEventHandlerInternalServerError

func NewPostEventHandlerInternalServerError() *PostEventHandlerInternalServerError

NewPostEventHandlerInternalServerError creates a PostEventHandlerInternalServerError with default headers values

func (*PostEventHandlerInternalServerError) Error

type PostEventHandlerNoContent

type PostEventHandlerNoContent struct {
}

PostEventHandlerNoContent handles this case with default header values.

No Content

func NewPostEventHandlerNoContent

func NewPostEventHandlerNoContent() *PostEventHandlerNoContent

NewPostEventHandlerNoContent creates a PostEventHandlerNoContent with default headers values

func (*PostEventHandlerNoContent) Error

func (o *PostEventHandlerNoContent) Error() string

type PostEventHandlerParams

type PostEventHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *eventlogclientmodels.ModelsEvent
	/*Namespace
	  Namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PostEventHandlerParams contains all the parameters to send to the API endpoint for the post event handler operation typically these are written to a http.Request

func NewPostEventHandlerParams

func NewPostEventHandlerParams() *PostEventHandlerParams

NewPostEventHandlerParams creates a new PostEventHandlerParams object with the default values initialized.

func NewPostEventHandlerParamsWithContext

func NewPostEventHandlerParamsWithContext(ctx context.Context) *PostEventHandlerParams

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

func NewPostEventHandlerParamsWithHTTPClient

func NewPostEventHandlerParamsWithHTTPClient(client *http.Client) *PostEventHandlerParams

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

func NewPostEventHandlerParamsWithTimeout

func NewPostEventHandlerParamsWithTimeout(timeout time.Duration) *PostEventHandlerParams

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

func (*PostEventHandlerParams) SetAuthInfoWriter added in v0.17.0

func (o *PostEventHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the post event handler params

func (*PostEventHandlerParams) SetBody

SetBody adds the body to the post event handler params

func (*PostEventHandlerParams) SetContext

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

SetContext adds the context to the post event handler params

func (*PostEventHandlerParams) SetFlightId added in v0.63.0

func (o *PostEventHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PostEventHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post event handler params

func (*PostEventHandlerParams) SetHTTPClientTransport added in v0.19.0

func (o *PostEventHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the post event handler params

func (*PostEventHandlerParams) SetNamespace

func (o *PostEventHandlerParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the post event handler params

func (*PostEventHandlerParams) SetTimeout

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

SetTimeout adds the timeout to the post event handler params

func (*PostEventHandlerParams) WithBody

WithBody adds the body to the post event handler params

func (*PostEventHandlerParams) WithContext

WithContext adds the context to the post event handler params

func (*PostEventHandlerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post event handler params

func (*PostEventHandlerParams) WithNamespace

func (o *PostEventHandlerParams) WithNamespace(namespace string) *PostEventHandlerParams

WithNamespace adds the namespace to the post event handler params

func (*PostEventHandlerParams) WithTimeout

WithTimeout adds the timeout to the post event handler params

func (*PostEventHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostEventHandlerReader

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

PostEventHandlerReader is a Reader for the PostEventHandler structure.

func (*PostEventHandlerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostEventHandlerUnauthorized

type PostEventHandlerUnauthorized struct {
}

PostEventHandlerUnauthorized handles this case with default header values.

Unauthorized

func NewPostEventHandlerUnauthorized

func NewPostEventHandlerUnauthorized() *PostEventHandlerUnauthorized

NewPostEventHandlerUnauthorized creates a PostEventHandlerUnauthorized with default headers values

func (*PostEventHandlerUnauthorized) Error

Jump to

Keyboard shortcuts

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