issue_assignment_of_project_version_controller

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for issue assignment of project version controller API

func (*Client) ListIssueAssignmentOfProjectVersion

ListIssueAssignmentOfProjectVersion lists

func (*Client) ReadIssueAssignmentOfProjectVersion

ReadIssueAssignmentOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListIssueAssignmentOfProjectVersion(params *ListIssueAssignmentOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueAssignmentOfProjectVersionOK, error)

	ReadIssueAssignmentOfProjectVersion(params *ReadIssueAssignmentOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadIssueAssignmentOfProjectVersionOK, 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 issue assignment of project version controller API client.

type ListIssueAssignmentOfProjectVersionBadRequest

type ListIssueAssignmentOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListIssueAssignmentOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListIssueAssignmentOfProjectVersionBadRequest

func NewListIssueAssignmentOfProjectVersionBadRequest() *ListIssueAssignmentOfProjectVersionBadRequest

NewListIssueAssignmentOfProjectVersionBadRequest creates a ListIssueAssignmentOfProjectVersionBadRequest with default headers values

func (*ListIssueAssignmentOfProjectVersionBadRequest) Error

func (*ListIssueAssignmentOfProjectVersionBadRequest) GetPayload

type ListIssueAssignmentOfProjectVersionConflict

type ListIssueAssignmentOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListIssueAssignmentOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListIssueAssignmentOfProjectVersionConflict

func NewListIssueAssignmentOfProjectVersionConflict() *ListIssueAssignmentOfProjectVersionConflict

NewListIssueAssignmentOfProjectVersionConflict creates a ListIssueAssignmentOfProjectVersionConflict with default headers values

func (*ListIssueAssignmentOfProjectVersionConflict) Error

func (*ListIssueAssignmentOfProjectVersionConflict) GetPayload

type ListIssueAssignmentOfProjectVersionForbidden

type ListIssueAssignmentOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListIssueAssignmentOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListIssueAssignmentOfProjectVersionForbidden

func NewListIssueAssignmentOfProjectVersionForbidden() *ListIssueAssignmentOfProjectVersionForbidden

NewListIssueAssignmentOfProjectVersionForbidden creates a ListIssueAssignmentOfProjectVersionForbidden with default headers values

func (*ListIssueAssignmentOfProjectVersionForbidden) Error

func (*ListIssueAssignmentOfProjectVersionForbidden) GetPayload

type ListIssueAssignmentOfProjectVersionInternalServerError

type ListIssueAssignmentOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListIssueAssignmentOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueAssignmentOfProjectVersionInternalServerError

func NewListIssueAssignmentOfProjectVersionInternalServerError() *ListIssueAssignmentOfProjectVersionInternalServerError

NewListIssueAssignmentOfProjectVersionInternalServerError creates a ListIssueAssignmentOfProjectVersionInternalServerError with default headers values

func (*ListIssueAssignmentOfProjectVersionInternalServerError) Error

func (*ListIssueAssignmentOfProjectVersionInternalServerError) GetPayload

type ListIssueAssignmentOfProjectVersionNotFound

type ListIssueAssignmentOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListIssueAssignmentOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListIssueAssignmentOfProjectVersionNotFound

func NewListIssueAssignmentOfProjectVersionNotFound() *ListIssueAssignmentOfProjectVersionNotFound

NewListIssueAssignmentOfProjectVersionNotFound creates a ListIssueAssignmentOfProjectVersionNotFound with default headers values

func (*ListIssueAssignmentOfProjectVersionNotFound) Error

func (*ListIssueAssignmentOfProjectVersionNotFound) GetPayload

type ListIssueAssignmentOfProjectVersionOK

type ListIssueAssignmentOfProjectVersionOK struct {
	Payload *models.APIResultListIssueAssignment
}

ListIssueAssignmentOfProjectVersionOK handles this case with default header values.

OK

func NewListIssueAssignmentOfProjectVersionOK

func NewListIssueAssignmentOfProjectVersionOK() *ListIssueAssignmentOfProjectVersionOK

NewListIssueAssignmentOfProjectVersionOK creates a ListIssueAssignmentOfProjectVersionOK with default headers values

func (*ListIssueAssignmentOfProjectVersionOK) Error

func (*ListIssueAssignmentOfProjectVersionOK) GetPayload

type ListIssueAssignmentOfProjectVersionParams

type ListIssueAssignmentOfProjectVersionParams struct {

	/*Entityname
	  entityname

	*/
	Entityname *string
	/*Fields
	  Output fields

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

	*/
	Limit *int32
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

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

func NewListIssueAssignmentOfProjectVersionParams

func NewListIssueAssignmentOfProjectVersionParams() *ListIssueAssignmentOfProjectVersionParams

NewListIssueAssignmentOfProjectVersionParams creates a new ListIssueAssignmentOfProjectVersionParams object with the default values initialized.

func NewListIssueAssignmentOfProjectVersionParamsWithContext

func NewListIssueAssignmentOfProjectVersionParamsWithContext(ctx context.Context) *ListIssueAssignmentOfProjectVersionParams

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

func NewListIssueAssignmentOfProjectVersionParamsWithHTTPClient

func NewListIssueAssignmentOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIssueAssignmentOfProjectVersionParams

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

func NewListIssueAssignmentOfProjectVersionParamsWithTimeout

func NewListIssueAssignmentOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIssueAssignmentOfProjectVersionParams

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

func (*ListIssueAssignmentOfProjectVersionParams) SetContext

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

func (*ListIssueAssignmentOfProjectVersionParams) SetEntityname

func (o *ListIssueAssignmentOfProjectVersionParams) SetEntityname(entityname *string)

SetEntityname adds the entityname to the list issue assignment of project version params

func (*ListIssueAssignmentOfProjectVersionParams) SetFields

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

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

func (*ListIssueAssignmentOfProjectVersionParams) SetHTTPClient

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

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

func (*ListIssueAssignmentOfProjectVersionParams) SetLimit

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

func (*ListIssueAssignmentOfProjectVersionParams) SetParentID

func (o *ListIssueAssignmentOfProjectVersionParams) SetParentID(parentID int64)

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

func (*ListIssueAssignmentOfProjectVersionParams) SetStart

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

func (*ListIssueAssignmentOfProjectVersionParams) SetTimeout

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

func (*ListIssueAssignmentOfProjectVersionParams) WithContext

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

func (*ListIssueAssignmentOfProjectVersionParams) WithEntityname

WithEntityname adds the entityname to the list issue assignment of project version params

func (*ListIssueAssignmentOfProjectVersionParams) WithFields

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

func (*ListIssueAssignmentOfProjectVersionParams) WithHTTPClient

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

func (*ListIssueAssignmentOfProjectVersionParams) WithLimit

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

func (*ListIssueAssignmentOfProjectVersionParams) WithParentID

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

func (*ListIssueAssignmentOfProjectVersionParams) WithStart

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

func (*ListIssueAssignmentOfProjectVersionParams) WithTimeout

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

func (*ListIssueAssignmentOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIssueAssignmentOfProjectVersionReader

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

ListIssueAssignmentOfProjectVersionReader is a Reader for the ListIssueAssignmentOfProjectVersion structure.

func (*ListIssueAssignmentOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueAssignmentOfProjectVersionUnauthorized

type ListIssueAssignmentOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListIssueAssignmentOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueAssignmentOfProjectVersionUnauthorized

func NewListIssueAssignmentOfProjectVersionUnauthorized() *ListIssueAssignmentOfProjectVersionUnauthorized

NewListIssueAssignmentOfProjectVersionUnauthorized creates a ListIssueAssignmentOfProjectVersionUnauthorized with default headers values

func (*ListIssueAssignmentOfProjectVersionUnauthorized) Error

func (*ListIssueAssignmentOfProjectVersionUnauthorized) GetPayload

type ReadIssueAssignmentOfProjectVersionBadRequest

type ReadIssueAssignmentOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadIssueAssignmentOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadIssueAssignmentOfProjectVersionBadRequest

func NewReadIssueAssignmentOfProjectVersionBadRequest() *ReadIssueAssignmentOfProjectVersionBadRequest

NewReadIssueAssignmentOfProjectVersionBadRequest creates a ReadIssueAssignmentOfProjectVersionBadRequest with default headers values

func (*ReadIssueAssignmentOfProjectVersionBadRequest) Error

func (*ReadIssueAssignmentOfProjectVersionBadRequest) GetPayload

type ReadIssueAssignmentOfProjectVersionConflict

type ReadIssueAssignmentOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadIssueAssignmentOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadIssueAssignmentOfProjectVersionConflict

func NewReadIssueAssignmentOfProjectVersionConflict() *ReadIssueAssignmentOfProjectVersionConflict

NewReadIssueAssignmentOfProjectVersionConflict creates a ReadIssueAssignmentOfProjectVersionConflict with default headers values

func (*ReadIssueAssignmentOfProjectVersionConflict) Error

func (*ReadIssueAssignmentOfProjectVersionConflict) GetPayload

type ReadIssueAssignmentOfProjectVersionForbidden

type ReadIssueAssignmentOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadIssueAssignmentOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadIssueAssignmentOfProjectVersionForbidden

func NewReadIssueAssignmentOfProjectVersionForbidden() *ReadIssueAssignmentOfProjectVersionForbidden

NewReadIssueAssignmentOfProjectVersionForbidden creates a ReadIssueAssignmentOfProjectVersionForbidden with default headers values

func (*ReadIssueAssignmentOfProjectVersionForbidden) Error

func (*ReadIssueAssignmentOfProjectVersionForbidden) GetPayload

type ReadIssueAssignmentOfProjectVersionInternalServerError

type ReadIssueAssignmentOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadIssueAssignmentOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadIssueAssignmentOfProjectVersionInternalServerError

func NewReadIssueAssignmentOfProjectVersionInternalServerError() *ReadIssueAssignmentOfProjectVersionInternalServerError

NewReadIssueAssignmentOfProjectVersionInternalServerError creates a ReadIssueAssignmentOfProjectVersionInternalServerError with default headers values

func (*ReadIssueAssignmentOfProjectVersionInternalServerError) Error

func (*ReadIssueAssignmentOfProjectVersionInternalServerError) GetPayload

type ReadIssueAssignmentOfProjectVersionNotFound

type ReadIssueAssignmentOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadIssueAssignmentOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadIssueAssignmentOfProjectVersionNotFound

func NewReadIssueAssignmentOfProjectVersionNotFound() *ReadIssueAssignmentOfProjectVersionNotFound

NewReadIssueAssignmentOfProjectVersionNotFound creates a ReadIssueAssignmentOfProjectVersionNotFound with default headers values

func (*ReadIssueAssignmentOfProjectVersionNotFound) Error

func (*ReadIssueAssignmentOfProjectVersionNotFound) GetPayload

type ReadIssueAssignmentOfProjectVersionOK

type ReadIssueAssignmentOfProjectVersionOK struct {
	Payload *models.APIResultIssueAssignment
}

ReadIssueAssignmentOfProjectVersionOK handles this case with default header values.

OK

func NewReadIssueAssignmentOfProjectVersionOK

func NewReadIssueAssignmentOfProjectVersionOK() *ReadIssueAssignmentOfProjectVersionOK

NewReadIssueAssignmentOfProjectVersionOK creates a ReadIssueAssignmentOfProjectVersionOK with default headers values

func (*ReadIssueAssignmentOfProjectVersionOK) Error

func (*ReadIssueAssignmentOfProjectVersionOK) GetPayload

type ReadIssueAssignmentOfProjectVersionParams

type ReadIssueAssignmentOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewReadIssueAssignmentOfProjectVersionParams

func NewReadIssueAssignmentOfProjectVersionParams() *ReadIssueAssignmentOfProjectVersionParams

NewReadIssueAssignmentOfProjectVersionParams creates a new ReadIssueAssignmentOfProjectVersionParams object with the default values initialized.

func NewReadIssueAssignmentOfProjectVersionParamsWithContext

func NewReadIssueAssignmentOfProjectVersionParamsWithContext(ctx context.Context) *ReadIssueAssignmentOfProjectVersionParams

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

func NewReadIssueAssignmentOfProjectVersionParamsWithHTTPClient

func NewReadIssueAssignmentOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadIssueAssignmentOfProjectVersionParams

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

func NewReadIssueAssignmentOfProjectVersionParamsWithTimeout

func NewReadIssueAssignmentOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadIssueAssignmentOfProjectVersionParams

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

func (*ReadIssueAssignmentOfProjectVersionParams) SetContext

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

func (*ReadIssueAssignmentOfProjectVersionParams) SetFields

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

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

func (*ReadIssueAssignmentOfProjectVersionParams) SetHTTPClient

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

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

func (*ReadIssueAssignmentOfProjectVersionParams) SetID

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

func (*ReadIssueAssignmentOfProjectVersionParams) SetParentID

func (o *ReadIssueAssignmentOfProjectVersionParams) SetParentID(parentID int64)

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

func (*ReadIssueAssignmentOfProjectVersionParams) SetTimeout

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

func (*ReadIssueAssignmentOfProjectVersionParams) WithContext

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

func (*ReadIssueAssignmentOfProjectVersionParams) WithFields

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

func (*ReadIssueAssignmentOfProjectVersionParams) WithHTTPClient

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

func (*ReadIssueAssignmentOfProjectVersionParams) WithID

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

func (*ReadIssueAssignmentOfProjectVersionParams) WithParentID

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

func (*ReadIssueAssignmentOfProjectVersionParams) WithTimeout

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

func (*ReadIssueAssignmentOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadIssueAssignmentOfProjectVersionReader

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

ReadIssueAssignmentOfProjectVersionReader is a Reader for the ReadIssueAssignmentOfProjectVersion structure.

func (*ReadIssueAssignmentOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadIssueAssignmentOfProjectVersionUnauthorized

type ReadIssueAssignmentOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadIssueAssignmentOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadIssueAssignmentOfProjectVersionUnauthorized

func NewReadIssueAssignmentOfProjectVersionUnauthorized() *ReadIssueAssignmentOfProjectVersionUnauthorized

NewReadIssueAssignmentOfProjectVersionUnauthorized creates a ReadIssueAssignmentOfProjectVersionUnauthorized with default headers values

func (*ReadIssueAssignmentOfProjectVersionUnauthorized) Error

func (*ReadIssueAssignmentOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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