responsibility_assignment_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 responsibility assignment of project version controller API

func (*Client) ListResponsibilityAssignmentOfProjectVersion

ListResponsibilityAssignmentOfProjectVersion lists

func (*Client) ReadResponsibilityAssignmentOfProjectVersion

ReadResponsibilityAssignmentOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCollectionResponsibilityAssignmentOfProjectVersion

UpdateCollectionResponsibilityAssignmentOfProjectVersion updates collection

type ClientService

type ClientService interface {
	ListResponsibilityAssignmentOfProjectVersion(params *ListResponsibilityAssignmentOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListResponsibilityAssignmentOfProjectVersionOK, error)

	ReadResponsibilityAssignmentOfProjectVersion(params *ReadResponsibilityAssignmentOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadResponsibilityAssignmentOfProjectVersionOK, error)

	UpdateCollectionResponsibilityAssignmentOfProjectVersion(params *UpdateCollectionResponsibilityAssignmentOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCollectionResponsibilityAssignmentOfProjectVersionOK, 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 responsibility assignment of project version controller API client.

type ListResponsibilityAssignmentOfProjectVersionBadRequest

type ListResponsibilityAssignmentOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListResponsibilityAssignmentOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListResponsibilityAssignmentOfProjectVersionBadRequest

func NewListResponsibilityAssignmentOfProjectVersionBadRequest() *ListResponsibilityAssignmentOfProjectVersionBadRequest

NewListResponsibilityAssignmentOfProjectVersionBadRequest creates a ListResponsibilityAssignmentOfProjectVersionBadRequest with default headers values

func (*ListResponsibilityAssignmentOfProjectVersionBadRequest) Error

func (*ListResponsibilityAssignmentOfProjectVersionBadRequest) GetPayload

type ListResponsibilityAssignmentOfProjectVersionConflict

type ListResponsibilityAssignmentOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListResponsibilityAssignmentOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListResponsibilityAssignmentOfProjectVersionConflict

func NewListResponsibilityAssignmentOfProjectVersionConflict() *ListResponsibilityAssignmentOfProjectVersionConflict

NewListResponsibilityAssignmentOfProjectVersionConflict creates a ListResponsibilityAssignmentOfProjectVersionConflict with default headers values

func (*ListResponsibilityAssignmentOfProjectVersionConflict) Error

func (*ListResponsibilityAssignmentOfProjectVersionConflict) GetPayload

type ListResponsibilityAssignmentOfProjectVersionForbidden

type ListResponsibilityAssignmentOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListResponsibilityAssignmentOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListResponsibilityAssignmentOfProjectVersionForbidden

func NewListResponsibilityAssignmentOfProjectVersionForbidden() *ListResponsibilityAssignmentOfProjectVersionForbidden

NewListResponsibilityAssignmentOfProjectVersionForbidden creates a ListResponsibilityAssignmentOfProjectVersionForbidden with default headers values

func (*ListResponsibilityAssignmentOfProjectVersionForbidden) Error

func (*ListResponsibilityAssignmentOfProjectVersionForbidden) GetPayload

type ListResponsibilityAssignmentOfProjectVersionInternalServerError

type ListResponsibilityAssignmentOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListResponsibilityAssignmentOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListResponsibilityAssignmentOfProjectVersionInternalServerError

func NewListResponsibilityAssignmentOfProjectVersionInternalServerError() *ListResponsibilityAssignmentOfProjectVersionInternalServerError

NewListResponsibilityAssignmentOfProjectVersionInternalServerError creates a ListResponsibilityAssignmentOfProjectVersionInternalServerError with default headers values

func (*ListResponsibilityAssignmentOfProjectVersionInternalServerError) Error

func (*ListResponsibilityAssignmentOfProjectVersionInternalServerError) GetPayload

type ListResponsibilityAssignmentOfProjectVersionNotFound

type ListResponsibilityAssignmentOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListResponsibilityAssignmentOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListResponsibilityAssignmentOfProjectVersionNotFound

func NewListResponsibilityAssignmentOfProjectVersionNotFound() *ListResponsibilityAssignmentOfProjectVersionNotFound

NewListResponsibilityAssignmentOfProjectVersionNotFound creates a ListResponsibilityAssignmentOfProjectVersionNotFound with default headers values

func (*ListResponsibilityAssignmentOfProjectVersionNotFound) Error

func (*ListResponsibilityAssignmentOfProjectVersionNotFound) GetPayload

type ListResponsibilityAssignmentOfProjectVersionOK

type ListResponsibilityAssignmentOfProjectVersionOK struct {
	Payload *models.APIResultListResponsibilityAssignment
}

ListResponsibilityAssignmentOfProjectVersionOK handles this case with default header values.

OK

func NewListResponsibilityAssignmentOfProjectVersionOK

func NewListResponsibilityAssignmentOfProjectVersionOK() *ListResponsibilityAssignmentOfProjectVersionOK

NewListResponsibilityAssignmentOfProjectVersionOK creates a ListResponsibilityAssignmentOfProjectVersionOK with default headers values

func (*ListResponsibilityAssignmentOfProjectVersionOK) Error

func (*ListResponsibilityAssignmentOfProjectVersionOK) GetPayload

type ListResponsibilityAssignmentOfProjectVersionParams

type ListResponsibilityAssignmentOfProjectVersionParams 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
	/*Q
	  A search query

	*/
	Q *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListResponsibilityAssignmentOfProjectVersionParams contains all the parameters to send to the API endpoint for the list responsibility assignment of project version operation typically these are written to a http.Request

func NewListResponsibilityAssignmentOfProjectVersionParams

func NewListResponsibilityAssignmentOfProjectVersionParams() *ListResponsibilityAssignmentOfProjectVersionParams

NewListResponsibilityAssignmentOfProjectVersionParams creates a new ListResponsibilityAssignmentOfProjectVersionParams object with the default values initialized.

func NewListResponsibilityAssignmentOfProjectVersionParamsWithContext

func NewListResponsibilityAssignmentOfProjectVersionParamsWithContext(ctx context.Context) *ListResponsibilityAssignmentOfProjectVersionParams

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

func NewListResponsibilityAssignmentOfProjectVersionParamsWithHTTPClient

func NewListResponsibilityAssignmentOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListResponsibilityAssignmentOfProjectVersionParams

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

func NewListResponsibilityAssignmentOfProjectVersionParamsWithTimeout

func NewListResponsibilityAssignmentOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListResponsibilityAssignmentOfProjectVersionParams

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

func (*ListResponsibilityAssignmentOfProjectVersionParams) SetContext

SetContext adds the context to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) SetFields

SetFields adds the fields to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) SetLimit

SetLimit adds the limit to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) SetQ

SetQ adds the q to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) SetStart

SetStart adds the start to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WithContext

WithContext adds the context to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WithFields

WithFields adds the fields to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WithLimit

WithLimit adds the limit to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WithQ

WithQ adds the q to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WithStart

WithStart adds the start to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list responsibility assignment of project version params

func (*ListResponsibilityAssignmentOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListResponsibilityAssignmentOfProjectVersionReader

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

ListResponsibilityAssignmentOfProjectVersionReader is a Reader for the ListResponsibilityAssignmentOfProjectVersion structure.

func (*ListResponsibilityAssignmentOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListResponsibilityAssignmentOfProjectVersionUnauthorized

type ListResponsibilityAssignmentOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListResponsibilityAssignmentOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListResponsibilityAssignmentOfProjectVersionUnauthorized

func NewListResponsibilityAssignmentOfProjectVersionUnauthorized() *ListResponsibilityAssignmentOfProjectVersionUnauthorized

NewListResponsibilityAssignmentOfProjectVersionUnauthorized creates a ListResponsibilityAssignmentOfProjectVersionUnauthorized with default headers values

func (*ListResponsibilityAssignmentOfProjectVersionUnauthorized) Error

func (*ListResponsibilityAssignmentOfProjectVersionUnauthorized) GetPayload

type ReadResponsibilityAssignmentOfProjectVersionBadRequest

type ReadResponsibilityAssignmentOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadResponsibilityAssignmentOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadResponsibilityAssignmentOfProjectVersionBadRequest

func NewReadResponsibilityAssignmentOfProjectVersionBadRequest() *ReadResponsibilityAssignmentOfProjectVersionBadRequest

NewReadResponsibilityAssignmentOfProjectVersionBadRequest creates a ReadResponsibilityAssignmentOfProjectVersionBadRequest with default headers values

func (*ReadResponsibilityAssignmentOfProjectVersionBadRequest) Error

func (*ReadResponsibilityAssignmentOfProjectVersionBadRequest) GetPayload

type ReadResponsibilityAssignmentOfProjectVersionConflict

type ReadResponsibilityAssignmentOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadResponsibilityAssignmentOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadResponsibilityAssignmentOfProjectVersionConflict

func NewReadResponsibilityAssignmentOfProjectVersionConflict() *ReadResponsibilityAssignmentOfProjectVersionConflict

NewReadResponsibilityAssignmentOfProjectVersionConflict creates a ReadResponsibilityAssignmentOfProjectVersionConflict with default headers values

func (*ReadResponsibilityAssignmentOfProjectVersionConflict) Error

func (*ReadResponsibilityAssignmentOfProjectVersionConflict) GetPayload

type ReadResponsibilityAssignmentOfProjectVersionForbidden

type ReadResponsibilityAssignmentOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadResponsibilityAssignmentOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadResponsibilityAssignmentOfProjectVersionForbidden

func NewReadResponsibilityAssignmentOfProjectVersionForbidden() *ReadResponsibilityAssignmentOfProjectVersionForbidden

NewReadResponsibilityAssignmentOfProjectVersionForbidden creates a ReadResponsibilityAssignmentOfProjectVersionForbidden with default headers values

func (*ReadResponsibilityAssignmentOfProjectVersionForbidden) Error

func (*ReadResponsibilityAssignmentOfProjectVersionForbidden) GetPayload

type ReadResponsibilityAssignmentOfProjectVersionInternalServerError

type ReadResponsibilityAssignmentOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadResponsibilityAssignmentOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadResponsibilityAssignmentOfProjectVersionInternalServerError

func NewReadResponsibilityAssignmentOfProjectVersionInternalServerError() *ReadResponsibilityAssignmentOfProjectVersionInternalServerError

NewReadResponsibilityAssignmentOfProjectVersionInternalServerError creates a ReadResponsibilityAssignmentOfProjectVersionInternalServerError with default headers values

func (*ReadResponsibilityAssignmentOfProjectVersionInternalServerError) Error

func (*ReadResponsibilityAssignmentOfProjectVersionInternalServerError) GetPayload

type ReadResponsibilityAssignmentOfProjectVersionNotFound

type ReadResponsibilityAssignmentOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadResponsibilityAssignmentOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadResponsibilityAssignmentOfProjectVersionNotFound

func NewReadResponsibilityAssignmentOfProjectVersionNotFound() *ReadResponsibilityAssignmentOfProjectVersionNotFound

NewReadResponsibilityAssignmentOfProjectVersionNotFound creates a ReadResponsibilityAssignmentOfProjectVersionNotFound with default headers values

func (*ReadResponsibilityAssignmentOfProjectVersionNotFound) Error

func (*ReadResponsibilityAssignmentOfProjectVersionNotFound) GetPayload

type ReadResponsibilityAssignmentOfProjectVersionOK

type ReadResponsibilityAssignmentOfProjectVersionOK struct {
	Payload *models.APIResultResponsibilityAssignment
}

ReadResponsibilityAssignmentOfProjectVersionOK handles this case with default header values.

OK

func NewReadResponsibilityAssignmentOfProjectVersionOK

func NewReadResponsibilityAssignmentOfProjectVersionOK() *ReadResponsibilityAssignmentOfProjectVersionOK

NewReadResponsibilityAssignmentOfProjectVersionOK creates a ReadResponsibilityAssignmentOfProjectVersionOK with default headers values

func (*ReadResponsibilityAssignmentOfProjectVersionOK) Error

func (*ReadResponsibilityAssignmentOfProjectVersionOK) GetPayload

type ReadResponsibilityAssignmentOfProjectVersionParams

type ReadResponsibilityAssignmentOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*GUID
	  guid

	*/
	GUID string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

ReadResponsibilityAssignmentOfProjectVersionParams contains all the parameters to send to the API endpoint for the read responsibility assignment of project version operation typically these are written to a http.Request

func NewReadResponsibilityAssignmentOfProjectVersionParams

func NewReadResponsibilityAssignmentOfProjectVersionParams() *ReadResponsibilityAssignmentOfProjectVersionParams

NewReadResponsibilityAssignmentOfProjectVersionParams creates a new ReadResponsibilityAssignmentOfProjectVersionParams object with the default values initialized.

func NewReadResponsibilityAssignmentOfProjectVersionParamsWithContext

func NewReadResponsibilityAssignmentOfProjectVersionParamsWithContext(ctx context.Context) *ReadResponsibilityAssignmentOfProjectVersionParams

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

func NewReadResponsibilityAssignmentOfProjectVersionParamsWithHTTPClient

func NewReadResponsibilityAssignmentOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadResponsibilityAssignmentOfProjectVersionParams

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

func NewReadResponsibilityAssignmentOfProjectVersionParamsWithTimeout

func NewReadResponsibilityAssignmentOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadResponsibilityAssignmentOfProjectVersionParams

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

func (*ReadResponsibilityAssignmentOfProjectVersionParams) SetContext

SetContext adds the context to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) SetFields

SetFields adds the fields to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) SetGUID

SetGUID adds the guid to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) WithContext

WithContext adds the context to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) WithFields

WithFields adds the fields to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) WithGUID

WithGUID adds the guid to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read responsibility assignment of project version params

func (*ReadResponsibilityAssignmentOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadResponsibilityAssignmentOfProjectVersionReader

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

ReadResponsibilityAssignmentOfProjectVersionReader is a Reader for the ReadResponsibilityAssignmentOfProjectVersion structure.

func (*ReadResponsibilityAssignmentOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadResponsibilityAssignmentOfProjectVersionUnauthorized

type ReadResponsibilityAssignmentOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadResponsibilityAssignmentOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadResponsibilityAssignmentOfProjectVersionUnauthorized

func NewReadResponsibilityAssignmentOfProjectVersionUnauthorized() *ReadResponsibilityAssignmentOfProjectVersionUnauthorized

NewReadResponsibilityAssignmentOfProjectVersionUnauthorized creates a ReadResponsibilityAssignmentOfProjectVersionUnauthorized with default headers values

func (*ReadResponsibilityAssignmentOfProjectVersionUnauthorized) Error

func (*ReadResponsibilityAssignmentOfProjectVersionUnauthorized) GetPayload

type UpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest

type UpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest() *UpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest

NewUpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest creates a UpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest with default headers values

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest) Error

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionBadRequest) GetPayload

type UpdateCollectionResponsibilityAssignmentOfProjectVersionConflict

type UpdateCollectionResponsibilityAssignmentOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateCollectionResponsibilityAssignmentOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionConflict

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionConflict() *UpdateCollectionResponsibilityAssignmentOfProjectVersionConflict

NewUpdateCollectionResponsibilityAssignmentOfProjectVersionConflict creates a UpdateCollectionResponsibilityAssignmentOfProjectVersionConflict with default headers values

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionConflict) Error

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionConflict) GetPayload

type UpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden

type UpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden() *UpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden

NewUpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden creates a UpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden with default headers values

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden) Error

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionForbidden) GetPayload

type UpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError

type UpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError() *UpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError

NewUpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError creates a UpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError with default headers values

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError) Error

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionInternalServerError) GetPayload

type UpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound

type UpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound() *UpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound

NewUpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound creates a UpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound with default headers values

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound) Error

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionNotFound) GetPayload

type UpdateCollectionResponsibilityAssignmentOfProjectVersionOK

type UpdateCollectionResponsibilityAssignmentOfProjectVersionOK struct {
	Payload *models.APIResultListResponsibilityAssignment
}

UpdateCollectionResponsibilityAssignmentOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionOK

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionOK() *UpdateCollectionResponsibilityAssignmentOfProjectVersionOK

NewUpdateCollectionResponsibilityAssignmentOfProjectVersionOK creates a UpdateCollectionResponsibilityAssignmentOfProjectVersionOK with default headers values

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionOK) Error

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionOK) GetPayload

type UpdateCollectionResponsibilityAssignmentOfProjectVersionParams

type UpdateCollectionResponsibilityAssignmentOfProjectVersionParams struct {

	/*Data
	  data

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

	*/
	ParentID int64

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

UpdateCollectionResponsibilityAssignmentOfProjectVersionParams contains all the parameters to send to the API endpoint for the update collection responsibility assignment of project version operation typically these are written to a http.Request

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParams

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParams() *UpdateCollectionResponsibilityAssignmentOfProjectVersionParams

NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParams creates a new UpdateCollectionResponsibilityAssignmentOfProjectVersionParams object with the default values initialized.

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParamsWithContext

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParamsWithContext(ctx context.Context) *UpdateCollectionResponsibilityAssignmentOfProjectVersionParams

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

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParamsWithHTTPClient

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateCollectionResponsibilityAssignmentOfProjectVersionParams

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

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParamsWithTimeout

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateCollectionResponsibilityAssignmentOfProjectVersionParams

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

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) SetContext

SetContext adds the context to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) SetData

SetData adds the data to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) WithContext

WithContext adds the context to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) WithData

WithData adds the data to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update collection responsibility assignment of project version params

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCollectionResponsibilityAssignmentOfProjectVersionReader

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

UpdateCollectionResponsibilityAssignmentOfProjectVersionReader is a Reader for the UpdateCollectionResponsibilityAssignmentOfProjectVersion structure.

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionReader) ReadResponse

ReadResponse reads a server response into the received o.

type UpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized

type UpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized

func NewUpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized() *UpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized

NewUpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized creates a UpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized with default headers values

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized) Error

func (*UpdateCollectionResponsibilityAssignmentOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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