iid_migration_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 iid migration of project version controller API

func (*Client) CreateIidMigrationOfProjectVersion

CreateIidMigrationOfProjectVersion creates

func (*Client) ListIidMigrationOfProjectVersion

ListIidMigrationOfProjectVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	CreateIidMigrationOfProjectVersion(params *CreateIidMigrationOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateIidMigrationOfProjectVersionCreated, error)

	ListIidMigrationOfProjectVersion(params *ListIidMigrationOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIidMigrationOfProjectVersionOK, 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 iid migration of project version controller API client.

type CreateIidMigrationOfProjectVersionBadRequest

type CreateIidMigrationOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

CreateIidMigrationOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewCreateIidMigrationOfProjectVersionBadRequest

func NewCreateIidMigrationOfProjectVersionBadRequest() *CreateIidMigrationOfProjectVersionBadRequest

NewCreateIidMigrationOfProjectVersionBadRequest creates a CreateIidMigrationOfProjectVersionBadRequest with default headers values

func (*CreateIidMigrationOfProjectVersionBadRequest) Error

func (*CreateIidMigrationOfProjectVersionBadRequest) GetPayload

type CreateIidMigrationOfProjectVersionConflict

type CreateIidMigrationOfProjectVersionConflict struct {
	Payload *models.APIResult
}

CreateIidMigrationOfProjectVersionConflict handles this case with default header values.

Conflict

func NewCreateIidMigrationOfProjectVersionConflict

func NewCreateIidMigrationOfProjectVersionConflict() *CreateIidMigrationOfProjectVersionConflict

NewCreateIidMigrationOfProjectVersionConflict creates a CreateIidMigrationOfProjectVersionConflict with default headers values

func (*CreateIidMigrationOfProjectVersionConflict) Error

func (*CreateIidMigrationOfProjectVersionConflict) GetPayload

type CreateIidMigrationOfProjectVersionCreated

type CreateIidMigrationOfProjectVersionCreated struct {
	Payload *models.APIResultIIDMigration
}

CreateIidMigrationOfProjectVersionCreated handles this case with default header values.

Created

func NewCreateIidMigrationOfProjectVersionCreated

func NewCreateIidMigrationOfProjectVersionCreated() *CreateIidMigrationOfProjectVersionCreated

NewCreateIidMigrationOfProjectVersionCreated creates a CreateIidMigrationOfProjectVersionCreated with default headers values

func (*CreateIidMigrationOfProjectVersionCreated) Error

func (*CreateIidMigrationOfProjectVersionCreated) GetPayload

type CreateIidMigrationOfProjectVersionForbidden

type CreateIidMigrationOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

CreateIidMigrationOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewCreateIidMigrationOfProjectVersionForbidden

func NewCreateIidMigrationOfProjectVersionForbidden() *CreateIidMigrationOfProjectVersionForbidden

NewCreateIidMigrationOfProjectVersionForbidden creates a CreateIidMigrationOfProjectVersionForbidden with default headers values

func (*CreateIidMigrationOfProjectVersionForbidden) Error

func (*CreateIidMigrationOfProjectVersionForbidden) GetPayload

type CreateIidMigrationOfProjectVersionInternalServerError

type CreateIidMigrationOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

CreateIidMigrationOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateIidMigrationOfProjectVersionInternalServerError

func NewCreateIidMigrationOfProjectVersionInternalServerError() *CreateIidMigrationOfProjectVersionInternalServerError

NewCreateIidMigrationOfProjectVersionInternalServerError creates a CreateIidMigrationOfProjectVersionInternalServerError with default headers values

func (*CreateIidMigrationOfProjectVersionInternalServerError) Error

func (*CreateIidMigrationOfProjectVersionInternalServerError) GetPayload

type CreateIidMigrationOfProjectVersionNotFound

type CreateIidMigrationOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

CreateIidMigrationOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewCreateIidMigrationOfProjectVersionNotFound

func NewCreateIidMigrationOfProjectVersionNotFound() *CreateIidMigrationOfProjectVersionNotFound

NewCreateIidMigrationOfProjectVersionNotFound creates a CreateIidMigrationOfProjectVersionNotFound with default headers values

func (*CreateIidMigrationOfProjectVersionNotFound) Error

func (*CreateIidMigrationOfProjectVersionNotFound) GetPayload

type CreateIidMigrationOfProjectVersionParams

type CreateIidMigrationOfProjectVersionParams struct {

	/*Data
	  data

	*/
	Data *models.IIDMigration
	/*ParentID
	  parentId

	*/
	ParentID int64

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

CreateIidMigrationOfProjectVersionParams contains all the parameters to send to the API endpoint for the create iid migration of project version operation typically these are written to a http.Request

func NewCreateIidMigrationOfProjectVersionParams

func NewCreateIidMigrationOfProjectVersionParams() *CreateIidMigrationOfProjectVersionParams

NewCreateIidMigrationOfProjectVersionParams creates a new CreateIidMigrationOfProjectVersionParams object with the default values initialized.

func NewCreateIidMigrationOfProjectVersionParamsWithContext

func NewCreateIidMigrationOfProjectVersionParamsWithContext(ctx context.Context) *CreateIidMigrationOfProjectVersionParams

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

func NewCreateIidMigrationOfProjectVersionParamsWithHTTPClient

func NewCreateIidMigrationOfProjectVersionParamsWithHTTPClient(client *http.Client) *CreateIidMigrationOfProjectVersionParams

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

func NewCreateIidMigrationOfProjectVersionParamsWithTimeout

func NewCreateIidMigrationOfProjectVersionParamsWithTimeout(timeout time.Duration) *CreateIidMigrationOfProjectVersionParams

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

func (*CreateIidMigrationOfProjectVersionParams) SetContext

SetContext adds the context to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) SetData

SetData adds the data to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) SetParentID

func (o *CreateIidMigrationOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) WithContext

WithContext adds the context to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) WithData

WithData adds the data to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the create iid migration of project version params

func (*CreateIidMigrationOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateIidMigrationOfProjectVersionReader

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

CreateIidMigrationOfProjectVersionReader is a Reader for the CreateIidMigrationOfProjectVersion structure.

func (*CreateIidMigrationOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateIidMigrationOfProjectVersionUnauthorized

type CreateIidMigrationOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

CreateIidMigrationOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewCreateIidMigrationOfProjectVersionUnauthorized

func NewCreateIidMigrationOfProjectVersionUnauthorized() *CreateIidMigrationOfProjectVersionUnauthorized

NewCreateIidMigrationOfProjectVersionUnauthorized creates a CreateIidMigrationOfProjectVersionUnauthorized with default headers values

func (*CreateIidMigrationOfProjectVersionUnauthorized) Error

func (*CreateIidMigrationOfProjectVersionUnauthorized) GetPayload

type ListIidMigrationOfProjectVersionBadRequest

type ListIidMigrationOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListIidMigrationOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListIidMigrationOfProjectVersionBadRequest

func NewListIidMigrationOfProjectVersionBadRequest() *ListIidMigrationOfProjectVersionBadRequest

NewListIidMigrationOfProjectVersionBadRequest creates a ListIidMigrationOfProjectVersionBadRequest with default headers values

func (*ListIidMigrationOfProjectVersionBadRequest) Error

func (*ListIidMigrationOfProjectVersionBadRequest) GetPayload

type ListIidMigrationOfProjectVersionConflict

type ListIidMigrationOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListIidMigrationOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListIidMigrationOfProjectVersionConflict

func NewListIidMigrationOfProjectVersionConflict() *ListIidMigrationOfProjectVersionConflict

NewListIidMigrationOfProjectVersionConflict creates a ListIidMigrationOfProjectVersionConflict with default headers values

func (*ListIidMigrationOfProjectVersionConflict) Error

func (*ListIidMigrationOfProjectVersionConflict) GetPayload

type ListIidMigrationOfProjectVersionForbidden

type ListIidMigrationOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListIidMigrationOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListIidMigrationOfProjectVersionForbidden

func NewListIidMigrationOfProjectVersionForbidden() *ListIidMigrationOfProjectVersionForbidden

NewListIidMigrationOfProjectVersionForbidden creates a ListIidMigrationOfProjectVersionForbidden with default headers values

func (*ListIidMigrationOfProjectVersionForbidden) Error

func (*ListIidMigrationOfProjectVersionForbidden) GetPayload

type ListIidMigrationOfProjectVersionInternalServerError

type ListIidMigrationOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListIidMigrationOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListIidMigrationOfProjectVersionInternalServerError

func NewListIidMigrationOfProjectVersionInternalServerError() *ListIidMigrationOfProjectVersionInternalServerError

NewListIidMigrationOfProjectVersionInternalServerError creates a ListIidMigrationOfProjectVersionInternalServerError with default headers values

func (*ListIidMigrationOfProjectVersionInternalServerError) Error

func (*ListIidMigrationOfProjectVersionInternalServerError) GetPayload

type ListIidMigrationOfProjectVersionNotFound

type ListIidMigrationOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListIidMigrationOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListIidMigrationOfProjectVersionNotFound

func NewListIidMigrationOfProjectVersionNotFound() *ListIidMigrationOfProjectVersionNotFound

NewListIidMigrationOfProjectVersionNotFound creates a ListIidMigrationOfProjectVersionNotFound with default headers values

func (*ListIidMigrationOfProjectVersionNotFound) Error

func (*ListIidMigrationOfProjectVersionNotFound) GetPayload

type ListIidMigrationOfProjectVersionOK

type ListIidMigrationOfProjectVersionOK struct {
	Payload *models.APIResultListIIDMigration
}

ListIidMigrationOfProjectVersionOK handles this case with default header values.

OK

func NewListIidMigrationOfProjectVersionOK

func NewListIidMigrationOfProjectVersionOK() *ListIidMigrationOfProjectVersionOK

NewListIidMigrationOfProjectVersionOK creates a ListIidMigrationOfProjectVersionOK with default headers values

func (*ListIidMigrationOfProjectVersionOK) Error

func (*ListIidMigrationOfProjectVersionOK) GetPayload

type ListIidMigrationOfProjectVersionParams

type ListIidMigrationOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

ListIidMigrationOfProjectVersionParams contains all the parameters to send to the API endpoint for the list iid migration of project version operation typically these are written to a http.Request

func NewListIidMigrationOfProjectVersionParams

func NewListIidMigrationOfProjectVersionParams() *ListIidMigrationOfProjectVersionParams

NewListIidMigrationOfProjectVersionParams creates a new ListIidMigrationOfProjectVersionParams object with the default values initialized.

func NewListIidMigrationOfProjectVersionParamsWithContext

func NewListIidMigrationOfProjectVersionParamsWithContext(ctx context.Context) *ListIidMigrationOfProjectVersionParams

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

func NewListIidMigrationOfProjectVersionParamsWithHTTPClient

func NewListIidMigrationOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIidMigrationOfProjectVersionParams

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

func NewListIidMigrationOfProjectVersionParamsWithTimeout

func NewListIidMigrationOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIidMigrationOfProjectVersionParams

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

func (*ListIidMigrationOfProjectVersionParams) SetContext

SetContext adds the context to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) SetFields

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

SetFields adds the fields to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) SetParentID

func (o *ListIidMigrationOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) WithContext

WithContext adds the context to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) WithFields

WithFields adds the fields to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list iid migration of project version params

func (*ListIidMigrationOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIidMigrationOfProjectVersionReader

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

ListIidMigrationOfProjectVersionReader is a Reader for the ListIidMigrationOfProjectVersion structure.

func (*ListIidMigrationOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIidMigrationOfProjectVersionUnauthorized

type ListIidMigrationOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListIidMigrationOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListIidMigrationOfProjectVersionUnauthorized

func NewListIidMigrationOfProjectVersionUnauthorized() *ListIidMigrationOfProjectVersionUnauthorized

NewListIidMigrationOfProjectVersionUnauthorized creates a ListIidMigrationOfProjectVersionUnauthorized with default headers values

func (*ListIidMigrationOfProjectVersionUnauthorized) Error

func (*ListIidMigrationOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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