Documentation ¶
Index ¶
- type Client
- type ClientService
- type ListIssueGroupOfProjectVersionBadRequest
- type ListIssueGroupOfProjectVersionConflict
- type ListIssueGroupOfProjectVersionForbidden
- type ListIssueGroupOfProjectVersionInternalServerError
- type ListIssueGroupOfProjectVersionNotFound
- type ListIssueGroupOfProjectVersionOK
- type ListIssueGroupOfProjectVersionParams
- func NewListIssueGroupOfProjectVersionParams() *ListIssueGroupOfProjectVersionParams
- func NewListIssueGroupOfProjectVersionParamsWithContext(ctx context.Context) *ListIssueGroupOfProjectVersionParams
- func NewListIssueGroupOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIssueGroupOfProjectVersionParams
- func NewListIssueGroupOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *ListIssueGroupOfProjectVersionParams) SetFields(fields *string)
- func (o *ListIssueGroupOfProjectVersionParams) SetFilter(filter *string)
- func (o *ListIssueGroupOfProjectVersionParams) SetFilterset(filterset *string)
- func (o *ListIssueGroupOfProjectVersionParams) SetGroupingtype(groupingtype *string)
- func (o *ListIssueGroupOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *ListIssueGroupOfProjectVersionParams) SetLimit(limit *int32)
- func (o *ListIssueGroupOfProjectVersionParams) SetParentID(parentID int64)
- func (o *ListIssueGroupOfProjectVersionParams) SetQ(q *string)
- func (o *ListIssueGroupOfProjectVersionParams) SetQm(qm *string)
- func (o *ListIssueGroupOfProjectVersionParams) SetShowhidden(showhidden *bool)
- func (o *ListIssueGroupOfProjectVersionParams) SetShowremoved(showremoved *bool)
- func (o *ListIssueGroupOfProjectVersionParams) SetShowshortfilenames(showshortfilenames *bool)
- func (o *ListIssueGroupOfProjectVersionParams) SetShowsuppressed(showsuppressed *bool)
- func (o *ListIssueGroupOfProjectVersionParams) SetStart(start *int32)
- func (o *ListIssueGroupOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *ListIssueGroupOfProjectVersionParams) WithContext(ctx context.Context) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithFields(fields *string) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithFilter(filter *string) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithFilterset(filterset *string) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithGroupingtype(groupingtype *string) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithHTTPClient(client *http.Client) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithLimit(limit *int32) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithParentID(parentID int64) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithQ(q *string) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithQm(qm *string) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithShowhidden(showhidden *bool) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithShowremoved(showremoved *bool) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithShowshortfilenames(showshortfilenames *bool) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithShowsuppressed(showsuppressed *bool) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithStart(start *int32) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WithTimeout(timeout time.Duration) *ListIssueGroupOfProjectVersionParams
- func (o *ListIssueGroupOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIssueGroupOfProjectVersionReader
- type ListIssueGroupOfProjectVersionUnauthorized
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 group of project version controller API
func (*Client) ListIssueGroupOfProjectVersion ¶
func (a *Client) ListIssueGroupOfProjectVersion(params *ListIssueGroupOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueGroupOfProjectVersionOK, error)
ListIssueGroupOfProjectVersion lists
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { ListIssueGroupOfProjectVersion(params *ListIssueGroupOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueGroupOfProjectVersionOK, 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 group of project version controller API client.
type ListIssueGroupOfProjectVersionBadRequest ¶
ListIssueGroupOfProjectVersionBadRequest handles this case with default header values.
Bad Request
func NewListIssueGroupOfProjectVersionBadRequest ¶
func NewListIssueGroupOfProjectVersionBadRequest() *ListIssueGroupOfProjectVersionBadRequest
NewListIssueGroupOfProjectVersionBadRequest creates a ListIssueGroupOfProjectVersionBadRequest with default headers values
func (*ListIssueGroupOfProjectVersionBadRequest) Error ¶
func (o *ListIssueGroupOfProjectVersionBadRequest) Error() string
func (*ListIssueGroupOfProjectVersionBadRequest) GetPayload ¶
func (o *ListIssueGroupOfProjectVersionBadRequest) GetPayload() *models.APIResult
type ListIssueGroupOfProjectVersionConflict ¶
ListIssueGroupOfProjectVersionConflict handles this case with default header values.
Conflict
func NewListIssueGroupOfProjectVersionConflict ¶
func NewListIssueGroupOfProjectVersionConflict() *ListIssueGroupOfProjectVersionConflict
NewListIssueGroupOfProjectVersionConflict creates a ListIssueGroupOfProjectVersionConflict with default headers values
func (*ListIssueGroupOfProjectVersionConflict) Error ¶
func (o *ListIssueGroupOfProjectVersionConflict) Error() string
func (*ListIssueGroupOfProjectVersionConflict) GetPayload ¶
func (o *ListIssueGroupOfProjectVersionConflict) GetPayload() *models.APIResult
type ListIssueGroupOfProjectVersionForbidden ¶
ListIssueGroupOfProjectVersionForbidden handles this case with default header values.
Forbidden
func NewListIssueGroupOfProjectVersionForbidden ¶
func NewListIssueGroupOfProjectVersionForbidden() *ListIssueGroupOfProjectVersionForbidden
NewListIssueGroupOfProjectVersionForbidden creates a ListIssueGroupOfProjectVersionForbidden with default headers values
func (*ListIssueGroupOfProjectVersionForbidden) Error ¶
func (o *ListIssueGroupOfProjectVersionForbidden) Error() string
func (*ListIssueGroupOfProjectVersionForbidden) GetPayload ¶
func (o *ListIssueGroupOfProjectVersionForbidden) GetPayload() *models.APIResult
type ListIssueGroupOfProjectVersionInternalServerError ¶
ListIssueGroupOfProjectVersionInternalServerError handles this case with default header values.
Internal Server Error
func NewListIssueGroupOfProjectVersionInternalServerError ¶
func NewListIssueGroupOfProjectVersionInternalServerError() *ListIssueGroupOfProjectVersionInternalServerError
NewListIssueGroupOfProjectVersionInternalServerError creates a ListIssueGroupOfProjectVersionInternalServerError with default headers values
func (*ListIssueGroupOfProjectVersionInternalServerError) Error ¶
func (o *ListIssueGroupOfProjectVersionInternalServerError) Error() string
func (*ListIssueGroupOfProjectVersionInternalServerError) GetPayload ¶
func (o *ListIssueGroupOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type ListIssueGroupOfProjectVersionNotFound ¶
ListIssueGroupOfProjectVersionNotFound handles this case with default header values.
Not Found
func NewListIssueGroupOfProjectVersionNotFound ¶
func NewListIssueGroupOfProjectVersionNotFound() *ListIssueGroupOfProjectVersionNotFound
NewListIssueGroupOfProjectVersionNotFound creates a ListIssueGroupOfProjectVersionNotFound with default headers values
func (*ListIssueGroupOfProjectVersionNotFound) Error ¶
func (o *ListIssueGroupOfProjectVersionNotFound) Error() string
func (*ListIssueGroupOfProjectVersionNotFound) GetPayload ¶
func (o *ListIssueGroupOfProjectVersionNotFound) GetPayload() *models.APIResult
type ListIssueGroupOfProjectVersionOK ¶
type ListIssueGroupOfProjectVersionOK struct {
Payload *models.APIResultListProjectVersionIssueGroup
}
ListIssueGroupOfProjectVersionOK handles this case with default header values.
OK
func NewListIssueGroupOfProjectVersionOK ¶
func NewListIssueGroupOfProjectVersionOK() *ListIssueGroupOfProjectVersionOK
NewListIssueGroupOfProjectVersionOK creates a ListIssueGroupOfProjectVersionOK with default headers values
func (*ListIssueGroupOfProjectVersionOK) Error ¶
func (o *ListIssueGroupOfProjectVersionOK) Error() string
func (*ListIssueGroupOfProjectVersionOK) GetPayload ¶
func (o *ListIssueGroupOfProjectVersionOK) GetPayload() *models.APIResultListProjectVersionIssueGroup
type ListIssueGroupOfProjectVersionParams ¶
type ListIssueGroupOfProjectVersionParams struct { /*Fields Output fields */ Fields *string /*Filter filter */ Filter *string /*Filterset Filter set to use */ Filterset *string /*Groupingtype groupingtype */ Groupingtype *string /*Limit A maximum number of returned objects in listing, if '-1' or '0' no limit is applied */ Limit *int32 /*ParentID parentId */ ParentID int64 /*Q An issue query expression, must be used together with the 'qm' parameter */ Q *string /*Qm Syntax mode for the 'q' parameter, mandatory if the 'q' parameter is used */ Qm *string Showhidden *bool /*Showremoved If 'true', include removed issues in search results. If 'false', exclude removed issues from search results. If no options are set, use application version profile settings to get value of this option. */ Showremoved *bool /*Showshortfilenames If 'true', only short file names will be displayed in issues list. */ Showshortfilenames *bool /*Showsuppressed If 'true', include suppressed issues in search results. If 'false', exclude suppressed issues from search results. If no options are set, use application version profile settings to get value of this option. */ Showsuppressed *bool /*Start A start offset in object listing */ Start *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListIssueGroupOfProjectVersionParams contains all the parameters to send to the API endpoint for the list issue group of project version operation typically these are written to a http.Request
func NewListIssueGroupOfProjectVersionParams ¶
func NewListIssueGroupOfProjectVersionParams() *ListIssueGroupOfProjectVersionParams
NewListIssueGroupOfProjectVersionParams creates a new ListIssueGroupOfProjectVersionParams object with the default values initialized.
func NewListIssueGroupOfProjectVersionParamsWithContext ¶
func NewListIssueGroupOfProjectVersionParamsWithContext(ctx context.Context) *ListIssueGroupOfProjectVersionParams
NewListIssueGroupOfProjectVersionParamsWithContext creates a new ListIssueGroupOfProjectVersionParams object with the default values initialized, and the ability to set a context for a request
func NewListIssueGroupOfProjectVersionParamsWithHTTPClient ¶
func NewListIssueGroupOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIssueGroupOfProjectVersionParams
NewListIssueGroupOfProjectVersionParamsWithHTTPClient creates a new ListIssueGroupOfProjectVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListIssueGroupOfProjectVersionParamsWithTimeout ¶
func NewListIssueGroupOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIssueGroupOfProjectVersionParams
NewListIssueGroupOfProjectVersionParamsWithTimeout creates a new ListIssueGroupOfProjectVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListIssueGroupOfProjectVersionParams) SetContext ¶
func (o *ListIssueGroupOfProjectVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetFields ¶
func (o *ListIssueGroupOfProjectVersionParams) SetFields(fields *string)
SetFields adds the fields to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetFilter ¶
func (o *ListIssueGroupOfProjectVersionParams) SetFilter(filter *string)
SetFilter adds the filter to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetFilterset ¶
func (o *ListIssueGroupOfProjectVersionParams) SetFilterset(filterset *string)
SetFilterset adds the filterset to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetGroupingtype ¶
func (o *ListIssueGroupOfProjectVersionParams) SetGroupingtype(groupingtype *string)
SetGroupingtype adds the groupingtype to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetHTTPClient ¶
func (o *ListIssueGroupOfProjectVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetLimit ¶
func (o *ListIssueGroupOfProjectVersionParams) SetLimit(limit *int32)
SetLimit adds the limit to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetParentID ¶
func (o *ListIssueGroupOfProjectVersionParams) SetParentID(parentID int64)
SetParentID adds the parentId to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetQ ¶
func (o *ListIssueGroupOfProjectVersionParams) SetQ(q *string)
SetQ adds the q to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetQm ¶
func (o *ListIssueGroupOfProjectVersionParams) SetQm(qm *string)
SetQm adds the qm to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetShowhidden ¶
func (o *ListIssueGroupOfProjectVersionParams) SetShowhidden(showhidden *bool)
SetShowhidden adds the showhidden to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetShowremoved ¶
func (o *ListIssueGroupOfProjectVersionParams) SetShowremoved(showremoved *bool)
SetShowremoved adds the showremoved to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetShowshortfilenames ¶
func (o *ListIssueGroupOfProjectVersionParams) SetShowshortfilenames(showshortfilenames *bool)
SetShowshortfilenames adds the showshortfilenames to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetShowsuppressed ¶
func (o *ListIssueGroupOfProjectVersionParams) SetShowsuppressed(showsuppressed *bool)
SetShowsuppressed adds the showsuppressed to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetStart ¶
func (o *ListIssueGroupOfProjectVersionParams) SetStart(start *int32)
SetStart adds the start to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) SetTimeout ¶
func (o *ListIssueGroupOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithContext ¶
func (o *ListIssueGroupOfProjectVersionParams) WithContext(ctx context.Context) *ListIssueGroupOfProjectVersionParams
WithContext adds the context to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithFields ¶
func (o *ListIssueGroupOfProjectVersionParams) WithFields(fields *string) *ListIssueGroupOfProjectVersionParams
WithFields adds the fields to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithFilter ¶
func (o *ListIssueGroupOfProjectVersionParams) WithFilter(filter *string) *ListIssueGroupOfProjectVersionParams
WithFilter adds the filter to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithFilterset ¶
func (o *ListIssueGroupOfProjectVersionParams) WithFilterset(filterset *string) *ListIssueGroupOfProjectVersionParams
WithFilterset adds the filterset to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithGroupingtype ¶
func (o *ListIssueGroupOfProjectVersionParams) WithGroupingtype(groupingtype *string) *ListIssueGroupOfProjectVersionParams
WithGroupingtype adds the groupingtype to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithHTTPClient ¶
func (o *ListIssueGroupOfProjectVersionParams) WithHTTPClient(client *http.Client) *ListIssueGroupOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithLimit ¶
func (o *ListIssueGroupOfProjectVersionParams) WithLimit(limit *int32) *ListIssueGroupOfProjectVersionParams
WithLimit adds the limit to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithParentID ¶
func (o *ListIssueGroupOfProjectVersionParams) WithParentID(parentID int64) *ListIssueGroupOfProjectVersionParams
WithParentID adds the parentID to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithQ ¶
func (o *ListIssueGroupOfProjectVersionParams) WithQ(q *string) *ListIssueGroupOfProjectVersionParams
WithQ adds the q to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithQm ¶
func (o *ListIssueGroupOfProjectVersionParams) WithQm(qm *string) *ListIssueGroupOfProjectVersionParams
WithQm adds the qm to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithShowhidden ¶
func (o *ListIssueGroupOfProjectVersionParams) WithShowhidden(showhidden *bool) *ListIssueGroupOfProjectVersionParams
WithShowhidden adds the showhidden to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithShowremoved ¶
func (o *ListIssueGroupOfProjectVersionParams) WithShowremoved(showremoved *bool) *ListIssueGroupOfProjectVersionParams
WithShowremoved adds the showremoved to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithShowshortfilenames ¶
func (o *ListIssueGroupOfProjectVersionParams) WithShowshortfilenames(showshortfilenames *bool) *ListIssueGroupOfProjectVersionParams
WithShowshortfilenames adds the showshortfilenames to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithShowsuppressed ¶
func (o *ListIssueGroupOfProjectVersionParams) WithShowsuppressed(showsuppressed *bool) *ListIssueGroupOfProjectVersionParams
WithShowsuppressed adds the showsuppressed to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithStart ¶
func (o *ListIssueGroupOfProjectVersionParams) WithStart(start *int32) *ListIssueGroupOfProjectVersionParams
WithStart adds the start to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WithTimeout ¶
func (o *ListIssueGroupOfProjectVersionParams) WithTimeout(timeout time.Duration) *ListIssueGroupOfProjectVersionParams
WithTimeout adds the timeout to the list issue group of project version params
func (*ListIssueGroupOfProjectVersionParams) WriteToRequest ¶
func (o *ListIssueGroupOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListIssueGroupOfProjectVersionReader ¶
type ListIssueGroupOfProjectVersionReader struct {
// contains filtered or unexported fields
}
ListIssueGroupOfProjectVersionReader is a Reader for the ListIssueGroupOfProjectVersion structure.
func (*ListIssueGroupOfProjectVersionReader) ReadResponse ¶
func (o *ListIssueGroupOfProjectVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListIssueGroupOfProjectVersionUnauthorized ¶
type ListIssueGroupOfProjectVersionUnauthorized struct {
}ListIssueGroupOfProjectVersionUnauthorized handles this case with default header values.
Unauthorized
func NewListIssueGroupOfProjectVersionUnauthorized ¶
func NewListIssueGroupOfProjectVersionUnauthorized() *ListIssueGroupOfProjectVersionUnauthorized
NewListIssueGroupOfProjectVersionUnauthorized creates a ListIssueGroupOfProjectVersionUnauthorized with default headers values
func (*ListIssueGroupOfProjectVersionUnauthorized) Error ¶
func (o *ListIssueGroupOfProjectVersionUnauthorized) Error() string
func (*ListIssueGroupOfProjectVersionUnauthorized) GetPayload ¶
func (o *ListIssueGroupOfProjectVersionUnauthorized) GetPayload() *models.APIResult