Documentation
¶
Index ¶
- type Client
- func (a *Client) GetUserIssueSearchOptionsOfProjectVersion(params *GetUserIssueSearchOptionsOfProjectVersionParams, ...) (*GetUserIssueSearchOptionsOfProjectVersionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateUserIssueSearchOptionsOfProjectVersion(params *UpdateUserIssueSearchOptionsOfProjectVersionParams, ...) (*UpdateUserIssueSearchOptionsOfProjectVersionOK, error)
- type ClientService
- type GetUserIssueSearchOptionsOfProjectVersionBadRequest
- type GetUserIssueSearchOptionsOfProjectVersionConflict
- type GetUserIssueSearchOptionsOfProjectVersionForbidden
- type GetUserIssueSearchOptionsOfProjectVersionInternalServerError
- type GetUserIssueSearchOptionsOfProjectVersionNotFound
- type GetUserIssueSearchOptionsOfProjectVersionOK
- type GetUserIssueSearchOptionsOfProjectVersionParams
- func NewGetUserIssueSearchOptionsOfProjectVersionParams() *GetUserIssueSearchOptionsOfProjectVersionParams
- func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithContext(ctx context.Context) *GetUserIssueSearchOptionsOfProjectVersionParams
- func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsOfProjectVersionParams
- func NewGetUserIssueSearchOptionsOfProjectVersionParamsWithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsOfProjectVersionParams
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetFields(fields *string)
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetParentID(parentID int64)
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithContext(ctx context.Context) *GetUserIssueSearchOptionsOfProjectVersionParams
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithFields(fields *string) *GetUserIssueSearchOptionsOfProjectVersionParams
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsOfProjectVersionParams
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithParentID(parentID int64) *GetUserIssueSearchOptionsOfProjectVersionParams
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsOfProjectVersionParams
- func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserIssueSearchOptionsOfProjectVersionReader
- type GetUserIssueSearchOptionsOfProjectVersionUnauthorized
- type UpdateUserIssueSearchOptionsOfProjectVersionBadRequest
- type UpdateUserIssueSearchOptionsOfProjectVersionConflict
- type UpdateUserIssueSearchOptionsOfProjectVersionForbidden
- type UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError
- type UpdateUserIssueSearchOptionsOfProjectVersionNotFound
- type UpdateUserIssueSearchOptionsOfProjectVersionOK
- type UpdateUserIssueSearchOptionsOfProjectVersionParams
- func NewUpdateUserIssueSearchOptionsOfProjectVersionParams() *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithContext(ctx context.Context) *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func NewUpdateUserIssueSearchOptionsOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetParentID(parentID int64)
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetResource(resource *models.UserIssueSearchOptions)
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithContext(ctx context.Context) *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithParentID(parentID int64) *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithResource(resource *models.UserIssueSearchOptions) *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsOfProjectVersionParams
- func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserIssueSearchOptionsOfProjectVersionReader
- type UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized
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 ¶
func (a *Client) GetUserIssueSearchOptionsOfProjectVersion(params *GetUserIssueSearchOptionsOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIssueSearchOptionsOfProjectVersionOK, error)
GetUserIssueSearchOptionsOfProjectVersion gets
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateUserIssueSearchOptionsOfProjectVersion ¶
func (a *Client) UpdateUserIssueSearchOptionsOfProjectVersion(params *UpdateUserIssueSearchOptionsOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserIssueSearchOptionsOfProjectVersionOK, error)
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 ¶
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 (o *GetUserIssueSearchOptionsOfProjectVersionBadRequest) Error() string
func (*GetUserIssueSearchOptionsOfProjectVersionBadRequest) GetPayload ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionBadRequest) GetPayload() *models.APIResult
type GetUserIssueSearchOptionsOfProjectVersionConflict ¶
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 (o *GetUserIssueSearchOptionsOfProjectVersionConflict) Error() string
func (*GetUserIssueSearchOptionsOfProjectVersionConflict) GetPayload ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionConflict) GetPayload() *models.APIResult
type GetUserIssueSearchOptionsOfProjectVersionForbidden ¶
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 (o *GetUserIssueSearchOptionsOfProjectVersionForbidden) Error() string
func (*GetUserIssueSearchOptionsOfProjectVersionForbidden) GetPayload ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionForbidden) GetPayload() *models.APIResult
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 (o *GetUserIssueSearchOptionsOfProjectVersionInternalServerError) Error() string
func (*GetUserIssueSearchOptionsOfProjectVersionInternalServerError) GetPayload ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type GetUserIssueSearchOptionsOfProjectVersionNotFound ¶
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 (o *GetUserIssueSearchOptionsOfProjectVersionNotFound) Error() string
func (*GetUserIssueSearchOptionsOfProjectVersionNotFound) GetPayload ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionNotFound) GetPayload() *models.APIResult
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 (o *GetUserIssueSearchOptionsOfProjectVersionOK) Error() string
func (*GetUserIssueSearchOptionsOfProjectVersionOK) GetPayload ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionOK) GetPayload() *models.APIResultUserIssueSearchOptions
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 ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the get user issue search options of project version params
func (*GetUserIssueSearchOptionsOfProjectVersionParams) SetFields ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetFields(fields *string)
SetFields adds the fields to the get user issue search options of project version params
func (*GetUserIssueSearchOptionsOfProjectVersionParams) SetHTTPClient ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetHTTPClient(client *http.Client)
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 ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user issue search options of project version params
func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithContext ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithContext(ctx context.Context) *GetUserIssueSearchOptionsOfProjectVersionParams
WithContext adds the context to the get user issue search options of project version params
func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithFields ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithFields(fields *string) *GetUserIssueSearchOptionsOfProjectVersionParams
WithFields adds the fields to the get user issue search options of project version params
func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithHTTPClient ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the get user issue search options of project version params
func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithParentID ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithParentID(parentID int64) *GetUserIssueSearchOptionsOfProjectVersionParams
WithParentID adds the parentID to the get user issue search options of project version params
func (*GetUserIssueSearchOptionsOfProjectVersionParams) WithTimeout ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsOfProjectVersionParams
WithTimeout adds the timeout to the get user issue search options of project version params
func (*GetUserIssueSearchOptionsOfProjectVersionParams) WriteToRequest ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *GetUserIssueSearchOptionsOfProjectVersionUnauthorized) Error() string
func (*GetUserIssueSearchOptionsOfProjectVersionUnauthorized) GetPayload ¶
func (o *GetUserIssueSearchOptionsOfProjectVersionUnauthorized) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsOfProjectVersionBadRequest ¶
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 (o *UpdateUserIssueSearchOptionsOfProjectVersionBadRequest) Error() string
func (*UpdateUserIssueSearchOptionsOfProjectVersionBadRequest) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionBadRequest) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsOfProjectVersionConflict ¶
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 (o *UpdateUserIssueSearchOptionsOfProjectVersionConflict) Error() string
func (*UpdateUserIssueSearchOptionsOfProjectVersionConflict) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionConflict) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsOfProjectVersionForbidden ¶
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 (o *UpdateUserIssueSearchOptionsOfProjectVersionForbidden) Error() string
func (*UpdateUserIssueSearchOptionsOfProjectVersionForbidden) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionForbidden) GetPayload() *models.APIResult
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 (o *UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError) Error() string
func (*UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsOfProjectVersionNotFound ¶
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 (o *UpdateUserIssueSearchOptionsOfProjectVersionNotFound) Error() string
func (*UpdateUserIssueSearchOptionsOfProjectVersionNotFound) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionNotFound) GetPayload() *models.APIResult
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 (o *UpdateUserIssueSearchOptionsOfProjectVersionOK) Error() string
func (*UpdateUserIssueSearchOptionsOfProjectVersionOK) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionOK) GetPayload() *models.APIResultUserIssueSearchOptions
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 ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetHTTPClient ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetParentID ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetParentID(parentID int64)
SetParentID adds the parentId to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetResource ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetResource(resource *models.UserIssueSearchOptions)
SetResource adds the resource to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) SetTimeout ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithContext ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithContext(ctx context.Context) *UpdateUserIssueSearchOptionsOfProjectVersionParams
WithContext adds the context to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithHTTPClient ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithParentID ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithParentID(parentID int64) *UpdateUserIssueSearchOptionsOfProjectVersionParams
WithParentID adds the parentID to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithResource ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithResource(resource *models.UserIssueSearchOptions) *UpdateUserIssueSearchOptionsOfProjectVersionParams
WithResource adds the resource to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WithTimeout ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsOfProjectVersionParams
WithTimeout adds the timeout to the update user issue search options of project version params
func (*UpdateUserIssueSearchOptionsOfProjectVersionParams) WriteToRequest ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized) Error() string
func (*UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsOfProjectVersionUnauthorized) GetPayload() *models.APIResult
Source Files
¶
- get_user_issue_search_options_of_project_version_parameters.go
- get_user_issue_search_options_of_project_version_responses.go
- update_user_issue_search_options_of_project_version_parameters.go
- update_user_issue_search_options_of_project_version_responses.go
- user_issue_search_options_of_project_version_controller_client.go