report_library_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 report library controller API

func (*Client) DeleteReportLibrary

func (a *Client) DeleteReportLibrary(params *DeleteReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteReportLibraryOK, error)

DeleteReportLibrary deletes

func (*Client) ListReportLibrary

func (a *Client) ListReportLibrary(params *ListReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*ListReportLibraryOK, error)

ListReportLibrary lists

func (*Client) MultiDeleteReportLibrary

func (a *Client) MultiDeleteReportLibrary(params *MultiDeleteReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteReportLibraryOK, error)

MultiDeleteReportLibrary multis delete

func (*Client) ReadReportLibrary

func (a *Client) ReadReportLibrary(params *ReadReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*ReadReportLibraryOK, error)

ReadReportLibrary reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateReportLibrary

func (a *Client) UpdateReportLibrary(params *UpdateReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateReportLibraryOK, error)

UpdateReportLibrary updates

func (*Client) UploadReportLibrary

func (a *Client) UploadReportLibrary(params *UploadReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*UploadReportLibraryCreated, error)

UploadReportLibrary uploads

type ClientService

type ClientService interface {
	DeleteReportLibrary(params *DeleteReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteReportLibraryOK, error)

	ListReportLibrary(params *ListReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*ListReportLibraryOK, error)

	MultiDeleteReportLibrary(params *MultiDeleteReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteReportLibraryOK, error)

	ReadReportLibrary(params *ReadReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*ReadReportLibraryOK, error)

	UpdateReportLibrary(params *UpdateReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateReportLibraryOK, error)

	UploadReportLibrary(params *UploadReportLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*UploadReportLibraryCreated, 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 report library controller API client.

type DeleteReportLibraryBadRequest

type DeleteReportLibraryBadRequest struct {
	Payload *models.APIResult
}

DeleteReportLibraryBadRequest handles this case with default header values.

Bad Request

func NewDeleteReportLibraryBadRequest

func NewDeleteReportLibraryBadRequest() *DeleteReportLibraryBadRequest

NewDeleteReportLibraryBadRequest creates a DeleteReportLibraryBadRequest with default headers values

func (*DeleteReportLibraryBadRequest) Error

func (*DeleteReportLibraryBadRequest) GetPayload

type DeleteReportLibraryConflict

type DeleteReportLibraryConflict struct {
	Payload *models.APIResult
}

DeleteReportLibraryConflict handles this case with default header values.

Conflict

func NewDeleteReportLibraryConflict

func NewDeleteReportLibraryConflict() *DeleteReportLibraryConflict

NewDeleteReportLibraryConflict creates a DeleteReportLibraryConflict with default headers values

func (*DeleteReportLibraryConflict) Error

func (*DeleteReportLibraryConflict) GetPayload

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

type DeleteReportLibraryForbidden

type DeleteReportLibraryForbidden struct {
	Payload *models.APIResult
}

DeleteReportLibraryForbidden handles this case with default header values.

Forbidden

func NewDeleteReportLibraryForbidden

func NewDeleteReportLibraryForbidden() *DeleteReportLibraryForbidden

NewDeleteReportLibraryForbidden creates a DeleteReportLibraryForbidden with default headers values

func (*DeleteReportLibraryForbidden) Error

func (*DeleteReportLibraryForbidden) GetPayload

type DeleteReportLibraryInternalServerError

type DeleteReportLibraryInternalServerError struct {
	Payload *models.APIResult
}

DeleteReportLibraryInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteReportLibraryInternalServerError

func NewDeleteReportLibraryInternalServerError() *DeleteReportLibraryInternalServerError

NewDeleteReportLibraryInternalServerError creates a DeleteReportLibraryInternalServerError with default headers values

func (*DeleteReportLibraryInternalServerError) Error

func (*DeleteReportLibraryInternalServerError) GetPayload

type DeleteReportLibraryNotFound

type DeleteReportLibraryNotFound struct {
	Payload *models.APIResult
}

DeleteReportLibraryNotFound handles this case with default header values.

Not Found

func NewDeleteReportLibraryNotFound

func NewDeleteReportLibraryNotFound() *DeleteReportLibraryNotFound

NewDeleteReportLibraryNotFound creates a DeleteReportLibraryNotFound with default headers values

func (*DeleteReportLibraryNotFound) Error

func (*DeleteReportLibraryNotFound) GetPayload

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

type DeleteReportLibraryOK

type DeleteReportLibraryOK struct {
	Payload *models.APIResultVoid
}

DeleteReportLibraryOK handles this case with default header values.

OK

func NewDeleteReportLibraryOK

func NewDeleteReportLibraryOK() *DeleteReportLibraryOK

NewDeleteReportLibraryOK creates a DeleteReportLibraryOK with default headers values

func (*DeleteReportLibraryOK) Error

func (o *DeleteReportLibraryOK) Error() string

func (*DeleteReportLibraryOK) GetPayload

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

type DeleteReportLibraryParams

type DeleteReportLibraryParams struct {

	/*ID
	  id

	*/
	ID int64

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

DeleteReportLibraryParams contains all the parameters to send to the API endpoint for the delete report library operation typically these are written to a http.Request

func NewDeleteReportLibraryParams

func NewDeleteReportLibraryParams() *DeleteReportLibraryParams

NewDeleteReportLibraryParams creates a new DeleteReportLibraryParams object with the default values initialized.

func NewDeleteReportLibraryParamsWithContext

func NewDeleteReportLibraryParamsWithContext(ctx context.Context) *DeleteReportLibraryParams

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

func NewDeleteReportLibraryParamsWithHTTPClient

func NewDeleteReportLibraryParamsWithHTTPClient(client *http.Client) *DeleteReportLibraryParams

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

func NewDeleteReportLibraryParamsWithTimeout

func NewDeleteReportLibraryParamsWithTimeout(timeout time.Duration) *DeleteReportLibraryParams

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

func (*DeleteReportLibraryParams) SetContext

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

SetContext adds the context to the delete report library params

func (*DeleteReportLibraryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete report library params

func (*DeleteReportLibraryParams) SetID

func (o *DeleteReportLibraryParams) SetID(id int64)

SetID adds the id to the delete report library params

func (*DeleteReportLibraryParams) SetTimeout

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

SetTimeout adds the timeout to the delete report library params

func (*DeleteReportLibraryParams) WithContext

WithContext adds the context to the delete report library params

func (*DeleteReportLibraryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete report library params

func (*DeleteReportLibraryParams) WithID

WithID adds the id to the delete report library params

func (*DeleteReportLibraryParams) WithTimeout

WithTimeout adds the timeout to the delete report library params

func (*DeleteReportLibraryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteReportLibraryReader

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

DeleteReportLibraryReader is a Reader for the DeleteReportLibrary structure.

func (*DeleteReportLibraryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteReportLibraryUnauthorized

type DeleteReportLibraryUnauthorized struct {
	Payload *models.APIResult
}

DeleteReportLibraryUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteReportLibraryUnauthorized

func NewDeleteReportLibraryUnauthorized() *DeleteReportLibraryUnauthorized

NewDeleteReportLibraryUnauthorized creates a DeleteReportLibraryUnauthorized with default headers values

func (*DeleteReportLibraryUnauthorized) Error

func (*DeleteReportLibraryUnauthorized) GetPayload

type ListReportLibraryBadRequest

type ListReportLibraryBadRequest struct {
	Payload *models.APIResult
}

ListReportLibraryBadRequest handles this case with default header values.

Bad Request

func NewListReportLibraryBadRequest

func NewListReportLibraryBadRequest() *ListReportLibraryBadRequest

NewListReportLibraryBadRequest creates a ListReportLibraryBadRequest with default headers values

func (*ListReportLibraryBadRequest) Error

func (*ListReportLibraryBadRequest) GetPayload

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

type ListReportLibraryConflict

type ListReportLibraryConflict struct {
	Payload *models.APIResult
}

ListReportLibraryConflict handles this case with default header values.

Conflict

func NewListReportLibraryConflict

func NewListReportLibraryConflict() *ListReportLibraryConflict

NewListReportLibraryConflict creates a ListReportLibraryConflict with default headers values

func (*ListReportLibraryConflict) Error

func (o *ListReportLibraryConflict) Error() string

func (*ListReportLibraryConflict) GetPayload

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

type ListReportLibraryForbidden

type ListReportLibraryForbidden struct {
	Payload *models.APIResult
}

ListReportLibraryForbidden handles this case with default header values.

Forbidden

func NewListReportLibraryForbidden

func NewListReportLibraryForbidden() *ListReportLibraryForbidden

NewListReportLibraryForbidden creates a ListReportLibraryForbidden with default headers values

func (*ListReportLibraryForbidden) Error

func (*ListReportLibraryForbidden) GetPayload

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

type ListReportLibraryInternalServerError

type ListReportLibraryInternalServerError struct {
	Payload *models.APIResult
}

ListReportLibraryInternalServerError handles this case with default header values.

Internal Server Error

func NewListReportLibraryInternalServerError

func NewListReportLibraryInternalServerError() *ListReportLibraryInternalServerError

NewListReportLibraryInternalServerError creates a ListReportLibraryInternalServerError with default headers values

func (*ListReportLibraryInternalServerError) Error

func (*ListReportLibraryInternalServerError) GetPayload

type ListReportLibraryNotFound

type ListReportLibraryNotFound struct {
	Payload *models.APIResult
}

ListReportLibraryNotFound handles this case with default header values.

Not Found

func NewListReportLibraryNotFound

func NewListReportLibraryNotFound() *ListReportLibraryNotFound

NewListReportLibraryNotFound creates a ListReportLibraryNotFound with default headers values

func (*ListReportLibraryNotFound) Error

func (o *ListReportLibraryNotFound) Error() string

func (*ListReportLibraryNotFound) GetPayload

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

type ListReportLibraryOK

type ListReportLibraryOK struct {
	Payload *models.APIResultListReportLibrary
}

ListReportLibraryOK handles this case with default header values.

OK

func NewListReportLibraryOK

func NewListReportLibraryOK() *ListReportLibraryOK

NewListReportLibraryOK creates a ListReportLibraryOK with default headers values

func (*ListReportLibraryOK) Error

func (o *ListReportLibraryOK) Error() string

func (*ListReportLibraryOK) GetPayload

type ListReportLibraryParams

type ListReportLibraryParams 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
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListReportLibraryParams contains all the parameters to send to the API endpoint for the list report library operation typically these are written to a http.Request

func NewListReportLibraryParams

func NewListReportLibraryParams() *ListReportLibraryParams

NewListReportLibraryParams creates a new ListReportLibraryParams object with the default values initialized.

func NewListReportLibraryParamsWithContext

func NewListReportLibraryParamsWithContext(ctx context.Context) *ListReportLibraryParams

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

func NewListReportLibraryParamsWithHTTPClient

func NewListReportLibraryParamsWithHTTPClient(client *http.Client) *ListReportLibraryParams

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

func NewListReportLibraryParamsWithTimeout

func NewListReportLibraryParamsWithTimeout(timeout time.Duration) *ListReportLibraryParams

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

func (*ListReportLibraryParams) SetContext

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

SetContext adds the context to the list report library params

func (*ListReportLibraryParams) SetFields

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

SetFields adds the fields to the list report library params

func (*ListReportLibraryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list report library params

func (*ListReportLibraryParams) SetLimit

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

SetLimit adds the limit to the list report library params

func (*ListReportLibraryParams) SetStart

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

SetStart adds the start to the list report library params

func (*ListReportLibraryParams) SetTimeout

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

SetTimeout adds the timeout to the list report library params

func (*ListReportLibraryParams) WithContext

WithContext adds the context to the list report library params

func (*ListReportLibraryParams) WithFields

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

WithFields adds the fields to the list report library params

func (*ListReportLibraryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list report library params

func (*ListReportLibraryParams) WithLimit

WithLimit adds the limit to the list report library params

func (*ListReportLibraryParams) WithStart

WithStart adds the start to the list report library params

func (*ListReportLibraryParams) WithTimeout

WithTimeout adds the timeout to the list report library params

func (*ListReportLibraryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListReportLibraryReader

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

ListReportLibraryReader is a Reader for the ListReportLibrary structure.

func (*ListReportLibraryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListReportLibraryUnauthorized

type ListReportLibraryUnauthorized struct {
	Payload *models.APIResult
}

ListReportLibraryUnauthorized handles this case with default header values.

Unauthorized

func NewListReportLibraryUnauthorized

func NewListReportLibraryUnauthorized() *ListReportLibraryUnauthorized

NewListReportLibraryUnauthorized creates a ListReportLibraryUnauthorized with default headers values

func (*ListReportLibraryUnauthorized) Error

func (*ListReportLibraryUnauthorized) GetPayload

type MultiDeleteReportLibraryBadRequest

type MultiDeleteReportLibraryBadRequest struct {
	Payload *models.APIResult
}

MultiDeleteReportLibraryBadRequest handles this case with default header values.

Bad Request

func NewMultiDeleteReportLibraryBadRequest

func NewMultiDeleteReportLibraryBadRequest() *MultiDeleteReportLibraryBadRequest

NewMultiDeleteReportLibraryBadRequest creates a MultiDeleteReportLibraryBadRequest with default headers values

func (*MultiDeleteReportLibraryBadRequest) Error

func (*MultiDeleteReportLibraryBadRequest) GetPayload

type MultiDeleteReportLibraryConflict

type MultiDeleteReportLibraryConflict struct {
	Payload *models.APIResult
}

MultiDeleteReportLibraryConflict handles this case with default header values.

Conflict

func NewMultiDeleteReportLibraryConflict

func NewMultiDeleteReportLibraryConflict() *MultiDeleteReportLibraryConflict

NewMultiDeleteReportLibraryConflict creates a MultiDeleteReportLibraryConflict with default headers values

func (*MultiDeleteReportLibraryConflict) Error

func (*MultiDeleteReportLibraryConflict) GetPayload

type MultiDeleteReportLibraryForbidden

type MultiDeleteReportLibraryForbidden struct {
	Payload *models.APIResult
}

MultiDeleteReportLibraryForbidden handles this case with default header values.

Forbidden

func NewMultiDeleteReportLibraryForbidden

func NewMultiDeleteReportLibraryForbidden() *MultiDeleteReportLibraryForbidden

NewMultiDeleteReportLibraryForbidden creates a MultiDeleteReportLibraryForbidden with default headers values

func (*MultiDeleteReportLibraryForbidden) Error

func (*MultiDeleteReportLibraryForbidden) GetPayload

type MultiDeleteReportLibraryInternalServerError

type MultiDeleteReportLibraryInternalServerError struct {
	Payload *models.APIResult
}

MultiDeleteReportLibraryInternalServerError handles this case with default header values.

Internal Server Error

func NewMultiDeleteReportLibraryInternalServerError

func NewMultiDeleteReportLibraryInternalServerError() *MultiDeleteReportLibraryInternalServerError

NewMultiDeleteReportLibraryInternalServerError creates a MultiDeleteReportLibraryInternalServerError with default headers values

func (*MultiDeleteReportLibraryInternalServerError) Error

func (*MultiDeleteReportLibraryInternalServerError) GetPayload

type MultiDeleteReportLibraryNotFound

type MultiDeleteReportLibraryNotFound struct {
	Payload *models.APIResult
}

MultiDeleteReportLibraryNotFound handles this case with default header values.

Not Found

func NewMultiDeleteReportLibraryNotFound

func NewMultiDeleteReportLibraryNotFound() *MultiDeleteReportLibraryNotFound

NewMultiDeleteReportLibraryNotFound creates a MultiDeleteReportLibraryNotFound with default headers values

func (*MultiDeleteReportLibraryNotFound) Error

func (*MultiDeleteReportLibraryNotFound) GetPayload

type MultiDeleteReportLibraryOK

type MultiDeleteReportLibraryOK struct {
	Payload *models.APIResultVoid
}

MultiDeleteReportLibraryOK handles this case with default header values.

OK

func NewMultiDeleteReportLibraryOK

func NewMultiDeleteReportLibraryOK() *MultiDeleteReportLibraryOK

NewMultiDeleteReportLibraryOK creates a MultiDeleteReportLibraryOK with default headers values

func (*MultiDeleteReportLibraryOK) Error

func (*MultiDeleteReportLibraryOK) GetPayload

type MultiDeleteReportLibraryParams

type MultiDeleteReportLibraryParams struct {

	/*Ids
	  A comma-separated list of resource identifiers

	*/
	Ids string

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

MultiDeleteReportLibraryParams contains all the parameters to send to the API endpoint for the multi delete report library operation typically these are written to a http.Request

func NewMultiDeleteReportLibraryParams

func NewMultiDeleteReportLibraryParams() *MultiDeleteReportLibraryParams

NewMultiDeleteReportLibraryParams creates a new MultiDeleteReportLibraryParams object with the default values initialized.

func NewMultiDeleteReportLibraryParamsWithContext

func NewMultiDeleteReportLibraryParamsWithContext(ctx context.Context) *MultiDeleteReportLibraryParams

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

func NewMultiDeleteReportLibraryParamsWithHTTPClient

func NewMultiDeleteReportLibraryParamsWithHTTPClient(client *http.Client) *MultiDeleteReportLibraryParams

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

func NewMultiDeleteReportLibraryParamsWithTimeout

func NewMultiDeleteReportLibraryParamsWithTimeout(timeout time.Duration) *MultiDeleteReportLibraryParams

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

func (*MultiDeleteReportLibraryParams) SetContext

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

SetContext adds the context to the multi delete report library params

func (*MultiDeleteReportLibraryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the multi delete report library params

func (*MultiDeleteReportLibraryParams) SetIds

func (o *MultiDeleteReportLibraryParams) SetIds(ids string)

SetIds adds the ids to the multi delete report library params

func (*MultiDeleteReportLibraryParams) SetTimeout

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

SetTimeout adds the timeout to the multi delete report library params

func (*MultiDeleteReportLibraryParams) WithContext

WithContext adds the context to the multi delete report library params

func (*MultiDeleteReportLibraryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the multi delete report library params

func (*MultiDeleteReportLibraryParams) WithIds

WithIds adds the ids to the multi delete report library params

func (*MultiDeleteReportLibraryParams) WithTimeout

WithTimeout adds the timeout to the multi delete report library params

func (*MultiDeleteReportLibraryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MultiDeleteReportLibraryReader

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

MultiDeleteReportLibraryReader is a Reader for the MultiDeleteReportLibrary structure.

func (*MultiDeleteReportLibraryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MultiDeleteReportLibraryUnauthorized

type MultiDeleteReportLibraryUnauthorized struct {
	Payload *models.APIResult
}

MultiDeleteReportLibraryUnauthorized handles this case with default header values.

Unauthorized

func NewMultiDeleteReportLibraryUnauthorized

func NewMultiDeleteReportLibraryUnauthorized() *MultiDeleteReportLibraryUnauthorized

NewMultiDeleteReportLibraryUnauthorized creates a MultiDeleteReportLibraryUnauthorized with default headers values

func (*MultiDeleteReportLibraryUnauthorized) Error

func (*MultiDeleteReportLibraryUnauthorized) GetPayload

type ReadReportLibraryBadRequest

type ReadReportLibraryBadRequest struct {
	Payload *models.APIResult
}

ReadReportLibraryBadRequest handles this case with default header values.

Bad Request

func NewReadReportLibraryBadRequest

func NewReadReportLibraryBadRequest() *ReadReportLibraryBadRequest

NewReadReportLibraryBadRequest creates a ReadReportLibraryBadRequest with default headers values

func (*ReadReportLibraryBadRequest) Error

func (*ReadReportLibraryBadRequest) GetPayload

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

type ReadReportLibraryConflict

type ReadReportLibraryConflict struct {
	Payload *models.APIResult
}

ReadReportLibraryConflict handles this case with default header values.

Conflict

func NewReadReportLibraryConflict

func NewReadReportLibraryConflict() *ReadReportLibraryConflict

NewReadReportLibraryConflict creates a ReadReportLibraryConflict with default headers values

func (*ReadReportLibraryConflict) Error

func (o *ReadReportLibraryConflict) Error() string

func (*ReadReportLibraryConflict) GetPayload

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

type ReadReportLibraryForbidden

type ReadReportLibraryForbidden struct {
	Payload *models.APIResult
}

ReadReportLibraryForbidden handles this case with default header values.

Forbidden

func NewReadReportLibraryForbidden

func NewReadReportLibraryForbidden() *ReadReportLibraryForbidden

NewReadReportLibraryForbidden creates a ReadReportLibraryForbidden with default headers values

func (*ReadReportLibraryForbidden) Error

func (*ReadReportLibraryForbidden) GetPayload

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

type ReadReportLibraryInternalServerError

type ReadReportLibraryInternalServerError struct {
	Payload *models.APIResult
}

ReadReportLibraryInternalServerError handles this case with default header values.

Internal Server Error

func NewReadReportLibraryInternalServerError

func NewReadReportLibraryInternalServerError() *ReadReportLibraryInternalServerError

NewReadReportLibraryInternalServerError creates a ReadReportLibraryInternalServerError with default headers values

func (*ReadReportLibraryInternalServerError) Error

func (*ReadReportLibraryInternalServerError) GetPayload

type ReadReportLibraryNotFound

type ReadReportLibraryNotFound struct {
	Payload *models.APIResult
}

ReadReportLibraryNotFound handles this case with default header values.

Not Found

func NewReadReportLibraryNotFound

func NewReadReportLibraryNotFound() *ReadReportLibraryNotFound

NewReadReportLibraryNotFound creates a ReadReportLibraryNotFound with default headers values

func (*ReadReportLibraryNotFound) Error

func (o *ReadReportLibraryNotFound) Error() string

func (*ReadReportLibraryNotFound) GetPayload

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

type ReadReportLibraryOK

type ReadReportLibraryOK struct {
	Payload *models.APIResultReportLibrary
}

ReadReportLibraryOK handles this case with default header values.

OK

func NewReadReportLibraryOK

func NewReadReportLibraryOK() *ReadReportLibraryOK

NewReadReportLibraryOK creates a ReadReportLibraryOK with default headers values

func (*ReadReportLibraryOK) Error

func (o *ReadReportLibraryOK) Error() string

func (*ReadReportLibraryOK) GetPayload

type ReadReportLibraryParams

type ReadReportLibraryParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64

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

ReadReportLibraryParams contains all the parameters to send to the API endpoint for the read report library operation typically these are written to a http.Request

func NewReadReportLibraryParams

func NewReadReportLibraryParams() *ReadReportLibraryParams

NewReadReportLibraryParams creates a new ReadReportLibraryParams object with the default values initialized.

func NewReadReportLibraryParamsWithContext

func NewReadReportLibraryParamsWithContext(ctx context.Context) *ReadReportLibraryParams

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

func NewReadReportLibraryParamsWithHTTPClient

func NewReadReportLibraryParamsWithHTTPClient(client *http.Client) *ReadReportLibraryParams

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

func NewReadReportLibraryParamsWithTimeout

func NewReadReportLibraryParamsWithTimeout(timeout time.Duration) *ReadReportLibraryParams

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

func (*ReadReportLibraryParams) SetContext

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

SetContext adds the context to the read report library params

func (*ReadReportLibraryParams) SetFields

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

SetFields adds the fields to the read report library params

func (*ReadReportLibraryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read report library params

func (*ReadReportLibraryParams) SetID

func (o *ReadReportLibraryParams) SetID(id int64)

SetID adds the id to the read report library params

func (*ReadReportLibraryParams) SetTimeout

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

SetTimeout adds the timeout to the read report library params

func (*ReadReportLibraryParams) WithContext

WithContext adds the context to the read report library params

func (*ReadReportLibraryParams) WithFields

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

WithFields adds the fields to the read report library params

func (*ReadReportLibraryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read report library params

func (*ReadReportLibraryParams) WithID

WithID adds the id to the read report library params

func (*ReadReportLibraryParams) WithTimeout

WithTimeout adds the timeout to the read report library params

func (*ReadReportLibraryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadReportLibraryReader

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

ReadReportLibraryReader is a Reader for the ReadReportLibrary structure.

func (*ReadReportLibraryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadReportLibraryUnauthorized

type ReadReportLibraryUnauthorized struct {
	Payload *models.APIResult
}

ReadReportLibraryUnauthorized handles this case with default header values.

Unauthorized

func NewReadReportLibraryUnauthorized

func NewReadReportLibraryUnauthorized() *ReadReportLibraryUnauthorized

NewReadReportLibraryUnauthorized creates a ReadReportLibraryUnauthorized with default headers values

func (*ReadReportLibraryUnauthorized) Error

func (*ReadReportLibraryUnauthorized) GetPayload

type UpdateReportLibraryBadRequest

type UpdateReportLibraryBadRequest struct {
	Payload *models.APIResult
}

UpdateReportLibraryBadRequest handles this case with default header values.

Bad Request

func NewUpdateReportLibraryBadRequest

func NewUpdateReportLibraryBadRequest() *UpdateReportLibraryBadRequest

NewUpdateReportLibraryBadRequest creates a UpdateReportLibraryBadRequest with default headers values

func (*UpdateReportLibraryBadRequest) Error

func (*UpdateReportLibraryBadRequest) GetPayload

type UpdateReportLibraryConflict

type UpdateReportLibraryConflict struct {
	Payload *models.APIResult
}

UpdateReportLibraryConflict handles this case with default header values.

Conflict

func NewUpdateReportLibraryConflict

func NewUpdateReportLibraryConflict() *UpdateReportLibraryConflict

NewUpdateReportLibraryConflict creates a UpdateReportLibraryConflict with default headers values

func (*UpdateReportLibraryConflict) Error

func (*UpdateReportLibraryConflict) GetPayload

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

type UpdateReportLibraryForbidden

type UpdateReportLibraryForbidden struct {
	Payload *models.APIResult
}

UpdateReportLibraryForbidden handles this case with default header values.

Forbidden

func NewUpdateReportLibraryForbidden

func NewUpdateReportLibraryForbidden() *UpdateReportLibraryForbidden

NewUpdateReportLibraryForbidden creates a UpdateReportLibraryForbidden with default headers values

func (*UpdateReportLibraryForbidden) Error

func (*UpdateReportLibraryForbidden) GetPayload

type UpdateReportLibraryInternalServerError

type UpdateReportLibraryInternalServerError struct {
	Payload *models.APIResult
}

UpdateReportLibraryInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateReportLibraryInternalServerError

func NewUpdateReportLibraryInternalServerError() *UpdateReportLibraryInternalServerError

NewUpdateReportLibraryInternalServerError creates a UpdateReportLibraryInternalServerError with default headers values

func (*UpdateReportLibraryInternalServerError) Error

func (*UpdateReportLibraryInternalServerError) GetPayload

type UpdateReportLibraryNotFound

type UpdateReportLibraryNotFound struct {
	Payload *models.APIResult
}

UpdateReportLibraryNotFound handles this case with default header values.

Not Found

func NewUpdateReportLibraryNotFound

func NewUpdateReportLibraryNotFound() *UpdateReportLibraryNotFound

NewUpdateReportLibraryNotFound creates a UpdateReportLibraryNotFound with default headers values

func (*UpdateReportLibraryNotFound) Error

func (*UpdateReportLibraryNotFound) GetPayload

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

type UpdateReportLibraryOK

type UpdateReportLibraryOK struct {
	Payload *models.APIResultReportLibrary
}

UpdateReportLibraryOK handles this case with default header values.

OK

func NewUpdateReportLibraryOK

func NewUpdateReportLibraryOK() *UpdateReportLibraryOK

NewUpdateReportLibraryOK creates a UpdateReportLibraryOK with default headers values

func (*UpdateReportLibraryOK) Error

func (o *UpdateReportLibraryOK) Error() string

func (*UpdateReportLibraryOK) GetPayload

type UpdateReportLibraryParams

type UpdateReportLibraryParams struct {

	/*ID
	  id

	*/
	ID int64
	/*Resource
	  resource

	*/
	Resource *models.ReportLibrary

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

UpdateReportLibraryParams contains all the parameters to send to the API endpoint for the update report library operation typically these are written to a http.Request

func NewUpdateReportLibraryParams

func NewUpdateReportLibraryParams() *UpdateReportLibraryParams

NewUpdateReportLibraryParams creates a new UpdateReportLibraryParams object with the default values initialized.

func NewUpdateReportLibraryParamsWithContext

func NewUpdateReportLibraryParamsWithContext(ctx context.Context) *UpdateReportLibraryParams

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

func NewUpdateReportLibraryParamsWithHTTPClient

func NewUpdateReportLibraryParamsWithHTTPClient(client *http.Client) *UpdateReportLibraryParams

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

func NewUpdateReportLibraryParamsWithTimeout

func NewUpdateReportLibraryParamsWithTimeout(timeout time.Duration) *UpdateReportLibraryParams

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

func (*UpdateReportLibraryParams) SetContext

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

SetContext adds the context to the update report library params

func (*UpdateReportLibraryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update report library params

func (*UpdateReportLibraryParams) SetID

func (o *UpdateReportLibraryParams) SetID(id int64)

SetID adds the id to the update report library params

func (*UpdateReportLibraryParams) SetResource

func (o *UpdateReportLibraryParams) SetResource(resource *models.ReportLibrary)

SetResource adds the resource to the update report library params

func (*UpdateReportLibraryParams) SetTimeout

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

SetTimeout adds the timeout to the update report library params

func (*UpdateReportLibraryParams) WithContext

WithContext adds the context to the update report library params

func (*UpdateReportLibraryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update report library params

func (*UpdateReportLibraryParams) WithID

WithID adds the id to the update report library params

func (*UpdateReportLibraryParams) WithResource

WithResource adds the resource to the update report library params

func (*UpdateReportLibraryParams) WithTimeout

WithTimeout adds the timeout to the update report library params

func (*UpdateReportLibraryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateReportLibraryReader

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

UpdateReportLibraryReader is a Reader for the UpdateReportLibrary structure.

func (*UpdateReportLibraryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateReportLibraryUnauthorized

type UpdateReportLibraryUnauthorized struct {
	Payload *models.APIResult
}

UpdateReportLibraryUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateReportLibraryUnauthorized

func NewUpdateReportLibraryUnauthorized() *UpdateReportLibraryUnauthorized

NewUpdateReportLibraryUnauthorized creates a UpdateReportLibraryUnauthorized with default headers values

func (*UpdateReportLibraryUnauthorized) Error

func (*UpdateReportLibraryUnauthorized) GetPayload

type UploadReportLibraryBadRequest

type UploadReportLibraryBadRequest struct {
	Payload *models.APIResult
}

UploadReportLibraryBadRequest handles this case with default header values.

Bad Request

func NewUploadReportLibraryBadRequest

func NewUploadReportLibraryBadRequest() *UploadReportLibraryBadRequest

NewUploadReportLibraryBadRequest creates a UploadReportLibraryBadRequest with default headers values

func (*UploadReportLibraryBadRequest) Error

func (*UploadReportLibraryBadRequest) GetPayload

type UploadReportLibraryConflict

type UploadReportLibraryConflict struct {
	Payload *models.APIResult
}

UploadReportLibraryConflict handles this case with default header values.

Conflict

func NewUploadReportLibraryConflict

func NewUploadReportLibraryConflict() *UploadReportLibraryConflict

NewUploadReportLibraryConflict creates a UploadReportLibraryConflict with default headers values

func (*UploadReportLibraryConflict) Error

func (*UploadReportLibraryConflict) GetPayload

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

type UploadReportLibraryCreated

type UploadReportLibraryCreated struct {
	Payload *models.APIResultReportLibrary
}

UploadReportLibraryCreated handles this case with default header values.

Created

func NewUploadReportLibraryCreated

func NewUploadReportLibraryCreated() *UploadReportLibraryCreated

NewUploadReportLibraryCreated creates a UploadReportLibraryCreated with default headers values

func (*UploadReportLibraryCreated) Error

func (*UploadReportLibraryCreated) GetPayload

type UploadReportLibraryForbidden

type UploadReportLibraryForbidden struct {
	Payload *models.APIResult
}

UploadReportLibraryForbidden handles this case with default header values.

Forbidden

func NewUploadReportLibraryForbidden

func NewUploadReportLibraryForbidden() *UploadReportLibraryForbidden

NewUploadReportLibraryForbidden creates a UploadReportLibraryForbidden with default headers values

func (*UploadReportLibraryForbidden) Error

func (*UploadReportLibraryForbidden) GetPayload

type UploadReportLibraryInternalServerError

type UploadReportLibraryInternalServerError struct {
	Payload *models.APIResult
}

UploadReportLibraryInternalServerError handles this case with default header values.

Internal Server Error

func NewUploadReportLibraryInternalServerError

func NewUploadReportLibraryInternalServerError() *UploadReportLibraryInternalServerError

NewUploadReportLibraryInternalServerError creates a UploadReportLibraryInternalServerError with default headers values

func (*UploadReportLibraryInternalServerError) Error

func (*UploadReportLibraryInternalServerError) GetPayload

type UploadReportLibraryNotFound

type UploadReportLibraryNotFound struct {
	Payload *models.APIResult
}

UploadReportLibraryNotFound handles this case with default header values.

Not Found

func NewUploadReportLibraryNotFound

func NewUploadReportLibraryNotFound() *UploadReportLibraryNotFound

NewUploadReportLibraryNotFound creates a UploadReportLibraryNotFound with default headers values

func (*UploadReportLibraryNotFound) Error

func (*UploadReportLibraryNotFound) GetPayload

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

type UploadReportLibraryParams

type UploadReportLibraryParams struct {

	/*Description
	  description

	*/
	Description *string
	/*File
	  file

	*/
	File runtime.NamedReadCloser

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

UploadReportLibraryParams contains all the parameters to send to the API endpoint for the upload report library operation typically these are written to a http.Request

func NewUploadReportLibraryParams

func NewUploadReportLibraryParams() *UploadReportLibraryParams

NewUploadReportLibraryParams creates a new UploadReportLibraryParams object with the default values initialized.

func NewUploadReportLibraryParamsWithContext

func NewUploadReportLibraryParamsWithContext(ctx context.Context) *UploadReportLibraryParams

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

func NewUploadReportLibraryParamsWithHTTPClient

func NewUploadReportLibraryParamsWithHTTPClient(client *http.Client) *UploadReportLibraryParams

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

func NewUploadReportLibraryParamsWithTimeout

func NewUploadReportLibraryParamsWithTimeout(timeout time.Duration) *UploadReportLibraryParams

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

func (*UploadReportLibraryParams) SetContext

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

SetContext adds the context to the upload report library params

func (*UploadReportLibraryParams) SetDescription

func (o *UploadReportLibraryParams) SetDescription(description *string)

SetDescription adds the description to the upload report library params

func (*UploadReportLibraryParams) SetFile

SetFile adds the file to the upload report library params

func (*UploadReportLibraryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload report library params

func (*UploadReportLibraryParams) SetTimeout

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

SetTimeout adds the timeout to the upload report library params

func (*UploadReportLibraryParams) WithContext

WithContext adds the context to the upload report library params

func (*UploadReportLibraryParams) WithDescription

func (o *UploadReportLibraryParams) WithDescription(description *string) *UploadReportLibraryParams

WithDescription adds the description to the upload report library params

func (*UploadReportLibraryParams) WithFile

WithFile adds the file to the upload report library params

func (*UploadReportLibraryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upload report library params

func (*UploadReportLibraryParams) WithTimeout

WithTimeout adds the timeout to the upload report library params

func (*UploadReportLibraryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadReportLibraryReader

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

UploadReportLibraryReader is a Reader for the UploadReportLibrary structure.

func (*UploadReportLibraryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadReportLibraryUnauthorized

type UploadReportLibraryUnauthorized struct {
	Payload *models.APIResult
}

UploadReportLibraryUnauthorized handles this case with default header values.

Unauthorized

func NewUploadReportLibraryUnauthorized

func NewUploadReportLibraryUnauthorized() *UploadReportLibraryUnauthorized

NewUploadReportLibraryUnauthorized creates a UploadReportLibraryUnauthorized with default headers values

func (*UploadReportLibraryUnauthorized) Error

func (*UploadReportLibraryUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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