issue_of_project_version_controller

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

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssignUserForIssueOfProjectVersionBadRequest

type AssignUserForIssueOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

AssignUserForIssueOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewAssignUserForIssueOfProjectVersionBadRequest

func NewAssignUserForIssueOfProjectVersionBadRequest() *AssignUserForIssueOfProjectVersionBadRequest

NewAssignUserForIssueOfProjectVersionBadRequest creates a AssignUserForIssueOfProjectVersionBadRequest with default headers values

func (*AssignUserForIssueOfProjectVersionBadRequest) Error

func (*AssignUserForIssueOfProjectVersionBadRequest) GetPayload

type AssignUserForIssueOfProjectVersionConflict

type AssignUserForIssueOfProjectVersionConflict struct {
	Payload *models.APIResult
}

AssignUserForIssueOfProjectVersionConflict handles this case with default header values.

Conflict

func NewAssignUserForIssueOfProjectVersionConflict

func NewAssignUserForIssueOfProjectVersionConflict() *AssignUserForIssueOfProjectVersionConflict

NewAssignUserForIssueOfProjectVersionConflict creates a AssignUserForIssueOfProjectVersionConflict with default headers values

func (*AssignUserForIssueOfProjectVersionConflict) Error

func (*AssignUserForIssueOfProjectVersionConflict) GetPayload

type AssignUserForIssueOfProjectVersionForbidden

type AssignUserForIssueOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

AssignUserForIssueOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewAssignUserForIssueOfProjectVersionForbidden

func NewAssignUserForIssueOfProjectVersionForbidden() *AssignUserForIssueOfProjectVersionForbidden

NewAssignUserForIssueOfProjectVersionForbidden creates a AssignUserForIssueOfProjectVersionForbidden with default headers values

func (*AssignUserForIssueOfProjectVersionForbidden) Error

func (*AssignUserForIssueOfProjectVersionForbidden) GetPayload

type AssignUserForIssueOfProjectVersionInternalServerError

type AssignUserForIssueOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

AssignUserForIssueOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewAssignUserForIssueOfProjectVersionInternalServerError

func NewAssignUserForIssueOfProjectVersionInternalServerError() *AssignUserForIssueOfProjectVersionInternalServerError

NewAssignUserForIssueOfProjectVersionInternalServerError creates a AssignUserForIssueOfProjectVersionInternalServerError with default headers values

func (*AssignUserForIssueOfProjectVersionInternalServerError) Error

func (*AssignUserForIssueOfProjectVersionInternalServerError) GetPayload

type AssignUserForIssueOfProjectVersionNotFound

type AssignUserForIssueOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

AssignUserForIssueOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewAssignUserForIssueOfProjectVersionNotFound

func NewAssignUserForIssueOfProjectVersionNotFound() *AssignUserForIssueOfProjectVersionNotFound

NewAssignUserForIssueOfProjectVersionNotFound creates a AssignUserForIssueOfProjectVersionNotFound with default headers values

func (*AssignUserForIssueOfProjectVersionNotFound) Error

func (*AssignUserForIssueOfProjectVersionNotFound) GetPayload

type AssignUserForIssueOfProjectVersionOK

type AssignUserForIssueOfProjectVersionOK struct {
	Payload *models.APIResultIssueActionResponse
}

AssignUserForIssueOfProjectVersionOK handles this case with default header values.

OK

func NewAssignUserForIssueOfProjectVersionOK

func NewAssignUserForIssueOfProjectVersionOK() *AssignUserForIssueOfProjectVersionOK

NewAssignUserForIssueOfProjectVersionOK creates a AssignUserForIssueOfProjectVersionOK with default headers values

func (*AssignUserForIssueOfProjectVersionOK) Error

func (*AssignUserForIssueOfProjectVersionOK) GetPayload

type AssignUserForIssueOfProjectVersionParams

type AssignUserForIssueOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.IssueAssignUserRequest

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

AssignUserForIssueOfProjectVersionParams contains all the parameters to send to the API endpoint for the assign user for issue of project version operation typically these are written to a http.Request

func NewAssignUserForIssueOfProjectVersionParams

func NewAssignUserForIssueOfProjectVersionParams() *AssignUserForIssueOfProjectVersionParams

NewAssignUserForIssueOfProjectVersionParams creates a new AssignUserForIssueOfProjectVersionParams object with the default values initialized.

func NewAssignUserForIssueOfProjectVersionParamsWithContext

func NewAssignUserForIssueOfProjectVersionParamsWithContext(ctx context.Context) *AssignUserForIssueOfProjectVersionParams

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

func NewAssignUserForIssueOfProjectVersionParamsWithHTTPClient

func NewAssignUserForIssueOfProjectVersionParamsWithHTTPClient(client *http.Client) *AssignUserForIssueOfProjectVersionParams

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

func NewAssignUserForIssueOfProjectVersionParamsWithTimeout

func NewAssignUserForIssueOfProjectVersionParamsWithTimeout(timeout time.Duration) *AssignUserForIssueOfProjectVersionParams

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

func (*AssignUserForIssueOfProjectVersionParams) SetContext

SetContext adds the context to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) SetParentID

func (o *AssignUserForIssueOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) SetResource

SetResource adds the resource to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) WithContext

WithContext adds the context to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) WithResource

WithResource adds the resource to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the assign user for issue of project version params

func (*AssignUserForIssueOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignUserForIssueOfProjectVersionReader

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

AssignUserForIssueOfProjectVersionReader is a Reader for the AssignUserForIssueOfProjectVersion structure.

func (*AssignUserForIssueOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignUserForIssueOfProjectVersionUnauthorized

type AssignUserForIssueOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

AssignUserForIssueOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewAssignUserForIssueOfProjectVersionUnauthorized

func NewAssignUserForIssueOfProjectVersionUnauthorized() *AssignUserForIssueOfProjectVersionUnauthorized

NewAssignUserForIssueOfProjectVersionUnauthorized creates a AssignUserForIssueOfProjectVersionUnauthorized with default headers values

func (*AssignUserForIssueOfProjectVersionUnauthorized) Error

func (*AssignUserForIssueOfProjectVersionUnauthorized) GetPayload

type AuditIssueOfProjectVersionBadRequest

type AuditIssueOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

AuditIssueOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewAuditIssueOfProjectVersionBadRequest

func NewAuditIssueOfProjectVersionBadRequest() *AuditIssueOfProjectVersionBadRequest

NewAuditIssueOfProjectVersionBadRequest creates a AuditIssueOfProjectVersionBadRequest with default headers values

func (*AuditIssueOfProjectVersionBadRequest) Error

func (*AuditIssueOfProjectVersionBadRequest) GetPayload

type AuditIssueOfProjectVersionConflict

type AuditIssueOfProjectVersionConflict struct {
	Payload *models.APIResult
}

AuditIssueOfProjectVersionConflict handles this case with default header values.

Conflict

func NewAuditIssueOfProjectVersionConflict

func NewAuditIssueOfProjectVersionConflict() *AuditIssueOfProjectVersionConflict

NewAuditIssueOfProjectVersionConflict creates a AuditIssueOfProjectVersionConflict with default headers values

func (*AuditIssueOfProjectVersionConflict) Error

func (*AuditIssueOfProjectVersionConflict) GetPayload

type AuditIssueOfProjectVersionForbidden

type AuditIssueOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

AuditIssueOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewAuditIssueOfProjectVersionForbidden

func NewAuditIssueOfProjectVersionForbidden() *AuditIssueOfProjectVersionForbidden

NewAuditIssueOfProjectVersionForbidden creates a AuditIssueOfProjectVersionForbidden with default headers values

func (*AuditIssueOfProjectVersionForbidden) Error

func (*AuditIssueOfProjectVersionForbidden) GetPayload

type AuditIssueOfProjectVersionInternalServerError

type AuditIssueOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

AuditIssueOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewAuditIssueOfProjectVersionInternalServerError

func NewAuditIssueOfProjectVersionInternalServerError() *AuditIssueOfProjectVersionInternalServerError

NewAuditIssueOfProjectVersionInternalServerError creates a AuditIssueOfProjectVersionInternalServerError with default headers values

func (*AuditIssueOfProjectVersionInternalServerError) Error

func (*AuditIssueOfProjectVersionInternalServerError) GetPayload

type AuditIssueOfProjectVersionNotFound

type AuditIssueOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

AuditIssueOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewAuditIssueOfProjectVersionNotFound

func NewAuditIssueOfProjectVersionNotFound() *AuditIssueOfProjectVersionNotFound

NewAuditIssueOfProjectVersionNotFound creates a AuditIssueOfProjectVersionNotFound with default headers values

func (*AuditIssueOfProjectVersionNotFound) Error

func (*AuditIssueOfProjectVersionNotFound) GetPayload

type AuditIssueOfProjectVersionOK

type AuditIssueOfProjectVersionOK struct {
	Payload *models.APIResultIssueActionResponse
}

AuditIssueOfProjectVersionOK handles this case with default header values.

OK

func NewAuditIssueOfProjectVersionOK

func NewAuditIssueOfProjectVersionOK() *AuditIssueOfProjectVersionOK

NewAuditIssueOfProjectVersionOK creates a AuditIssueOfProjectVersionOK with default headers values

func (*AuditIssueOfProjectVersionOK) Error

func (*AuditIssueOfProjectVersionOK) GetPayload

type AuditIssueOfProjectVersionParams

type AuditIssueOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.IssueAuditRequest

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

AuditIssueOfProjectVersionParams contains all the parameters to send to the API endpoint for the audit issue of project version operation typically these are written to a http.Request

func NewAuditIssueOfProjectVersionParams

func NewAuditIssueOfProjectVersionParams() *AuditIssueOfProjectVersionParams

NewAuditIssueOfProjectVersionParams creates a new AuditIssueOfProjectVersionParams object with the default values initialized.

func NewAuditIssueOfProjectVersionParamsWithContext

func NewAuditIssueOfProjectVersionParamsWithContext(ctx context.Context) *AuditIssueOfProjectVersionParams

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

func NewAuditIssueOfProjectVersionParamsWithHTTPClient

func NewAuditIssueOfProjectVersionParamsWithHTTPClient(client *http.Client) *AuditIssueOfProjectVersionParams

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

func NewAuditIssueOfProjectVersionParamsWithTimeout

func NewAuditIssueOfProjectVersionParamsWithTimeout(timeout time.Duration) *AuditIssueOfProjectVersionParams

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

func (*AuditIssueOfProjectVersionParams) SetContext

SetContext adds the context to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) SetParentID

func (o *AuditIssueOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) SetResource

func (o *AuditIssueOfProjectVersionParams) SetResource(resource *models.IssueAuditRequest)

SetResource adds the resource to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) WithContext

WithContext adds the context to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) WithResource

WithResource adds the resource to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the audit issue of project version params

func (*AuditIssueOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuditIssueOfProjectVersionReader

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

AuditIssueOfProjectVersionReader is a Reader for the AuditIssueOfProjectVersion structure.

func (*AuditIssueOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuditIssueOfProjectVersionUnauthorized

type AuditIssueOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

AuditIssueOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewAuditIssueOfProjectVersionUnauthorized

func NewAuditIssueOfProjectVersionUnauthorized() *AuditIssueOfProjectVersionUnauthorized

NewAuditIssueOfProjectVersionUnauthorized creates a AuditIssueOfProjectVersionUnauthorized with default headers values

func (*AuditIssueOfProjectVersionUnauthorized) Error

func (*AuditIssueOfProjectVersionUnauthorized) GetPayload

type Client

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

Client for issue of project version controller API

func (*Client) AssignUserForIssueOfProjectVersion

AssignUserForIssueOfProjectVersion assigns issue to user

func (*Client) AuditIssueOfProjectVersion

func (a *Client) AuditIssueOfProjectVersion(params *AuditIssueOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*AuditIssueOfProjectVersionOK, error)

AuditIssueOfProjectVersion performs an auditing action on the specified issues

func (*Client) FileBugForIssueOfProjectVersion

func (a *Client) FileBugForIssueOfProjectVersion(params *FileBugForIssueOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*FileBugForIssueOfProjectVersionOK, error)

FileBugForIssueOfProjectVersion submits a bug defect for the specified issues in the external bug tracking system if configured

func (*Client) ListIssueOfProjectVersion

func (a *Client) ListIssueOfProjectVersion(params *ListIssueOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueOfProjectVersionOK, error)

ListIssueOfProjectVersion lists

func (*Client) ReadIssueOfProjectVersion

func (a *Client) ReadIssueOfProjectVersion(params *ReadIssueOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadIssueOfProjectVersionOK, error)

ReadIssueOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SuppressIssueOfProjectVersion

func (a *Client) SuppressIssueOfProjectVersion(params *SuppressIssueOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*SuppressIssueOfProjectVersionOK, error)

SuppressIssueOfProjectVersion suppresses or unsuppress an issue

func (*Client) UpdateTagForIssueOfProjectVersion

UpdateTagForIssueOfProjectVersion updates the custom tag for the specified issues

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new issue of project version controller API client.

type FileBugForIssueOfProjectVersionBadRequest

type FileBugForIssueOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

FileBugForIssueOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewFileBugForIssueOfProjectVersionBadRequest

func NewFileBugForIssueOfProjectVersionBadRequest() *FileBugForIssueOfProjectVersionBadRequest

NewFileBugForIssueOfProjectVersionBadRequest creates a FileBugForIssueOfProjectVersionBadRequest with default headers values

func (*FileBugForIssueOfProjectVersionBadRequest) Error

func (*FileBugForIssueOfProjectVersionBadRequest) GetPayload

type FileBugForIssueOfProjectVersionConflict

type FileBugForIssueOfProjectVersionConflict struct {
	Payload *models.APIResult
}

FileBugForIssueOfProjectVersionConflict handles this case with default header values.

Conflict

func NewFileBugForIssueOfProjectVersionConflict

func NewFileBugForIssueOfProjectVersionConflict() *FileBugForIssueOfProjectVersionConflict

NewFileBugForIssueOfProjectVersionConflict creates a FileBugForIssueOfProjectVersionConflict with default headers values

func (*FileBugForIssueOfProjectVersionConflict) Error

func (*FileBugForIssueOfProjectVersionConflict) GetPayload

type FileBugForIssueOfProjectVersionForbidden

type FileBugForIssueOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

FileBugForIssueOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewFileBugForIssueOfProjectVersionForbidden

func NewFileBugForIssueOfProjectVersionForbidden() *FileBugForIssueOfProjectVersionForbidden

NewFileBugForIssueOfProjectVersionForbidden creates a FileBugForIssueOfProjectVersionForbidden with default headers values

func (*FileBugForIssueOfProjectVersionForbidden) Error

func (*FileBugForIssueOfProjectVersionForbidden) GetPayload

type FileBugForIssueOfProjectVersionInternalServerError

type FileBugForIssueOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

FileBugForIssueOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewFileBugForIssueOfProjectVersionInternalServerError

func NewFileBugForIssueOfProjectVersionInternalServerError() *FileBugForIssueOfProjectVersionInternalServerError

NewFileBugForIssueOfProjectVersionInternalServerError creates a FileBugForIssueOfProjectVersionInternalServerError with default headers values

func (*FileBugForIssueOfProjectVersionInternalServerError) Error

func (*FileBugForIssueOfProjectVersionInternalServerError) GetPayload

type FileBugForIssueOfProjectVersionNotFound

type FileBugForIssueOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

FileBugForIssueOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewFileBugForIssueOfProjectVersionNotFound

func NewFileBugForIssueOfProjectVersionNotFound() *FileBugForIssueOfProjectVersionNotFound

NewFileBugForIssueOfProjectVersionNotFound creates a FileBugForIssueOfProjectVersionNotFound with default headers values

func (*FileBugForIssueOfProjectVersionNotFound) Error

func (*FileBugForIssueOfProjectVersionNotFound) GetPayload

type FileBugForIssueOfProjectVersionOK

type FileBugForIssueOfProjectVersionOK struct {
	Payload *models.APIResultIssueFileBugResponse
}

FileBugForIssueOfProjectVersionOK handles this case with default header values.

OK

func NewFileBugForIssueOfProjectVersionOK

func NewFileBugForIssueOfProjectVersionOK() *FileBugForIssueOfProjectVersionOK

NewFileBugForIssueOfProjectVersionOK creates a FileBugForIssueOfProjectVersionOK with default headers values

func (*FileBugForIssueOfProjectVersionOK) Error

func (*FileBugForIssueOfProjectVersionOK) GetPayload

type FileBugForIssueOfProjectVersionParams

type FileBugForIssueOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.IssueFileBugRequest

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

FileBugForIssueOfProjectVersionParams contains all the parameters to send to the API endpoint for the file bug for issue of project version operation typically these are written to a http.Request

func NewFileBugForIssueOfProjectVersionParams

func NewFileBugForIssueOfProjectVersionParams() *FileBugForIssueOfProjectVersionParams

NewFileBugForIssueOfProjectVersionParams creates a new FileBugForIssueOfProjectVersionParams object with the default values initialized.

func NewFileBugForIssueOfProjectVersionParamsWithContext

func NewFileBugForIssueOfProjectVersionParamsWithContext(ctx context.Context) *FileBugForIssueOfProjectVersionParams

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

func NewFileBugForIssueOfProjectVersionParamsWithHTTPClient

func NewFileBugForIssueOfProjectVersionParamsWithHTTPClient(client *http.Client) *FileBugForIssueOfProjectVersionParams

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

func NewFileBugForIssueOfProjectVersionParamsWithTimeout

func NewFileBugForIssueOfProjectVersionParamsWithTimeout(timeout time.Duration) *FileBugForIssueOfProjectVersionParams

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

func (*FileBugForIssueOfProjectVersionParams) SetContext

SetContext adds the context to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) SetParentID

func (o *FileBugForIssueOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) SetResource

SetResource adds the resource to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) WithContext

WithContext adds the context to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) WithResource

WithResource adds the resource to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the file bug for issue of project version params

func (*FileBugForIssueOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FileBugForIssueOfProjectVersionReader

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

FileBugForIssueOfProjectVersionReader is a Reader for the FileBugForIssueOfProjectVersion structure.

func (*FileBugForIssueOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FileBugForIssueOfProjectVersionUnauthorized

type FileBugForIssueOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

FileBugForIssueOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewFileBugForIssueOfProjectVersionUnauthorized

func NewFileBugForIssueOfProjectVersionUnauthorized() *FileBugForIssueOfProjectVersionUnauthorized

NewFileBugForIssueOfProjectVersionUnauthorized creates a FileBugForIssueOfProjectVersionUnauthorized with default headers values

func (*FileBugForIssueOfProjectVersionUnauthorized) Error

func (*FileBugForIssueOfProjectVersionUnauthorized) GetPayload

type ListIssueOfProjectVersionBadRequest

type ListIssueOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListIssueOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListIssueOfProjectVersionBadRequest

func NewListIssueOfProjectVersionBadRequest() *ListIssueOfProjectVersionBadRequest

NewListIssueOfProjectVersionBadRequest creates a ListIssueOfProjectVersionBadRequest with default headers values

func (*ListIssueOfProjectVersionBadRequest) Error

func (*ListIssueOfProjectVersionBadRequest) GetPayload

type ListIssueOfProjectVersionConflict

type ListIssueOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListIssueOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListIssueOfProjectVersionConflict

func NewListIssueOfProjectVersionConflict() *ListIssueOfProjectVersionConflict

NewListIssueOfProjectVersionConflict creates a ListIssueOfProjectVersionConflict with default headers values

func (*ListIssueOfProjectVersionConflict) Error

func (*ListIssueOfProjectVersionConflict) GetPayload

type ListIssueOfProjectVersionForbidden

type ListIssueOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListIssueOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListIssueOfProjectVersionForbidden

func NewListIssueOfProjectVersionForbidden() *ListIssueOfProjectVersionForbidden

NewListIssueOfProjectVersionForbidden creates a ListIssueOfProjectVersionForbidden with default headers values

func (*ListIssueOfProjectVersionForbidden) Error

func (*ListIssueOfProjectVersionForbidden) GetPayload

type ListIssueOfProjectVersionInternalServerError

type ListIssueOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListIssueOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueOfProjectVersionInternalServerError

func NewListIssueOfProjectVersionInternalServerError() *ListIssueOfProjectVersionInternalServerError

NewListIssueOfProjectVersionInternalServerError creates a ListIssueOfProjectVersionInternalServerError with default headers values

func (*ListIssueOfProjectVersionInternalServerError) Error

func (*ListIssueOfProjectVersionInternalServerError) GetPayload

type ListIssueOfProjectVersionNotFound

type ListIssueOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListIssueOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListIssueOfProjectVersionNotFound

func NewListIssueOfProjectVersionNotFound() *ListIssueOfProjectVersionNotFound

NewListIssueOfProjectVersionNotFound creates a ListIssueOfProjectVersionNotFound with default headers values

func (*ListIssueOfProjectVersionNotFound) Error

func (*ListIssueOfProjectVersionNotFound) GetPayload

type ListIssueOfProjectVersionOK

type ListIssueOfProjectVersionOK struct {
	Payload *models.APIResultListProjectVersionIssue
}

ListIssueOfProjectVersionOK handles this case with default header values.

OK

func NewListIssueOfProjectVersionOK

func NewListIssueOfProjectVersionOK() *ListIssueOfProjectVersionOK

NewListIssueOfProjectVersionOK creates a ListIssueOfProjectVersionOK with default headers values

func (*ListIssueOfProjectVersionOK) Error

func (*ListIssueOfProjectVersionOK) GetPayload

type ListIssueOfProjectVersionParams

type ListIssueOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Filter
	  filter

	*/
	Filter *string
	/*Filterset
	  Filter set to use

	*/
	Filterset *string
	/*Groupid
	  groupid

	*/
	Groupid *string
	/*Groupingtype
	  groupingtype

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

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

	*/
	Orderby *string
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Q
	  An issue query expression, must be used together with the 'qm' parameter

	*/
	Q *string
	/*Qm
	  Syntax mode for the 'q' parameter, mandatory if the 'q' parameter is used

	*/
	Qm *string
	/*Showhidden
	  If 'true', include hidden issues in search results. If 'false', exclude hidden issues from search results. If no options are set, use application version profile settings to get value of this option.

	*/
	Showhidden *bool
	/*Showremoved
	  If 'true', include removed issues in search results. If 'false', exclude removed issues from search results. If no options are set, use application version profile settings to get value of this option.

	*/
	Showremoved *bool
	/*Showshortfilenames
	  If 'true', only short file names will be displayed in issues list.

	*/
	Showshortfilenames *bool
	/*Showsuppressed
	  If 'true', include suppressed issues in search results. If 'false', exclude suppressed issues from search results. If no options are set, use application version profile settings to get value of this option.

	*/
	Showsuppressed *bool
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

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

func NewListIssueOfProjectVersionParams

func NewListIssueOfProjectVersionParams() *ListIssueOfProjectVersionParams

NewListIssueOfProjectVersionParams creates a new ListIssueOfProjectVersionParams object with the default values initialized.

func NewListIssueOfProjectVersionParamsWithContext

func NewListIssueOfProjectVersionParamsWithContext(ctx context.Context) *ListIssueOfProjectVersionParams

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

func NewListIssueOfProjectVersionParamsWithHTTPClient

func NewListIssueOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIssueOfProjectVersionParams

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

func NewListIssueOfProjectVersionParamsWithTimeout

func NewListIssueOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIssueOfProjectVersionParams

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

func (*ListIssueOfProjectVersionParams) SetContext

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

SetContext adds the context to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetFields

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

SetFields adds the fields to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetFilter

func (o *ListIssueOfProjectVersionParams) SetFilter(filter *string)

SetFilter adds the filter to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetFilterset

func (o *ListIssueOfProjectVersionParams) SetFilterset(filterset *string)

SetFilterset adds the filterset to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetGroupid

func (o *ListIssueOfProjectVersionParams) SetGroupid(groupid *string)

SetGroupid adds the groupid to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetGroupingtype

func (o *ListIssueOfProjectVersionParams) SetGroupingtype(groupingtype *string)

SetGroupingtype adds the groupingtype to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetLimit

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

SetLimit adds the limit to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetOrderby

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

SetOrderby adds the orderby to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetParentID

func (o *ListIssueOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetQ

SetQ adds the q to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetQm

SetQm adds the qm to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetShowhidden

func (o *ListIssueOfProjectVersionParams) SetShowhidden(showhidden *bool)

SetShowhidden adds the showhidden to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetShowremoved

func (o *ListIssueOfProjectVersionParams) SetShowremoved(showremoved *bool)

SetShowremoved adds the showremoved to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetShowshortfilenames

func (o *ListIssueOfProjectVersionParams) SetShowshortfilenames(showshortfilenames *bool)

SetShowshortfilenames adds the showshortfilenames to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetShowsuppressed

func (o *ListIssueOfProjectVersionParams) SetShowsuppressed(showsuppressed *bool)

SetShowsuppressed adds the showsuppressed to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetStart

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

SetStart adds the start to the list issue of project version params

func (*ListIssueOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithContext

WithContext adds the context to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithFields

WithFields adds the fields to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithFilter

WithFilter adds the filter to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithFilterset

WithFilterset adds the filterset to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithGroupid

WithGroupid adds the groupid to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithGroupingtype

func (o *ListIssueOfProjectVersionParams) WithGroupingtype(groupingtype *string) *ListIssueOfProjectVersionParams

WithGroupingtype adds the groupingtype to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithLimit

WithLimit adds the limit to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithOrderby

WithOrderby adds the orderby to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithQ

WithQ adds the q to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithQm

WithQm adds the qm to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithShowhidden

WithShowhidden adds the showhidden to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithShowremoved

func (o *ListIssueOfProjectVersionParams) WithShowremoved(showremoved *bool) *ListIssueOfProjectVersionParams

WithShowremoved adds the showremoved to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithShowshortfilenames

func (o *ListIssueOfProjectVersionParams) WithShowshortfilenames(showshortfilenames *bool) *ListIssueOfProjectVersionParams

WithShowshortfilenames adds the showshortfilenames to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithShowsuppressed

func (o *ListIssueOfProjectVersionParams) WithShowsuppressed(showsuppressed *bool) *ListIssueOfProjectVersionParams

WithShowsuppressed adds the showsuppressed to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithStart

WithStart adds the start to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list issue of project version params

func (*ListIssueOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIssueOfProjectVersionReader

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

ListIssueOfProjectVersionReader is a Reader for the ListIssueOfProjectVersion structure.

func (*ListIssueOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueOfProjectVersionUnauthorized

type ListIssueOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListIssueOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueOfProjectVersionUnauthorized

func NewListIssueOfProjectVersionUnauthorized() *ListIssueOfProjectVersionUnauthorized

NewListIssueOfProjectVersionUnauthorized creates a ListIssueOfProjectVersionUnauthorized with default headers values

func (*ListIssueOfProjectVersionUnauthorized) Error

func (*ListIssueOfProjectVersionUnauthorized) GetPayload

type ReadIssueOfProjectVersionBadRequest

type ReadIssueOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadIssueOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadIssueOfProjectVersionBadRequest

func NewReadIssueOfProjectVersionBadRequest() *ReadIssueOfProjectVersionBadRequest

NewReadIssueOfProjectVersionBadRequest creates a ReadIssueOfProjectVersionBadRequest with default headers values

func (*ReadIssueOfProjectVersionBadRequest) Error

func (*ReadIssueOfProjectVersionBadRequest) GetPayload

type ReadIssueOfProjectVersionConflict

type ReadIssueOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadIssueOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadIssueOfProjectVersionConflict

func NewReadIssueOfProjectVersionConflict() *ReadIssueOfProjectVersionConflict

NewReadIssueOfProjectVersionConflict creates a ReadIssueOfProjectVersionConflict with default headers values

func (*ReadIssueOfProjectVersionConflict) Error

func (*ReadIssueOfProjectVersionConflict) GetPayload

type ReadIssueOfProjectVersionForbidden

type ReadIssueOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadIssueOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadIssueOfProjectVersionForbidden

func NewReadIssueOfProjectVersionForbidden() *ReadIssueOfProjectVersionForbidden

NewReadIssueOfProjectVersionForbidden creates a ReadIssueOfProjectVersionForbidden with default headers values

func (*ReadIssueOfProjectVersionForbidden) Error

func (*ReadIssueOfProjectVersionForbidden) GetPayload

type ReadIssueOfProjectVersionInternalServerError

type ReadIssueOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadIssueOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadIssueOfProjectVersionInternalServerError

func NewReadIssueOfProjectVersionInternalServerError() *ReadIssueOfProjectVersionInternalServerError

NewReadIssueOfProjectVersionInternalServerError creates a ReadIssueOfProjectVersionInternalServerError with default headers values

func (*ReadIssueOfProjectVersionInternalServerError) Error

func (*ReadIssueOfProjectVersionInternalServerError) GetPayload

type ReadIssueOfProjectVersionNotFound

type ReadIssueOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadIssueOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadIssueOfProjectVersionNotFound

func NewReadIssueOfProjectVersionNotFound() *ReadIssueOfProjectVersionNotFound

NewReadIssueOfProjectVersionNotFound creates a ReadIssueOfProjectVersionNotFound with default headers values

func (*ReadIssueOfProjectVersionNotFound) Error

func (*ReadIssueOfProjectVersionNotFound) GetPayload

type ReadIssueOfProjectVersionOK

type ReadIssueOfProjectVersionOK struct {
	Payload *models.APIResultProjectVersionIssue
}

ReadIssueOfProjectVersionOK handles this case with default header values.

OK

func NewReadIssueOfProjectVersionOK

func NewReadIssueOfProjectVersionOK() *ReadIssueOfProjectVersionOK

NewReadIssueOfProjectVersionOK creates a ReadIssueOfProjectVersionOK with default headers values

func (*ReadIssueOfProjectVersionOK) Error

func (*ReadIssueOfProjectVersionOK) GetPayload

type ReadIssueOfProjectVersionParams

type ReadIssueOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewReadIssueOfProjectVersionParams

func NewReadIssueOfProjectVersionParams() *ReadIssueOfProjectVersionParams

NewReadIssueOfProjectVersionParams creates a new ReadIssueOfProjectVersionParams object with the default values initialized.

func NewReadIssueOfProjectVersionParamsWithContext

func NewReadIssueOfProjectVersionParamsWithContext(ctx context.Context) *ReadIssueOfProjectVersionParams

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

func NewReadIssueOfProjectVersionParamsWithHTTPClient

func NewReadIssueOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadIssueOfProjectVersionParams

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

func NewReadIssueOfProjectVersionParamsWithTimeout

func NewReadIssueOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadIssueOfProjectVersionParams

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

func (*ReadIssueOfProjectVersionParams) SetContext

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

SetContext adds the context to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) SetFields

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

SetFields adds the fields to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) SetID

SetID adds the id to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) SetParentID

func (o *ReadIssueOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) WithContext

WithContext adds the context to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) WithFields

WithFields adds the fields to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) WithID

WithID adds the id to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read issue of project version params

func (*ReadIssueOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadIssueOfProjectVersionReader

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

ReadIssueOfProjectVersionReader is a Reader for the ReadIssueOfProjectVersion structure.

func (*ReadIssueOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadIssueOfProjectVersionUnauthorized

type ReadIssueOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadIssueOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadIssueOfProjectVersionUnauthorized

func NewReadIssueOfProjectVersionUnauthorized() *ReadIssueOfProjectVersionUnauthorized

NewReadIssueOfProjectVersionUnauthorized creates a ReadIssueOfProjectVersionUnauthorized with default headers values

func (*ReadIssueOfProjectVersionUnauthorized) Error

func (*ReadIssueOfProjectVersionUnauthorized) GetPayload

type SuppressIssueOfProjectVersionBadRequest

type SuppressIssueOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

SuppressIssueOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewSuppressIssueOfProjectVersionBadRequest

func NewSuppressIssueOfProjectVersionBadRequest() *SuppressIssueOfProjectVersionBadRequest

NewSuppressIssueOfProjectVersionBadRequest creates a SuppressIssueOfProjectVersionBadRequest with default headers values

func (*SuppressIssueOfProjectVersionBadRequest) Error

func (*SuppressIssueOfProjectVersionBadRequest) GetPayload

type SuppressIssueOfProjectVersionConflict

type SuppressIssueOfProjectVersionConflict struct {
	Payload *models.APIResult
}

SuppressIssueOfProjectVersionConflict handles this case with default header values.

Conflict

func NewSuppressIssueOfProjectVersionConflict

func NewSuppressIssueOfProjectVersionConflict() *SuppressIssueOfProjectVersionConflict

NewSuppressIssueOfProjectVersionConflict creates a SuppressIssueOfProjectVersionConflict with default headers values

func (*SuppressIssueOfProjectVersionConflict) Error

func (*SuppressIssueOfProjectVersionConflict) GetPayload

type SuppressIssueOfProjectVersionForbidden

type SuppressIssueOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

SuppressIssueOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewSuppressIssueOfProjectVersionForbidden

func NewSuppressIssueOfProjectVersionForbidden() *SuppressIssueOfProjectVersionForbidden

NewSuppressIssueOfProjectVersionForbidden creates a SuppressIssueOfProjectVersionForbidden with default headers values

func (*SuppressIssueOfProjectVersionForbidden) Error

func (*SuppressIssueOfProjectVersionForbidden) GetPayload

type SuppressIssueOfProjectVersionInternalServerError

type SuppressIssueOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

SuppressIssueOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewSuppressIssueOfProjectVersionInternalServerError

func NewSuppressIssueOfProjectVersionInternalServerError() *SuppressIssueOfProjectVersionInternalServerError

NewSuppressIssueOfProjectVersionInternalServerError creates a SuppressIssueOfProjectVersionInternalServerError with default headers values

func (*SuppressIssueOfProjectVersionInternalServerError) Error

func (*SuppressIssueOfProjectVersionInternalServerError) GetPayload

type SuppressIssueOfProjectVersionNotFound

type SuppressIssueOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

SuppressIssueOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewSuppressIssueOfProjectVersionNotFound

func NewSuppressIssueOfProjectVersionNotFound() *SuppressIssueOfProjectVersionNotFound

NewSuppressIssueOfProjectVersionNotFound creates a SuppressIssueOfProjectVersionNotFound with default headers values

func (*SuppressIssueOfProjectVersionNotFound) Error

func (*SuppressIssueOfProjectVersionNotFound) GetPayload

type SuppressIssueOfProjectVersionOK

type SuppressIssueOfProjectVersionOK struct {
	Payload *models.APIResultIssueActionResponse
}

SuppressIssueOfProjectVersionOK handles this case with default header values.

OK

func NewSuppressIssueOfProjectVersionOK

func NewSuppressIssueOfProjectVersionOK() *SuppressIssueOfProjectVersionOK

NewSuppressIssueOfProjectVersionOK creates a SuppressIssueOfProjectVersionOK with default headers values

func (*SuppressIssueOfProjectVersionOK) Error

func (*SuppressIssueOfProjectVersionOK) GetPayload

type SuppressIssueOfProjectVersionParams

type SuppressIssueOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.IssueSuppressRequest

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

SuppressIssueOfProjectVersionParams contains all the parameters to send to the API endpoint for the suppress issue of project version operation typically these are written to a http.Request

func NewSuppressIssueOfProjectVersionParams

func NewSuppressIssueOfProjectVersionParams() *SuppressIssueOfProjectVersionParams

NewSuppressIssueOfProjectVersionParams creates a new SuppressIssueOfProjectVersionParams object with the default values initialized.

func NewSuppressIssueOfProjectVersionParamsWithContext

func NewSuppressIssueOfProjectVersionParamsWithContext(ctx context.Context) *SuppressIssueOfProjectVersionParams

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

func NewSuppressIssueOfProjectVersionParamsWithHTTPClient

func NewSuppressIssueOfProjectVersionParamsWithHTTPClient(client *http.Client) *SuppressIssueOfProjectVersionParams

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

func NewSuppressIssueOfProjectVersionParamsWithTimeout

func NewSuppressIssueOfProjectVersionParamsWithTimeout(timeout time.Duration) *SuppressIssueOfProjectVersionParams

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

func (*SuppressIssueOfProjectVersionParams) SetContext

SetContext adds the context to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) SetParentID

func (o *SuppressIssueOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) SetResource

SetResource adds the resource to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) WithContext

WithContext adds the context to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) WithResource

WithResource adds the resource to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the suppress issue of project version params

func (*SuppressIssueOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SuppressIssueOfProjectVersionReader

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

SuppressIssueOfProjectVersionReader is a Reader for the SuppressIssueOfProjectVersion structure.

func (*SuppressIssueOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SuppressIssueOfProjectVersionUnauthorized

type SuppressIssueOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

SuppressIssueOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewSuppressIssueOfProjectVersionUnauthorized

func NewSuppressIssueOfProjectVersionUnauthorized() *SuppressIssueOfProjectVersionUnauthorized

NewSuppressIssueOfProjectVersionUnauthorized creates a SuppressIssueOfProjectVersionUnauthorized with default headers values

func (*SuppressIssueOfProjectVersionUnauthorized) Error

func (*SuppressIssueOfProjectVersionUnauthorized) GetPayload

type UpdateTagForIssueOfProjectVersionBadRequest

type UpdateTagForIssueOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateTagForIssueOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateTagForIssueOfProjectVersionBadRequest

func NewUpdateTagForIssueOfProjectVersionBadRequest() *UpdateTagForIssueOfProjectVersionBadRequest

NewUpdateTagForIssueOfProjectVersionBadRequest creates a UpdateTagForIssueOfProjectVersionBadRequest with default headers values

func (*UpdateTagForIssueOfProjectVersionBadRequest) Error

func (*UpdateTagForIssueOfProjectVersionBadRequest) GetPayload

type UpdateTagForIssueOfProjectVersionConflict

type UpdateTagForIssueOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateTagForIssueOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateTagForIssueOfProjectVersionConflict

func NewUpdateTagForIssueOfProjectVersionConflict() *UpdateTagForIssueOfProjectVersionConflict

NewUpdateTagForIssueOfProjectVersionConflict creates a UpdateTagForIssueOfProjectVersionConflict with default headers values

func (*UpdateTagForIssueOfProjectVersionConflict) Error

func (*UpdateTagForIssueOfProjectVersionConflict) GetPayload

type UpdateTagForIssueOfProjectVersionForbidden

type UpdateTagForIssueOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateTagForIssueOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateTagForIssueOfProjectVersionForbidden

func NewUpdateTagForIssueOfProjectVersionForbidden() *UpdateTagForIssueOfProjectVersionForbidden

NewUpdateTagForIssueOfProjectVersionForbidden creates a UpdateTagForIssueOfProjectVersionForbidden with default headers values

func (*UpdateTagForIssueOfProjectVersionForbidden) Error

func (*UpdateTagForIssueOfProjectVersionForbidden) GetPayload

type UpdateTagForIssueOfProjectVersionInternalServerError

type UpdateTagForIssueOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateTagForIssueOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateTagForIssueOfProjectVersionInternalServerError

func NewUpdateTagForIssueOfProjectVersionInternalServerError() *UpdateTagForIssueOfProjectVersionInternalServerError

NewUpdateTagForIssueOfProjectVersionInternalServerError creates a UpdateTagForIssueOfProjectVersionInternalServerError with default headers values

func (*UpdateTagForIssueOfProjectVersionInternalServerError) Error

func (*UpdateTagForIssueOfProjectVersionInternalServerError) GetPayload

type UpdateTagForIssueOfProjectVersionNotFound

type UpdateTagForIssueOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateTagForIssueOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateTagForIssueOfProjectVersionNotFound

func NewUpdateTagForIssueOfProjectVersionNotFound() *UpdateTagForIssueOfProjectVersionNotFound

NewUpdateTagForIssueOfProjectVersionNotFound creates a UpdateTagForIssueOfProjectVersionNotFound with default headers values

func (*UpdateTagForIssueOfProjectVersionNotFound) Error

func (*UpdateTagForIssueOfProjectVersionNotFound) GetPayload

type UpdateTagForIssueOfProjectVersionOK

type UpdateTagForIssueOfProjectVersionOK struct {
	Payload *models.APIResultIssueActionResponse
}

UpdateTagForIssueOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateTagForIssueOfProjectVersionOK

func NewUpdateTagForIssueOfProjectVersionOK() *UpdateTagForIssueOfProjectVersionOK

NewUpdateTagForIssueOfProjectVersionOK creates a UpdateTagForIssueOfProjectVersionOK with default headers values

func (*UpdateTagForIssueOfProjectVersionOK) Error

func (*UpdateTagForIssueOfProjectVersionOK) GetPayload

type UpdateTagForIssueOfProjectVersionParams

type UpdateTagForIssueOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.IssueUpdateTagRequest

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

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

func NewUpdateTagForIssueOfProjectVersionParams

func NewUpdateTagForIssueOfProjectVersionParams() *UpdateTagForIssueOfProjectVersionParams

NewUpdateTagForIssueOfProjectVersionParams creates a new UpdateTagForIssueOfProjectVersionParams object with the default values initialized.

func NewUpdateTagForIssueOfProjectVersionParamsWithContext

func NewUpdateTagForIssueOfProjectVersionParamsWithContext(ctx context.Context) *UpdateTagForIssueOfProjectVersionParams

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

func NewUpdateTagForIssueOfProjectVersionParamsWithHTTPClient

func NewUpdateTagForIssueOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateTagForIssueOfProjectVersionParams

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

func NewUpdateTagForIssueOfProjectVersionParamsWithTimeout

func NewUpdateTagForIssueOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateTagForIssueOfProjectVersionParams

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

func (*UpdateTagForIssueOfProjectVersionParams) SetContext

SetContext adds the context to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) SetParentID

func (o *UpdateTagForIssueOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) SetResource

SetResource adds the resource to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) WithContext

WithContext adds the context to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) WithResource

WithResource adds the resource to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update tag for issue of project version params

func (*UpdateTagForIssueOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateTagForIssueOfProjectVersionReader

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

UpdateTagForIssueOfProjectVersionReader is a Reader for the UpdateTagForIssueOfProjectVersion structure.

func (*UpdateTagForIssueOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateTagForIssueOfProjectVersionUnauthorized

type UpdateTagForIssueOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateTagForIssueOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateTagForIssueOfProjectVersionUnauthorized

func NewUpdateTagForIssueOfProjectVersionUnauthorized() *UpdateTagForIssueOfProjectVersionUnauthorized

NewUpdateTagForIssueOfProjectVersionUnauthorized creates a UpdateTagForIssueOfProjectVersionUnauthorized with default headers values

func (*UpdateTagForIssueOfProjectVersionUnauthorized) Error

func (*UpdateTagForIssueOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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