Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateProjectVersionOfProject(params *CreateProjectVersionOfProjectParams, ...) (*CreateProjectVersionOfProjectCreated, error)
- func (a *Client) ListProjectVersionOfProject(params *ListProjectVersionOfProjectParams, ...) (*ListProjectVersionOfProjectOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type CreateProjectVersionOfProjectBadRequest
- type CreateProjectVersionOfProjectConflict
- type CreateProjectVersionOfProjectCreated
- type CreateProjectVersionOfProjectForbidden
- type CreateProjectVersionOfProjectInternalServerError
- type CreateProjectVersionOfProjectNotFound
- type CreateProjectVersionOfProjectParams
- func NewCreateProjectVersionOfProjectParams() *CreateProjectVersionOfProjectParams
- func NewCreateProjectVersionOfProjectParamsWithContext(ctx context.Context) *CreateProjectVersionOfProjectParams
- func NewCreateProjectVersionOfProjectParamsWithHTTPClient(client *http.Client) *CreateProjectVersionOfProjectParams
- func NewCreateProjectVersionOfProjectParamsWithTimeout(timeout time.Duration) *CreateProjectVersionOfProjectParams
- func (o *CreateProjectVersionOfProjectParams) SetContext(ctx context.Context)
- func (o *CreateProjectVersionOfProjectParams) SetHTTPClient(client *http.Client)
- func (o *CreateProjectVersionOfProjectParams) SetParentID(parentID int64)
- func (o *CreateProjectVersionOfProjectParams) SetResource(resource *models.ProjectVersion)
- func (o *CreateProjectVersionOfProjectParams) SetTimeout(timeout time.Duration)
- func (o *CreateProjectVersionOfProjectParams) WithContext(ctx context.Context) *CreateProjectVersionOfProjectParams
- func (o *CreateProjectVersionOfProjectParams) WithHTTPClient(client *http.Client) *CreateProjectVersionOfProjectParams
- func (o *CreateProjectVersionOfProjectParams) WithParentID(parentID int64) *CreateProjectVersionOfProjectParams
- func (o *CreateProjectVersionOfProjectParams) WithResource(resource *models.ProjectVersion) *CreateProjectVersionOfProjectParams
- func (o *CreateProjectVersionOfProjectParams) WithTimeout(timeout time.Duration) *CreateProjectVersionOfProjectParams
- func (o *CreateProjectVersionOfProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateProjectVersionOfProjectReader
- type CreateProjectVersionOfProjectUnauthorized
- type ListProjectVersionOfProjectBadRequest
- type ListProjectVersionOfProjectConflict
- type ListProjectVersionOfProjectForbidden
- type ListProjectVersionOfProjectInternalServerError
- type ListProjectVersionOfProjectNotFound
- type ListProjectVersionOfProjectOK
- type ListProjectVersionOfProjectParams
- func NewListProjectVersionOfProjectParams() *ListProjectVersionOfProjectParams
- func NewListProjectVersionOfProjectParamsWithContext(ctx context.Context) *ListProjectVersionOfProjectParams
- func NewListProjectVersionOfProjectParamsWithHTTPClient(client *http.Client) *ListProjectVersionOfProjectParams
- func NewListProjectVersionOfProjectParamsWithTimeout(timeout time.Duration) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) SetContext(ctx context.Context)
- func (o *ListProjectVersionOfProjectParams) SetFields(fields *string)
- func (o *ListProjectVersionOfProjectParams) SetFulltextsearch(fulltextsearch *bool)
- func (o *ListProjectVersionOfProjectParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectVersionOfProjectParams) SetIncludeInactive(includeInactive *bool)
- func (o *ListProjectVersionOfProjectParams) SetLimit(limit *int32)
- func (o *ListProjectVersionOfProjectParams) SetMyAssignedIssues(myAssignedIssues *bool)
- func (o *ListProjectVersionOfProjectParams) SetOrderby(orderby *string)
- func (o *ListProjectVersionOfProjectParams) SetParentID(parentID int64)
- func (o *ListProjectVersionOfProjectParams) SetQ(q *string)
- func (o *ListProjectVersionOfProjectParams) SetStart(start *int32)
- func (o *ListProjectVersionOfProjectParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectVersionOfProjectParams) WithContext(ctx context.Context) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithFields(fields *string) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithFulltextsearch(fulltextsearch *bool) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithHTTPClient(client *http.Client) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithIncludeInactive(includeInactive *bool) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithLimit(limit *int32) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithMyAssignedIssues(myAssignedIssues *bool) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithOrderby(orderby *string) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithParentID(parentID int64) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithQ(q *string) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithStart(start *int32) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WithTimeout(timeout time.Duration) *ListProjectVersionOfProjectParams
- func (o *ListProjectVersionOfProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectVersionOfProjectReader
- type ListProjectVersionOfProjectUnauthorized
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 project version of project controller API
func (*Client) CreateProjectVersionOfProject ¶
func (a *Client) CreateProjectVersionOfProject(params *CreateProjectVersionOfProjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectVersionOfProjectCreated, error)
CreateProjectVersionOfProject creates
func (*Client) ListProjectVersionOfProject ¶
func (a *Client) ListProjectVersionOfProject(params *ListProjectVersionOfProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfProjectOK, error)
ListProjectVersionOfProject lists
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { CreateProjectVersionOfProject(params *CreateProjectVersionOfProjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectVersionOfProjectCreated, error) ListProjectVersionOfProject(params *ListProjectVersionOfProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfProjectOK, 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 project version of project controller API client.
type CreateProjectVersionOfProjectBadRequest ¶
CreateProjectVersionOfProjectBadRequest handles this case with default header values.
Bad Request
func NewCreateProjectVersionOfProjectBadRequest ¶
func NewCreateProjectVersionOfProjectBadRequest() *CreateProjectVersionOfProjectBadRequest
NewCreateProjectVersionOfProjectBadRequest creates a CreateProjectVersionOfProjectBadRequest with default headers values
func (*CreateProjectVersionOfProjectBadRequest) Error ¶
func (o *CreateProjectVersionOfProjectBadRequest) Error() string
func (*CreateProjectVersionOfProjectBadRequest) GetPayload ¶
func (o *CreateProjectVersionOfProjectBadRequest) GetPayload() *models.APIResult
type CreateProjectVersionOfProjectConflict ¶
CreateProjectVersionOfProjectConflict handles this case with default header values.
Conflict
func NewCreateProjectVersionOfProjectConflict ¶
func NewCreateProjectVersionOfProjectConflict() *CreateProjectVersionOfProjectConflict
NewCreateProjectVersionOfProjectConflict creates a CreateProjectVersionOfProjectConflict with default headers values
func (*CreateProjectVersionOfProjectConflict) Error ¶
func (o *CreateProjectVersionOfProjectConflict) Error() string
func (*CreateProjectVersionOfProjectConflict) GetPayload ¶
func (o *CreateProjectVersionOfProjectConflict) GetPayload() *models.APIResult
type CreateProjectVersionOfProjectCreated ¶
type CreateProjectVersionOfProjectCreated struct {
Payload *models.APIResultProjectVersion
}
CreateProjectVersionOfProjectCreated handles this case with default header values.
Created
func NewCreateProjectVersionOfProjectCreated ¶
func NewCreateProjectVersionOfProjectCreated() *CreateProjectVersionOfProjectCreated
NewCreateProjectVersionOfProjectCreated creates a CreateProjectVersionOfProjectCreated with default headers values
func (*CreateProjectVersionOfProjectCreated) Error ¶
func (o *CreateProjectVersionOfProjectCreated) Error() string
func (*CreateProjectVersionOfProjectCreated) GetPayload ¶
func (o *CreateProjectVersionOfProjectCreated) GetPayload() *models.APIResultProjectVersion
type CreateProjectVersionOfProjectForbidden ¶
CreateProjectVersionOfProjectForbidden handles this case with default header values.
Forbidden
func NewCreateProjectVersionOfProjectForbidden ¶
func NewCreateProjectVersionOfProjectForbidden() *CreateProjectVersionOfProjectForbidden
NewCreateProjectVersionOfProjectForbidden creates a CreateProjectVersionOfProjectForbidden with default headers values
func (*CreateProjectVersionOfProjectForbidden) Error ¶
func (o *CreateProjectVersionOfProjectForbidden) Error() string
func (*CreateProjectVersionOfProjectForbidden) GetPayload ¶
func (o *CreateProjectVersionOfProjectForbidden) GetPayload() *models.APIResult
type CreateProjectVersionOfProjectInternalServerError ¶
CreateProjectVersionOfProjectInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateProjectVersionOfProjectInternalServerError ¶
func NewCreateProjectVersionOfProjectInternalServerError() *CreateProjectVersionOfProjectInternalServerError
NewCreateProjectVersionOfProjectInternalServerError creates a CreateProjectVersionOfProjectInternalServerError with default headers values
func (*CreateProjectVersionOfProjectInternalServerError) Error ¶
func (o *CreateProjectVersionOfProjectInternalServerError) Error() string
func (*CreateProjectVersionOfProjectInternalServerError) GetPayload ¶
func (o *CreateProjectVersionOfProjectInternalServerError) GetPayload() *models.APIResult
type CreateProjectVersionOfProjectNotFound ¶
CreateProjectVersionOfProjectNotFound handles this case with default header values.
Not Found
func NewCreateProjectVersionOfProjectNotFound ¶
func NewCreateProjectVersionOfProjectNotFound() *CreateProjectVersionOfProjectNotFound
NewCreateProjectVersionOfProjectNotFound creates a CreateProjectVersionOfProjectNotFound with default headers values
func (*CreateProjectVersionOfProjectNotFound) Error ¶
func (o *CreateProjectVersionOfProjectNotFound) Error() string
func (*CreateProjectVersionOfProjectNotFound) GetPayload ¶
func (o *CreateProjectVersionOfProjectNotFound) GetPayload() *models.APIResult
type CreateProjectVersionOfProjectParams ¶
type CreateProjectVersionOfProjectParams struct { /*ParentID parentId */ ParentID int64 /*Resource resource */ Resource *models.ProjectVersion Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateProjectVersionOfProjectParams contains all the parameters to send to the API endpoint for the create project version of project operation typically these are written to a http.Request
func NewCreateProjectVersionOfProjectParams ¶
func NewCreateProjectVersionOfProjectParams() *CreateProjectVersionOfProjectParams
NewCreateProjectVersionOfProjectParams creates a new CreateProjectVersionOfProjectParams object with the default values initialized.
func NewCreateProjectVersionOfProjectParamsWithContext ¶
func NewCreateProjectVersionOfProjectParamsWithContext(ctx context.Context) *CreateProjectVersionOfProjectParams
NewCreateProjectVersionOfProjectParamsWithContext creates a new CreateProjectVersionOfProjectParams object with the default values initialized, and the ability to set a context for a request
func NewCreateProjectVersionOfProjectParamsWithHTTPClient ¶
func NewCreateProjectVersionOfProjectParamsWithHTTPClient(client *http.Client) *CreateProjectVersionOfProjectParams
NewCreateProjectVersionOfProjectParamsWithHTTPClient creates a new CreateProjectVersionOfProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateProjectVersionOfProjectParamsWithTimeout ¶
func NewCreateProjectVersionOfProjectParamsWithTimeout(timeout time.Duration) *CreateProjectVersionOfProjectParams
NewCreateProjectVersionOfProjectParamsWithTimeout creates a new CreateProjectVersionOfProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateProjectVersionOfProjectParams) SetContext ¶
func (o *CreateProjectVersionOfProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the create project version of project params
func (*CreateProjectVersionOfProjectParams) SetHTTPClient ¶
func (o *CreateProjectVersionOfProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create project version of project params
func (*CreateProjectVersionOfProjectParams) SetParentID ¶
func (o *CreateProjectVersionOfProjectParams) SetParentID(parentID int64)
SetParentID adds the parentId to the create project version of project params
func (*CreateProjectVersionOfProjectParams) SetResource ¶
func (o *CreateProjectVersionOfProjectParams) SetResource(resource *models.ProjectVersion)
SetResource adds the resource to the create project version of project params
func (*CreateProjectVersionOfProjectParams) SetTimeout ¶
func (o *CreateProjectVersionOfProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create project version of project params
func (*CreateProjectVersionOfProjectParams) WithContext ¶
func (o *CreateProjectVersionOfProjectParams) WithContext(ctx context.Context) *CreateProjectVersionOfProjectParams
WithContext adds the context to the create project version of project params
func (*CreateProjectVersionOfProjectParams) WithHTTPClient ¶
func (o *CreateProjectVersionOfProjectParams) WithHTTPClient(client *http.Client) *CreateProjectVersionOfProjectParams
WithHTTPClient adds the HTTPClient to the create project version of project params
func (*CreateProjectVersionOfProjectParams) WithParentID ¶
func (o *CreateProjectVersionOfProjectParams) WithParentID(parentID int64) *CreateProjectVersionOfProjectParams
WithParentID adds the parentID to the create project version of project params
func (*CreateProjectVersionOfProjectParams) WithResource ¶
func (o *CreateProjectVersionOfProjectParams) WithResource(resource *models.ProjectVersion) *CreateProjectVersionOfProjectParams
WithResource adds the resource to the create project version of project params
func (*CreateProjectVersionOfProjectParams) WithTimeout ¶
func (o *CreateProjectVersionOfProjectParams) WithTimeout(timeout time.Duration) *CreateProjectVersionOfProjectParams
WithTimeout adds the timeout to the create project version of project params
func (*CreateProjectVersionOfProjectParams) WriteToRequest ¶
func (o *CreateProjectVersionOfProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateProjectVersionOfProjectReader ¶
type CreateProjectVersionOfProjectReader struct {
// contains filtered or unexported fields
}
CreateProjectVersionOfProjectReader is a Reader for the CreateProjectVersionOfProject structure.
func (*CreateProjectVersionOfProjectReader) ReadResponse ¶
func (o *CreateProjectVersionOfProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateProjectVersionOfProjectUnauthorized ¶
type CreateProjectVersionOfProjectUnauthorized struct {
}CreateProjectVersionOfProjectUnauthorized handles this case with default header values.
Unauthorized
func NewCreateProjectVersionOfProjectUnauthorized ¶
func NewCreateProjectVersionOfProjectUnauthorized() *CreateProjectVersionOfProjectUnauthorized
NewCreateProjectVersionOfProjectUnauthorized creates a CreateProjectVersionOfProjectUnauthorized with default headers values
func (*CreateProjectVersionOfProjectUnauthorized) Error ¶
func (o *CreateProjectVersionOfProjectUnauthorized) Error() string
func (*CreateProjectVersionOfProjectUnauthorized) GetPayload ¶
func (o *CreateProjectVersionOfProjectUnauthorized) GetPayload() *models.APIResult
type ListProjectVersionOfProjectBadRequest ¶
ListProjectVersionOfProjectBadRequest handles this case with default header values.
Bad Request
func NewListProjectVersionOfProjectBadRequest ¶
func NewListProjectVersionOfProjectBadRequest() *ListProjectVersionOfProjectBadRequest
NewListProjectVersionOfProjectBadRequest creates a ListProjectVersionOfProjectBadRequest with default headers values
func (*ListProjectVersionOfProjectBadRequest) Error ¶
func (o *ListProjectVersionOfProjectBadRequest) Error() string
func (*ListProjectVersionOfProjectBadRequest) GetPayload ¶
func (o *ListProjectVersionOfProjectBadRequest) GetPayload() *models.APIResult
type ListProjectVersionOfProjectConflict ¶
ListProjectVersionOfProjectConflict handles this case with default header values.
Conflict
func NewListProjectVersionOfProjectConflict ¶
func NewListProjectVersionOfProjectConflict() *ListProjectVersionOfProjectConflict
NewListProjectVersionOfProjectConflict creates a ListProjectVersionOfProjectConflict with default headers values
func (*ListProjectVersionOfProjectConflict) Error ¶
func (o *ListProjectVersionOfProjectConflict) Error() string
func (*ListProjectVersionOfProjectConflict) GetPayload ¶
func (o *ListProjectVersionOfProjectConflict) GetPayload() *models.APIResult
type ListProjectVersionOfProjectForbidden ¶
ListProjectVersionOfProjectForbidden handles this case with default header values.
Forbidden
func NewListProjectVersionOfProjectForbidden ¶
func NewListProjectVersionOfProjectForbidden() *ListProjectVersionOfProjectForbidden
NewListProjectVersionOfProjectForbidden creates a ListProjectVersionOfProjectForbidden with default headers values
func (*ListProjectVersionOfProjectForbidden) Error ¶
func (o *ListProjectVersionOfProjectForbidden) Error() string
func (*ListProjectVersionOfProjectForbidden) GetPayload ¶
func (o *ListProjectVersionOfProjectForbidden) GetPayload() *models.APIResult
type ListProjectVersionOfProjectInternalServerError ¶
ListProjectVersionOfProjectInternalServerError handles this case with default header values.
Internal Server Error
func NewListProjectVersionOfProjectInternalServerError ¶
func NewListProjectVersionOfProjectInternalServerError() *ListProjectVersionOfProjectInternalServerError
NewListProjectVersionOfProjectInternalServerError creates a ListProjectVersionOfProjectInternalServerError with default headers values
func (*ListProjectVersionOfProjectInternalServerError) Error ¶
func (o *ListProjectVersionOfProjectInternalServerError) Error() string
func (*ListProjectVersionOfProjectInternalServerError) GetPayload ¶
func (o *ListProjectVersionOfProjectInternalServerError) GetPayload() *models.APIResult
type ListProjectVersionOfProjectNotFound ¶
ListProjectVersionOfProjectNotFound handles this case with default header values.
Not Found
func NewListProjectVersionOfProjectNotFound ¶
func NewListProjectVersionOfProjectNotFound() *ListProjectVersionOfProjectNotFound
NewListProjectVersionOfProjectNotFound creates a ListProjectVersionOfProjectNotFound with default headers values
func (*ListProjectVersionOfProjectNotFound) Error ¶
func (o *ListProjectVersionOfProjectNotFound) Error() string
func (*ListProjectVersionOfProjectNotFound) GetPayload ¶
func (o *ListProjectVersionOfProjectNotFound) GetPayload() *models.APIResult
type ListProjectVersionOfProjectOK ¶
type ListProjectVersionOfProjectOK struct {
Payload *models.APIResultListProjectVersion
}
ListProjectVersionOfProjectOK handles this case with default header values.
OK
func NewListProjectVersionOfProjectOK ¶
func NewListProjectVersionOfProjectOK() *ListProjectVersionOfProjectOK
NewListProjectVersionOfProjectOK creates a ListProjectVersionOfProjectOK with default headers values
func (*ListProjectVersionOfProjectOK) Error ¶
func (o *ListProjectVersionOfProjectOK) Error() string
func (*ListProjectVersionOfProjectOK) GetPayload ¶
func (o *ListProjectVersionOfProjectOK) GetPayload() *models.APIResultListProjectVersion
type ListProjectVersionOfProjectParams ¶
type ListProjectVersionOfProjectParams struct { /*Fields Output fields */ Fields *string /*Fulltextsearch If 'true', interpret 'q' parameter as full text search query, defaults to 'false' */ Fulltextsearch *bool /*IncludeInactive includeInactive */ IncludeInactive *bool /*Limit A maximum number of returned objects in listing, if '-1' or '0' no limit is applied */ Limit *int32 /*MyAssignedIssues myAssignedIssues */ MyAssignedIssues *bool /*Orderby Fields to order by */ Orderby *string /*ParentID parentId */ ParentID int64 /*Q A search-spec of full text search query (see fulltextsearch parameter) */ Q *string /*Start A start offset in object listing */ Start *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectVersionOfProjectParams contains all the parameters to send to the API endpoint for the list project version of project operation typically these are written to a http.Request
func NewListProjectVersionOfProjectParams ¶
func NewListProjectVersionOfProjectParams() *ListProjectVersionOfProjectParams
NewListProjectVersionOfProjectParams creates a new ListProjectVersionOfProjectParams object with the default values initialized.
func NewListProjectVersionOfProjectParamsWithContext ¶
func NewListProjectVersionOfProjectParamsWithContext(ctx context.Context) *ListProjectVersionOfProjectParams
NewListProjectVersionOfProjectParamsWithContext creates a new ListProjectVersionOfProjectParams object with the default values initialized, and the ability to set a context for a request
func NewListProjectVersionOfProjectParamsWithHTTPClient ¶
func NewListProjectVersionOfProjectParamsWithHTTPClient(client *http.Client) *ListProjectVersionOfProjectParams
NewListProjectVersionOfProjectParamsWithHTTPClient creates a new ListProjectVersionOfProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListProjectVersionOfProjectParamsWithTimeout ¶
func NewListProjectVersionOfProjectParamsWithTimeout(timeout time.Duration) *ListProjectVersionOfProjectParams
NewListProjectVersionOfProjectParamsWithTimeout creates a new ListProjectVersionOfProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListProjectVersionOfProjectParams) SetContext ¶
func (o *ListProjectVersionOfProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetFields ¶
func (o *ListProjectVersionOfProjectParams) SetFields(fields *string)
SetFields adds the fields to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetFulltextsearch ¶
func (o *ListProjectVersionOfProjectParams) SetFulltextsearch(fulltextsearch *bool)
SetFulltextsearch adds the fulltextsearch to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetHTTPClient ¶
func (o *ListProjectVersionOfProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetIncludeInactive ¶
func (o *ListProjectVersionOfProjectParams) SetIncludeInactive(includeInactive *bool)
SetIncludeInactive adds the includeInactive to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetLimit ¶
func (o *ListProjectVersionOfProjectParams) SetLimit(limit *int32)
SetLimit adds the limit to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetMyAssignedIssues ¶
func (o *ListProjectVersionOfProjectParams) SetMyAssignedIssues(myAssignedIssues *bool)
SetMyAssignedIssues adds the myAssignedIssues to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetOrderby ¶
func (o *ListProjectVersionOfProjectParams) SetOrderby(orderby *string)
SetOrderby adds the orderby to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetParentID ¶
func (o *ListProjectVersionOfProjectParams) SetParentID(parentID int64)
SetParentID adds the parentId to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetQ ¶
func (o *ListProjectVersionOfProjectParams) SetQ(q *string)
SetQ adds the q to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetStart ¶
func (o *ListProjectVersionOfProjectParams) SetStart(start *int32)
SetStart adds the start to the list project version of project params
func (*ListProjectVersionOfProjectParams) SetTimeout ¶
func (o *ListProjectVersionOfProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithContext ¶
func (o *ListProjectVersionOfProjectParams) WithContext(ctx context.Context) *ListProjectVersionOfProjectParams
WithContext adds the context to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithFields ¶
func (o *ListProjectVersionOfProjectParams) WithFields(fields *string) *ListProjectVersionOfProjectParams
WithFields adds the fields to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithFulltextsearch ¶
func (o *ListProjectVersionOfProjectParams) WithFulltextsearch(fulltextsearch *bool) *ListProjectVersionOfProjectParams
WithFulltextsearch adds the fulltextsearch to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithHTTPClient ¶
func (o *ListProjectVersionOfProjectParams) WithHTTPClient(client *http.Client) *ListProjectVersionOfProjectParams
WithHTTPClient adds the HTTPClient to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithIncludeInactive ¶
func (o *ListProjectVersionOfProjectParams) WithIncludeInactive(includeInactive *bool) *ListProjectVersionOfProjectParams
WithIncludeInactive adds the includeInactive to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithLimit ¶
func (o *ListProjectVersionOfProjectParams) WithLimit(limit *int32) *ListProjectVersionOfProjectParams
WithLimit adds the limit to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithMyAssignedIssues ¶
func (o *ListProjectVersionOfProjectParams) WithMyAssignedIssues(myAssignedIssues *bool) *ListProjectVersionOfProjectParams
WithMyAssignedIssues adds the myAssignedIssues to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithOrderby ¶
func (o *ListProjectVersionOfProjectParams) WithOrderby(orderby *string) *ListProjectVersionOfProjectParams
WithOrderby adds the orderby to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithParentID ¶
func (o *ListProjectVersionOfProjectParams) WithParentID(parentID int64) *ListProjectVersionOfProjectParams
WithParentID adds the parentID to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithQ ¶
func (o *ListProjectVersionOfProjectParams) WithQ(q *string) *ListProjectVersionOfProjectParams
WithQ adds the q to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithStart ¶
func (o *ListProjectVersionOfProjectParams) WithStart(start *int32) *ListProjectVersionOfProjectParams
WithStart adds the start to the list project version of project params
func (*ListProjectVersionOfProjectParams) WithTimeout ¶
func (o *ListProjectVersionOfProjectParams) WithTimeout(timeout time.Duration) *ListProjectVersionOfProjectParams
WithTimeout adds the timeout to the list project version of project params
func (*ListProjectVersionOfProjectParams) WriteToRequest ¶
func (o *ListProjectVersionOfProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectVersionOfProjectReader ¶
type ListProjectVersionOfProjectReader struct {
// contains filtered or unexported fields
}
ListProjectVersionOfProjectReader is a Reader for the ListProjectVersionOfProject structure.
func (*ListProjectVersionOfProjectReader) ReadResponse ¶
func (o *ListProjectVersionOfProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectVersionOfProjectUnauthorized ¶
type ListProjectVersionOfProjectUnauthorized struct {
}ListProjectVersionOfProjectUnauthorized handles this case with default header values.
Unauthorized
func NewListProjectVersionOfProjectUnauthorized ¶
func NewListProjectVersionOfProjectUnauthorized() *ListProjectVersionOfProjectUnauthorized
NewListProjectVersionOfProjectUnauthorized creates a ListProjectVersionOfProjectUnauthorized with default headers values
func (*ListProjectVersionOfProjectUnauthorized) Error ¶
func (o *ListProjectVersionOfProjectUnauthorized) Error() string
func (*ListProjectVersionOfProjectUnauthorized) GetPayload ¶
func (o *ListProjectVersionOfProjectUnauthorized) GetPayload() *models.APIResult