aa_training_status_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 aa training status of project version controller API

func (*Client) ListAaTrainingStatusOfProjectVersion

ListAaTrainingStatusOfProjectVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListAaTrainingStatusOfProjectVersion(params *ListAaTrainingStatusOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListAaTrainingStatusOfProjectVersionOK, 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 aa training status of project version controller API client.

type ListAaTrainingStatusOfProjectVersionBadRequest

type ListAaTrainingStatusOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListAaTrainingStatusOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListAaTrainingStatusOfProjectVersionBadRequest

func NewListAaTrainingStatusOfProjectVersionBadRequest() *ListAaTrainingStatusOfProjectVersionBadRequest

NewListAaTrainingStatusOfProjectVersionBadRequest creates a ListAaTrainingStatusOfProjectVersionBadRequest with default headers values

func (*ListAaTrainingStatusOfProjectVersionBadRequest) Error

func (*ListAaTrainingStatusOfProjectVersionBadRequest) GetPayload

type ListAaTrainingStatusOfProjectVersionConflict

type ListAaTrainingStatusOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListAaTrainingStatusOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListAaTrainingStatusOfProjectVersionConflict

func NewListAaTrainingStatusOfProjectVersionConflict() *ListAaTrainingStatusOfProjectVersionConflict

NewListAaTrainingStatusOfProjectVersionConflict creates a ListAaTrainingStatusOfProjectVersionConflict with default headers values

func (*ListAaTrainingStatusOfProjectVersionConflict) Error

func (*ListAaTrainingStatusOfProjectVersionConflict) GetPayload

type ListAaTrainingStatusOfProjectVersionForbidden

type ListAaTrainingStatusOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListAaTrainingStatusOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListAaTrainingStatusOfProjectVersionForbidden

func NewListAaTrainingStatusOfProjectVersionForbidden() *ListAaTrainingStatusOfProjectVersionForbidden

NewListAaTrainingStatusOfProjectVersionForbidden creates a ListAaTrainingStatusOfProjectVersionForbidden with default headers values

func (*ListAaTrainingStatusOfProjectVersionForbidden) Error

func (*ListAaTrainingStatusOfProjectVersionForbidden) GetPayload

type ListAaTrainingStatusOfProjectVersionInternalServerError

type ListAaTrainingStatusOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListAaTrainingStatusOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListAaTrainingStatusOfProjectVersionInternalServerError

func NewListAaTrainingStatusOfProjectVersionInternalServerError() *ListAaTrainingStatusOfProjectVersionInternalServerError

NewListAaTrainingStatusOfProjectVersionInternalServerError creates a ListAaTrainingStatusOfProjectVersionInternalServerError with default headers values

func (*ListAaTrainingStatusOfProjectVersionInternalServerError) Error

func (*ListAaTrainingStatusOfProjectVersionInternalServerError) GetPayload

type ListAaTrainingStatusOfProjectVersionNotFound

type ListAaTrainingStatusOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListAaTrainingStatusOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListAaTrainingStatusOfProjectVersionNotFound

func NewListAaTrainingStatusOfProjectVersionNotFound() *ListAaTrainingStatusOfProjectVersionNotFound

NewListAaTrainingStatusOfProjectVersionNotFound creates a ListAaTrainingStatusOfProjectVersionNotFound with default headers values

func (*ListAaTrainingStatusOfProjectVersionNotFound) Error

func (*ListAaTrainingStatusOfProjectVersionNotFound) GetPayload

type ListAaTrainingStatusOfProjectVersionOK

type ListAaTrainingStatusOfProjectVersionOK struct {
	Payload *models.APIResultListAATrainingStatus
}

ListAaTrainingStatusOfProjectVersionOK handles this case with default header values.

OK

func NewListAaTrainingStatusOfProjectVersionOK

func NewListAaTrainingStatusOfProjectVersionOK() *ListAaTrainingStatusOfProjectVersionOK

NewListAaTrainingStatusOfProjectVersionOK creates a ListAaTrainingStatusOfProjectVersionOK with default headers values

func (*ListAaTrainingStatusOfProjectVersionOK) Error

func (*ListAaTrainingStatusOfProjectVersionOK) GetPayload

type ListAaTrainingStatusOfProjectVersionParams

type ListAaTrainingStatusOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

ListAaTrainingStatusOfProjectVersionParams contains all the parameters to send to the API endpoint for the list aa training status of project version operation typically these are written to a http.Request

func NewListAaTrainingStatusOfProjectVersionParams

func NewListAaTrainingStatusOfProjectVersionParams() *ListAaTrainingStatusOfProjectVersionParams

NewListAaTrainingStatusOfProjectVersionParams creates a new ListAaTrainingStatusOfProjectVersionParams object with the default values initialized.

func NewListAaTrainingStatusOfProjectVersionParamsWithContext

func NewListAaTrainingStatusOfProjectVersionParamsWithContext(ctx context.Context) *ListAaTrainingStatusOfProjectVersionParams

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

func NewListAaTrainingStatusOfProjectVersionParamsWithHTTPClient

func NewListAaTrainingStatusOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListAaTrainingStatusOfProjectVersionParams

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

func NewListAaTrainingStatusOfProjectVersionParamsWithTimeout

func NewListAaTrainingStatusOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListAaTrainingStatusOfProjectVersionParams

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

func (*ListAaTrainingStatusOfProjectVersionParams) SetContext

SetContext adds the context to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) SetFields

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

SetFields adds the fields to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) SetParentID

func (o *ListAaTrainingStatusOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) WithContext

WithContext adds the context to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) WithFields

WithFields adds the fields to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list aa training status of project version params

func (*ListAaTrainingStatusOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAaTrainingStatusOfProjectVersionReader

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

ListAaTrainingStatusOfProjectVersionReader is a Reader for the ListAaTrainingStatusOfProjectVersion structure.

func (*ListAaTrainingStatusOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAaTrainingStatusOfProjectVersionUnauthorized

type ListAaTrainingStatusOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListAaTrainingStatusOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListAaTrainingStatusOfProjectVersionUnauthorized

func NewListAaTrainingStatusOfProjectVersionUnauthorized() *ListAaTrainingStatusOfProjectVersionUnauthorized

NewListAaTrainingStatusOfProjectVersionUnauthorized creates a ListAaTrainingStatusOfProjectVersionUnauthorized with default headers values

func (*ListAaTrainingStatusOfProjectVersionUnauthorized) Error

func (*ListAaTrainingStatusOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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