result_processing_rule_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: 0

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 result processing rule of project version controller API

func (*Client) ListResultProcessingRuleOfProjectVersion

ListResultProcessingRuleOfProjectVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCollectionResultProcessingRuleOfProjectVersion

UpdateCollectionResultProcessingRuleOfProjectVersion updates collection

type ClientService

type ClientService interface {
	ListResultProcessingRuleOfProjectVersion(params *ListResultProcessingRuleOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListResultProcessingRuleOfProjectVersionOK, error)

	UpdateCollectionResultProcessingRuleOfProjectVersion(params *UpdateCollectionResultProcessingRuleOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCollectionResultProcessingRuleOfProjectVersionOK, 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 result processing rule of project version controller API client.

type ListResultProcessingRuleOfProjectVersionBadRequest

type ListResultProcessingRuleOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListResultProcessingRuleOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListResultProcessingRuleOfProjectVersionBadRequest

func NewListResultProcessingRuleOfProjectVersionBadRequest() *ListResultProcessingRuleOfProjectVersionBadRequest

NewListResultProcessingRuleOfProjectVersionBadRequest creates a ListResultProcessingRuleOfProjectVersionBadRequest with default headers values

func (*ListResultProcessingRuleOfProjectVersionBadRequest) Error

func (*ListResultProcessingRuleOfProjectVersionBadRequest) GetPayload

type ListResultProcessingRuleOfProjectVersionConflict

type ListResultProcessingRuleOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListResultProcessingRuleOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListResultProcessingRuleOfProjectVersionConflict

func NewListResultProcessingRuleOfProjectVersionConflict() *ListResultProcessingRuleOfProjectVersionConflict

NewListResultProcessingRuleOfProjectVersionConflict creates a ListResultProcessingRuleOfProjectVersionConflict with default headers values

func (*ListResultProcessingRuleOfProjectVersionConflict) Error

func (*ListResultProcessingRuleOfProjectVersionConflict) GetPayload

type ListResultProcessingRuleOfProjectVersionForbidden

type ListResultProcessingRuleOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListResultProcessingRuleOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListResultProcessingRuleOfProjectVersionForbidden

func NewListResultProcessingRuleOfProjectVersionForbidden() *ListResultProcessingRuleOfProjectVersionForbidden

NewListResultProcessingRuleOfProjectVersionForbidden creates a ListResultProcessingRuleOfProjectVersionForbidden with default headers values

func (*ListResultProcessingRuleOfProjectVersionForbidden) Error

func (*ListResultProcessingRuleOfProjectVersionForbidden) GetPayload

type ListResultProcessingRuleOfProjectVersionInternalServerError

type ListResultProcessingRuleOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListResultProcessingRuleOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListResultProcessingRuleOfProjectVersionInternalServerError

func NewListResultProcessingRuleOfProjectVersionInternalServerError() *ListResultProcessingRuleOfProjectVersionInternalServerError

NewListResultProcessingRuleOfProjectVersionInternalServerError creates a ListResultProcessingRuleOfProjectVersionInternalServerError with default headers values

func (*ListResultProcessingRuleOfProjectVersionInternalServerError) Error

func (*ListResultProcessingRuleOfProjectVersionInternalServerError) GetPayload

type ListResultProcessingRuleOfProjectVersionNotFound

type ListResultProcessingRuleOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListResultProcessingRuleOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListResultProcessingRuleOfProjectVersionNotFound

func NewListResultProcessingRuleOfProjectVersionNotFound() *ListResultProcessingRuleOfProjectVersionNotFound

NewListResultProcessingRuleOfProjectVersionNotFound creates a ListResultProcessingRuleOfProjectVersionNotFound with default headers values

func (*ListResultProcessingRuleOfProjectVersionNotFound) Error

func (*ListResultProcessingRuleOfProjectVersionNotFound) GetPayload

type ListResultProcessingRuleOfProjectVersionOK

type ListResultProcessingRuleOfProjectVersionOK struct {
	Payload *models.APIResultListResultProcessingRule
}

ListResultProcessingRuleOfProjectVersionOK handles this case with default header values.

OK

func NewListResultProcessingRuleOfProjectVersionOK

func NewListResultProcessingRuleOfProjectVersionOK() *ListResultProcessingRuleOfProjectVersionOK

NewListResultProcessingRuleOfProjectVersionOK creates a ListResultProcessingRuleOfProjectVersionOK with default headers values

func (*ListResultProcessingRuleOfProjectVersionOK) Error

func (*ListResultProcessingRuleOfProjectVersionOK) GetPayload

type ListResultProcessingRuleOfProjectVersionParams

type ListResultProcessingRuleOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ParentID
	  parentId

	*/
	ParentID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListResultProcessingRuleOfProjectVersionParams contains all the parameters to send to the API endpoint for the list result processing rule of project version operation typically these are written to a http.Request

func NewListResultProcessingRuleOfProjectVersionParams

func NewListResultProcessingRuleOfProjectVersionParams() *ListResultProcessingRuleOfProjectVersionParams

NewListResultProcessingRuleOfProjectVersionParams creates a new ListResultProcessingRuleOfProjectVersionParams object with the default values initialized.

func NewListResultProcessingRuleOfProjectVersionParamsWithContext

func NewListResultProcessingRuleOfProjectVersionParamsWithContext(ctx context.Context) *ListResultProcessingRuleOfProjectVersionParams

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

func NewListResultProcessingRuleOfProjectVersionParamsWithHTTPClient

func NewListResultProcessingRuleOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListResultProcessingRuleOfProjectVersionParams

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

func NewListResultProcessingRuleOfProjectVersionParamsWithTimeout

func NewListResultProcessingRuleOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListResultProcessingRuleOfProjectVersionParams

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

func (*ListResultProcessingRuleOfProjectVersionParams) SetContext

SetContext adds the context to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) SetFields

SetFields adds the fields to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) SetParentID

func (o *ListResultProcessingRuleOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) WithContext

WithContext adds the context to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) WithFields

WithFields adds the fields to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list result processing rule of project version params

func (*ListResultProcessingRuleOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListResultProcessingRuleOfProjectVersionReader

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

ListResultProcessingRuleOfProjectVersionReader is a Reader for the ListResultProcessingRuleOfProjectVersion structure.

func (*ListResultProcessingRuleOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListResultProcessingRuleOfProjectVersionUnauthorized

type ListResultProcessingRuleOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListResultProcessingRuleOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListResultProcessingRuleOfProjectVersionUnauthorized

func NewListResultProcessingRuleOfProjectVersionUnauthorized() *ListResultProcessingRuleOfProjectVersionUnauthorized

NewListResultProcessingRuleOfProjectVersionUnauthorized creates a ListResultProcessingRuleOfProjectVersionUnauthorized with default headers values

func (*ListResultProcessingRuleOfProjectVersionUnauthorized) Error

func (*ListResultProcessingRuleOfProjectVersionUnauthorized) GetPayload

type UpdateCollectionResultProcessingRuleOfProjectVersionBadRequest

type UpdateCollectionResultProcessingRuleOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateCollectionResultProcessingRuleOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateCollectionResultProcessingRuleOfProjectVersionBadRequest

func NewUpdateCollectionResultProcessingRuleOfProjectVersionBadRequest() *UpdateCollectionResultProcessingRuleOfProjectVersionBadRequest

NewUpdateCollectionResultProcessingRuleOfProjectVersionBadRequest creates a UpdateCollectionResultProcessingRuleOfProjectVersionBadRequest with default headers values

func (*UpdateCollectionResultProcessingRuleOfProjectVersionBadRequest) Error

func (*UpdateCollectionResultProcessingRuleOfProjectVersionBadRequest) GetPayload

type UpdateCollectionResultProcessingRuleOfProjectVersionConflict

type UpdateCollectionResultProcessingRuleOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateCollectionResultProcessingRuleOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateCollectionResultProcessingRuleOfProjectVersionConflict

func NewUpdateCollectionResultProcessingRuleOfProjectVersionConflict() *UpdateCollectionResultProcessingRuleOfProjectVersionConflict

NewUpdateCollectionResultProcessingRuleOfProjectVersionConflict creates a UpdateCollectionResultProcessingRuleOfProjectVersionConflict with default headers values

func (*UpdateCollectionResultProcessingRuleOfProjectVersionConflict) Error

func (*UpdateCollectionResultProcessingRuleOfProjectVersionConflict) GetPayload

type UpdateCollectionResultProcessingRuleOfProjectVersionForbidden

type UpdateCollectionResultProcessingRuleOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateCollectionResultProcessingRuleOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateCollectionResultProcessingRuleOfProjectVersionForbidden

func NewUpdateCollectionResultProcessingRuleOfProjectVersionForbidden() *UpdateCollectionResultProcessingRuleOfProjectVersionForbidden

NewUpdateCollectionResultProcessingRuleOfProjectVersionForbidden creates a UpdateCollectionResultProcessingRuleOfProjectVersionForbidden with default headers values

func (*UpdateCollectionResultProcessingRuleOfProjectVersionForbidden) Error

func (*UpdateCollectionResultProcessingRuleOfProjectVersionForbidden) GetPayload

type UpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError

type UpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError

func NewUpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError() *UpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError

NewUpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError creates a UpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError with default headers values

func (*UpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError) Error

func (*UpdateCollectionResultProcessingRuleOfProjectVersionInternalServerError) GetPayload

type UpdateCollectionResultProcessingRuleOfProjectVersionNotFound

type UpdateCollectionResultProcessingRuleOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateCollectionResultProcessingRuleOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateCollectionResultProcessingRuleOfProjectVersionNotFound

func NewUpdateCollectionResultProcessingRuleOfProjectVersionNotFound() *UpdateCollectionResultProcessingRuleOfProjectVersionNotFound

NewUpdateCollectionResultProcessingRuleOfProjectVersionNotFound creates a UpdateCollectionResultProcessingRuleOfProjectVersionNotFound with default headers values

func (*UpdateCollectionResultProcessingRuleOfProjectVersionNotFound) Error

func (*UpdateCollectionResultProcessingRuleOfProjectVersionNotFound) GetPayload

type UpdateCollectionResultProcessingRuleOfProjectVersionOK

type UpdateCollectionResultProcessingRuleOfProjectVersionOK struct {
	Payload *models.APIResultListResultProcessingRule
}

UpdateCollectionResultProcessingRuleOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateCollectionResultProcessingRuleOfProjectVersionOK

func NewUpdateCollectionResultProcessingRuleOfProjectVersionOK() *UpdateCollectionResultProcessingRuleOfProjectVersionOK

NewUpdateCollectionResultProcessingRuleOfProjectVersionOK creates a UpdateCollectionResultProcessingRuleOfProjectVersionOK with default headers values

func (*UpdateCollectionResultProcessingRuleOfProjectVersionOK) Error

func (*UpdateCollectionResultProcessingRuleOfProjectVersionOK) GetPayload

type UpdateCollectionResultProcessingRuleOfProjectVersionParams

type UpdateCollectionResultProcessingRuleOfProjectVersionParams struct {

	/*Data
	  data

	*/
	Data []*models.ResultProcessingRule
	/*ParentID
	  parentId

	*/
	ParentID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateCollectionResultProcessingRuleOfProjectVersionParams contains all the parameters to send to the API endpoint for the update collection result processing rule of project version operation typically these are written to a http.Request

func NewUpdateCollectionResultProcessingRuleOfProjectVersionParams

func NewUpdateCollectionResultProcessingRuleOfProjectVersionParams() *UpdateCollectionResultProcessingRuleOfProjectVersionParams

NewUpdateCollectionResultProcessingRuleOfProjectVersionParams creates a new UpdateCollectionResultProcessingRuleOfProjectVersionParams object with the default values initialized.

func NewUpdateCollectionResultProcessingRuleOfProjectVersionParamsWithContext

func NewUpdateCollectionResultProcessingRuleOfProjectVersionParamsWithContext(ctx context.Context) *UpdateCollectionResultProcessingRuleOfProjectVersionParams

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

func NewUpdateCollectionResultProcessingRuleOfProjectVersionParamsWithHTTPClient

func NewUpdateCollectionResultProcessingRuleOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateCollectionResultProcessingRuleOfProjectVersionParams

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

func NewUpdateCollectionResultProcessingRuleOfProjectVersionParamsWithTimeout

func NewUpdateCollectionResultProcessingRuleOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateCollectionResultProcessingRuleOfProjectVersionParams

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

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) SetContext

SetContext adds the context to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) SetData

SetData adds the data to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) WithContext

WithContext adds the context to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) WithData

WithData adds the data to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update collection result processing rule of project version params

func (*UpdateCollectionResultProcessingRuleOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCollectionResultProcessingRuleOfProjectVersionReader

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

UpdateCollectionResultProcessingRuleOfProjectVersionReader is a Reader for the UpdateCollectionResultProcessingRuleOfProjectVersion structure.

func (*UpdateCollectionResultProcessingRuleOfProjectVersionReader) ReadResponse

ReadResponse reads a server response into the received o.

type UpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized

type UpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized

func NewUpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized() *UpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized

NewUpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized creates a UpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized with default headers values

func (*UpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized) Error

func (*UpdateCollectionResultProcessingRuleOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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