user_issue_search_options_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 user issue search options of project version controller API

func (*Client) GetUserIssueSearchOptionsOfProjectVersion

GetUserIssueSearchOptionsOfProjectVersion gets

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUserIssueSearchOptionsOfProjectVersion

UpdateUserIssueSearchOptionsOfProjectVersion updates

type ClientService

type ClientService interface {
	GetUserIssueSearchOptionsOfProjectVersion(params *GetUserIssueSearchOptionsOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIssueSearchOptionsOfProjectVersionOK, error)

	UpdateUserIssueSearchOptionsOfProjectVersion(params *UpdateUserIssueSearchOptionsOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserIssueSearchOptionsOfProjectVersionOK, 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 user issue search options of project version controller API client.

type GetUserIssueSearchOptionsOfProjectVersionBadRequest

type GetUserIssueSearchOptionsOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewGetUserIssueSearchOptionsOfProjectVersionBadRequest

func NewGetUserIssueSearchOptionsOfProjectVersionBadRequest() *GetUserIssueSearchOptionsOfProjectVersionBadRequest

NewGetUserIssueSearchOptionsOfProjectVersionBadRequest creates a GetUserIssueSearchOptionsOfProjectVersionBadRequest with default headers values

func (*GetUserIssueSearchOptionsOfProjectVersionBadRequest) Error

func (*GetUserIssueSearchOptionsOfProjectVersionBadRequest) GetPayload

type GetUserIssueSearchOptionsOfProjectVersionConflict

type GetUserIssueSearchOptionsOfProjectVersionConflict struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsOfProjectVersionConflict handles this case with default header values.

Conflict

func NewGetUserIssueSearchOptionsOfProjectVersionConflict

func NewGetUserIssueSearchOptionsOfProjectVersionConflict() *GetUserIssueSearchOptionsOfProjectVersionConflict

NewGetUserIssueSearchOptionsOfProjectVersionConflict creates a GetUserIssueSearchOptionsOfProjectVersionConflict with default headers values

func (*GetUserIssueSearchOptionsOfProjectVersionConflict) Error

func (*GetUserIssueSearchOptionsOfProjectVersionConflict) GetPayload

type GetUserIssueSearchOptionsOfProjectVersionForbidden

type GetUserIssueSearchOptionsOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewGetUserIssueSearchOptionsOfProjectVersionForbidden

func NewGetUserIssueSearchOptionsOfProjectVersionForbidden() *GetUserIssueSearchOptionsOfProjectVersionForbidden

NewGetUserIssueSearchOptionsOfProjectVersionForbidden creates a GetUserIssueSearchOptionsOfProjectVersionForbidden with default headers values

func (*GetUserIssueSearchOptionsOfProjectVersionForbidden) Error

func (*GetUserIssueSearchOptionsOfProjectVersionForbidden) GetPayload

type GetUserIssueSearchOptionsOfProjectVersionInternalServerError

type GetUserIssueSearchOptionsOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserIssueSearchOptionsOfProjectVersionInternalServerError

func NewGetUserIssueSearchOptionsOfProjectVersionInternalServerError() *GetUserIssueSearchOptionsOfProjectVersionInternalServerError

NewGetUserIssueSearchOptionsOfProjectVersionInternalServerError creates a GetUserIssueSearchOptionsOfProjectVersionInternalServerError with default headers values

func (*GetUserIssueSearchOptionsOfProjectVersionInternalServerError) Error

func (*GetUserIssueSearchOptionsOfProjectVersionInternalServerError) GetPayload

type GetUserIssueSearchOptionsOfProjectVersionNotFound

type GetUserIssueSearchOptionsOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewGetUserIssueSearchOptionsOfProjectVersionNotFound

func NewGetUserIssueSearchOptionsOfProjectVersionNotFound() *GetUserIssueSearchOptionsOfProjectVersionNotFound

NewGetUserIssueSearchOptionsOfProjectVersionNotFound creates a GetUserIssueSearchOptionsOfProjectVersionNotFound with default headers values

func (*GetUserIssueSearchOptionsOfProjectVersionNotFound) Error

func (*GetUserIssueSearchOptionsOfProjectVersionNotFound) GetPayload

type GetUserIssueSearchOptionsOfProjectVersionOK

type GetUserIssueSearchOptionsOfProjectVersionOK struct {
	Payload *models.APIResultUserIssueSearchOptions
}

GetUserIssueSearchOptionsOfProjectVersionOK handles this case with default header values.

OK

func NewGetUserIssueSearchOptionsOfProjectVersionOK

func NewGetUserIssueSearchOptionsOfProjectVersionOK() *GetUserIssueSearchOptionsOfProjectVersionOK

NewGetUserIssueSearchOptionsOfProjectVersionOK creates a GetUserIssueSearchOptionsOfProjectVersionOK with default headers values

func (*GetUserIssueSearchOptionsOfProjectVersionOK) Error

func (*GetUserIssueSearchOptionsOfProjectVersionOK) GetPayload

type GetUserIssueSearchOptionsOfProjectVersionParams

type GetUserIssueSearchOptionsOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

GetUserIssueSearchOptionsOfProjectVersionParams contains all the parameters to send to the API endpoint for the get user issue search options of project version operation typically these are written to a http.Request

func NewGetUserIssueSearchOptionsOfProjectVersionParams

func NewGetUserIssueSearchOptionsOfProjectVersionParams() *GetUserIssueSearchOptionsOfProjectVersionParams

NewGetUserIssueSearchOptionsOfProjectVersionParams creates a new GetUserIssueSearchOptionsOfProjectVersionParams object with the default values initialized.

func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithContext

func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithContext(ctx context.Context) *GetUserIssueSearchOptionsOfProjectVersionParams

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

func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithHTTPClient

func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsOfProjectVersionParams

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

func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithTimeout

func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsOfProjectVersionParams

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

func (*GetUserIssueSearchOptionsOfProjectVersionParams) SetContext

SetContext adds the context to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) SetFields

SetFields adds the fields to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) SetParentID

func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithContext

WithContext adds the context to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithFields

WithFields adds the fields to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the get user issue search options of project version params

func (*GetUserIssueSearchOptionsOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserIssueSearchOptionsOfProjectVersionReader

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

GetUserIssueSearchOptionsOfProjectVersionReader is a Reader for the GetUserIssueSearchOptionsOfProjectVersion structure.

func (*GetUserIssueSearchOptionsOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserIssueSearchOptionsOfProjectVersionUnauthorized

type GetUserIssueSearchOptionsOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserIssueSearchOptionsOfProjectVersionUnauthorized

func NewGetUserIssueSearchOptionsOfProjectVersionUnauthorized() *GetUserIssueSearchOptionsOfProjectVersionUnauthorized

NewGetUserIssueSearchOptionsOfProjectVersionUnauthorized creates a GetUserIssueSearchOptionsOfProjectVersionUnauthorized with default headers values

func (*GetUserIssueSearchOptionsOfProjectVersionUnauthorized) Error

func (*GetUserIssueSearchOptionsOfProjectVersionUnauthorized) GetPayload

type UpdateUserIssueSearchOptionsOfProjectVersionBadRequest

type UpdateUserIssueSearchOptionsOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateUserIssueSearchOptionsOfProjectVersionBadRequest

func NewUpdateUserIssueSearchOptionsOfProjectVersionBadRequest() *UpdateUserIssueSearchOptionsOfProjectVersionBadRequest

NewUpdateUserIssueSearchOptionsOfProjectVersionBadRequest creates a UpdateUserIssueSearchOptionsOfProjectVersionBadRequest with default headers values

func (*UpdateUserIssueSearchOptionsOfProjectVersionBadRequest) Error

func (*UpdateUserIssueSearchOptionsOfProjectVersionBadRequest) GetPayload

type UpdateUserIssueSearchOptionsOfProjectVersionConflict

type UpdateUserIssueSearchOptionsOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateUserIssueSearchOptionsOfProjectVersionConflict

func NewUpdateUserIssueSearchOptionsOfProjectVersionConflict() *UpdateUserIssueSearchOptionsOfProjectVersionConflict

NewUpdateUserIssueSearchOptionsOfProjectVersionConflict creates a UpdateUserIssueSearchOptionsOfProjectVersionConflict with default headers values

func (*UpdateUserIssueSearchOptionsOfProjectVersionConflict) Error

func (*UpdateUserIssueSearchOptionsOfProjectVersionConflict) GetPayload

type UpdateUserIssueSearchOptionsOfProjectVersionForbidden

type UpdateUserIssueSearchOptionsOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateUserIssueSearchOptionsOfProjectVersionForbidden

func NewUpdateUserIssueSearchOptionsOfProjectVersionForbidden() *UpdateUserIssueSearchOptionsOfProjectVersionForbidden

NewUpdateUserIssueSearchOptionsOfProjectVersionForbidden creates a UpdateUserIssueSearchOptionsOfProjectVersionForbidden with default headers values

func (*UpdateUserIssueSearchOptionsOfProjectVersionForbidden) Error

func (*UpdateUserIssueSearchOptionsOfProjectVersionForbidden) GetPayload

type UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError

type UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateUserIssueSearchOptionsOfProjectVersionInternalServerError

func NewUpdateUserIssueSearchOptionsOfProjectVersionInternalServerError() *UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError

NewUpdateUserIssueSearchOptionsOfProjectVersionInternalServerError creates a UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError with default headers values

func (*UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError) Error

func (*UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError) GetPayload

type UpdateUserIssueSearchOptionsOfProjectVersionNotFound

type UpdateUserIssueSearchOptionsOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateUserIssueSearchOptionsOfProjectVersionNotFound

func NewUpdateUserIssueSearchOptionsOfProjectVersionNotFound() *UpdateUserIssueSearchOptionsOfProjectVersionNotFound

NewUpdateUserIssueSearchOptionsOfProjectVersionNotFound creates a UpdateUserIssueSearchOptionsOfProjectVersionNotFound with default headers values

func (*UpdateUserIssueSearchOptionsOfProjectVersionNotFound) Error

func (*UpdateUserIssueSearchOptionsOfProjectVersionNotFound) GetPayload

type UpdateUserIssueSearchOptionsOfProjectVersionOK

type UpdateUserIssueSearchOptionsOfProjectVersionOK struct {
	Payload *models.APIResultUserIssueSearchOptions
}

UpdateUserIssueSearchOptionsOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateUserIssueSearchOptionsOfProjectVersionOK

func NewUpdateUserIssueSearchOptionsOfProjectVersionOK() *UpdateUserIssueSearchOptionsOfProjectVersionOK

NewUpdateUserIssueSearchOptionsOfProjectVersionOK creates a UpdateUserIssueSearchOptionsOfProjectVersionOK with default headers values

func (*UpdateUserIssueSearchOptionsOfProjectVersionOK) Error

func (*UpdateUserIssueSearchOptionsOfProjectVersionOK) GetPayload

type UpdateUserIssueSearchOptionsOfProjectVersionParams

type UpdateUserIssueSearchOptionsOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.UserIssueSearchOptions

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

UpdateUserIssueSearchOptionsOfProjectVersionParams contains all the parameters to send to the API endpoint for the update user issue search options of project version operation typically these are written to a http.Request

func NewUpdateUserIssueSearchOptionsOfProjectVersionParams

func NewUpdateUserIssueSearchOptionsOfProjectVersionParams() *UpdateUserIssueSearchOptionsOfProjectVersionParams

NewUpdateUserIssueSearchOptionsOfProjectVersionParams creates a new UpdateUserIssueSearchOptionsOfProjectVersionParams object with the default values initialized.

func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithContext

func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithContext(ctx context.Context) *UpdateUserIssueSearchOptionsOfProjectVersionParams

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

func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithHTTPClient

func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsOfProjectVersionParams

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

func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithTimeout

func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsOfProjectVersionParams

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

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetContext

SetContext adds the context to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetResource

SetResource adds the resource to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithContext

WithContext adds the context to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithResource

WithResource adds the resource to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update user issue search options of project version params

func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserIssueSearchOptionsOfProjectVersionReader

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

UpdateUserIssueSearchOptionsOfProjectVersionReader is a Reader for the UpdateUserIssueSearchOptionsOfProjectVersion structure.

func (*UpdateUserIssueSearchOptionsOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized

type UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateUserIssueSearchOptionsOfProjectVersionUnauthorized

func NewUpdateUserIssueSearchOptionsOfProjectVersionUnauthorized() *UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized

NewUpdateUserIssueSearchOptionsOfProjectVersionUnauthorized creates a UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized with default headers values

func (*UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized) Error

func (*UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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