Documentation ¶
Index ¶
- type Client
- func (a *Client) ListIssueAssignmentOfProjectVersion(params *ListIssueAssignmentOfProjectVersionParams, ...) (*ListIssueAssignmentOfProjectVersionOK, error)
- func (a *Client) ReadIssueAssignmentOfProjectVersion(params *ReadIssueAssignmentOfProjectVersionParams, ...) (*ReadIssueAssignmentOfProjectVersionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type ListIssueAssignmentOfProjectVersionBadRequest
- type ListIssueAssignmentOfProjectVersionConflict
- type ListIssueAssignmentOfProjectVersionForbidden
- type ListIssueAssignmentOfProjectVersionInternalServerError
- type ListIssueAssignmentOfProjectVersionNotFound
- type ListIssueAssignmentOfProjectVersionOK
- type ListIssueAssignmentOfProjectVersionParams
- func NewListIssueAssignmentOfProjectVersionParams() *ListIssueAssignmentOfProjectVersionParams
- func NewListIssueAssignmentOfProjectVersionParamsWithContext(ctx context.Context) *ListIssueAssignmentOfProjectVersionParams
- func NewListIssueAssignmentOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIssueAssignmentOfProjectVersionParams
- func NewListIssueAssignmentOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *ListIssueAssignmentOfProjectVersionParams) SetEntityname(entityname *string)
- func (o *ListIssueAssignmentOfProjectVersionParams) SetFields(fields *string)
- func (o *ListIssueAssignmentOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *ListIssueAssignmentOfProjectVersionParams) SetLimit(limit *int32)
- func (o *ListIssueAssignmentOfProjectVersionParams) SetParentID(parentID int64)
- func (o *ListIssueAssignmentOfProjectVersionParams) SetStart(start *int32)
- func (o *ListIssueAssignmentOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *ListIssueAssignmentOfProjectVersionParams) WithContext(ctx context.Context) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) WithEntityname(entityname *string) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) WithFields(fields *string) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) WithHTTPClient(client *http.Client) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) WithLimit(limit *int32) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) WithParentID(parentID int64) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) WithStart(start *int32) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) WithTimeout(timeout time.Duration) *ListIssueAssignmentOfProjectVersionParams
- func (o *ListIssueAssignmentOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIssueAssignmentOfProjectVersionReader
- type ListIssueAssignmentOfProjectVersionUnauthorized
- type ReadIssueAssignmentOfProjectVersionBadRequest
- type ReadIssueAssignmentOfProjectVersionConflict
- type ReadIssueAssignmentOfProjectVersionForbidden
- type ReadIssueAssignmentOfProjectVersionInternalServerError
- type ReadIssueAssignmentOfProjectVersionNotFound
- type ReadIssueAssignmentOfProjectVersionOK
- type ReadIssueAssignmentOfProjectVersionParams
- func NewReadIssueAssignmentOfProjectVersionParams() *ReadIssueAssignmentOfProjectVersionParams
- func NewReadIssueAssignmentOfProjectVersionParamsWithContext(ctx context.Context) *ReadIssueAssignmentOfProjectVersionParams
- func NewReadIssueAssignmentOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadIssueAssignmentOfProjectVersionParams
- func NewReadIssueAssignmentOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadIssueAssignmentOfProjectVersionParams
- func (o *ReadIssueAssignmentOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *ReadIssueAssignmentOfProjectVersionParams) SetFields(fields *string)
- func (o *ReadIssueAssignmentOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *ReadIssueAssignmentOfProjectVersionParams) SetID(id string)
- func (o *ReadIssueAssignmentOfProjectVersionParams) SetParentID(parentID int64)
- func (o *ReadIssueAssignmentOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *ReadIssueAssignmentOfProjectVersionParams) WithContext(ctx context.Context) *ReadIssueAssignmentOfProjectVersionParams
- func (o *ReadIssueAssignmentOfProjectVersionParams) WithFields(fields *string) *ReadIssueAssignmentOfProjectVersionParams
- func (o *ReadIssueAssignmentOfProjectVersionParams) WithHTTPClient(client *http.Client) *ReadIssueAssignmentOfProjectVersionParams
- func (o *ReadIssueAssignmentOfProjectVersionParams) WithID(id string) *ReadIssueAssignmentOfProjectVersionParams
- func (o *ReadIssueAssignmentOfProjectVersionParams) WithParentID(parentID int64) *ReadIssueAssignmentOfProjectVersionParams
- func (o *ReadIssueAssignmentOfProjectVersionParams) WithTimeout(timeout time.Duration) *ReadIssueAssignmentOfProjectVersionParams
- func (o *ReadIssueAssignmentOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadIssueAssignmentOfProjectVersionReader
- type ReadIssueAssignmentOfProjectVersionUnauthorized
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 ¶
func (a *Client) ListIssueAssignmentOfProjectVersion(params *ListIssueAssignmentOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueAssignmentOfProjectVersionOK, error)
ListIssueAssignmentOfProjectVersion lists
func (*Client) ReadIssueAssignmentOfProjectVersion ¶
func (a *Client) ReadIssueAssignmentOfProjectVersion(params *ReadIssueAssignmentOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadIssueAssignmentOfProjectVersionOK, error)
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 ¶
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 (o *ListIssueAssignmentOfProjectVersionBadRequest) Error() string
func (*ListIssueAssignmentOfProjectVersionBadRequest) GetPayload ¶
func (o *ListIssueAssignmentOfProjectVersionBadRequest) GetPayload() *models.APIResult
type ListIssueAssignmentOfProjectVersionConflict ¶
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 (o *ListIssueAssignmentOfProjectVersionConflict) Error() string
func (*ListIssueAssignmentOfProjectVersionConflict) GetPayload ¶
func (o *ListIssueAssignmentOfProjectVersionConflict) GetPayload() *models.APIResult
type ListIssueAssignmentOfProjectVersionForbidden ¶
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 (o *ListIssueAssignmentOfProjectVersionForbidden) Error() string
func (*ListIssueAssignmentOfProjectVersionForbidden) GetPayload ¶
func (o *ListIssueAssignmentOfProjectVersionForbidden) GetPayload() *models.APIResult
type ListIssueAssignmentOfProjectVersionInternalServerError ¶
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 (o *ListIssueAssignmentOfProjectVersionInternalServerError) Error() string
func (*ListIssueAssignmentOfProjectVersionInternalServerError) GetPayload ¶
func (o *ListIssueAssignmentOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type ListIssueAssignmentOfProjectVersionNotFound ¶
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 (o *ListIssueAssignmentOfProjectVersionNotFound) Error() string
func (*ListIssueAssignmentOfProjectVersionNotFound) GetPayload ¶
func (o *ListIssueAssignmentOfProjectVersionNotFound) GetPayload() *models.APIResult
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 (o *ListIssueAssignmentOfProjectVersionOK) Error() string
func (*ListIssueAssignmentOfProjectVersionOK) GetPayload ¶
func (o *ListIssueAssignmentOfProjectVersionOK) GetPayload() *models.APIResultListIssueAssignment
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 ¶
func (o *ListIssueAssignmentOfProjectVersionParams) SetContext(ctx context.Context)
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 ¶
func (o *ListIssueAssignmentOfProjectVersionParams) SetLimit(limit *int32)
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 ¶
func (o *ListIssueAssignmentOfProjectVersionParams) SetStart(start *int32)
SetStart adds the start to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) SetTimeout ¶
func (o *ListIssueAssignmentOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WithContext ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WithContext(ctx context.Context) *ListIssueAssignmentOfProjectVersionParams
WithContext adds the context to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WithEntityname ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WithEntityname(entityname *string) *ListIssueAssignmentOfProjectVersionParams
WithEntityname adds the entityname to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WithFields ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WithFields(fields *string) *ListIssueAssignmentOfProjectVersionParams
WithFields adds the fields to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WithHTTPClient ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WithHTTPClient(client *http.Client) *ListIssueAssignmentOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WithLimit ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WithLimit(limit *int32) *ListIssueAssignmentOfProjectVersionParams
WithLimit adds the limit to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WithParentID ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WithParentID(parentID int64) *ListIssueAssignmentOfProjectVersionParams
WithParentID adds the parentID to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WithStart ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WithStart(start *int32) *ListIssueAssignmentOfProjectVersionParams
WithStart adds the start to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WithTimeout ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WithTimeout(timeout time.Duration) *ListIssueAssignmentOfProjectVersionParams
WithTimeout adds the timeout to the list issue assignment of project version params
func (*ListIssueAssignmentOfProjectVersionParams) WriteToRequest ¶
func (o *ListIssueAssignmentOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *ListIssueAssignmentOfProjectVersionUnauthorized) Error() string
func (*ListIssueAssignmentOfProjectVersionUnauthorized) GetPayload ¶
func (o *ListIssueAssignmentOfProjectVersionUnauthorized) GetPayload() *models.APIResult
type ReadIssueAssignmentOfProjectVersionBadRequest ¶
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 (o *ReadIssueAssignmentOfProjectVersionBadRequest) Error() string
func (*ReadIssueAssignmentOfProjectVersionBadRequest) GetPayload ¶
func (o *ReadIssueAssignmentOfProjectVersionBadRequest) GetPayload() *models.APIResult
type ReadIssueAssignmentOfProjectVersionConflict ¶
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 (o *ReadIssueAssignmentOfProjectVersionConflict) Error() string
func (*ReadIssueAssignmentOfProjectVersionConflict) GetPayload ¶
func (o *ReadIssueAssignmentOfProjectVersionConflict) GetPayload() *models.APIResult
type ReadIssueAssignmentOfProjectVersionForbidden ¶
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 (o *ReadIssueAssignmentOfProjectVersionForbidden) Error() string
func (*ReadIssueAssignmentOfProjectVersionForbidden) GetPayload ¶
func (o *ReadIssueAssignmentOfProjectVersionForbidden) GetPayload() *models.APIResult
type ReadIssueAssignmentOfProjectVersionInternalServerError ¶
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 (o *ReadIssueAssignmentOfProjectVersionInternalServerError) Error() string
func (*ReadIssueAssignmentOfProjectVersionInternalServerError) GetPayload ¶
func (o *ReadIssueAssignmentOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type ReadIssueAssignmentOfProjectVersionNotFound ¶
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 (o *ReadIssueAssignmentOfProjectVersionNotFound) Error() string
func (*ReadIssueAssignmentOfProjectVersionNotFound) GetPayload ¶
func (o *ReadIssueAssignmentOfProjectVersionNotFound) GetPayload() *models.APIResult
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 (o *ReadIssueAssignmentOfProjectVersionOK) Error() string
func (*ReadIssueAssignmentOfProjectVersionOK) GetPayload ¶
func (o *ReadIssueAssignmentOfProjectVersionOK) GetPayload() *models.APIResultIssueAssignment
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 ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) SetContext(ctx context.Context)
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 ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) SetID(id string)
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 ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read issue assignment of project version params
func (*ReadIssueAssignmentOfProjectVersionParams) WithContext ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) WithContext(ctx context.Context) *ReadIssueAssignmentOfProjectVersionParams
WithContext adds the context to the read issue assignment of project version params
func (*ReadIssueAssignmentOfProjectVersionParams) WithFields ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) WithFields(fields *string) *ReadIssueAssignmentOfProjectVersionParams
WithFields adds the fields to the read issue assignment of project version params
func (*ReadIssueAssignmentOfProjectVersionParams) WithHTTPClient ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) WithHTTPClient(client *http.Client) *ReadIssueAssignmentOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the read issue assignment of project version params
func (*ReadIssueAssignmentOfProjectVersionParams) WithID ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) WithID(id string) *ReadIssueAssignmentOfProjectVersionParams
WithID adds the id to the read issue assignment of project version params
func (*ReadIssueAssignmentOfProjectVersionParams) WithParentID ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) WithParentID(parentID int64) *ReadIssueAssignmentOfProjectVersionParams
WithParentID adds the parentID to the read issue assignment of project version params
func (*ReadIssueAssignmentOfProjectVersionParams) WithTimeout ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) WithTimeout(timeout time.Duration) *ReadIssueAssignmentOfProjectVersionParams
WithTimeout adds the timeout to the read issue assignment of project version params
func (*ReadIssueAssignmentOfProjectVersionParams) WriteToRequest ¶
func (o *ReadIssueAssignmentOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *ReadIssueAssignmentOfProjectVersionUnauthorized) Error() string
func (*ReadIssueAssignmentOfProjectVersionUnauthorized) GetPayload ¶
func (o *ReadIssueAssignmentOfProjectVersionUnauthorized) GetPayload() *models.APIResult