performance_indicator_history_of_project_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 performance indicator history of project version controller API

func (*Client) ListPerformanceIndicatorHistoryOfProjectVersion

ListPerformanceIndicatorHistoryOfProjectVersion lists

func (*Client) ReadPerformanceIndicatorHistoryOfProjectVersion

ReadPerformanceIndicatorHistoryOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListPerformanceIndicatorHistoryOfProjectVersion(params *ListPerformanceIndicatorHistoryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListPerformanceIndicatorHistoryOfProjectVersionOK, error)

	ReadPerformanceIndicatorHistoryOfProjectVersion(params *ReadPerformanceIndicatorHistoryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadPerformanceIndicatorHistoryOfProjectVersionOK, 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 performance indicator history of project version controller API client.

type ListPerformanceIndicatorHistoryOfProjectVersionBadRequest

type ListPerformanceIndicatorHistoryOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListPerformanceIndicatorHistoryOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListPerformanceIndicatorHistoryOfProjectVersionBadRequest

func NewListPerformanceIndicatorHistoryOfProjectVersionBadRequest() *ListPerformanceIndicatorHistoryOfProjectVersionBadRequest

NewListPerformanceIndicatorHistoryOfProjectVersionBadRequest creates a ListPerformanceIndicatorHistoryOfProjectVersionBadRequest with default headers values

func (*ListPerformanceIndicatorHistoryOfProjectVersionBadRequest) Error

func (*ListPerformanceIndicatorHistoryOfProjectVersionBadRequest) GetPayload

type ListPerformanceIndicatorHistoryOfProjectVersionConflict

type ListPerformanceIndicatorHistoryOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListPerformanceIndicatorHistoryOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListPerformanceIndicatorHistoryOfProjectVersionConflict

func NewListPerformanceIndicatorHistoryOfProjectVersionConflict() *ListPerformanceIndicatorHistoryOfProjectVersionConflict

NewListPerformanceIndicatorHistoryOfProjectVersionConflict creates a ListPerformanceIndicatorHistoryOfProjectVersionConflict with default headers values

func (*ListPerformanceIndicatorHistoryOfProjectVersionConflict) Error

func (*ListPerformanceIndicatorHistoryOfProjectVersionConflict) GetPayload

type ListPerformanceIndicatorHistoryOfProjectVersionForbidden

type ListPerformanceIndicatorHistoryOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListPerformanceIndicatorHistoryOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListPerformanceIndicatorHistoryOfProjectVersionForbidden

func NewListPerformanceIndicatorHistoryOfProjectVersionForbidden() *ListPerformanceIndicatorHistoryOfProjectVersionForbidden

NewListPerformanceIndicatorHistoryOfProjectVersionForbidden creates a ListPerformanceIndicatorHistoryOfProjectVersionForbidden with default headers values

func (*ListPerformanceIndicatorHistoryOfProjectVersionForbidden) Error

func (*ListPerformanceIndicatorHistoryOfProjectVersionForbidden) GetPayload

type ListPerformanceIndicatorHistoryOfProjectVersionInternalServerError

type ListPerformanceIndicatorHistoryOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListPerformanceIndicatorHistoryOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListPerformanceIndicatorHistoryOfProjectVersionInternalServerError

func NewListPerformanceIndicatorHistoryOfProjectVersionInternalServerError() *ListPerformanceIndicatorHistoryOfProjectVersionInternalServerError

NewListPerformanceIndicatorHistoryOfProjectVersionInternalServerError creates a ListPerformanceIndicatorHistoryOfProjectVersionInternalServerError with default headers values

func (*ListPerformanceIndicatorHistoryOfProjectVersionInternalServerError) Error

func (*ListPerformanceIndicatorHistoryOfProjectVersionInternalServerError) GetPayload

type ListPerformanceIndicatorHistoryOfProjectVersionNotFound

type ListPerformanceIndicatorHistoryOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListPerformanceIndicatorHistoryOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListPerformanceIndicatorHistoryOfProjectVersionNotFound

func NewListPerformanceIndicatorHistoryOfProjectVersionNotFound() *ListPerformanceIndicatorHistoryOfProjectVersionNotFound

NewListPerformanceIndicatorHistoryOfProjectVersionNotFound creates a ListPerformanceIndicatorHistoryOfProjectVersionNotFound with default headers values

func (*ListPerformanceIndicatorHistoryOfProjectVersionNotFound) Error

func (*ListPerformanceIndicatorHistoryOfProjectVersionNotFound) GetPayload

type ListPerformanceIndicatorHistoryOfProjectVersionOK

type ListPerformanceIndicatorHistoryOfProjectVersionOK struct {
	Payload *models.APIResultListPerformanceIndicatorHistory
}

ListPerformanceIndicatorHistoryOfProjectVersionOK handles this case with default header values.

OK

func NewListPerformanceIndicatorHistoryOfProjectVersionOK

func NewListPerformanceIndicatorHistoryOfProjectVersionOK() *ListPerformanceIndicatorHistoryOfProjectVersionOK

NewListPerformanceIndicatorHistoryOfProjectVersionOK creates a ListPerformanceIndicatorHistoryOfProjectVersionOK with default headers values

func (*ListPerformanceIndicatorHistoryOfProjectVersionOK) Error

func (*ListPerformanceIndicatorHistoryOfProjectVersionOK) GetPayload

type ListPerformanceIndicatorHistoryOfProjectVersionParams

type ListPerformanceIndicatorHistoryOfProjectVersionParams 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
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*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
}

ListPerformanceIndicatorHistoryOfProjectVersionParams contains all the parameters to send to the API endpoint for the list performance indicator history of project version operation typically these are written to a http.Request

func NewListPerformanceIndicatorHistoryOfProjectVersionParams

func NewListPerformanceIndicatorHistoryOfProjectVersionParams() *ListPerformanceIndicatorHistoryOfProjectVersionParams

NewListPerformanceIndicatorHistoryOfProjectVersionParams creates a new ListPerformanceIndicatorHistoryOfProjectVersionParams object with the default values initialized.

func NewListPerformanceIndicatorHistoryOfProjectVersionParamsWithContext

func NewListPerformanceIndicatorHistoryOfProjectVersionParamsWithContext(ctx context.Context) *ListPerformanceIndicatorHistoryOfProjectVersionParams

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

func NewListPerformanceIndicatorHistoryOfProjectVersionParamsWithHTTPClient

func NewListPerformanceIndicatorHistoryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListPerformanceIndicatorHistoryOfProjectVersionParams

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

func NewListPerformanceIndicatorHistoryOfProjectVersionParamsWithTimeout

func NewListPerformanceIndicatorHistoryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListPerformanceIndicatorHistoryOfProjectVersionParams

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

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) SetContext

SetContext adds the context to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) SetFields

SetFields adds the fields to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) SetLimit

SetLimit adds the limit to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) SetQ

SetQ adds the q to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) SetStart

SetStart adds the start to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WithContext

WithContext adds the context to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WithFields

WithFields adds the fields to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WithLimit

WithLimit adds the limit to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WithQ

WithQ adds the q to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WithStart

WithStart adds the start to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list performance indicator history of project version params

func (*ListPerformanceIndicatorHistoryOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListPerformanceIndicatorHistoryOfProjectVersionReader

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

ListPerformanceIndicatorHistoryOfProjectVersionReader is a Reader for the ListPerformanceIndicatorHistoryOfProjectVersion structure.

func (*ListPerformanceIndicatorHistoryOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPerformanceIndicatorHistoryOfProjectVersionUnauthorized

type ListPerformanceIndicatorHistoryOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListPerformanceIndicatorHistoryOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListPerformanceIndicatorHistoryOfProjectVersionUnauthorized

func NewListPerformanceIndicatorHistoryOfProjectVersionUnauthorized() *ListPerformanceIndicatorHistoryOfProjectVersionUnauthorized

NewListPerformanceIndicatorHistoryOfProjectVersionUnauthorized creates a ListPerformanceIndicatorHistoryOfProjectVersionUnauthorized with default headers values

func (*ListPerformanceIndicatorHistoryOfProjectVersionUnauthorized) Error

func (*ListPerformanceIndicatorHistoryOfProjectVersionUnauthorized) GetPayload

type ReadPerformanceIndicatorHistoryOfProjectVersionBadRequest

type ReadPerformanceIndicatorHistoryOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadPerformanceIndicatorHistoryOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadPerformanceIndicatorHistoryOfProjectVersionBadRequest

func NewReadPerformanceIndicatorHistoryOfProjectVersionBadRequest() *ReadPerformanceIndicatorHistoryOfProjectVersionBadRequest

NewReadPerformanceIndicatorHistoryOfProjectVersionBadRequest creates a ReadPerformanceIndicatorHistoryOfProjectVersionBadRequest with default headers values

func (*ReadPerformanceIndicatorHistoryOfProjectVersionBadRequest) Error

func (*ReadPerformanceIndicatorHistoryOfProjectVersionBadRequest) GetPayload

type ReadPerformanceIndicatorHistoryOfProjectVersionConflict

type ReadPerformanceIndicatorHistoryOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadPerformanceIndicatorHistoryOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadPerformanceIndicatorHistoryOfProjectVersionConflict

func NewReadPerformanceIndicatorHistoryOfProjectVersionConflict() *ReadPerformanceIndicatorHistoryOfProjectVersionConflict

NewReadPerformanceIndicatorHistoryOfProjectVersionConflict creates a ReadPerformanceIndicatorHistoryOfProjectVersionConflict with default headers values

func (*ReadPerformanceIndicatorHistoryOfProjectVersionConflict) Error

func (*ReadPerformanceIndicatorHistoryOfProjectVersionConflict) GetPayload

type ReadPerformanceIndicatorHistoryOfProjectVersionForbidden

type ReadPerformanceIndicatorHistoryOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadPerformanceIndicatorHistoryOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadPerformanceIndicatorHistoryOfProjectVersionForbidden

func NewReadPerformanceIndicatorHistoryOfProjectVersionForbidden() *ReadPerformanceIndicatorHistoryOfProjectVersionForbidden

NewReadPerformanceIndicatorHistoryOfProjectVersionForbidden creates a ReadPerformanceIndicatorHistoryOfProjectVersionForbidden with default headers values

func (*ReadPerformanceIndicatorHistoryOfProjectVersionForbidden) Error

func (*ReadPerformanceIndicatorHistoryOfProjectVersionForbidden) GetPayload

type ReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError

type ReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError

func NewReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError() *ReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError

NewReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError creates a ReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError with default headers values

func (*ReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError) Error

func (*ReadPerformanceIndicatorHistoryOfProjectVersionInternalServerError) GetPayload

type ReadPerformanceIndicatorHistoryOfProjectVersionNotFound

type ReadPerformanceIndicatorHistoryOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadPerformanceIndicatorHistoryOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadPerformanceIndicatorHistoryOfProjectVersionNotFound

func NewReadPerformanceIndicatorHistoryOfProjectVersionNotFound() *ReadPerformanceIndicatorHistoryOfProjectVersionNotFound

NewReadPerformanceIndicatorHistoryOfProjectVersionNotFound creates a ReadPerformanceIndicatorHistoryOfProjectVersionNotFound with default headers values

func (*ReadPerformanceIndicatorHistoryOfProjectVersionNotFound) Error

func (*ReadPerformanceIndicatorHistoryOfProjectVersionNotFound) GetPayload

type ReadPerformanceIndicatorHistoryOfProjectVersionOK

type ReadPerformanceIndicatorHistoryOfProjectVersionOK struct {
	Payload *models.APIResultPerformanceIndicatorHistory
}

ReadPerformanceIndicatorHistoryOfProjectVersionOK handles this case with default header values.

OK

func NewReadPerformanceIndicatorHistoryOfProjectVersionOK

func NewReadPerformanceIndicatorHistoryOfProjectVersionOK() *ReadPerformanceIndicatorHistoryOfProjectVersionOK

NewReadPerformanceIndicatorHistoryOfProjectVersionOK creates a ReadPerformanceIndicatorHistoryOfProjectVersionOK with default headers values

func (*ReadPerformanceIndicatorHistoryOfProjectVersionOK) Error

func (*ReadPerformanceIndicatorHistoryOfProjectVersionOK) GetPayload

type ReadPerformanceIndicatorHistoryOfProjectVersionParams

type ReadPerformanceIndicatorHistoryOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

ReadPerformanceIndicatorHistoryOfProjectVersionParams contains all the parameters to send to the API endpoint for the read performance indicator history of project version operation typically these are written to a http.Request

func NewReadPerformanceIndicatorHistoryOfProjectVersionParams

func NewReadPerformanceIndicatorHistoryOfProjectVersionParams() *ReadPerformanceIndicatorHistoryOfProjectVersionParams

NewReadPerformanceIndicatorHistoryOfProjectVersionParams creates a new ReadPerformanceIndicatorHistoryOfProjectVersionParams object with the default values initialized.

func NewReadPerformanceIndicatorHistoryOfProjectVersionParamsWithContext

func NewReadPerformanceIndicatorHistoryOfProjectVersionParamsWithContext(ctx context.Context) *ReadPerformanceIndicatorHistoryOfProjectVersionParams

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

func NewReadPerformanceIndicatorHistoryOfProjectVersionParamsWithHTTPClient

func NewReadPerformanceIndicatorHistoryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadPerformanceIndicatorHistoryOfProjectVersionParams

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

func NewReadPerformanceIndicatorHistoryOfProjectVersionParamsWithTimeout

func NewReadPerformanceIndicatorHistoryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadPerformanceIndicatorHistoryOfProjectVersionParams

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

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) SetContext

SetContext adds the context to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) SetFields

SetFields adds the fields to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) SetID

SetID adds the id to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) WithContext

WithContext adds the context to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) WithFields

WithFields adds the fields to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) WithID

WithID adds the id to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read performance indicator history of project version params

func (*ReadPerformanceIndicatorHistoryOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadPerformanceIndicatorHistoryOfProjectVersionReader

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

ReadPerformanceIndicatorHistoryOfProjectVersionReader is a Reader for the ReadPerformanceIndicatorHistoryOfProjectVersion structure.

func (*ReadPerformanceIndicatorHistoryOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized

type ReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized

func NewReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized() *ReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized

NewReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized creates a ReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized with default headers values

func (*ReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized) Error

func (*ReadPerformanceIndicatorHistoryOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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