data_export_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 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 data export controller API

func (*Client) DeleteDataExport

func (a *Client) DeleteDataExport(params *DeleteDataExportParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDataExportOK, error)

DeleteDataExport deletes

func (*Client) ExportAuditToCSVForDataExport

func (a *Client) ExportAuditToCSVForDataExport(params *ExportAuditToCSVForDataExportParams, authInfo runtime.ClientAuthInfoWriter) (*ExportAuditToCSVForDataExportOK, error)

ExportAuditToCSVForDataExport exports audit to csv

func (*Client) ExportIssuesStatsToCSVForDataExport

ExportIssuesStatsToCSVForDataExport exports issue statistics to csv

func (*Client) ListDataExport

func (a *Client) ListDataExport(params *ListDataExportParams, authInfo runtime.ClientAuthInfoWriter) (*ListDataExportOK, error)

ListDataExport lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	DeleteDataExport(params *DeleteDataExportParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDataExportOK, error)

	ExportAuditToCSVForDataExport(params *ExportAuditToCSVForDataExportParams, authInfo runtime.ClientAuthInfoWriter) (*ExportAuditToCSVForDataExportOK, error)

	ExportIssuesStatsToCSVForDataExport(params *ExportIssuesStatsToCSVForDataExportParams, authInfo runtime.ClientAuthInfoWriter) (*ExportIssuesStatsToCSVForDataExportOK, error)

	ListDataExport(params *ListDataExportParams, authInfo runtime.ClientAuthInfoWriter) (*ListDataExportOK, 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 data export controller API client.

type DeleteDataExportBadRequest

type DeleteDataExportBadRequest struct {
	Payload *models.APIResult
}

DeleteDataExportBadRequest handles this case with default header values.

Bad Request

func NewDeleteDataExportBadRequest

func NewDeleteDataExportBadRequest() *DeleteDataExportBadRequest

NewDeleteDataExportBadRequest creates a DeleteDataExportBadRequest with default headers values

func (*DeleteDataExportBadRequest) Error

func (*DeleteDataExportBadRequest) GetPayload

func (o *DeleteDataExportBadRequest) GetPayload() *models.APIResult

type DeleteDataExportConflict

type DeleteDataExportConflict struct {
	Payload *models.APIResult
}

DeleteDataExportConflict handles this case with default header values.

Conflict

func NewDeleteDataExportConflict

func NewDeleteDataExportConflict() *DeleteDataExportConflict

NewDeleteDataExportConflict creates a DeleteDataExportConflict with default headers values

func (*DeleteDataExportConflict) Error

func (o *DeleteDataExportConflict) Error() string

func (*DeleteDataExportConflict) GetPayload

func (o *DeleteDataExportConflict) GetPayload() *models.APIResult

type DeleteDataExportForbidden

type DeleteDataExportForbidden struct {
	Payload *models.APIResult
}

DeleteDataExportForbidden handles this case with default header values.

Forbidden

func NewDeleteDataExportForbidden

func NewDeleteDataExportForbidden() *DeleteDataExportForbidden

NewDeleteDataExportForbidden creates a DeleteDataExportForbidden with default headers values

func (*DeleteDataExportForbidden) Error

func (o *DeleteDataExportForbidden) Error() string

func (*DeleteDataExportForbidden) GetPayload

func (o *DeleteDataExportForbidden) GetPayload() *models.APIResult

type DeleteDataExportInternalServerError

type DeleteDataExportInternalServerError struct {
	Payload *models.APIResult
}

DeleteDataExportInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteDataExportInternalServerError

func NewDeleteDataExportInternalServerError() *DeleteDataExportInternalServerError

NewDeleteDataExportInternalServerError creates a DeleteDataExportInternalServerError with default headers values

func (*DeleteDataExportInternalServerError) Error

func (*DeleteDataExportInternalServerError) GetPayload

type DeleteDataExportNotFound

type DeleteDataExportNotFound struct {
	Payload *models.APIResult
}

DeleteDataExportNotFound handles this case with default header values.

Not Found

func NewDeleteDataExportNotFound

func NewDeleteDataExportNotFound() *DeleteDataExportNotFound

NewDeleteDataExportNotFound creates a DeleteDataExportNotFound with default headers values

func (*DeleteDataExportNotFound) Error

func (o *DeleteDataExportNotFound) Error() string

func (*DeleteDataExportNotFound) GetPayload

func (o *DeleteDataExportNotFound) GetPayload() *models.APIResult

type DeleteDataExportOK

type DeleteDataExportOK struct {
	Payload *models.APIResultVoid
}

DeleteDataExportOK handles this case with default header values.

OK

func NewDeleteDataExportOK

func NewDeleteDataExportOK() *DeleteDataExportOK

NewDeleteDataExportOK creates a DeleteDataExportOK with default headers values

func (*DeleteDataExportOK) Error

func (o *DeleteDataExportOK) Error() string

func (*DeleteDataExportOK) GetPayload

func (o *DeleteDataExportOK) GetPayload() *models.APIResultVoid

type DeleteDataExportParams

type DeleteDataExportParams struct {

	/*ID
	  id

	*/
	ID int64

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

DeleteDataExportParams contains all the parameters to send to the API endpoint for the delete data export operation typically these are written to a http.Request

func NewDeleteDataExportParams

func NewDeleteDataExportParams() *DeleteDataExportParams

NewDeleteDataExportParams creates a new DeleteDataExportParams object with the default values initialized.

func NewDeleteDataExportParamsWithContext

func NewDeleteDataExportParamsWithContext(ctx context.Context) *DeleteDataExportParams

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

func NewDeleteDataExportParamsWithHTTPClient

func NewDeleteDataExportParamsWithHTTPClient(client *http.Client) *DeleteDataExportParams

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

func NewDeleteDataExportParamsWithTimeout

func NewDeleteDataExportParamsWithTimeout(timeout time.Duration) *DeleteDataExportParams

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

func (*DeleteDataExportParams) SetContext

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

SetContext adds the context to the delete data export params

func (*DeleteDataExportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete data export params

func (*DeleteDataExportParams) SetID

func (o *DeleteDataExportParams) SetID(id int64)

SetID adds the id to the delete data export params

func (*DeleteDataExportParams) SetTimeout

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

SetTimeout adds the timeout to the delete data export params

func (*DeleteDataExportParams) WithContext

WithContext adds the context to the delete data export params

func (*DeleteDataExportParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete data export params

func (*DeleteDataExportParams) WithID

WithID adds the id to the delete data export params

func (*DeleteDataExportParams) WithTimeout

WithTimeout adds the timeout to the delete data export params

func (*DeleteDataExportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDataExportReader

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

DeleteDataExportReader is a Reader for the DeleteDataExport structure.

func (*DeleteDataExportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDataExportUnauthorized

type DeleteDataExportUnauthorized struct {
	Payload *models.APIResult
}

DeleteDataExportUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteDataExportUnauthorized

func NewDeleteDataExportUnauthorized() *DeleteDataExportUnauthorized

NewDeleteDataExportUnauthorized creates a DeleteDataExportUnauthorized with default headers values

func (*DeleteDataExportUnauthorized) Error

func (*DeleteDataExportUnauthorized) GetPayload

type ExportAuditToCSVForDataExportBadRequest

type ExportAuditToCSVForDataExportBadRequest struct {
	Payload *models.APIResult
}

ExportAuditToCSVForDataExportBadRequest handles this case with default header values.

Bad Request

func NewExportAuditToCSVForDataExportBadRequest

func NewExportAuditToCSVForDataExportBadRequest() *ExportAuditToCSVForDataExportBadRequest

NewExportAuditToCSVForDataExportBadRequest creates a ExportAuditToCSVForDataExportBadRequest with default headers values

func (*ExportAuditToCSVForDataExportBadRequest) Error

func (*ExportAuditToCSVForDataExportBadRequest) GetPayload

type ExportAuditToCSVForDataExportConflict

type ExportAuditToCSVForDataExportConflict struct {
	Payload *models.APIResult
}

ExportAuditToCSVForDataExportConflict handles this case with default header values.

Conflict

func NewExportAuditToCSVForDataExportConflict

func NewExportAuditToCSVForDataExportConflict() *ExportAuditToCSVForDataExportConflict

NewExportAuditToCSVForDataExportConflict creates a ExportAuditToCSVForDataExportConflict with default headers values

func (*ExportAuditToCSVForDataExportConflict) Error

func (*ExportAuditToCSVForDataExportConflict) GetPayload

type ExportAuditToCSVForDataExportForbidden

type ExportAuditToCSVForDataExportForbidden struct {
	Payload *models.APIResult
}

ExportAuditToCSVForDataExportForbidden handles this case with default header values.

Forbidden

func NewExportAuditToCSVForDataExportForbidden

func NewExportAuditToCSVForDataExportForbidden() *ExportAuditToCSVForDataExportForbidden

NewExportAuditToCSVForDataExportForbidden creates a ExportAuditToCSVForDataExportForbidden with default headers values

func (*ExportAuditToCSVForDataExportForbidden) Error

func (*ExportAuditToCSVForDataExportForbidden) GetPayload

type ExportAuditToCSVForDataExportInternalServerError

type ExportAuditToCSVForDataExportInternalServerError struct {
	Payload *models.APIResult
}

ExportAuditToCSVForDataExportInternalServerError handles this case with default header values.

Internal Server Error

func NewExportAuditToCSVForDataExportInternalServerError

func NewExportAuditToCSVForDataExportInternalServerError() *ExportAuditToCSVForDataExportInternalServerError

NewExportAuditToCSVForDataExportInternalServerError creates a ExportAuditToCSVForDataExportInternalServerError with default headers values

func (*ExportAuditToCSVForDataExportInternalServerError) Error

func (*ExportAuditToCSVForDataExportInternalServerError) GetPayload

type ExportAuditToCSVForDataExportNotFound

type ExportAuditToCSVForDataExportNotFound struct {
	Payload *models.APIResult
}

ExportAuditToCSVForDataExportNotFound handles this case with default header values.

Not Found

func NewExportAuditToCSVForDataExportNotFound

func NewExportAuditToCSVForDataExportNotFound() *ExportAuditToCSVForDataExportNotFound

NewExportAuditToCSVForDataExportNotFound creates a ExportAuditToCSVForDataExportNotFound with default headers values

func (*ExportAuditToCSVForDataExportNotFound) Error

func (*ExportAuditToCSVForDataExportNotFound) GetPayload

type ExportAuditToCSVForDataExportOK

type ExportAuditToCSVForDataExportOK struct {
	Payload *models.APIResultVoid
}

ExportAuditToCSVForDataExportOK handles this case with default header values.

OK

func NewExportAuditToCSVForDataExportOK

func NewExportAuditToCSVForDataExportOK() *ExportAuditToCSVForDataExportOK

NewExportAuditToCSVForDataExportOK creates a ExportAuditToCSVForDataExportOK with default headers values

func (*ExportAuditToCSVForDataExportOK) Error

func (*ExportAuditToCSVForDataExportOK) GetPayload

type ExportAuditToCSVForDataExportParams

type ExportAuditToCSVForDataExportParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ExportAuditToCSVRequest

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

ExportAuditToCSVForDataExportParams contains all the parameters to send to the API endpoint for the export audit to c s v for data export operation typically these are written to a http.Request

func NewExportAuditToCSVForDataExportParams

func NewExportAuditToCSVForDataExportParams() *ExportAuditToCSVForDataExportParams

NewExportAuditToCSVForDataExportParams creates a new ExportAuditToCSVForDataExportParams object with the default values initialized.

func NewExportAuditToCSVForDataExportParamsWithContext

func NewExportAuditToCSVForDataExportParamsWithContext(ctx context.Context) *ExportAuditToCSVForDataExportParams

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

func NewExportAuditToCSVForDataExportParamsWithHTTPClient

func NewExportAuditToCSVForDataExportParamsWithHTTPClient(client *http.Client) *ExportAuditToCSVForDataExportParams

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

func NewExportAuditToCSVForDataExportParamsWithTimeout

func NewExportAuditToCSVForDataExportParamsWithTimeout(timeout time.Duration) *ExportAuditToCSVForDataExportParams

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

func (*ExportAuditToCSVForDataExportParams) SetContext

SetContext adds the context to the export audit to c s v for data export params

func (*ExportAuditToCSVForDataExportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export audit to c s v for data export params

func (*ExportAuditToCSVForDataExportParams) SetResource

SetResource adds the resource to the export audit to c s v for data export params

func (*ExportAuditToCSVForDataExportParams) SetTimeout

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

SetTimeout adds the timeout to the export audit to c s v for data export params

func (*ExportAuditToCSVForDataExportParams) WithContext

WithContext adds the context to the export audit to c s v for data export params

func (*ExportAuditToCSVForDataExportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export audit to c s v for data export params

func (*ExportAuditToCSVForDataExportParams) WithResource

WithResource adds the resource to the export audit to c s v for data export params

func (*ExportAuditToCSVForDataExportParams) WithTimeout

WithTimeout adds the timeout to the export audit to c s v for data export params

func (*ExportAuditToCSVForDataExportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportAuditToCSVForDataExportReader

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

ExportAuditToCSVForDataExportReader is a Reader for the ExportAuditToCSVForDataExport structure.

func (*ExportAuditToCSVForDataExportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportAuditToCSVForDataExportUnauthorized

type ExportAuditToCSVForDataExportUnauthorized struct {
	Payload *models.APIResult
}

ExportAuditToCSVForDataExportUnauthorized handles this case with default header values.

Unauthorized

func NewExportAuditToCSVForDataExportUnauthorized

func NewExportAuditToCSVForDataExportUnauthorized() *ExportAuditToCSVForDataExportUnauthorized

NewExportAuditToCSVForDataExportUnauthorized creates a ExportAuditToCSVForDataExportUnauthorized with default headers values

func (*ExportAuditToCSVForDataExportUnauthorized) Error

func (*ExportAuditToCSVForDataExportUnauthorized) GetPayload

type ExportIssuesStatsToCSVForDataExportBadRequest

type ExportIssuesStatsToCSVForDataExportBadRequest struct {
	Payload *models.APIResult
}

ExportIssuesStatsToCSVForDataExportBadRequest handles this case with default header values.

Bad Request

func NewExportIssuesStatsToCSVForDataExportBadRequest

func NewExportIssuesStatsToCSVForDataExportBadRequest() *ExportIssuesStatsToCSVForDataExportBadRequest

NewExportIssuesStatsToCSVForDataExportBadRequest creates a ExportIssuesStatsToCSVForDataExportBadRequest with default headers values

func (*ExportIssuesStatsToCSVForDataExportBadRequest) Error

func (*ExportIssuesStatsToCSVForDataExportBadRequest) GetPayload

type ExportIssuesStatsToCSVForDataExportConflict

type ExportIssuesStatsToCSVForDataExportConflict struct {
	Payload *models.APIResult
}

ExportIssuesStatsToCSVForDataExportConflict handles this case with default header values.

Conflict

func NewExportIssuesStatsToCSVForDataExportConflict

func NewExportIssuesStatsToCSVForDataExportConflict() *ExportIssuesStatsToCSVForDataExportConflict

NewExportIssuesStatsToCSVForDataExportConflict creates a ExportIssuesStatsToCSVForDataExportConflict with default headers values

func (*ExportIssuesStatsToCSVForDataExportConflict) Error

func (*ExportIssuesStatsToCSVForDataExportConflict) GetPayload

type ExportIssuesStatsToCSVForDataExportForbidden

type ExportIssuesStatsToCSVForDataExportForbidden struct {
	Payload *models.APIResult
}

ExportIssuesStatsToCSVForDataExportForbidden handles this case with default header values.

Forbidden

func NewExportIssuesStatsToCSVForDataExportForbidden

func NewExportIssuesStatsToCSVForDataExportForbidden() *ExportIssuesStatsToCSVForDataExportForbidden

NewExportIssuesStatsToCSVForDataExportForbidden creates a ExportIssuesStatsToCSVForDataExportForbidden with default headers values

func (*ExportIssuesStatsToCSVForDataExportForbidden) Error

func (*ExportIssuesStatsToCSVForDataExportForbidden) GetPayload

type ExportIssuesStatsToCSVForDataExportInternalServerError

type ExportIssuesStatsToCSVForDataExportInternalServerError struct {
	Payload *models.APIResult
}

ExportIssuesStatsToCSVForDataExportInternalServerError handles this case with default header values.

Internal Server Error

func NewExportIssuesStatsToCSVForDataExportInternalServerError

func NewExportIssuesStatsToCSVForDataExportInternalServerError() *ExportIssuesStatsToCSVForDataExportInternalServerError

NewExportIssuesStatsToCSVForDataExportInternalServerError creates a ExportIssuesStatsToCSVForDataExportInternalServerError with default headers values

func (*ExportIssuesStatsToCSVForDataExportInternalServerError) Error

func (*ExportIssuesStatsToCSVForDataExportInternalServerError) GetPayload

type ExportIssuesStatsToCSVForDataExportNotFound

type ExportIssuesStatsToCSVForDataExportNotFound struct {
	Payload *models.APIResult
}

ExportIssuesStatsToCSVForDataExportNotFound handles this case with default header values.

Not Found

func NewExportIssuesStatsToCSVForDataExportNotFound

func NewExportIssuesStatsToCSVForDataExportNotFound() *ExportIssuesStatsToCSVForDataExportNotFound

NewExportIssuesStatsToCSVForDataExportNotFound creates a ExportIssuesStatsToCSVForDataExportNotFound with default headers values

func (*ExportIssuesStatsToCSVForDataExportNotFound) Error

func (*ExportIssuesStatsToCSVForDataExportNotFound) GetPayload

type ExportIssuesStatsToCSVForDataExportOK

type ExportIssuesStatsToCSVForDataExportOK struct {
	Payload *models.APIResultVoid
}

ExportIssuesStatsToCSVForDataExportOK handles this case with default header values.

OK

func NewExportIssuesStatsToCSVForDataExportOK

func NewExportIssuesStatsToCSVForDataExportOK() *ExportIssuesStatsToCSVForDataExportOK

NewExportIssuesStatsToCSVForDataExportOK creates a ExportIssuesStatsToCSVForDataExportOK with default headers values

func (*ExportIssuesStatsToCSVForDataExportOK) Error

func (*ExportIssuesStatsToCSVForDataExportOK) GetPayload

type ExportIssuesStatsToCSVForDataExportParams

type ExportIssuesStatsToCSVForDataExportParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ExportIssueStatsToCSVRequest

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

ExportIssuesStatsToCSVForDataExportParams contains all the parameters to send to the API endpoint for the export issues stats to c s v for data export operation typically these are written to a http.Request

func NewExportIssuesStatsToCSVForDataExportParams

func NewExportIssuesStatsToCSVForDataExportParams() *ExportIssuesStatsToCSVForDataExportParams

NewExportIssuesStatsToCSVForDataExportParams creates a new ExportIssuesStatsToCSVForDataExportParams object with the default values initialized.

func NewExportIssuesStatsToCSVForDataExportParamsWithContext

func NewExportIssuesStatsToCSVForDataExportParamsWithContext(ctx context.Context) *ExportIssuesStatsToCSVForDataExportParams

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

func NewExportIssuesStatsToCSVForDataExportParamsWithHTTPClient

func NewExportIssuesStatsToCSVForDataExportParamsWithHTTPClient(client *http.Client) *ExportIssuesStatsToCSVForDataExportParams

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

func NewExportIssuesStatsToCSVForDataExportParamsWithTimeout

func NewExportIssuesStatsToCSVForDataExportParamsWithTimeout(timeout time.Duration) *ExportIssuesStatsToCSVForDataExportParams

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

func (*ExportIssuesStatsToCSVForDataExportParams) SetContext

SetContext adds the context to the export issues stats to c s v for data export params

func (*ExportIssuesStatsToCSVForDataExportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export issues stats to c s v for data export params

func (*ExportIssuesStatsToCSVForDataExportParams) SetResource

SetResource adds the resource to the export issues stats to c s v for data export params

func (*ExportIssuesStatsToCSVForDataExportParams) SetTimeout

SetTimeout adds the timeout to the export issues stats to c s v for data export params

func (*ExportIssuesStatsToCSVForDataExportParams) WithContext

WithContext adds the context to the export issues stats to c s v for data export params

func (*ExportIssuesStatsToCSVForDataExportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export issues stats to c s v for data export params

func (*ExportIssuesStatsToCSVForDataExportParams) WithResource

WithResource adds the resource to the export issues stats to c s v for data export params

func (*ExportIssuesStatsToCSVForDataExportParams) WithTimeout

WithTimeout adds the timeout to the export issues stats to c s v for data export params

func (*ExportIssuesStatsToCSVForDataExportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportIssuesStatsToCSVForDataExportReader

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

ExportIssuesStatsToCSVForDataExportReader is a Reader for the ExportIssuesStatsToCSVForDataExport structure.

func (*ExportIssuesStatsToCSVForDataExportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportIssuesStatsToCSVForDataExportUnauthorized

type ExportIssuesStatsToCSVForDataExportUnauthorized struct {
	Payload *models.APIResult
}

ExportIssuesStatsToCSVForDataExportUnauthorized handles this case with default header values.

Unauthorized

func NewExportIssuesStatsToCSVForDataExportUnauthorized

func NewExportIssuesStatsToCSVForDataExportUnauthorized() *ExportIssuesStatsToCSVForDataExportUnauthorized

NewExportIssuesStatsToCSVForDataExportUnauthorized creates a ExportIssuesStatsToCSVForDataExportUnauthorized with default headers values

func (*ExportIssuesStatsToCSVForDataExportUnauthorized) Error

func (*ExportIssuesStatsToCSVForDataExportUnauthorized) GetPayload

type ListDataExportBadRequest

type ListDataExportBadRequest struct {
	Payload *models.APIResult
}

ListDataExportBadRequest handles this case with default header values.

Bad Request

func NewListDataExportBadRequest

func NewListDataExportBadRequest() *ListDataExportBadRequest

NewListDataExportBadRequest creates a ListDataExportBadRequest with default headers values

func (*ListDataExportBadRequest) Error

func (o *ListDataExportBadRequest) Error() string

func (*ListDataExportBadRequest) GetPayload

func (o *ListDataExportBadRequest) GetPayload() *models.APIResult

type ListDataExportConflict

type ListDataExportConflict struct {
	Payload *models.APIResult
}

ListDataExportConflict handles this case with default header values.

Conflict

func NewListDataExportConflict

func NewListDataExportConflict() *ListDataExportConflict

NewListDataExportConflict creates a ListDataExportConflict with default headers values

func (*ListDataExportConflict) Error

func (o *ListDataExportConflict) Error() string

func (*ListDataExportConflict) GetPayload

func (o *ListDataExportConflict) GetPayload() *models.APIResult

type ListDataExportForbidden

type ListDataExportForbidden struct {
	Payload *models.APIResult
}

ListDataExportForbidden handles this case with default header values.

Forbidden

func NewListDataExportForbidden

func NewListDataExportForbidden() *ListDataExportForbidden

NewListDataExportForbidden creates a ListDataExportForbidden with default headers values

func (*ListDataExportForbidden) Error

func (o *ListDataExportForbidden) Error() string

func (*ListDataExportForbidden) GetPayload

func (o *ListDataExportForbidden) GetPayload() *models.APIResult

type ListDataExportInternalServerError

type ListDataExportInternalServerError struct {
	Payload *models.APIResult
}

ListDataExportInternalServerError handles this case with default header values.

Internal Server Error

func NewListDataExportInternalServerError

func NewListDataExportInternalServerError() *ListDataExportInternalServerError

NewListDataExportInternalServerError creates a ListDataExportInternalServerError with default headers values

func (*ListDataExportInternalServerError) Error

func (*ListDataExportInternalServerError) GetPayload

type ListDataExportNotFound

type ListDataExportNotFound struct {
	Payload *models.APIResult
}

ListDataExportNotFound handles this case with default header values.

Not Found

func NewListDataExportNotFound

func NewListDataExportNotFound() *ListDataExportNotFound

NewListDataExportNotFound creates a ListDataExportNotFound with default headers values

func (*ListDataExportNotFound) Error

func (o *ListDataExportNotFound) Error() string

func (*ListDataExportNotFound) GetPayload

func (o *ListDataExportNotFound) GetPayload() *models.APIResult

type ListDataExportOK

type ListDataExportOK struct {
	Payload *models.APIResultListDataExport
}

ListDataExportOK handles this case with default header values.

OK

func NewListDataExportOK

func NewListDataExportOK() *ListDataExportOK

NewListDataExportOK creates a ListDataExportOK with default headers values

func (*ListDataExportOK) Error

func (o *ListDataExportOK) Error() string

func (*ListDataExportOK) GetPayload

type ListDataExportParams

type ListDataExportParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*Q
	  A search query

	*/
	Q *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListDataExportParams contains all the parameters to send to the API endpoint for the list data export operation typically these are written to a http.Request

func NewListDataExportParams

func NewListDataExportParams() *ListDataExportParams

NewListDataExportParams creates a new ListDataExportParams object with the default values initialized.

func NewListDataExportParamsWithContext

func NewListDataExportParamsWithContext(ctx context.Context) *ListDataExportParams

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

func NewListDataExportParamsWithHTTPClient

func NewListDataExportParamsWithHTTPClient(client *http.Client) *ListDataExportParams

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

func NewListDataExportParamsWithTimeout

func NewListDataExportParamsWithTimeout(timeout time.Duration) *ListDataExportParams

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

func (*ListDataExportParams) SetContext

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

SetContext adds the context to the list data export params

func (*ListDataExportParams) SetFields

func (o *ListDataExportParams) SetFields(fields *string)

SetFields adds the fields to the list data export params

func (*ListDataExportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list data export params

func (*ListDataExportParams) SetLimit

func (o *ListDataExportParams) SetLimit(limit *int32)

SetLimit adds the limit to the list data export params

func (*ListDataExportParams) SetOrderby

func (o *ListDataExportParams) SetOrderby(orderby *string)

SetOrderby adds the orderby to the list data export params

func (*ListDataExportParams) SetQ

func (o *ListDataExportParams) SetQ(q *string)

SetQ adds the q to the list data export params

func (*ListDataExportParams) SetStart

func (o *ListDataExportParams) SetStart(start *int32)

SetStart adds the start to the list data export params

func (*ListDataExportParams) SetTimeout

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

SetTimeout adds the timeout to the list data export params

func (*ListDataExportParams) WithContext

WithContext adds the context to the list data export params

func (*ListDataExportParams) WithFields

func (o *ListDataExportParams) WithFields(fields *string) *ListDataExportParams

WithFields adds the fields to the list data export params

func (*ListDataExportParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list data export params

func (*ListDataExportParams) WithLimit

func (o *ListDataExportParams) WithLimit(limit *int32) *ListDataExportParams

WithLimit adds the limit to the list data export params

func (*ListDataExportParams) WithOrderby

func (o *ListDataExportParams) WithOrderby(orderby *string) *ListDataExportParams

WithOrderby adds the orderby to the list data export params

func (*ListDataExportParams) WithQ

WithQ adds the q to the list data export params

func (*ListDataExportParams) WithStart

func (o *ListDataExportParams) WithStart(start *int32) *ListDataExportParams

WithStart adds the start to the list data export params

func (*ListDataExportParams) WithTimeout

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

WithTimeout adds the timeout to the list data export params

func (*ListDataExportParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListDataExportReader

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

ListDataExportReader is a Reader for the ListDataExport structure.

func (*ListDataExportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDataExportUnauthorized

type ListDataExportUnauthorized struct {
	Payload *models.APIResult
}

ListDataExportUnauthorized handles this case with default header values.

Unauthorized

func NewListDataExportUnauthorized

func NewListDataExportUnauthorized() *ListDataExportUnauthorized

NewListDataExportUnauthorized creates a ListDataExportUnauthorized with default headers values

func (*ListDataExportUnauthorized) Error

func (*ListDataExportUnauthorized) GetPayload

func (o *ListDataExportUnauthorized) GetPayload() *models.APIResult

Jump to

Keyboard shortcuts

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