filter_set_of_project_version_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for filter set of project version controller API

func (*Client) ListFilterSetOfProjectVersion

func (a *Client) ListFilterSetOfProjectVersion(params *ListFilterSetOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListFilterSetOfProjectVersionOK, error)

ListFilterSetOfProjectVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListFilterSetOfProjectVersion(params *ListFilterSetOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListFilterSetOfProjectVersionOK, 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 filter set of project version controller API client.

type ListFilterSetOfProjectVersionBadRequest

type ListFilterSetOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListFilterSetOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListFilterSetOfProjectVersionBadRequest

func NewListFilterSetOfProjectVersionBadRequest() *ListFilterSetOfProjectVersionBadRequest

NewListFilterSetOfProjectVersionBadRequest creates a ListFilterSetOfProjectVersionBadRequest with default headers values

func (*ListFilterSetOfProjectVersionBadRequest) Error

func (*ListFilterSetOfProjectVersionBadRequest) GetPayload

type ListFilterSetOfProjectVersionConflict

type ListFilterSetOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListFilterSetOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListFilterSetOfProjectVersionConflict

func NewListFilterSetOfProjectVersionConflict() *ListFilterSetOfProjectVersionConflict

NewListFilterSetOfProjectVersionConflict creates a ListFilterSetOfProjectVersionConflict with default headers values

func (*ListFilterSetOfProjectVersionConflict) Error

func (*ListFilterSetOfProjectVersionConflict) GetPayload

type ListFilterSetOfProjectVersionForbidden

type ListFilterSetOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListFilterSetOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListFilterSetOfProjectVersionForbidden

func NewListFilterSetOfProjectVersionForbidden() *ListFilterSetOfProjectVersionForbidden

NewListFilterSetOfProjectVersionForbidden creates a ListFilterSetOfProjectVersionForbidden with default headers values

func (*ListFilterSetOfProjectVersionForbidden) Error

func (*ListFilterSetOfProjectVersionForbidden) GetPayload

type ListFilterSetOfProjectVersionInternalServerError

type ListFilterSetOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListFilterSetOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListFilterSetOfProjectVersionInternalServerError

func NewListFilterSetOfProjectVersionInternalServerError() *ListFilterSetOfProjectVersionInternalServerError

NewListFilterSetOfProjectVersionInternalServerError creates a ListFilterSetOfProjectVersionInternalServerError with default headers values

func (*ListFilterSetOfProjectVersionInternalServerError) Error

func (*ListFilterSetOfProjectVersionInternalServerError) GetPayload

type ListFilterSetOfProjectVersionNotFound

type ListFilterSetOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListFilterSetOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListFilterSetOfProjectVersionNotFound

func NewListFilterSetOfProjectVersionNotFound() *ListFilterSetOfProjectVersionNotFound

NewListFilterSetOfProjectVersionNotFound creates a ListFilterSetOfProjectVersionNotFound with default headers values

func (*ListFilterSetOfProjectVersionNotFound) Error

func (*ListFilterSetOfProjectVersionNotFound) GetPayload

type ListFilterSetOfProjectVersionOK

type ListFilterSetOfProjectVersionOK struct {
	Payload *models.APIResultListFilterSet
}

ListFilterSetOfProjectVersionOK handles this case with default header values.

OK

func NewListFilterSetOfProjectVersionOK

func NewListFilterSetOfProjectVersionOK() *ListFilterSetOfProjectVersionOK

NewListFilterSetOfProjectVersionOK creates a ListFilterSetOfProjectVersionOK with default headers values

func (*ListFilterSetOfProjectVersionOK) Error

func (*ListFilterSetOfProjectVersionOK) GetPayload

type ListFilterSetOfProjectVersionParams

type ListFilterSetOfProjectVersionParams struct {

	/*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
}

ListFilterSetOfProjectVersionParams contains all the parameters to send to the API endpoint for the list filter set of project version operation typically these are written to a http.Request

func NewListFilterSetOfProjectVersionParams

func NewListFilterSetOfProjectVersionParams() *ListFilterSetOfProjectVersionParams

NewListFilterSetOfProjectVersionParams creates a new ListFilterSetOfProjectVersionParams object with the default values initialized.

func NewListFilterSetOfProjectVersionParamsWithContext

func NewListFilterSetOfProjectVersionParamsWithContext(ctx context.Context) *ListFilterSetOfProjectVersionParams

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

func NewListFilterSetOfProjectVersionParamsWithHTTPClient

func NewListFilterSetOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListFilterSetOfProjectVersionParams

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

func NewListFilterSetOfProjectVersionParamsWithTimeout

func NewListFilterSetOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListFilterSetOfProjectVersionParams

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

func (*ListFilterSetOfProjectVersionParams) SetContext

SetContext adds the context to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) SetFields

func (o *ListFilterSetOfProjectVersionParams) SetFields(fields *string)

SetFields adds the fields to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) SetLimit

func (o *ListFilterSetOfProjectVersionParams) SetLimit(limit *int32)

SetLimit adds the limit to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) SetParentID

func (o *ListFilterSetOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) SetStart

func (o *ListFilterSetOfProjectVersionParams) SetStart(start *int32)

SetStart adds the start to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) WithContext

WithContext adds the context to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) WithFields

WithFields adds the fields to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) WithLimit

WithLimit adds the limit to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) WithStart

WithStart adds the start to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list filter set of project version params

func (*ListFilterSetOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFilterSetOfProjectVersionReader

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

ListFilterSetOfProjectVersionReader is a Reader for the ListFilterSetOfProjectVersion structure.

func (*ListFilterSetOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFilterSetOfProjectVersionUnauthorized

type ListFilterSetOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListFilterSetOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListFilterSetOfProjectVersionUnauthorized

func NewListFilterSetOfProjectVersionUnauthorized() *ListFilterSetOfProjectVersionUnauthorized

NewListFilterSetOfProjectVersionUnauthorized creates a ListFilterSetOfProjectVersionUnauthorized with default headers values

func (*ListFilterSetOfProjectVersionUnauthorized) Error

func (*ListFilterSetOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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