dashboard_version_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 dashboard version controller API

func (*Client) ListDashboardVersion

func (a *Client) ListDashboardVersion(params *ListDashboardVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListDashboardVersionOK, error)

ListDashboardVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListDashboardVersion(params *ListDashboardVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListDashboardVersionOK, 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 dashboard version controller API client.

type ListDashboardVersionBadRequest

type ListDashboardVersionBadRequest struct {
	Payload *models.APIResult
}

ListDashboardVersionBadRequest handles this case with default header values.

Bad Request

func NewListDashboardVersionBadRequest

func NewListDashboardVersionBadRequest() *ListDashboardVersionBadRequest

NewListDashboardVersionBadRequest creates a ListDashboardVersionBadRequest with default headers values

func (*ListDashboardVersionBadRequest) Error

func (*ListDashboardVersionBadRequest) GetPayload

type ListDashboardVersionConflict

type ListDashboardVersionConflict struct {
	Payload *models.APIResult
}

ListDashboardVersionConflict handles this case with default header values.

Conflict

func NewListDashboardVersionConflict

func NewListDashboardVersionConflict() *ListDashboardVersionConflict

NewListDashboardVersionConflict creates a ListDashboardVersionConflict with default headers values

func (*ListDashboardVersionConflict) Error

func (*ListDashboardVersionConflict) GetPayload

type ListDashboardVersionForbidden

type ListDashboardVersionForbidden struct {
	Payload *models.APIResult
}

ListDashboardVersionForbidden handles this case with default header values.

Forbidden

func NewListDashboardVersionForbidden

func NewListDashboardVersionForbidden() *ListDashboardVersionForbidden

NewListDashboardVersionForbidden creates a ListDashboardVersionForbidden with default headers values

func (*ListDashboardVersionForbidden) Error

func (*ListDashboardVersionForbidden) GetPayload

type ListDashboardVersionInternalServerError

type ListDashboardVersionInternalServerError struct {
	Payload *models.APIResult
}

ListDashboardVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListDashboardVersionInternalServerError

func NewListDashboardVersionInternalServerError() *ListDashboardVersionInternalServerError

NewListDashboardVersionInternalServerError creates a ListDashboardVersionInternalServerError with default headers values

func (*ListDashboardVersionInternalServerError) Error

func (*ListDashboardVersionInternalServerError) GetPayload

type ListDashboardVersionNotFound

type ListDashboardVersionNotFound struct {
	Payload *models.APIResult
}

ListDashboardVersionNotFound handles this case with default header values.

Not Found

func NewListDashboardVersionNotFound

func NewListDashboardVersionNotFound() *ListDashboardVersionNotFound

NewListDashboardVersionNotFound creates a ListDashboardVersionNotFound with default headers values

func (*ListDashboardVersionNotFound) Error

func (*ListDashboardVersionNotFound) GetPayload

type ListDashboardVersionOK

type ListDashboardVersionOK struct {
	Payload *models.APIResultListDashboardVersion
}

ListDashboardVersionOK handles this case with default header values.

OK

func NewListDashboardVersionOK

func NewListDashboardVersionOK() *ListDashboardVersionOK

NewListDashboardVersionOK creates a ListDashboardVersionOK with default headers values

func (*ListDashboardVersionOK) Error

func (o *ListDashboardVersionOK) Error() string

func (*ListDashboardVersionOK) GetPayload

type ListDashboardVersionParams

type ListDashboardVersionParams struct {

	/*Aggregateby
	  aggregateby

	*/
	Aggregateby *string
	/*Attributefilter
	  attributefilter

	*/
	Attributefilter *string
	/*Attributes
	  attributes

	*/
	Attributes *string
	/*Enddate
	  enddate

	*/
	Enddate *string
	/*Fields
	  Output fields

	*/
	Fields *string
	/*Groupby
	  Fields to group by

	*/
	Groupby *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
	/*Performanceindicators
	  performanceindicators

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

	*/
	Start *int32
	/*Startdate
	  startdate

	*/
	Startdate *string
	/*Variables
	  variables

	*/
	Variables *string

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

ListDashboardVersionParams contains all the parameters to send to the API endpoint for the list dashboard version operation typically these are written to a http.Request

func NewListDashboardVersionParams

func NewListDashboardVersionParams() *ListDashboardVersionParams

NewListDashboardVersionParams creates a new ListDashboardVersionParams object with the default values initialized.

func NewListDashboardVersionParamsWithContext

func NewListDashboardVersionParamsWithContext(ctx context.Context) *ListDashboardVersionParams

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

func NewListDashboardVersionParamsWithHTTPClient

func NewListDashboardVersionParamsWithHTTPClient(client *http.Client) *ListDashboardVersionParams

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

func NewListDashboardVersionParamsWithTimeout

func NewListDashboardVersionParamsWithTimeout(timeout time.Duration) *ListDashboardVersionParams

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

func (*ListDashboardVersionParams) SetAggregateby

func (o *ListDashboardVersionParams) SetAggregateby(aggregateby *string)

SetAggregateby adds the aggregateby to the list dashboard version params

func (*ListDashboardVersionParams) SetAttributefilter

func (o *ListDashboardVersionParams) SetAttributefilter(attributefilter *string)

SetAttributefilter adds the attributefilter to the list dashboard version params

func (*ListDashboardVersionParams) SetAttributes

func (o *ListDashboardVersionParams) SetAttributes(attributes *string)

SetAttributes adds the attributes to the list dashboard version params

func (*ListDashboardVersionParams) SetContext

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

SetContext adds the context to the list dashboard version params

func (*ListDashboardVersionParams) SetEnddate

func (o *ListDashboardVersionParams) SetEnddate(enddate *string)

SetEnddate adds the enddate to the list dashboard version params

func (*ListDashboardVersionParams) SetFields

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

SetFields adds the fields to the list dashboard version params

func (*ListDashboardVersionParams) SetGroupby

func (o *ListDashboardVersionParams) SetGroupby(groupby *string)

SetGroupby adds the groupby to the list dashboard version params

func (*ListDashboardVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list dashboard version params

func (*ListDashboardVersionParams) SetLimit

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

SetLimit adds the limit to the list dashboard version params

func (*ListDashboardVersionParams) SetOrderby

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

SetOrderby adds the orderby to the list dashboard version params

func (*ListDashboardVersionParams) SetPerformanceindicators

func (o *ListDashboardVersionParams) SetPerformanceindicators(performanceindicators *string)

SetPerformanceindicators adds the performanceindicators to the list dashboard version params

func (*ListDashboardVersionParams) SetStart

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

SetStart adds the start to the list dashboard version params

func (*ListDashboardVersionParams) SetStartdate

func (o *ListDashboardVersionParams) SetStartdate(startdate *string)

SetStartdate adds the startdate to the list dashboard version params

func (*ListDashboardVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list dashboard version params

func (*ListDashboardVersionParams) SetVariables

func (o *ListDashboardVersionParams) SetVariables(variables *string)

SetVariables adds the variables to the list dashboard version params

func (*ListDashboardVersionParams) WithAggregateby

func (o *ListDashboardVersionParams) WithAggregateby(aggregateby *string) *ListDashboardVersionParams

WithAggregateby adds the aggregateby to the list dashboard version params

func (*ListDashboardVersionParams) WithAttributefilter

func (o *ListDashboardVersionParams) WithAttributefilter(attributefilter *string) *ListDashboardVersionParams

WithAttributefilter adds the attributefilter to the list dashboard version params

func (*ListDashboardVersionParams) WithAttributes

func (o *ListDashboardVersionParams) WithAttributes(attributes *string) *ListDashboardVersionParams

WithAttributes adds the attributes to the list dashboard version params

func (*ListDashboardVersionParams) WithContext

WithContext adds the context to the list dashboard version params

func (*ListDashboardVersionParams) WithEnddate

WithEnddate adds the enddate to the list dashboard version params

func (*ListDashboardVersionParams) WithFields

WithFields adds the fields to the list dashboard version params

func (*ListDashboardVersionParams) WithGroupby

WithGroupby adds the groupby to the list dashboard version params

func (*ListDashboardVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list dashboard version params

func (*ListDashboardVersionParams) WithLimit

WithLimit adds the limit to the list dashboard version params

func (*ListDashboardVersionParams) WithOrderby

WithOrderby adds the orderby to the list dashboard version params

func (*ListDashboardVersionParams) WithPerformanceindicators

func (o *ListDashboardVersionParams) WithPerformanceindicators(performanceindicators *string) *ListDashboardVersionParams

WithPerformanceindicators adds the performanceindicators to the list dashboard version params

func (*ListDashboardVersionParams) WithStart

WithStart adds the start to the list dashboard version params

func (*ListDashboardVersionParams) WithStartdate

func (o *ListDashboardVersionParams) WithStartdate(startdate *string) *ListDashboardVersionParams

WithStartdate adds the startdate to the list dashboard version params

func (*ListDashboardVersionParams) WithTimeout

WithTimeout adds the timeout to the list dashboard version params

func (*ListDashboardVersionParams) WithVariables

func (o *ListDashboardVersionParams) WithVariables(variables *string) *ListDashboardVersionParams

WithVariables adds the variables to the list dashboard version params

func (*ListDashboardVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListDashboardVersionReader

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

ListDashboardVersionReader is a Reader for the ListDashboardVersion structure.

func (*ListDashboardVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDashboardVersionUnauthorized

type ListDashboardVersionUnauthorized struct {
	Payload *models.APIResult
}

ListDashboardVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListDashboardVersionUnauthorized

func NewListDashboardVersionUnauthorized() *ListDashboardVersionUnauthorized

NewListDashboardVersionUnauthorized creates a ListDashboardVersionUnauthorized with default headers values

func (*ListDashboardVersionUnauthorized) Error

func (*ListDashboardVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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