user_issue_search_options_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: 10 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 controller API

func (*Client) GetUserIssueSearchOptions

func (a *Client) GetUserIssueSearchOptions(params *GetUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIssueSearchOptionsOK, error)

GetUserIssueSearchOptions gets

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUserIssueSearchOptions

func (a *Client) UpdateUserIssueSearchOptions(params *UpdateUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserIssueSearchOptionsOK, error)

UpdateUserIssueSearchOptions updates

type ClientService

type ClientService interface {
	GetUserIssueSearchOptions(params *GetUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIssueSearchOptionsOK, error)

	UpdateUserIssueSearchOptions(params *UpdateUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserIssueSearchOptionsOK, 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 controller API client.

type GetUserIssueSearchOptionsBadRequest

type GetUserIssueSearchOptionsBadRequest struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsBadRequest handles this case with default header values.

Bad Request

func NewGetUserIssueSearchOptionsBadRequest

func NewGetUserIssueSearchOptionsBadRequest() *GetUserIssueSearchOptionsBadRequest

NewGetUserIssueSearchOptionsBadRequest creates a GetUserIssueSearchOptionsBadRequest with default headers values

func (*GetUserIssueSearchOptionsBadRequest) Error

func (*GetUserIssueSearchOptionsBadRequest) GetPayload

type GetUserIssueSearchOptionsConflict

type GetUserIssueSearchOptionsConflict struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsConflict handles this case with default header values.

Conflict

func NewGetUserIssueSearchOptionsConflict

func NewGetUserIssueSearchOptionsConflict() *GetUserIssueSearchOptionsConflict

NewGetUserIssueSearchOptionsConflict creates a GetUserIssueSearchOptionsConflict with default headers values

func (*GetUserIssueSearchOptionsConflict) Error

func (*GetUserIssueSearchOptionsConflict) GetPayload

type GetUserIssueSearchOptionsForbidden

type GetUserIssueSearchOptionsForbidden struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsForbidden handles this case with default header values.

Forbidden

func NewGetUserIssueSearchOptionsForbidden

func NewGetUserIssueSearchOptionsForbidden() *GetUserIssueSearchOptionsForbidden

NewGetUserIssueSearchOptionsForbidden creates a GetUserIssueSearchOptionsForbidden with default headers values

func (*GetUserIssueSearchOptionsForbidden) Error

func (*GetUserIssueSearchOptionsForbidden) GetPayload

type GetUserIssueSearchOptionsInternalServerError

type GetUserIssueSearchOptionsInternalServerError struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUserIssueSearchOptionsInternalServerError

func NewGetUserIssueSearchOptionsInternalServerError() *GetUserIssueSearchOptionsInternalServerError

NewGetUserIssueSearchOptionsInternalServerError creates a GetUserIssueSearchOptionsInternalServerError with default headers values

func (*GetUserIssueSearchOptionsInternalServerError) Error

func (*GetUserIssueSearchOptionsInternalServerError) GetPayload

type GetUserIssueSearchOptionsNotFound

type GetUserIssueSearchOptionsNotFound struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsNotFound handles this case with default header values.

Not Found

func NewGetUserIssueSearchOptionsNotFound

func NewGetUserIssueSearchOptionsNotFound() *GetUserIssueSearchOptionsNotFound

NewGetUserIssueSearchOptionsNotFound creates a GetUserIssueSearchOptionsNotFound with default headers values

func (*GetUserIssueSearchOptionsNotFound) Error

func (*GetUserIssueSearchOptionsNotFound) GetPayload

type GetUserIssueSearchOptionsOK

type GetUserIssueSearchOptionsOK struct {
	Payload *models.APIResultUserIssueSearchOptions
}

GetUserIssueSearchOptionsOK handles this case with default header values.

OK

func NewGetUserIssueSearchOptionsOK

func NewGetUserIssueSearchOptionsOK() *GetUserIssueSearchOptionsOK

NewGetUserIssueSearchOptionsOK creates a GetUserIssueSearchOptionsOK with default headers values

func (*GetUserIssueSearchOptionsOK) Error

func (*GetUserIssueSearchOptionsOK) GetPayload

type GetUserIssueSearchOptionsParams

type GetUserIssueSearchOptionsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

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

func NewGetUserIssueSearchOptionsParams

func NewGetUserIssueSearchOptionsParams() *GetUserIssueSearchOptionsParams

NewGetUserIssueSearchOptionsParams creates a new GetUserIssueSearchOptionsParams object with the default values initialized.

func NewGetUserIssueSearchOptionsParamsWithContext

func NewGetUserIssueSearchOptionsParamsWithContext(ctx context.Context) *GetUserIssueSearchOptionsParams

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

func NewGetUserIssueSearchOptionsParamsWithHTTPClient

func NewGetUserIssueSearchOptionsParamsWithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsParams

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

func NewGetUserIssueSearchOptionsParamsWithTimeout

func NewGetUserIssueSearchOptionsParamsWithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsParams

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

func (*GetUserIssueSearchOptionsParams) SetContext

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

SetContext adds the context to the get user issue search options params

func (*GetUserIssueSearchOptionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user issue search options params

func (*GetUserIssueSearchOptionsParams) SetTimeout

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

SetTimeout adds the timeout to the get user issue search options params

func (*GetUserIssueSearchOptionsParams) WithContext

WithContext adds the context to the get user issue search options params

func (*GetUserIssueSearchOptionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user issue search options params

func (*GetUserIssueSearchOptionsParams) WithTimeout

WithTimeout adds the timeout to the get user issue search options params

func (*GetUserIssueSearchOptionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserIssueSearchOptionsReader

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

GetUserIssueSearchOptionsReader is a Reader for the GetUserIssueSearchOptions structure.

func (*GetUserIssueSearchOptionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserIssueSearchOptionsUnauthorized

type GetUserIssueSearchOptionsUnauthorized struct {
	Payload *models.APIResult
}

GetUserIssueSearchOptionsUnauthorized handles this case with default header values.

Unauthorized

func NewGetUserIssueSearchOptionsUnauthorized

func NewGetUserIssueSearchOptionsUnauthorized() *GetUserIssueSearchOptionsUnauthorized

NewGetUserIssueSearchOptionsUnauthorized creates a GetUserIssueSearchOptionsUnauthorized with default headers values

func (*GetUserIssueSearchOptionsUnauthorized) Error

func (*GetUserIssueSearchOptionsUnauthorized) GetPayload

type UpdateUserIssueSearchOptionsBadRequest

type UpdateUserIssueSearchOptionsBadRequest struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsBadRequest handles this case with default header values.

Bad Request

func NewUpdateUserIssueSearchOptionsBadRequest

func NewUpdateUserIssueSearchOptionsBadRequest() *UpdateUserIssueSearchOptionsBadRequest

NewUpdateUserIssueSearchOptionsBadRequest creates a UpdateUserIssueSearchOptionsBadRequest with default headers values

func (*UpdateUserIssueSearchOptionsBadRequest) Error

func (*UpdateUserIssueSearchOptionsBadRequest) GetPayload

type UpdateUserIssueSearchOptionsConflict

type UpdateUserIssueSearchOptionsConflict struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsConflict handles this case with default header values.

Conflict

func NewUpdateUserIssueSearchOptionsConflict

func NewUpdateUserIssueSearchOptionsConflict() *UpdateUserIssueSearchOptionsConflict

NewUpdateUserIssueSearchOptionsConflict creates a UpdateUserIssueSearchOptionsConflict with default headers values

func (*UpdateUserIssueSearchOptionsConflict) Error

func (*UpdateUserIssueSearchOptionsConflict) GetPayload

type UpdateUserIssueSearchOptionsForbidden

type UpdateUserIssueSearchOptionsForbidden struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsForbidden handles this case with default header values.

Forbidden

func NewUpdateUserIssueSearchOptionsForbidden

func NewUpdateUserIssueSearchOptionsForbidden() *UpdateUserIssueSearchOptionsForbidden

NewUpdateUserIssueSearchOptionsForbidden creates a UpdateUserIssueSearchOptionsForbidden with default headers values

func (*UpdateUserIssueSearchOptionsForbidden) Error

func (*UpdateUserIssueSearchOptionsForbidden) GetPayload

type UpdateUserIssueSearchOptionsInternalServerError

type UpdateUserIssueSearchOptionsInternalServerError struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateUserIssueSearchOptionsInternalServerError

func NewUpdateUserIssueSearchOptionsInternalServerError() *UpdateUserIssueSearchOptionsInternalServerError

NewUpdateUserIssueSearchOptionsInternalServerError creates a UpdateUserIssueSearchOptionsInternalServerError with default headers values

func (*UpdateUserIssueSearchOptionsInternalServerError) Error

func (*UpdateUserIssueSearchOptionsInternalServerError) GetPayload

type UpdateUserIssueSearchOptionsNotFound

type UpdateUserIssueSearchOptionsNotFound struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsNotFound handles this case with default header values.

Not Found

func NewUpdateUserIssueSearchOptionsNotFound

func NewUpdateUserIssueSearchOptionsNotFound() *UpdateUserIssueSearchOptionsNotFound

NewUpdateUserIssueSearchOptionsNotFound creates a UpdateUserIssueSearchOptionsNotFound with default headers values

func (*UpdateUserIssueSearchOptionsNotFound) Error

func (*UpdateUserIssueSearchOptionsNotFound) GetPayload

type UpdateUserIssueSearchOptionsOK

type UpdateUserIssueSearchOptionsOK struct {
	Payload *models.APIResultUserIssueSearchOptions
}

UpdateUserIssueSearchOptionsOK handles this case with default header values.

OK

func NewUpdateUserIssueSearchOptionsOK

func NewUpdateUserIssueSearchOptionsOK() *UpdateUserIssueSearchOptionsOK

NewUpdateUserIssueSearchOptionsOK creates a UpdateUserIssueSearchOptionsOK with default headers values

func (*UpdateUserIssueSearchOptionsOK) Error

func (*UpdateUserIssueSearchOptionsOK) GetPayload

type UpdateUserIssueSearchOptionsParams

type UpdateUserIssueSearchOptionsParams struct {

	/*Resource
	  resource

	*/
	Resource *models.UserIssueSearchOptions

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

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

func NewUpdateUserIssueSearchOptionsParams

func NewUpdateUserIssueSearchOptionsParams() *UpdateUserIssueSearchOptionsParams

NewUpdateUserIssueSearchOptionsParams creates a new UpdateUserIssueSearchOptionsParams object with the default values initialized.

func NewUpdateUserIssueSearchOptionsParamsWithContext

func NewUpdateUserIssueSearchOptionsParamsWithContext(ctx context.Context) *UpdateUserIssueSearchOptionsParams

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

func NewUpdateUserIssueSearchOptionsParamsWithHTTPClient

func NewUpdateUserIssueSearchOptionsParamsWithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsParams

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

func NewUpdateUserIssueSearchOptionsParamsWithTimeout

func NewUpdateUserIssueSearchOptionsParamsWithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsParams

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

func (*UpdateUserIssueSearchOptionsParams) SetContext

SetContext adds the context to the update user issue search options params

func (*UpdateUserIssueSearchOptionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user issue search options params

func (*UpdateUserIssueSearchOptionsParams) SetResource

SetResource adds the resource to the update user issue search options params

func (*UpdateUserIssueSearchOptionsParams) SetTimeout

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

SetTimeout adds the timeout to the update user issue search options params

func (*UpdateUserIssueSearchOptionsParams) WithContext

WithContext adds the context to the update user issue search options params

func (*UpdateUserIssueSearchOptionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user issue search options params

func (*UpdateUserIssueSearchOptionsParams) WithResource

WithResource adds the resource to the update user issue search options params

func (*UpdateUserIssueSearchOptionsParams) WithTimeout

WithTimeout adds the timeout to the update user issue search options params

func (*UpdateUserIssueSearchOptionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserIssueSearchOptionsReader

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

UpdateUserIssueSearchOptionsReader is a Reader for the UpdateUserIssueSearchOptions structure.

func (*UpdateUserIssueSearchOptionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserIssueSearchOptionsUnauthorized

type UpdateUserIssueSearchOptionsUnauthorized struct {
	Payload *models.APIResult
}

UpdateUserIssueSearchOptionsUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateUserIssueSearchOptionsUnauthorized

func NewUpdateUserIssueSearchOptionsUnauthorized() *UpdateUserIssueSearchOptionsUnauthorized

NewUpdateUserIssueSearchOptionsUnauthorized creates a UpdateUserIssueSearchOptionsUnauthorized with default headers values

func (*UpdateUserIssueSearchOptionsUnauthorized) Error

func (*UpdateUserIssueSearchOptionsUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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