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: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditByAuditAssistantProjectVersionBadRequest

type AuditByAuditAssistantProjectVersionBadRequest struct {
	Payload *models.APIResult
}

AuditByAuditAssistantProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewAuditByAuditAssistantProjectVersionBadRequest

func NewAuditByAuditAssistantProjectVersionBadRequest() *AuditByAuditAssistantProjectVersionBadRequest

NewAuditByAuditAssistantProjectVersionBadRequest creates a AuditByAuditAssistantProjectVersionBadRequest with default headers values

func (*AuditByAuditAssistantProjectVersionBadRequest) Error

func (*AuditByAuditAssistantProjectVersionBadRequest) GetPayload

type AuditByAuditAssistantProjectVersionConflict

type AuditByAuditAssistantProjectVersionConflict struct {
	Payload *models.APIResult
}

AuditByAuditAssistantProjectVersionConflict handles this case with default header values.

Conflict

func NewAuditByAuditAssistantProjectVersionConflict

func NewAuditByAuditAssistantProjectVersionConflict() *AuditByAuditAssistantProjectVersionConflict

NewAuditByAuditAssistantProjectVersionConflict creates a AuditByAuditAssistantProjectVersionConflict with default headers values

func (*AuditByAuditAssistantProjectVersionConflict) Error

func (*AuditByAuditAssistantProjectVersionConflict) GetPayload

type AuditByAuditAssistantProjectVersionForbidden

type AuditByAuditAssistantProjectVersionForbidden struct {
	Payload *models.APIResult
}

AuditByAuditAssistantProjectVersionForbidden handles this case with default header values.

Forbidden

func NewAuditByAuditAssistantProjectVersionForbidden

func NewAuditByAuditAssistantProjectVersionForbidden() *AuditByAuditAssistantProjectVersionForbidden

NewAuditByAuditAssistantProjectVersionForbidden creates a AuditByAuditAssistantProjectVersionForbidden with default headers values

func (*AuditByAuditAssistantProjectVersionForbidden) Error

func (*AuditByAuditAssistantProjectVersionForbidden) GetPayload

type AuditByAuditAssistantProjectVersionInternalServerError

type AuditByAuditAssistantProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

AuditByAuditAssistantProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewAuditByAuditAssistantProjectVersionInternalServerError

func NewAuditByAuditAssistantProjectVersionInternalServerError() *AuditByAuditAssistantProjectVersionInternalServerError

NewAuditByAuditAssistantProjectVersionInternalServerError creates a AuditByAuditAssistantProjectVersionInternalServerError with default headers values

func (*AuditByAuditAssistantProjectVersionInternalServerError) Error

func (*AuditByAuditAssistantProjectVersionInternalServerError) GetPayload

type AuditByAuditAssistantProjectVersionNotFound

type AuditByAuditAssistantProjectVersionNotFound struct {
	Payload *models.APIResult
}

AuditByAuditAssistantProjectVersionNotFound handles this case with default header values.

Not Found

func NewAuditByAuditAssistantProjectVersionNotFound

func NewAuditByAuditAssistantProjectVersionNotFound() *AuditByAuditAssistantProjectVersionNotFound

NewAuditByAuditAssistantProjectVersionNotFound creates a AuditByAuditAssistantProjectVersionNotFound with default headers values

func (*AuditByAuditAssistantProjectVersionNotFound) Error

func (*AuditByAuditAssistantProjectVersionNotFound) GetPayload

type AuditByAuditAssistantProjectVersionOK

type AuditByAuditAssistantProjectVersionOK struct {
	Payload *models.APIResultVoid
}

AuditByAuditAssistantProjectVersionOK handles this case with default header values.

OK

func NewAuditByAuditAssistantProjectVersionOK

func NewAuditByAuditAssistantProjectVersionOK() *AuditByAuditAssistantProjectVersionOK

NewAuditByAuditAssistantProjectVersionOK creates a AuditByAuditAssistantProjectVersionOK with default headers values

func (*AuditByAuditAssistantProjectVersionOK) Error

func (*AuditByAuditAssistantProjectVersionOK) GetPayload

type AuditByAuditAssistantProjectVersionParams

type AuditByAuditAssistantProjectVersionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ProjectVersionAuditByAssistantRequest

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

AuditByAuditAssistantProjectVersionParams contains all the parameters to send to the API endpoint for the audit by audit assistant project version operation typically these are written to a http.Request

func NewAuditByAuditAssistantProjectVersionParams

func NewAuditByAuditAssistantProjectVersionParams() *AuditByAuditAssistantProjectVersionParams

NewAuditByAuditAssistantProjectVersionParams creates a new AuditByAuditAssistantProjectVersionParams object with the default values initialized.

func NewAuditByAuditAssistantProjectVersionParamsWithContext

func NewAuditByAuditAssistantProjectVersionParamsWithContext(ctx context.Context) *AuditByAuditAssistantProjectVersionParams

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

func NewAuditByAuditAssistantProjectVersionParamsWithHTTPClient

func NewAuditByAuditAssistantProjectVersionParamsWithHTTPClient(client *http.Client) *AuditByAuditAssistantProjectVersionParams

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

func NewAuditByAuditAssistantProjectVersionParamsWithTimeout

func NewAuditByAuditAssistantProjectVersionParamsWithTimeout(timeout time.Duration) *AuditByAuditAssistantProjectVersionParams

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

func (*AuditByAuditAssistantProjectVersionParams) SetContext

SetContext adds the context to the audit by audit assistant project version params

func (*AuditByAuditAssistantProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the audit by audit assistant project version params

func (*AuditByAuditAssistantProjectVersionParams) SetResource

SetResource adds the resource to the audit by audit assistant project version params

func (*AuditByAuditAssistantProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the audit by audit assistant project version params

func (*AuditByAuditAssistantProjectVersionParams) WithContext

WithContext adds the context to the audit by audit assistant project version params

func (*AuditByAuditAssistantProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the audit by audit assistant project version params

func (*AuditByAuditAssistantProjectVersionParams) WithResource

WithResource adds the resource to the audit by audit assistant project version params

func (*AuditByAuditAssistantProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the audit by audit assistant project version params

func (*AuditByAuditAssistantProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuditByAuditAssistantProjectVersionReader

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

AuditByAuditAssistantProjectVersionReader is a Reader for the AuditByAuditAssistantProjectVersion structure.

func (*AuditByAuditAssistantProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuditByAuditAssistantProjectVersionUnauthorized

type AuditByAuditAssistantProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

AuditByAuditAssistantProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewAuditByAuditAssistantProjectVersionUnauthorized

func NewAuditByAuditAssistantProjectVersionUnauthorized() *AuditByAuditAssistantProjectVersionUnauthorized

NewAuditByAuditAssistantProjectVersionUnauthorized creates a AuditByAuditAssistantProjectVersionUnauthorized with default headers values

func (*AuditByAuditAssistantProjectVersionUnauthorized) Error

func (*AuditByAuditAssistantProjectVersionUnauthorized) GetPayload

type Client

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

Client for project version controller API

func (*Client) AuditByAuditAssistantProjectVersion

AuditByAuditAssistantProjectVersion sends issue data to audit assistant for assessment

func (*Client) CopyCurrentStateForProjectVersion

CopyCurrentStateForProjectVersion copies current audit state from one project version into another

func (*Client) CopyProjectVersion

func (a *Client) CopyProjectVersion(params *CopyProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CopyProjectVersionOK, error)

CopyProjectVersion copies selected data from one project version into another

func (*Client) CreateProjectVersion

func (a *Client) CreateProjectVersion(params *CreateProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectVersionCreated, error)

CreateProjectVersion creates

func (*Client) DeleteProjectVersion

func (a *Client) DeleteProjectVersion(params *DeleteProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteProjectVersionOK, error)

DeleteProjectVersion deletes

func (*Client) ListProjectVersion

func (a *Client) ListProjectVersion(params *ListProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOK, error)

ListProjectVersion lists

func (*Client) PurgeProjectVersion

func (a *Client) PurgeProjectVersion(params *PurgeProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*PurgeProjectVersionOK, error)

PurgeProjectVersion purges the specified project version from the system and remove all its data

func (*Client) ReadProjectVersion

func (a *Client) ReadProjectVersion(params *ReadProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadProjectVersionOK, error)

ReadProjectVersion reads

func (*Client) RefreshProjectVersion

func (a *Client) RefreshProjectVersion(params *RefreshProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*RefreshProjectVersionOK, error)

RefreshProjectVersion res calculate the metrics for the project version

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TestProjectVersion

func (a *Client) TestProjectVersion(params *TestProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*TestProjectVersionOK, error)

TestProjectVersion checks whether the specified application version is already defined in the system

func (*Client) TrainAuditAssistantProjectVersion

TrainAuditAssistantProjectVersion sends audited issue data to audit assistant to help train the engine

func (*Client) UpdateProjectVersion

func (a *Client) UpdateProjectVersion(params *UpdateProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateProjectVersionOK, error)

UpdateProjectVersion updates

type ClientService

type ClientService interface {
	AuditByAuditAssistantProjectVersion(params *AuditByAuditAssistantProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*AuditByAuditAssistantProjectVersionOK, error)

	CopyCurrentStateForProjectVersion(params *CopyCurrentStateForProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CopyCurrentStateForProjectVersionOK, error)

	CopyProjectVersion(params *CopyProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CopyProjectVersionOK, error)

	CreateProjectVersion(params *CreateProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectVersionCreated, error)

	DeleteProjectVersion(params *DeleteProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteProjectVersionOK, error)

	ListProjectVersion(params *ListProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOK, error)

	PurgeProjectVersion(params *PurgeProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*PurgeProjectVersionOK, error)

	ReadProjectVersion(params *ReadProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadProjectVersionOK, error)

	RefreshProjectVersion(params *RefreshProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*RefreshProjectVersionOK, error)

	TestProjectVersion(params *TestProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*TestProjectVersionOK, error)

	TrainAuditAssistantProjectVersion(params *TrainAuditAssistantProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*TrainAuditAssistantProjectVersionOK, error)

	UpdateProjectVersion(params *UpdateProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateProjectVersionOK, 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 project version controller API client.

type CopyCurrentStateForProjectVersionBadRequest

type CopyCurrentStateForProjectVersionBadRequest struct {
	Payload *models.APIResult
}

CopyCurrentStateForProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewCopyCurrentStateForProjectVersionBadRequest

func NewCopyCurrentStateForProjectVersionBadRequest() *CopyCurrentStateForProjectVersionBadRequest

NewCopyCurrentStateForProjectVersionBadRequest creates a CopyCurrentStateForProjectVersionBadRequest with default headers values

func (*CopyCurrentStateForProjectVersionBadRequest) Error

func (*CopyCurrentStateForProjectVersionBadRequest) GetPayload

type CopyCurrentStateForProjectVersionConflict

type CopyCurrentStateForProjectVersionConflict struct {
	Payload *models.APIResult
}

CopyCurrentStateForProjectVersionConflict handles this case with default header values.

Conflict

func NewCopyCurrentStateForProjectVersionConflict

func NewCopyCurrentStateForProjectVersionConflict() *CopyCurrentStateForProjectVersionConflict

NewCopyCurrentStateForProjectVersionConflict creates a CopyCurrentStateForProjectVersionConflict with default headers values

func (*CopyCurrentStateForProjectVersionConflict) Error

func (*CopyCurrentStateForProjectVersionConflict) GetPayload

type CopyCurrentStateForProjectVersionForbidden

type CopyCurrentStateForProjectVersionForbidden struct {
	Payload *models.APIResult
}

CopyCurrentStateForProjectVersionForbidden handles this case with default header values.

Forbidden

func NewCopyCurrentStateForProjectVersionForbidden

func NewCopyCurrentStateForProjectVersionForbidden() *CopyCurrentStateForProjectVersionForbidden

NewCopyCurrentStateForProjectVersionForbidden creates a CopyCurrentStateForProjectVersionForbidden with default headers values

func (*CopyCurrentStateForProjectVersionForbidden) Error

func (*CopyCurrentStateForProjectVersionForbidden) GetPayload

type CopyCurrentStateForProjectVersionInternalServerError

type CopyCurrentStateForProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

CopyCurrentStateForProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewCopyCurrentStateForProjectVersionInternalServerError

func NewCopyCurrentStateForProjectVersionInternalServerError() *CopyCurrentStateForProjectVersionInternalServerError

NewCopyCurrentStateForProjectVersionInternalServerError creates a CopyCurrentStateForProjectVersionInternalServerError with default headers values

func (*CopyCurrentStateForProjectVersionInternalServerError) Error

func (*CopyCurrentStateForProjectVersionInternalServerError) GetPayload

type CopyCurrentStateForProjectVersionNotFound

type CopyCurrentStateForProjectVersionNotFound struct {
	Payload *models.APIResult
}

CopyCurrentStateForProjectVersionNotFound handles this case with default header values.

Not Found

func NewCopyCurrentStateForProjectVersionNotFound

func NewCopyCurrentStateForProjectVersionNotFound() *CopyCurrentStateForProjectVersionNotFound

NewCopyCurrentStateForProjectVersionNotFound creates a CopyCurrentStateForProjectVersionNotFound with default headers values

func (*CopyCurrentStateForProjectVersionNotFound) Error

func (*CopyCurrentStateForProjectVersionNotFound) GetPayload

type CopyCurrentStateForProjectVersionOK

type CopyCurrentStateForProjectVersionOK struct {
	Payload *models.APIResultVoid
}

CopyCurrentStateForProjectVersionOK handles this case with default header values.

OK

func NewCopyCurrentStateForProjectVersionOK

func NewCopyCurrentStateForProjectVersionOK() *CopyCurrentStateForProjectVersionOK

NewCopyCurrentStateForProjectVersionOK creates a CopyCurrentStateForProjectVersionOK with default headers values

func (*CopyCurrentStateForProjectVersionOK) Error

func (*CopyCurrentStateForProjectVersionOK) GetPayload

type CopyCurrentStateForProjectVersionParams

type CopyCurrentStateForProjectVersionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ProjectVersionCopyCurrentStateRequest

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

CopyCurrentStateForProjectVersionParams contains all the parameters to send to the API endpoint for the copy current state for project version operation typically these are written to a http.Request

func NewCopyCurrentStateForProjectVersionParams

func NewCopyCurrentStateForProjectVersionParams() *CopyCurrentStateForProjectVersionParams

NewCopyCurrentStateForProjectVersionParams creates a new CopyCurrentStateForProjectVersionParams object with the default values initialized.

func NewCopyCurrentStateForProjectVersionParamsWithContext

func NewCopyCurrentStateForProjectVersionParamsWithContext(ctx context.Context) *CopyCurrentStateForProjectVersionParams

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

func NewCopyCurrentStateForProjectVersionParamsWithHTTPClient

func NewCopyCurrentStateForProjectVersionParamsWithHTTPClient(client *http.Client) *CopyCurrentStateForProjectVersionParams

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

func NewCopyCurrentStateForProjectVersionParamsWithTimeout

func NewCopyCurrentStateForProjectVersionParamsWithTimeout(timeout time.Duration) *CopyCurrentStateForProjectVersionParams

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

func (*CopyCurrentStateForProjectVersionParams) SetContext

SetContext adds the context to the copy current state for project version params

func (*CopyCurrentStateForProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the copy current state for project version params

func (*CopyCurrentStateForProjectVersionParams) SetResource

SetResource adds the resource to the copy current state for project version params

func (*CopyCurrentStateForProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the copy current state for project version params

func (*CopyCurrentStateForProjectVersionParams) WithContext

WithContext adds the context to the copy current state for project version params

func (*CopyCurrentStateForProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the copy current state for project version params

func (*CopyCurrentStateForProjectVersionParams) WithResource

WithResource adds the resource to the copy current state for project version params

func (*CopyCurrentStateForProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the copy current state for project version params

func (*CopyCurrentStateForProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CopyCurrentStateForProjectVersionReader

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

CopyCurrentStateForProjectVersionReader is a Reader for the CopyCurrentStateForProjectVersion structure.

func (*CopyCurrentStateForProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CopyCurrentStateForProjectVersionUnauthorized

type CopyCurrentStateForProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

CopyCurrentStateForProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewCopyCurrentStateForProjectVersionUnauthorized

func NewCopyCurrentStateForProjectVersionUnauthorized() *CopyCurrentStateForProjectVersionUnauthorized

NewCopyCurrentStateForProjectVersionUnauthorized creates a CopyCurrentStateForProjectVersionUnauthorized with default headers values

func (*CopyCurrentStateForProjectVersionUnauthorized) Error

func (*CopyCurrentStateForProjectVersionUnauthorized) GetPayload

type CopyProjectVersionBadRequest

type CopyProjectVersionBadRequest struct {
	Payload *models.APIResult
}

CopyProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewCopyProjectVersionBadRequest

func NewCopyProjectVersionBadRequest() *CopyProjectVersionBadRequest

NewCopyProjectVersionBadRequest creates a CopyProjectVersionBadRequest with default headers values

func (*CopyProjectVersionBadRequest) Error

func (*CopyProjectVersionBadRequest) GetPayload

type CopyProjectVersionConflict

type CopyProjectVersionConflict struct {
	Payload *models.APIResult
}

CopyProjectVersionConflict handles this case with default header values.

Conflict

func NewCopyProjectVersionConflict

func NewCopyProjectVersionConflict() *CopyProjectVersionConflict

NewCopyProjectVersionConflict creates a CopyProjectVersionConflict with default headers values

func (*CopyProjectVersionConflict) Error

func (*CopyProjectVersionConflict) GetPayload

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

type CopyProjectVersionForbidden

type CopyProjectVersionForbidden struct {
	Payload *models.APIResult
}

CopyProjectVersionForbidden handles this case with default header values.

Forbidden

func NewCopyProjectVersionForbidden

func NewCopyProjectVersionForbidden() *CopyProjectVersionForbidden

NewCopyProjectVersionForbidden creates a CopyProjectVersionForbidden with default headers values

func (*CopyProjectVersionForbidden) Error

func (*CopyProjectVersionForbidden) GetPayload

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

type CopyProjectVersionInternalServerError

type CopyProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

CopyProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewCopyProjectVersionInternalServerError

func NewCopyProjectVersionInternalServerError() *CopyProjectVersionInternalServerError

NewCopyProjectVersionInternalServerError creates a CopyProjectVersionInternalServerError with default headers values

func (*CopyProjectVersionInternalServerError) Error

func (*CopyProjectVersionInternalServerError) GetPayload

type CopyProjectVersionNotFound

type CopyProjectVersionNotFound struct {
	Payload *models.APIResult
}

CopyProjectVersionNotFound handles this case with default header values.

Not Found

func NewCopyProjectVersionNotFound

func NewCopyProjectVersionNotFound() *CopyProjectVersionNotFound

NewCopyProjectVersionNotFound creates a CopyProjectVersionNotFound with default headers values

func (*CopyProjectVersionNotFound) Error

func (*CopyProjectVersionNotFound) GetPayload

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

type CopyProjectVersionOK

type CopyProjectVersionOK struct {
	Payload *models.APIResultVoid
}

CopyProjectVersionOK handles this case with default header values.

OK

func NewCopyProjectVersionOK

func NewCopyProjectVersionOK() *CopyProjectVersionOK

NewCopyProjectVersionOK creates a CopyProjectVersionOK with default headers values

func (*CopyProjectVersionOK) Error

func (o *CopyProjectVersionOK) Error() string

func (*CopyProjectVersionOK) GetPayload

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

type CopyProjectVersionParams

type CopyProjectVersionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ProjectVersionCopyPartialRequest

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

CopyProjectVersionParams contains all the parameters to send to the API endpoint for the copy project version operation typically these are written to a http.Request

func NewCopyProjectVersionParams

func NewCopyProjectVersionParams() *CopyProjectVersionParams

NewCopyProjectVersionParams creates a new CopyProjectVersionParams object with the default values initialized.

func NewCopyProjectVersionParamsWithContext

func NewCopyProjectVersionParamsWithContext(ctx context.Context) *CopyProjectVersionParams

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

func NewCopyProjectVersionParamsWithHTTPClient

func NewCopyProjectVersionParamsWithHTTPClient(client *http.Client) *CopyProjectVersionParams

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

func NewCopyProjectVersionParamsWithTimeout

func NewCopyProjectVersionParamsWithTimeout(timeout time.Duration) *CopyProjectVersionParams

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

func (*CopyProjectVersionParams) SetContext

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

SetContext adds the context to the copy project version params

func (*CopyProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the copy project version params

func (*CopyProjectVersionParams) SetResource

SetResource adds the resource to the copy project version params

func (*CopyProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the copy project version params

func (*CopyProjectVersionParams) WithContext

WithContext adds the context to the copy project version params

func (*CopyProjectVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the copy project version params

func (*CopyProjectVersionParams) WithResource

WithResource adds the resource to the copy project version params

func (*CopyProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the copy project version params

func (*CopyProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CopyProjectVersionReader

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

CopyProjectVersionReader is a Reader for the CopyProjectVersion structure.

func (*CopyProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CopyProjectVersionUnauthorized

type CopyProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

CopyProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewCopyProjectVersionUnauthorized

func NewCopyProjectVersionUnauthorized() *CopyProjectVersionUnauthorized

NewCopyProjectVersionUnauthorized creates a CopyProjectVersionUnauthorized with default headers values

func (*CopyProjectVersionUnauthorized) Error

func (*CopyProjectVersionUnauthorized) GetPayload

type CreateProjectVersionBadRequest

type CreateProjectVersionBadRequest struct {
	Payload *models.APIResult
}

CreateProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewCreateProjectVersionBadRequest

func NewCreateProjectVersionBadRequest() *CreateProjectVersionBadRequest

NewCreateProjectVersionBadRequest creates a CreateProjectVersionBadRequest with default headers values

func (*CreateProjectVersionBadRequest) Error

func (*CreateProjectVersionBadRequest) GetPayload

type CreateProjectVersionConflict

type CreateProjectVersionConflict struct {
	Payload *models.APIResult
}

CreateProjectVersionConflict handles this case with default header values.

Conflict

func NewCreateProjectVersionConflict

func NewCreateProjectVersionConflict() *CreateProjectVersionConflict

NewCreateProjectVersionConflict creates a CreateProjectVersionConflict with default headers values

func (*CreateProjectVersionConflict) Error

func (*CreateProjectVersionConflict) GetPayload

type CreateProjectVersionCreated

type CreateProjectVersionCreated struct {
	Payload *models.APIResultProjectVersion
}

CreateProjectVersionCreated handles this case with default header values.

Created

func NewCreateProjectVersionCreated

func NewCreateProjectVersionCreated() *CreateProjectVersionCreated

NewCreateProjectVersionCreated creates a CreateProjectVersionCreated with default headers values

func (*CreateProjectVersionCreated) Error

func (*CreateProjectVersionCreated) GetPayload

type CreateProjectVersionForbidden

type CreateProjectVersionForbidden struct {
	Payload *models.APIResult
}

CreateProjectVersionForbidden handles this case with default header values.

Forbidden

func NewCreateProjectVersionForbidden

func NewCreateProjectVersionForbidden() *CreateProjectVersionForbidden

NewCreateProjectVersionForbidden creates a CreateProjectVersionForbidden with default headers values

func (*CreateProjectVersionForbidden) Error

func (*CreateProjectVersionForbidden) GetPayload

type CreateProjectVersionInternalServerError

type CreateProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

CreateProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateProjectVersionInternalServerError

func NewCreateProjectVersionInternalServerError() *CreateProjectVersionInternalServerError

NewCreateProjectVersionInternalServerError creates a CreateProjectVersionInternalServerError with default headers values

func (*CreateProjectVersionInternalServerError) Error

func (*CreateProjectVersionInternalServerError) GetPayload

type CreateProjectVersionNotFound

type CreateProjectVersionNotFound struct {
	Payload *models.APIResult
}

CreateProjectVersionNotFound handles this case with default header values.

Not Found

func NewCreateProjectVersionNotFound

func NewCreateProjectVersionNotFound() *CreateProjectVersionNotFound

NewCreateProjectVersionNotFound creates a CreateProjectVersionNotFound with default headers values

func (*CreateProjectVersionNotFound) Error

func (*CreateProjectVersionNotFound) GetPayload

type CreateProjectVersionParams

type CreateProjectVersionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ProjectVersion

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

CreateProjectVersionParams contains all the parameters to send to the API endpoint for the create project version operation typically these are written to a http.Request

func NewCreateProjectVersionParams

func NewCreateProjectVersionParams() *CreateProjectVersionParams

NewCreateProjectVersionParams creates a new CreateProjectVersionParams object with the default values initialized.

func NewCreateProjectVersionParamsWithContext

func NewCreateProjectVersionParamsWithContext(ctx context.Context) *CreateProjectVersionParams

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

func NewCreateProjectVersionParamsWithHTTPClient

func NewCreateProjectVersionParamsWithHTTPClient(client *http.Client) *CreateProjectVersionParams

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

func NewCreateProjectVersionParamsWithTimeout

func NewCreateProjectVersionParamsWithTimeout(timeout time.Duration) *CreateProjectVersionParams

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

func (*CreateProjectVersionParams) SetContext

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

SetContext adds the context to the create project version params

func (*CreateProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create project version params

func (*CreateProjectVersionParams) SetResource

func (o *CreateProjectVersionParams) SetResource(resource *models.ProjectVersion)

SetResource adds the resource to the create project version params

func (*CreateProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the create project version params

func (*CreateProjectVersionParams) WithContext

WithContext adds the context to the create project version params

func (*CreateProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create project version params

func (*CreateProjectVersionParams) WithResource

WithResource adds the resource to the create project version params

func (*CreateProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the create project version params

func (*CreateProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProjectVersionReader

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

CreateProjectVersionReader is a Reader for the CreateProjectVersion structure.

func (*CreateProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProjectVersionUnauthorized

type CreateProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

CreateProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewCreateProjectVersionUnauthorized

func NewCreateProjectVersionUnauthorized() *CreateProjectVersionUnauthorized

NewCreateProjectVersionUnauthorized creates a CreateProjectVersionUnauthorized with default headers values

func (*CreateProjectVersionUnauthorized) Error

func (*CreateProjectVersionUnauthorized) GetPayload

type DeleteProjectVersionBadRequest

type DeleteProjectVersionBadRequest struct {
	Payload *models.APIResult
}

DeleteProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewDeleteProjectVersionBadRequest

func NewDeleteProjectVersionBadRequest() *DeleteProjectVersionBadRequest

NewDeleteProjectVersionBadRequest creates a DeleteProjectVersionBadRequest with default headers values

func (*DeleteProjectVersionBadRequest) Error

func (*DeleteProjectVersionBadRequest) GetPayload

type DeleteProjectVersionConflict

type DeleteProjectVersionConflict struct {
	Payload *models.APIResult
}

DeleteProjectVersionConflict handles this case with default header values.

Conflict

func NewDeleteProjectVersionConflict

func NewDeleteProjectVersionConflict() *DeleteProjectVersionConflict

NewDeleteProjectVersionConflict creates a DeleteProjectVersionConflict with default headers values

func (*DeleteProjectVersionConflict) Error

func (*DeleteProjectVersionConflict) GetPayload

type DeleteProjectVersionForbidden

type DeleteProjectVersionForbidden struct {
	Payload *models.APIResult
}

DeleteProjectVersionForbidden handles this case with default header values.

Forbidden

func NewDeleteProjectVersionForbidden

func NewDeleteProjectVersionForbidden() *DeleteProjectVersionForbidden

NewDeleteProjectVersionForbidden creates a DeleteProjectVersionForbidden with default headers values

func (*DeleteProjectVersionForbidden) Error

func (*DeleteProjectVersionForbidden) GetPayload

type DeleteProjectVersionInternalServerError

type DeleteProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

DeleteProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteProjectVersionInternalServerError

func NewDeleteProjectVersionInternalServerError() *DeleteProjectVersionInternalServerError

NewDeleteProjectVersionInternalServerError creates a DeleteProjectVersionInternalServerError with default headers values

func (*DeleteProjectVersionInternalServerError) Error

func (*DeleteProjectVersionInternalServerError) GetPayload

type DeleteProjectVersionNotFound

type DeleteProjectVersionNotFound struct {
	Payload *models.APIResult
}

DeleteProjectVersionNotFound handles this case with default header values.

Not Found

func NewDeleteProjectVersionNotFound

func NewDeleteProjectVersionNotFound() *DeleteProjectVersionNotFound

NewDeleteProjectVersionNotFound creates a DeleteProjectVersionNotFound with default headers values

func (*DeleteProjectVersionNotFound) Error

func (*DeleteProjectVersionNotFound) GetPayload

type DeleteProjectVersionOK

type DeleteProjectVersionOK struct {
	Payload *models.APIResultVoid
}

DeleteProjectVersionOK handles this case with default header values.

OK

func NewDeleteProjectVersionOK

func NewDeleteProjectVersionOK() *DeleteProjectVersionOK

NewDeleteProjectVersionOK creates a DeleteProjectVersionOK with default headers values

func (*DeleteProjectVersionOK) Error

func (o *DeleteProjectVersionOK) Error() string

func (*DeleteProjectVersionOK) GetPayload

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

type DeleteProjectVersionParams

type DeleteProjectVersionParams struct {

	/*ID
	  id

	*/
	ID int64

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

DeleteProjectVersionParams contains all the parameters to send to the API endpoint for the delete project version operation typically these are written to a http.Request

func NewDeleteProjectVersionParams

func NewDeleteProjectVersionParams() *DeleteProjectVersionParams

NewDeleteProjectVersionParams creates a new DeleteProjectVersionParams object with the default values initialized.

func NewDeleteProjectVersionParamsWithContext

func NewDeleteProjectVersionParamsWithContext(ctx context.Context) *DeleteProjectVersionParams

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

func NewDeleteProjectVersionParamsWithHTTPClient

func NewDeleteProjectVersionParamsWithHTTPClient(client *http.Client) *DeleteProjectVersionParams

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

func NewDeleteProjectVersionParamsWithTimeout

func NewDeleteProjectVersionParamsWithTimeout(timeout time.Duration) *DeleteProjectVersionParams

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

func (*DeleteProjectVersionParams) SetContext

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

SetContext adds the context to the delete project version params

func (*DeleteProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project version params

func (*DeleteProjectVersionParams) SetID

func (o *DeleteProjectVersionParams) SetID(id int64)

SetID adds the id to the delete project version params

func (*DeleteProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the delete project version params

func (*DeleteProjectVersionParams) WithContext

WithContext adds the context to the delete project version params

func (*DeleteProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete project version params

func (*DeleteProjectVersionParams) WithID

WithID adds the id to the delete project version params

func (*DeleteProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the delete project version params

func (*DeleteProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProjectVersionReader

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

DeleteProjectVersionReader is a Reader for the DeleteProjectVersion structure.

func (*DeleteProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProjectVersionUnauthorized

type DeleteProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

DeleteProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteProjectVersionUnauthorized

func NewDeleteProjectVersionUnauthorized() *DeleteProjectVersionUnauthorized

NewDeleteProjectVersionUnauthorized creates a DeleteProjectVersionUnauthorized with default headers values

func (*DeleteProjectVersionUnauthorized) Error

func (*DeleteProjectVersionUnauthorized) GetPayload

type ListProjectVersionBadRequest

type ListProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListProjectVersionBadRequest

func NewListProjectVersionBadRequest() *ListProjectVersionBadRequest

NewListProjectVersionBadRequest creates a ListProjectVersionBadRequest with default headers values

func (*ListProjectVersionBadRequest) Error

func (*ListProjectVersionBadRequest) GetPayload

type ListProjectVersionConflict

type ListProjectVersionConflict struct {
	Payload *models.APIResult
}

ListProjectVersionConflict handles this case with default header values.

Conflict

func NewListProjectVersionConflict

func NewListProjectVersionConflict() *ListProjectVersionConflict

NewListProjectVersionConflict creates a ListProjectVersionConflict with default headers values

func (*ListProjectVersionConflict) Error

func (*ListProjectVersionConflict) GetPayload

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

type ListProjectVersionForbidden

type ListProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListProjectVersionForbidden

func NewListProjectVersionForbidden() *ListProjectVersionForbidden

NewListProjectVersionForbidden creates a ListProjectVersionForbidden with default headers values

func (*ListProjectVersionForbidden) Error

func (*ListProjectVersionForbidden) GetPayload

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

type ListProjectVersionInternalServerError

type ListProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListProjectVersionInternalServerError

func NewListProjectVersionInternalServerError() *ListProjectVersionInternalServerError

NewListProjectVersionInternalServerError creates a ListProjectVersionInternalServerError with default headers values

func (*ListProjectVersionInternalServerError) Error

func (*ListProjectVersionInternalServerError) GetPayload

type ListProjectVersionNotFound

type ListProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListProjectVersionNotFound handles this case with default header values.

Not Found

func NewListProjectVersionNotFound

func NewListProjectVersionNotFound() *ListProjectVersionNotFound

NewListProjectVersionNotFound creates a ListProjectVersionNotFound with default headers values

func (*ListProjectVersionNotFound) Error

func (*ListProjectVersionNotFound) GetPayload

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

type ListProjectVersionOK

type ListProjectVersionOK struct {
	Payload *models.APIResultListProjectVersion
}

ListProjectVersionOK handles this case with default header values.

OK

func NewListProjectVersionOK

func NewListProjectVersionOK() *ListProjectVersionOK

NewListProjectVersionOK creates a ListProjectVersionOK with default headers values

func (*ListProjectVersionOK) Error

func (o *ListProjectVersionOK) Error() string

func (*ListProjectVersionOK) GetPayload

type ListProjectVersionParams

type ListProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Fulltextsearch
	  If 'true', interpret 'q' parameter as full text search query, defaults to 'false'

	*/
	Fulltextsearch *bool
	/*IncludeInactive
	  includeInactive

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

	*/
	Limit *int32
	/*MyAssignedIssues
	  myAssignedIssues

	*/
	MyAssignedIssues *bool
	/*OnlyIfHasIssues
	  onlyIfHasIssues

	*/
	OnlyIfHasIssues *bool
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*Q
	  A search-spec of full text search query (see fulltextsearch parameter)

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

	*/
	Start *int32

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

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

func NewListProjectVersionParams

func NewListProjectVersionParams() *ListProjectVersionParams

NewListProjectVersionParams creates a new ListProjectVersionParams object with the default values initialized.

func NewListProjectVersionParamsWithContext

func NewListProjectVersionParamsWithContext(ctx context.Context) *ListProjectVersionParams

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

func NewListProjectVersionParamsWithHTTPClient

func NewListProjectVersionParamsWithHTTPClient(client *http.Client) *ListProjectVersionParams

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

func NewListProjectVersionParamsWithTimeout

func NewListProjectVersionParamsWithTimeout(timeout time.Duration) *ListProjectVersionParams

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

func (*ListProjectVersionParams) SetContext

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

SetContext adds the context to the list project version params

func (*ListProjectVersionParams) SetFields

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

SetFields adds the fields to the list project version params

func (*ListProjectVersionParams) SetFulltextsearch

func (o *ListProjectVersionParams) SetFulltextsearch(fulltextsearch *bool)

SetFulltextsearch adds the fulltextsearch to the list project version params

func (*ListProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list project version params

func (*ListProjectVersionParams) SetIncludeInactive

func (o *ListProjectVersionParams) SetIncludeInactive(includeInactive *bool)

SetIncludeInactive adds the includeInactive to the list project version params

func (*ListProjectVersionParams) SetLimit

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

SetLimit adds the limit to the list project version params

func (*ListProjectVersionParams) SetMyAssignedIssues

func (o *ListProjectVersionParams) SetMyAssignedIssues(myAssignedIssues *bool)

SetMyAssignedIssues adds the myAssignedIssues to the list project version params

func (*ListProjectVersionParams) SetOnlyIfHasIssues

func (o *ListProjectVersionParams) SetOnlyIfHasIssues(onlyIfHasIssues *bool)

SetOnlyIfHasIssues adds the onlyIfHasIssues to the list project version params

func (*ListProjectVersionParams) SetOrderby

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

SetOrderby adds the orderby to the list project version params

func (*ListProjectVersionParams) SetQ

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

SetQ adds the q to the list project version params

func (*ListProjectVersionParams) SetStart

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

SetStart adds the start to the list project version params

func (*ListProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list project version params

func (*ListProjectVersionParams) WithContext

WithContext adds the context to the list project version params

func (*ListProjectVersionParams) WithFields

WithFields adds the fields to the list project version params

func (*ListProjectVersionParams) WithFulltextsearch

func (o *ListProjectVersionParams) WithFulltextsearch(fulltextsearch *bool) *ListProjectVersionParams

WithFulltextsearch adds the fulltextsearch to the list project version params

func (*ListProjectVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list project version params

func (*ListProjectVersionParams) WithIncludeInactive

func (o *ListProjectVersionParams) WithIncludeInactive(includeInactive *bool) *ListProjectVersionParams

WithIncludeInactive adds the includeInactive to the list project version params

func (*ListProjectVersionParams) WithLimit

WithLimit adds the limit to the list project version params

func (*ListProjectVersionParams) WithMyAssignedIssues

func (o *ListProjectVersionParams) WithMyAssignedIssues(myAssignedIssues *bool) *ListProjectVersionParams

WithMyAssignedIssues adds the myAssignedIssues to the list project version params

func (*ListProjectVersionParams) WithOnlyIfHasIssues

func (o *ListProjectVersionParams) WithOnlyIfHasIssues(onlyIfHasIssues *bool) *ListProjectVersionParams

WithOnlyIfHasIssues adds the onlyIfHasIssues to the list project version params

func (*ListProjectVersionParams) WithOrderby

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

WithOrderby adds the orderby to the list project version params

func (*ListProjectVersionParams) WithQ

WithQ adds the q to the list project version params

func (*ListProjectVersionParams) WithStart

WithStart adds the start to the list project version params

func (*ListProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list project version params

func (*ListProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectVersionReader

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

ListProjectVersionReader is a Reader for the ListProjectVersion structure.

func (*ListProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProjectVersionUnauthorized

type ListProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListProjectVersionUnauthorized

func NewListProjectVersionUnauthorized() *ListProjectVersionUnauthorized

NewListProjectVersionUnauthorized creates a ListProjectVersionUnauthorized with default headers values

func (*ListProjectVersionUnauthorized) Error

func (*ListProjectVersionUnauthorized) GetPayload

type PurgeProjectVersionBadRequest

type PurgeProjectVersionBadRequest struct {
	Payload *models.APIResult
}

PurgeProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewPurgeProjectVersionBadRequest

func NewPurgeProjectVersionBadRequest() *PurgeProjectVersionBadRequest

NewPurgeProjectVersionBadRequest creates a PurgeProjectVersionBadRequest with default headers values

func (*PurgeProjectVersionBadRequest) Error

func (*PurgeProjectVersionBadRequest) GetPayload

type PurgeProjectVersionConflict

type PurgeProjectVersionConflict struct {
	Payload *models.APIResult
}

PurgeProjectVersionConflict handles this case with default header values.

Conflict

func NewPurgeProjectVersionConflict

func NewPurgeProjectVersionConflict() *PurgeProjectVersionConflict

NewPurgeProjectVersionConflict creates a PurgeProjectVersionConflict with default headers values

func (*PurgeProjectVersionConflict) Error

func (*PurgeProjectVersionConflict) GetPayload

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

type PurgeProjectVersionForbidden

type PurgeProjectVersionForbidden struct {
	Payload *models.APIResult
}

PurgeProjectVersionForbidden handles this case with default header values.

Forbidden

func NewPurgeProjectVersionForbidden

func NewPurgeProjectVersionForbidden() *PurgeProjectVersionForbidden

NewPurgeProjectVersionForbidden creates a PurgeProjectVersionForbidden with default headers values

func (*PurgeProjectVersionForbidden) Error

func (*PurgeProjectVersionForbidden) GetPayload

type PurgeProjectVersionInternalServerError

type PurgeProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

PurgeProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewPurgeProjectVersionInternalServerError

func NewPurgeProjectVersionInternalServerError() *PurgeProjectVersionInternalServerError

NewPurgeProjectVersionInternalServerError creates a PurgeProjectVersionInternalServerError with default headers values

func (*PurgeProjectVersionInternalServerError) Error

func (*PurgeProjectVersionInternalServerError) GetPayload

type PurgeProjectVersionNotFound

type PurgeProjectVersionNotFound struct {
	Payload *models.APIResult
}

PurgeProjectVersionNotFound handles this case with default header values.

Not Found

func NewPurgeProjectVersionNotFound

func NewPurgeProjectVersionNotFound() *PurgeProjectVersionNotFound

NewPurgeProjectVersionNotFound creates a PurgeProjectVersionNotFound with default headers values

func (*PurgeProjectVersionNotFound) Error

func (*PurgeProjectVersionNotFound) GetPayload

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

type PurgeProjectVersionOK

type PurgeProjectVersionOK struct {
	Payload *models.APIResultVoid
}

PurgeProjectVersionOK handles this case with default header values.

OK

func NewPurgeProjectVersionOK

func NewPurgeProjectVersionOK() *PurgeProjectVersionOK

NewPurgeProjectVersionOK creates a PurgeProjectVersionOK with default headers values

func (*PurgeProjectVersionOK) Error

func (o *PurgeProjectVersionOK) Error() string

func (*PurgeProjectVersionOK) GetPayload

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

type PurgeProjectVersionParams

type PurgeProjectVersionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ProjectVersionPurgeRequest

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

PurgeProjectVersionParams contains all the parameters to send to the API endpoint for the purge project version operation typically these are written to a http.Request

func NewPurgeProjectVersionParams

func NewPurgeProjectVersionParams() *PurgeProjectVersionParams

NewPurgeProjectVersionParams creates a new PurgeProjectVersionParams object with the default values initialized.

func NewPurgeProjectVersionParamsWithContext

func NewPurgeProjectVersionParamsWithContext(ctx context.Context) *PurgeProjectVersionParams

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

func NewPurgeProjectVersionParamsWithHTTPClient

func NewPurgeProjectVersionParamsWithHTTPClient(client *http.Client) *PurgeProjectVersionParams

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

func NewPurgeProjectVersionParamsWithTimeout

func NewPurgeProjectVersionParamsWithTimeout(timeout time.Duration) *PurgeProjectVersionParams

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

func (*PurgeProjectVersionParams) SetContext

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

SetContext adds the context to the purge project version params

func (*PurgeProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the purge project version params

func (*PurgeProjectVersionParams) SetResource

SetResource adds the resource to the purge project version params

func (*PurgeProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the purge project version params

func (*PurgeProjectVersionParams) WithContext

WithContext adds the context to the purge project version params

func (*PurgeProjectVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the purge project version params

func (*PurgeProjectVersionParams) WithResource

WithResource adds the resource to the purge project version params

func (*PurgeProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the purge project version params

func (*PurgeProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PurgeProjectVersionReader

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

PurgeProjectVersionReader is a Reader for the PurgeProjectVersion structure.

func (*PurgeProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PurgeProjectVersionUnauthorized

type PurgeProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

PurgeProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewPurgeProjectVersionUnauthorized

func NewPurgeProjectVersionUnauthorized() *PurgeProjectVersionUnauthorized

NewPurgeProjectVersionUnauthorized creates a PurgeProjectVersionUnauthorized with default headers values

func (*PurgeProjectVersionUnauthorized) Error

func (*PurgeProjectVersionUnauthorized) GetPayload

type ReadProjectVersionBadRequest

type ReadProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadProjectVersionBadRequest

func NewReadProjectVersionBadRequest() *ReadProjectVersionBadRequest

NewReadProjectVersionBadRequest creates a ReadProjectVersionBadRequest with default headers values

func (*ReadProjectVersionBadRequest) Error

func (*ReadProjectVersionBadRequest) GetPayload

type ReadProjectVersionConflict

type ReadProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadProjectVersionConflict handles this case with default header values.

Conflict

func NewReadProjectVersionConflict

func NewReadProjectVersionConflict() *ReadProjectVersionConflict

NewReadProjectVersionConflict creates a ReadProjectVersionConflict with default headers values

func (*ReadProjectVersionConflict) Error

func (*ReadProjectVersionConflict) GetPayload

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

type ReadProjectVersionForbidden

type ReadProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadProjectVersionForbidden

func NewReadProjectVersionForbidden() *ReadProjectVersionForbidden

NewReadProjectVersionForbidden creates a ReadProjectVersionForbidden with default headers values

func (*ReadProjectVersionForbidden) Error

func (*ReadProjectVersionForbidden) GetPayload

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

type ReadProjectVersionInternalServerError

type ReadProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadProjectVersionInternalServerError

func NewReadProjectVersionInternalServerError() *ReadProjectVersionInternalServerError

NewReadProjectVersionInternalServerError creates a ReadProjectVersionInternalServerError with default headers values

func (*ReadProjectVersionInternalServerError) Error

func (*ReadProjectVersionInternalServerError) GetPayload

type ReadProjectVersionNotFound

type ReadProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadProjectVersionNotFound

func NewReadProjectVersionNotFound() *ReadProjectVersionNotFound

NewReadProjectVersionNotFound creates a ReadProjectVersionNotFound with default headers values

func (*ReadProjectVersionNotFound) Error

func (*ReadProjectVersionNotFound) GetPayload

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

type ReadProjectVersionOK

type ReadProjectVersionOK struct {
	Payload *models.APIResultProjectVersion
}

ReadProjectVersionOK handles this case with default header values.

OK

func NewReadProjectVersionOK

func NewReadProjectVersionOK() *ReadProjectVersionOK

NewReadProjectVersionOK creates a ReadProjectVersionOK with default headers values

func (*ReadProjectVersionOK) Error

func (o *ReadProjectVersionOK) Error() string

func (*ReadProjectVersionOK) GetPayload

type ReadProjectVersionParams

type ReadProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64

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

ReadProjectVersionParams contains all the parameters to send to the API endpoint for the read project version operation typically these are written to a http.Request

func NewReadProjectVersionParams

func NewReadProjectVersionParams() *ReadProjectVersionParams

NewReadProjectVersionParams creates a new ReadProjectVersionParams object with the default values initialized.

func NewReadProjectVersionParamsWithContext

func NewReadProjectVersionParamsWithContext(ctx context.Context) *ReadProjectVersionParams

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

func NewReadProjectVersionParamsWithHTTPClient

func NewReadProjectVersionParamsWithHTTPClient(client *http.Client) *ReadProjectVersionParams

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

func NewReadProjectVersionParamsWithTimeout

func NewReadProjectVersionParamsWithTimeout(timeout time.Duration) *ReadProjectVersionParams

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

func (*ReadProjectVersionParams) SetContext

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

SetContext adds the context to the read project version params

func (*ReadProjectVersionParams) SetFields

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

SetFields adds the fields to the read project version params

func (*ReadProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read project version params

func (*ReadProjectVersionParams) SetID

func (o *ReadProjectVersionParams) SetID(id int64)

SetID adds the id to the read project version params

func (*ReadProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the read project version params

func (*ReadProjectVersionParams) WithContext

WithContext adds the context to the read project version params

func (*ReadProjectVersionParams) WithFields

WithFields adds the fields to the read project version params

func (*ReadProjectVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read project version params

func (*ReadProjectVersionParams) WithID

WithID adds the id to the read project version params

func (*ReadProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read project version params

func (*ReadProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadProjectVersionReader

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

ReadProjectVersionReader is a Reader for the ReadProjectVersion structure.

func (*ReadProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadProjectVersionUnauthorized

type ReadProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadProjectVersionUnauthorized

func NewReadProjectVersionUnauthorized() *ReadProjectVersionUnauthorized

NewReadProjectVersionUnauthorized creates a ReadProjectVersionUnauthorized with default headers values

func (*ReadProjectVersionUnauthorized) Error

func (*ReadProjectVersionUnauthorized) GetPayload

type RefreshProjectVersionBadRequest

type RefreshProjectVersionBadRequest struct {
	Payload *models.APIResult
}

RefreshProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewRefreshProjectVersionBadRequest

func NewRefreshProjectVersionBadRequest() *RefreshProjectVersionBadRequest

NewRefreshProjectVersionBadRequest creates a RefreshProjectVersionBadRequest with default headers values

func (*RefreshProjectVersionBadRequest) Error

func (*RefreshProjectVersionBadRequest) GetPayload

type RefreshProjectVersionConflict

type RefreshProjectVersionConflict struct {
	Payload *models.APIResult
}

RefreshProjectVersionConflict handles this case with default header values.

Conflict

func NewRefreshProjectVersionConflict

func NewRefreshProjectVersionConflict() *RefreshProjectVersionConflict

NewRefreshProjectVersionConflict creates a RefreshProjectVersionConflict with default headers values

func (*RefreshProjectVersionConflict) Error

func (*RefreshProjectVersionConflict) GetPayload

type RefreshProjectVersionForbidden

type RefreshProjectVersionForbidden struct {
	Payload *models.APIResult
}

RefreshProjectVersionForbidden handles this case with default header values.

Forbidden

func NewRefreshProjectVersionForbidden

func NewRefreshProjectVersionForbidden() *RefreshProjectVersionForbidden

NewRefreshProjectVersionForbidden creates a RefreshProjectVersionForbidden with default headers values

func (*RefreshProjectVersionForbidden) Error

func (*RefreshProjectVersionForbidden) GetPayload

type RefreshProjectVersionInternalServerError

type RefreshProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

RefreshProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewRefreshProjectVersionInternalServerError

func NewRefreshProjectVersionInternalServerError() *RefreshProjectVersionInternalServerError

NewRefreshProjectVersionInternalServerError creates a RefreshProjectVersionInternalServerError with default headers values

func (*RefreshProjectVersionInternalServerError) Error

func (*RefreshProjectVersionInternalServerError) GetPayload

type RefreshProjectVersionNotFound

type RefreshProjectVersionNotFound struct {
	Payload *models.APIResult
}

RefreshProjectVersionNotFound handles this case with default header values.

Not Found

func NewRefreshProjectVersionNotFound

func NewRefreshProjectVersionNotFound() *RefreshProjectVersionNotFound

NewRefreshProjectVersionNotFound creates a RefreshProjectVersionNotFound with default headers values

func (*RefreshProjectVersionNotFound) Error

func (*RefreshProjectVersionNotFound) GetPayload

type RefreshProjectVersionOK

type RefreshProjectVersionOK struct {
	Payload *models.APIResultProjectVersionRefreshResponse
}

RefreshProjectVersionOK handles this case with default header values.

OK

func NewRefreshProjectVersionOK

func NewRefreshProjectVersionOK() *RefreshProjectVersionOK

NewRefreshProjectVersionOK creates a RefreshProjectVersionOK with default headers values

func (*RefreshProjectVersionOK) Error

func (o *RefreshProjectVersionOK) Error() string

func (*RefreshProjectVersionOK) GetPayload

type RefreshProjectVersionParams

type RefreshProjectVersionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ProjectVersionRefreshRequest

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

RefreshProjectVersionParams contains all the parameters to send to the API endpoint for the refresh project version operation typically these are written to a http.Request

func NewRefreshProjectVersionParams

func NewRefreshProjectVersionParams() *RefreshProjectVersionParams

NewRefreshProjectVersionParams creates a new RefreshProjectVersionParams object with the default values initialized.

func NewRefreshProjectVersionParamsWithContext

func NewRefreshProjectVersionParamsWithContext(ctx context.Context) *RefreshProjectVersionParams

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

func NewRefreshProjectVersionParamsWithHTTPClient

func NewRefreshProjectVersionParamsWithHTTPClient(client *http.Client) *RefreshProjectVersionParams

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

func NewRefreshProjectVersionParamsWithTimeout

func NewRefreshProjectVersionParamsWithTimeout(timeout time.Duration) *RefreshProjectVersionParams

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

func (*RefreshProjectVersionParams) SetContext

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

SetContext adds the context to the refresh project version params

func (*RefreshProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the refresh project version params

func (*RefreshProjectVersionParams) SetResource

SetResource adds the resource to the refresh project version params

func (*RefreshProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the refresh project version params

func (*RefreshProjectVersionParams) WithContext

WithContext adds the context to the refresh project version params

func (*RefreshProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the refresh project version params

func (*RefreshProjectVersionParams) WithResource

WithResource adds the resource to the refresh project version params

func (*RefreshProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the refresh project version params

func (*RefreshProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RefreshProjectVersionReader

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

RefreshProjectVersionReader is a Reader for the RefreshProjectVersion structure.

func (*RefreshProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RefreshProjectVersionUnauthorized

type RefreshProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

RefreshProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewRefreshProjectVersionUnauthorized

func NewRefreshProjectVersionUnauthorized() *RefreshProjectVersionUnauthorized

NewRefreshProjectVersionUnauthorized creates a RefreshProjectVersionUnauthorized with default headers values

func (*RefreshProjectVersionUnauthorized) Error

func (*RefreshProjectVersionUnauthorized) GetPayload

type TestProjectVersionBadRequest

type TestProjectVersionBadRequest struct {
	Payload *models.APIResult
}

TestProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewTestProjectVersionBadRequest

func NewTestProjectVersionBadRequest() *TestProjectVersionBadRequest

NewTestProjectVersionBadRequest creates a TestProjectVersionBadRequest with default headers values

func (*TestProjectVersionBadRequest) Error

func (*TestProjectVersionBadRequest) GetPayload

type TestProjectVersionConflict

type TestProjectVersionConflict struct {
	Payload *models.APIResult
}

TestProjectVersionConflict handles this case with default header values.

Conflict

func NewTestProjectVersionConflict

func NewTestProjectVersionConflict() *TestProjectVersionConflict

NewTestProjectVersionConflict creates a TestProjectVersionConflict with default headers values

func (*TestProjectVersionConflict) Error

func (*TestProjectVersionConflict) GetPayload

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

type TestProjectVersionForbidden

type TestProjectVersionForbidden struct {
	Payload *models.APIResult
}

TestProjectVersionForbidden handles this case with default header values.

Forbidden

func NewTestProjectVersionForbidden

func NewTestProjectVersionForbidden() *TestProjectVersionForbidden

NewTestProjectVersionForbidden creates a TestProjectVersionForbidden with default headers values

func (*TestProjectVersionForbidden) Error

func (*TestProjectVersionForbidden) GetPayload

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

type TestProjectVersionInternalServerError

type TestProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

TestProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewTestProjectVersionInternalServerError

func NewTestProjectVersionInternalServerError() *TestProjectVersionInternalServerError

NewTestProjectVersionInternalServerError creates a TestProjectVersionInternalServerError with default headers values

func (*TestProjectVersionInternalServerError) Error

func (*TestProjectVersionInternalServerError) GetPayload

type TestProjectVersionNotFound

type TestProjectVersionNotFound struct {
	Payload *models.APIResult
}

TestProjectVersionNotFound handles this case with default header values.

Not Found

func NewTestProjectVersionNotFound

func NewTestProjectVersionNotFound() *TestProjectVersionNotFound

NewTestProjectVersionNotFound creates a TestProjectVersionNotFound with default headers values

func (*TestProjectVersionNotFound) Error

func (*TestProjectVersionNotFound) GetPayload

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

type TestProjectVersionOK

type TestProjectVersionOK struct {
	Payload *models.APIResultProjectVersionTestResponse
}

TestProjectVersionOK handles this case with default header values.

OK

func NewTestProjectVersionOK

func NewTestProjectVersionOK() *TestProjectVersionOK

NewTestProjectVersionOK creates a TestProjectVersionOK with default headers values

func (*TestProjectVersionOK) Error

func (o *TestProjectVersionOK) Error() string

func (*TestProjectVersionOK) GetPayload

type TestProjectVersionParams

type TestProjectVersionParams struct {

	/*ProjectVersionTestRequest
	  projectVersionTestRequest

	*/
	ProjectVersionTestRequest *models.ProjectVersionTestRequest

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

TestProjectVersionParams contains all the parameters to send to the API endpoint for the test project version operation typically these are written to a http.Request

func NewTestProjectVersionParams

func NewTestProjectVersionParams() *TestProjectVersionParams

NewTestProjectVersionParams creates a new TestProjectVersionParams object with the default values initialized.

func NewTestProjectVersionParamsWithContext

func NewTestProjectVersionParamsWithContext(ctx context.Context) *TestProjectVersionParams

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

func NewTestProjectVersionParamsWithHTTPClient

func NewTestProjectVersionParamsWithHTTPClient(client *http.Client) *TestProjectVersionParams

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

func NewTestProjectVersionParamsWithTimeout

func NewTestProjectVersionParamsWithTimeout(timeout time.Duration) *TestProjectVersionParams

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

func (*TestProjectVersionParams) SetContext

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

SetContext adds the context to the test project version params

func (*TestProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test project version params

func (*TestProjectVersionParams) SetProjectVersionTestRequest

func (o *TestProjectVersionParams) SetProjectVersionTestRequest(projectVersionTestRequest *models.ProjectVersionTestRequest)

SetProjectVersionTestRequest adds the projectVersionTestRequest to the test project version params

func (*TestProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the test project version params

func (*TestProjectVersionParams) WithContext

WithContext adds the context to the test project version params

func (*TestProjectVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the test project version params

func (*TestProjectVersionParams) WithProjectVersionTestRequest

func (o *TestProjectVersionParams) WithProjectVersionTestRequest(projectVersionTestRequest *models.ProjectVersionTestRequest) *TestProjectVersionParams

WithProjectVersionTestRequest adds the projectVersionTestRequest to the test project version params

func (*TestProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the test project version params

func (*TestProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestProjectVersionReader

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

TestProjectVersionReader is a Reader for the TestProjectVersion structure.

func (*TestProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestProjectVersionUnauthorized

type TestProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

TestProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewTestProjectVersionUnauthorized

func NewTestProjectVersionUnauthorized() *TestProjectVersionUnauthorized

NewTestProjectVersionUnauthorized creates a TestProjectVersionUnauthorized with default headers values

func (*TestProjectVersionUnauthorized) Error

func (*TestProjectVersionUnauthorized) GetPayload

type TrainAuditAssistantProjectVersionBadRequest

type TrainAuditAssistantProjectVersionBadRequest struct {
	Payload *models.APIResult
}

TrainAuditAssistantProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewTrainAuditAssistantProjectVersionBadRequest

func NewTrainAuditAssistantProjectVersionBadRequest() *TrainAuditAssistantProjectVersionBadRequest

NewTrainAuditAssistantProjectVersionBadRequest creates a TrainAuditAssistantProjectVersionBadRequest with default headers values

func (*TrainAuditAssistantProjectVersionBadRequest) Error

func (*TrainAuditAssistantProjectVersionBadRequest) GetPayload

type TrainAuditAssistantProjectVersionConflict

type TrainAuditAssistantProjectVersionConflict struct {
	Payload *models.APIResult
}

TrainAuditAssistantProjectVersionConflict handles this case with default header values.

Conflict

func NewTrainAuditAssistantProjectVersionConflict

func NewTrainAuditAssistantProjectVersionConflict() *TrainAuditAssistantProjectVersionConflict

NewTrainAuditAssistantProjectVersionConflict creates a TrainAuditAssistantProjectVersionConflict with default headers values

func (*TrainAuditAssistantProjectVersionConflict) Error

func (*TrainAuditAssistantProjectVersionConflict) GetPayload

type TrainAuditAssistantProjectVersionForbidden

type TrainAuditAssistantProjectVersionForbidden struct {
	Payload *models.APIResult
}

TrainAuditAssistantProjectVersionForbidden handles this case with default header values.

Forbidden

func NewTrainAuditAssistantProjectVersionForbidden

func NewTrainAuditAssistantProjectVersionForbidden() *TrainAuditAssistantProjectVersionForbidden

NewTrainAuditAssistantProjectVersionForbidden creates a TrainAuditAssistantProjectVersionForbidden with default headers values

func (*TrainAuditAssistantProjectVersionForbidden) Error

func (*TrainAuditAssistantProjectVersionForbidden) GetPayload

type TrainAuditAssistantProjectVersionInternalServerError

type TrainAuditAssistantProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

TrainAuditAssistantProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewTrainAuditAssistantProjectVersionInternalServerError

func NewTrainAuditAssistantProjectVersionInternalServerError() *TrainAuditAssistantProjectVersionInternalServerError

NewTrainAuditAssistantProjectVersionInternalServerError creates a TrainAuditAssistantProjectVersionInternalServerError with default headers values

func (*TrainAuditAssistantProjectVersionInternalServerError) Error

func (*TrainAuditAssistantProjectVersionInternalServerError) GetPayload

type TrainAuditAssistantProjectVersionNotFound

type TrainAuditAssistantProjectVersionNotFound struct {
	Payload *models.APIResult
}

TrainAuditAssistantProjectVersionNotFound handles this case with default header values.

Not Found

func NewTrainAuditAssistantProjectVersionNotFound

func NewTrainAuditAssistantProjectVersionNotFound() *TrainAuditAssistantProjectVersionNotFound

NewTrainAuditAssistantProjectVersionNotFound creates a TrainAuditAssistantProjectVersionNotFound with default headers values

func (*TrainAuditAssistantProjectVersionNotFound) Error

func (*TrainAuditAssistantProjectVersionNotFound) GetPayload

type TrainAuditAssistantProjectVersionOK

type TrainAuditAssistantProjectVersionOK struct {
	Payload *models.APIResultVoid
}

TrainAuditAssistantProjectVersionOK handles this case with default header values.

OK

func NewTrainAuditAssistantProjectVersionOK

func NewTrainAuditAssistantProjectVersionOK() *TrainAuditAssistantProjectVersionOK

NewTrainAuditAssistantProjectVersionOK creates a TrainAuditAssistantProjectVersionOK with default headers values

func (*TrainAuditAssistantProjectVersionOK) Error

func (*TrainAuditAssistantProjectVersionOK) GetPayload

type TrainAuditAssistantProjectVersionParams

type TrainAuditAssistantProjectVersionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.ProjectVersionTrainAuditAssistantRequest

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

TrainAuditAssistantProjectVersionParams contains all the parameters to send to the API endpoint for the train audit assistant project version operation typically these are written to a http.Request

func NewTrainAuditAssistantProjectVersionParams

func NewTrainAuditAssistantProjectVersionParams() *TrainAuditAssistantProjectVersionParams

NewTrainAuditAssistantProjectVersionParams creates a new TrainAuditAssistantProjectVersionParams object with the default values initialized.

func NewTrainAuditAssistantProjectVersionParamsWithContext

func NewTrainAuditAssistantProjectVersionParamsWithContext(ctx context.Context) *TrainAuditAssistantProjectVersionParams

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

func NewTrainAuditAssistantProjectVersionParamsWithHTTPClient

func NewTrainAuditAssistantProjectVersionParamsWithHTTPClient(client *http.Client) *TrainAuditAssistantProjectVersionParams

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

func NewTrainAuditAssistantProjectVersionParamsWithTimeout

func NewTrainAuditAssistantProjectVersionParamsWithTimeout(timeout time.Duration) *TrainAuditAssistantProjectVersionParams

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

func (*TrainAuditAssistantProjectVersionParams) SetContext

SetContext adds the context to the train audit assistant project version params

func (*TrainAuditAssistantProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the train audit assistant project version params

func (*TrainAuditAssistantProjectVersionParams) SetResource

SetResource adds the resource to the train audit assistant project version params

func (*TrainAuditAssistantProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the train audit assistant project version params

func (*TrainAuditAssistantProjectVersionParams) WithContext

WithContext adds the context to the train audit assistant project version params

func (*TrainAuditAssistantProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the train audit assistant project version params

func (*TrainAuditAssistantProjectVersionParams) WithResource

WithResource adds the resource to the train audit assistant project version params

func (*TrainAuditAssistantProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the train audit assistant project version params

func (*TrainAuditAssistantProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TrainAuditAssistantProjectVersionReader

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

TrainAuditAssistantProjectVersionReader is a Reader for the TrainAuditAssistantProjectVersion structure.

func (*TrainAuditAssistantProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TrainAuditAssistantProjectVersionUnauthorized

type TrainAuditAssistantProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

TrainAuditAssistantProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewTrainAuditAssistantProjectVersionUnauthorized

func NewTrainAuditAssistantProjectVersionUnauthorized() *TrainAuditAssistantProjectVersionUnauthorized

NewTrainAuditAssistantProjectVersionUnauthorized creates a TrainAuditAssistantProjectVersionUnauthorized with default headers values

func (*TrainAuditAssistantProjectVersionUnauthorized) Error

func (*TrainAuditAssistantProjectVersionUnauthorized) GetPayload

type UpdateProjectVersionBadRequest

type UpdateProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateProjectVersionBadRequest

func NewUpdateProjectVersionBadRequest() *UpdateProjectVersionBadRequest

NewUpdateProjectVersionBadRequest creates a UpdateProjectVersionBadRequest with default headers values

func (*UpdateProjectVersionBadRequest) Error

func (*UpdateProjectVersionBadRequest) GetPayload

type UpdateProjectVersionConflict

type UpdateProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateProjectVersionConflict

func NewUpdateProjectVersionConflict() *UpdateProjectVersionConflict

NewUpdateProjectVersionConflict creates a UpdateProjectVersionConflict with default headers values

func (*UpdateProjectVersionConflict) Error

func (*UpdateProjectVersionConflict) GetPayload

type UpdateProjectVersionForbidden

type UpdateProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateProjectVersionForbidden

func NewUpdateProjectVersionForbidden() *UpdateProjectVersionForbidden

NewUpdateProjectVersionForbidden creates a UpdateProjectVersionForbidden with default headers values

func (*UpdateProjectVersionForbidden) Error

func (*UpdateProjectVersionForbidden) GetPayload

type UpdateProjectVersionInternalServerError

type UpdateProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateProjectVersionInternalServerError

func NewUpdateProjectVersionInternalServerError() *UpdateProjectVersionInternalServerError

NewUpdateProjectVersionInternalServerError creates a UpdateProjectVersionInternalServerError with default headers values

func (*UpdateProjectVersionInternalServerError) Error

func (*UpdateProjectVersionInternalServerError) GetPayload

type UpdateProjectVersionNotFound

type UpdateProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateProjectVersionNotFound

func NewUpdateProjectVersionNotFound() *UpdateProjectVersionNotFound

NewUpdateProjectVersionNotFound creates a UpdateProjectVersionNotFound with default headers values

func (*UpdateProjectVersionNotFound) Error

func (*UpdateProjectVersionNotFound) GetPayload

type UpdateProjectVersionOK

type UpdateProjectVersionOK struct {
	Payload *models.APIResultProjectVersion
}

UpdateProjectVersionOK handles this case with default header values.

OK

func NewUpdateProjectVersionOK

func NewUpdateProjectVersionOK() *UpdateProjectVersionOK

NewUpdateProjectVersionOK creates a UpdateProjectVersionOK with default headers values

func (*UpdateProjectVersionOK) Error

func (o *UpdateProjectVersionOK) Error() string

func (*UpdateProjectVersionOK) GetPayload

type UpdateProjectVersionParams

type UpdateProjectVersionParams struct {

	/*ID
	  id

	*/
	ID int64
	/*Resource
	  resource

	*/
	Resource *models.ProjectVersion

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

UpdateProjectVersionParams contains all the parameters to send to the API endpoint for the update project version operation typically these are written to a http.Request

func NewUpdateProjectVersionParams

func NewUpdateProjectVersionParams() *UpdateProjectVersionParams

NewUpdateProjectVersionParams creates a new UpdateProjectVersionParams object with the default values initialized.

func NewUpdateProjectVersionParamsWithContext

func NewUpdateProjectVersionParamsWithContext(ctx context.Context) *UpdateProjectVersionParams

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

func NewUpdateProjectVersionParamsWithHTTPClient

func NewUpdateProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateProjectVersionParams

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

func NewUpdateProjectVersionParamsWithTimeout

func NewUpdateProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateProjectVersionParams

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

func (*UpdateProjectVersionParams) SetContext

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

SetContext adds the context to the update project version params

func (*UpdateProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update project version params

func (*UpdateProjectVersionParams) SetID

func (o *UpdateProjectVersionParams) SetID(id int64)

SetID adds the id to the update project version params

func (*UpdateProjectVersionParams) SetResource

func (o *UpdateProjectVersionParams) SetResource(resource *models.ProjectVersion)

SetResource adds the resource to the update project version params

func (*UpdateProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the update project version params

func (*UpdateProjectVersionParams) WithContext

WithContext adds the context to the update project version params

func (*UpdateProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update project version params

func (*UpdateProjectVersionParams) WithID

WithID adds the id to the update project version params

func (*UpdateProjectVersionParams) WithResource

WithResource adds the resource to the update project version params

func (*UpdateProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update project version params

func (*UpdateProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProjectVersionReader

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

UpdateProjectVersionReader is a Reader for the UpdateProjectVersion structure.

func (*UpdateProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateProjectVersionUnauthorized

type UpdateProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateProjectVersionUnauthorized

func NewUpdateProjectVersionUnauthorized() *UpdateProjectVersionUnauthorized

NewUpdateProjectVersionUnauthorized creates a UpdateProjectVersionUnauthorized with default headers values

func (*UpdateProjectVersionUnauthorized) Error

func (*UpdateProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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