test_suite

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.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 AddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden struct {
}

AddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden() *AddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden

NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden creates a AddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden with default headers values

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHForbidden) Error

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent struct {
}

AddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent handles this case with default header values.

No Content

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent() *AddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent

NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent creates a AddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent with default headers values

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHNoContent) Error

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHOK

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHOK struct {
}

AddTagsAndIsFavoriteToTestSuitesUsingPATCHOK handles this case with default header values.

OK

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHOK

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHOK() *AddTagsAndIsFavoriteToTestSuitesUsingPATCHOK

NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHOK creates a AddTagsAndIsFavoriteToTestSuitesUsingPATCHOK with default headers values

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHOK) Error

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*ApplicationVersionID
	  applicationVersionId

	*/
	ApplicationVersionID int64
	/*IsFavorite
	  isFavorite

	*/
	IsFavorite *bool
	/*Tag
	  tags

	*/
	Tag []string
	/*TestSuiteIds
	  testSuiteIds

	*/
	TestSuiteIds *models.StringsDtoList

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

AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams contains all the parameters to send to the API endpoint for the add tags and is favorite to test suites using p a t c h operation typically these are written to a http.Request

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParams

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParams() *AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams

NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParams creates a new AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams object with the default values initialized.

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParamsWithContext

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParamsWithContext(ctx context.Context) *AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams

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

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParamsWithHTTPClient

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParamsWithHTTPClient(client *http.Client) *AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams

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

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParamsWithTimeout

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHParamsWithTimeout(timeout time.Duration) *AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams

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

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetApplicationID

func (o *AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetApplicationVersionID

func (o *AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetApplicationVersionID(applicationVersionID int64)

SetApplicationVersionID adds the applicationVersionId to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetContext

SetContext adds the context to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetIsFavorite

func (o *AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetIsFavorite(isFavorite *bool)

SetIsFavorite adds the isFavorite to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetTag

SetTag adds the tag to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetTestSuiteIds

SetTestSuiteIds adds the testSuiteIds to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) SetTimeout

SetTimeout adds the timeout to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WithApplicationID

WithApplicationID adds the applicationID to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WithApplicationVersionID

WithApplicationVersionID adds the applicationVersionID to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WithContext

WithContext adds the context to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WithIsFavorite

WithIsFavorite adds the isFavorite to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WithTag

WithTag adds the tag to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WithTestSuiteIds

WithTestSuiteIds adds the testSuiteIds to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the add tags and is favorite to test suites using p a t c h params

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHReader

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

AddTagsAndIsFavoriteToTestSuitesUsingPATCHReader is a Reader for the AddTagsAndIsFavoriteToTestSuitesUsingPATCH structure.

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized

type AddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized struct {
}

AddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized

func NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized() *AddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized

NewAddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized creates a AddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized with default headers values

func (*AddTagsAndIsFavoriteToTestSuitesUsingPATCHUnauthorized) Error

type Client

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

Client for test suite API

func (*Client) AddTagsAndIsFavoriteToTestSuitesUsingPATCH

AddTagsAndIsFavoriteToTestSuitesUsingPATCH adds tags to test suites

func (*Client) DeleteTestSuitesUsingDELETE

DeleteTestSuitesUsingDELETE deletes test suites

func (*Client) GetTestSuitesUsingGET

func (a *Client) GetTestSuitesUsingGET(params *GetTestSuitesUsingGETParams) (*GetTestSuitesUsingGETOK, error)

GetTestSuitesUsingGET retrieves all test suites

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateTagsAndIsFavoriteForTestSuiteUsingPATCH

UpdateTagsAndIsFavoriteForTestSuiteUsingPATCH updates test suite tags or is favorite

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new test suite API client.

type DeleteTestSuitesUsingDELETEForbidden

type DeleteTestSuitesUsingDELETEForbidden struct {
}

DeleteTestSuitesUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteTestSuitesUsingDELETEForbidden

func NewDeleteTestSuitesUsingDELETEForbidden() *DeleteTestSuitesUsingDELETEForbidden

NewDeleteTestSuitesUsingDELETEForbidden creates a DeleteTestSuitesUsingDELETEForbidden with default headers values

func (*DeleteTestSuitesUsingDELETEForbidden) Error

type DeleteTestSuitesUsingDELETENoContent

type DeleteTestSuitesUsingDELETENoContent struct {
}

DeleteTestSuitesUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteTestSuitesUsingDELETENoContent

func NewDeleteTestSuitesUsingDELETENoContent() *DeleteTestSuitesUsingDELETENoContent

NewDeleteTestSuitesUsingDELETENoContent creates a DeleteTestSuitesUsingDELETENoContent with default headers values

func (*DeleteTestSuitesUsingDELETENoContent) Error

type DeleteTestSuitesUsingDELETEOK

type DeleteTestSuitesUsingDELETEOK struct {
	Payload *models.DeletedTestsDto
}

DeleteTestSuitesUsingDELETEOK handles this case with default header values.

OK

func NewDeleteTestSuitesUsingDELETEOK

func NewDeleteTestSuitesUsingDELETEOK() *DeleteTestSuitesUsingDELETEOK

NewDeleteTestSuitesUsingDELETEOK creates a DeleteTestSuitesUsingDELETEOK with default headers values

func (*DeleteTestSuitesUsingDELETEOK) Error

func (*DeleteTestSuitesUsingDELETEOK) GetPayload

type DeleteTestSuitesUsingDELETEParams

type DeleteTestSuitesUsingDELETEParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*ApplicationVersionID
	  applicationVersionId

	*/
	ApplicationVersionID int64
	/*TestSuite
	  ids

	*/
	TestSuite []string

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

DeleteTestSuitesUsingDELETEParams contains all the parameters to send to the API endpoint for the delete test suites using d e l e t e operation typically these are written to a http.Request

func NewDeleteTestSuitesUsingDELETEParams

func NewDeleteTestSuitesUsingDELETEParams() *DeleteTestSuitesUsingDELETEParams

NewDeleteTestSuitesUsingDELETEParams creates a new DeleteTestSuitesUsingDELETEParams object with the default values initialized.

func NewDeleteTestSuitesUsingDELETEParamsWithContext

func NewDeleteTestSuitesUsingDELETEParamsWithContext(ctx context.Context) *DeleteTestSuitesUsingDELETEParams

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

func NewDeleteTestSuitesUsingDELETEParamsWithHTTPClient

func NewDeleteTestSuitesUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteTestSuitesUsingDELETEParams

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

func NewDeleteTestSuitesUsingDELETEParamsWithTimeout

func NewDeleteTestSuitesUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteTestSuitesUsingDELETEParams

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

func (*DeleteTestSuitesUsingDELETEParams) SetApplicationID

func (o *DeleteTestSuitesUsingDELETEParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) SetApplicationVersionID

func (o *DeleteTestSuitesUsingDELETEParams) SetApplicationVersionID(applicationVersionID int64)

SetApplicationVersionID adds the applicationVersionId to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) SetContext

SetContext adds the context to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) SetTestSuite

func (o *DeleteTestSuitesUsingDELETEParams) SetTestSuite(testSuite []string)

SetTestSuite adds the testSuite to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) WithApplicationID

func (o *DeleteTestSuitesUsingDELETEParams) WithApplicationID(applicationID int64) *DeleteTestSuitesUsingDELETEParams

WithApplicationID adds the applicationID to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) WithApplicationVersionID

func (o *DeleteTestSuitesUsingDELETEParams) WithApplicationVersionID(applicationVersionID int64) *DeleteTestSuitesUsingDELETEParams

WithApplicationVersionID adds the applicationVersionID to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) WithContext

WithContext adds the context to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) WithTestSuite

WithTestSuite adds the testSuite to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete test suites using d e l e t e params

func (*DeleteTestSuitesUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTestSuitesUsingDELETEReader

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

DeleteTestSuitesUsingDELETEReader is a Reader for the DeleteTestSuitesUsingDELETE structure.

func (*DeleteTestSuitesUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTestSuitesUsingDELETEUnauthorized

type DeleteTestSuitesUsingDELETEUnauthorized struct {
}

DeleteTestSuitesUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteTestSuitesUsingDELETEUnauthorized

func NewDeleteTestSuitesUsingDELETEUnauthorized() *DeleteTestSuitesUsingDELETEUnauthorized

NewDeleteTestSuitesUsingDELETEUnauthorized creates a DeleteTestSuitesUsingDELETEUnauthorized with default headers values

func (*DeleteTestSuitesUsingDELETEUnauthorized) Error

type GetTestSuitesUsingGETForbidden

type GetTestSuitesUsingGETForbidden struct {
}

GetTestSuitesUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetTestSuitesUsingGETForbidden

func NewGetTestSuitesUsingGETForbidden() *GetTestSuitesUsingGETForbidden

NewGetTestSuitesUsingGETForbidden creates a GetTestSuitesUsingGETForbidden with default headers values

func (*GetTestSuitesUsingGETForbidden) Error

type GetTestSuitesUsingGETNotFound

type GetTestSuitesUsingGETNotFound struct {
}

GetTestSuitesUsingGETNotFound handles this case with default header values.

Not Found

func NewGetTestSuitesUsingGETNotFound

func NewGetTestSuitesUsingGETNotFound() *GetTestSuitesUsingGETNotFound

NewGetTestSuitesUsingGETNotFound creates a GetTestSuitesUsingGETNotFound with default headers values

func (*GetTestSuitesUsingGETNotFound) Error

type GetTestSuitesUsingGETOK

type GetTestSuitesUsingGETOK struct {
	Payload *models.PagedResultDtoTestSuiteDto
}

GetTestSuitesUsingGETOK handles this case with default header values.

OK

func NewGetTestSuitesUsingGETOK

func NewGetTestSuitesUsingGETOK() *GetTestSuitesUsingGETOK

NewGetTestSuitesUsingGETOK creates a GetTestSuitesUsingGETOK with default headers values

func (*GetTestSuitesUsingGETOK) Error

func (o *GetTestSuitesUsingGETOK) Error() string

func (*GetTestSuitesUsingGETOK) GetPayload

type GetTestSuitesUsingGETParams

type GetTestSuitesUsingGETParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*ApplicationVersionID
	  applicationVersionId

	*/
	ApplicationVersionID int64
	/*Embed
	  embedFilter

	*/
	Embed *string
	/*EndpointID
	  endpointId

	*/
	EndpointID *int64
	/*Filter
	  filter

	*/
	Filter *string
	/*PageNumber
	  pageNumber

	*/
	PageNumber *int32
	/*PageSize
	  pageSize

	*/
	PageSize *int32
	/*SortDirection
	  sortDirection

	*/
	SortDirection *string
	/*SortField
	  sortField

	*/
	SortField *string
	/*Tag
	  tagsCsv

	*/
	Tag *string
	/*TestSource
	  testSourceId

	*/
	TestSource *int64

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

GetTestSuitesUsingGETParams contains all the parameters to send to the API endpoint for the get test suites using g e t operation typically these are written to a http.Request

func NewGetTestSuitesUsingGETParams

func NewGetTestSuitesUsingGETParams() *GetTestSuitesUsingGETParams

NewGetTestSuitesUsingGETParams creates a new GetTestSuitesUsingGETParams object with the default values initialized.

func NewGetTestSuitesUsingGETParamsWithContext

func NewGetTestSuitesUsingGETParamsWithContext(ctx context.Context) *GetTestSuitesUsingGETParams

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

func NewGetTestSuitesUsingGETParamsWithHTTPClient

func NewGetTestSuitesUsingGETParamsWithHTTPClient(client *http.Client) *GetTestSuitesUsingGETParams

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

func NewGetTestSuitesUsingGETParamsWithTimeout

func NewGetTestSuitesUsingGETParamsWithTimeout(timeout time.Duration) *GetTestSuitesUsingGETParams

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

func (*GetTestSuitesUsingGETParams) SetApplicationID

func (o *GetTestSuitesUsingGETParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetApplicationVersionID

func (o *GetTestSuitesUsingGETParams) SetApplicationVersionID(applicationVersionID int64)

SetApplicationVersionID adds the applicationVersionId to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetContext

func (o *GetTestSuitesUsingGETParams) SetContext(ctx context.Context)

SetContext adds the context to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetEmbed

func (o *GetTestSuitesUsingGETParams) SetEmbed(embed *string)

SetEmbed adds the embed to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetEndpointID

func (o *GetTestSuitesUsingGETParams) SetEndpointID(endpointID *int64)

SetEndpointID adds the endpointId to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetFilter

func (o *GetTestSuitesUsingGETParams) SetFilter(filter *string)

SetFilter adds the filter to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetPageNumber

func (o *GetTestSuitesUsingGETParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetPageSize

func (o *GetTestSuitesUsingGETParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetSortDirection

func (o *GetTestSuitesUsingGETParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetSortField

func (o *GetTestSuitesUsingGETParams) SetSortField(sortField *string)

SetSortField adds the sortField to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetTag

func (o *GetTestSuitesUsingGETParams) SetTag(tag *string)

SetTag adds the tag to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetTestSource

func (o *GetTestSuitesUsingGETParams) SetTestSource(testSource *int64)

SetTestSource adds the testSource to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithApplicationID

func (o *GetTestSuitesUsingGETParams) WithApplicationID(applicationID int64) *GetTestSuitesUsingGETParams

WithApplicationID adds the applicationID to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithApplicationVersionID

func (o *GetTestSuitesUsingGETParams) WithApplicationVersionID(applicationVersionID int64) *GetTestSuitesUsingGETParams

WithApplicationVersionID adds the applicationVersionID to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithContext

WithContext adds the context to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithEmbed

WithEmbed adds the embed to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithEndpointID

func (o *GetTestSuitesUsingGETParams) WithEndpointID(endpointID *int64) *GetTestSuitesUsingGETParams

WithEndpointID adds the endpointID to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithFilter

WithFilter adds the filter to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithPageNumber

func (o *GetTestSuitesUsingGETParams) WithPageNumber(pageNumber *int32) *GetTestSuitesUsingGETParams

WithPageNumber adds the pageNumber to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithSortDirection

func (o *GetTestSuitesUsingGETParams) WithSortDirection(sortDirection *string) *GetTestSuitesUsingGETParams

WithSortDirection adds the sortDirection to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithSortField

func (o *GetTestSuitesUsingGETParams) WithSortField(sortField *string) *GetTestSuitesUsingGETParams

WithSortField adds the sortField to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithTag

WithTag adds the tag to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithTestSource

func (o *GetTestSuitesUsingGETParams) WithTestSource(testSource *int64) *GetTestSuitesUsingGETParams

WithTestSource adds the testSource to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get test suites using g e t params

func (*GetTestSuitesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTestSuitesUsingGETReader

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

GetTestSuitesUsingGETReader is a Reader for the GetTestSuitesUsingGET structure.

func (*GetTestSuitesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTestSuitesUsingGETUnauthorized

type GetTestSuitesUsingGETUnauthorized struct {
}

GetTestSuitesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetTestSuitesUsingGETUnauthorized

func NewGetTestSuitesUsingGETUnauthorized() *GetTestSuitesUsingGETUnauthorized

NewGetTestSuitesUsingGETUnauthorized creates a GetTestSuitesUsingGETUnauthorized with default headers values

func (*GetTestSuitesUsingGETUnauthorized) Error

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden struct {
}

UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden() *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden

NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden creates a UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden with default headers values

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHForbidden) Error

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent struct {
}

UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent handles this case with default header values.

No Content

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent() *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent

NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent creates a UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent with default headers values

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHNoContent) Error

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK struct {
	Payload *models.TestSuiteDto
}

UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK handles this case with default header values.

OK

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK() *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK

NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK creates a UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK with default headers values

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK) Error

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHOK) GetPayload

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*ApplicationVersionID
	  applicationVersionId

	*/
	ApplicationVersionID int64
	/*TestSuiteDto
	  testSuiteDto

	*/
	TestSuiteDto *models.TestSuiteDto
	/*TestSuiteHexID
	  testSuiteId

	*/
	TestSuiteHexID string

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

UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams contains all the parameters to send to the API endpoint for the update tags and is favorite for test suite using p a t c h operation typically these are written to a http.Request

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams() *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams

NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams creates a new UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams object with the default values initialized.

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParamsWithContext

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParamsWithContext(ctx context.Context) *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams

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

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParamsWithHTTPClient

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParamsWithHTTPClient(client *http.Client) *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams

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

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParamsWithTimeout

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParamsWithTimeout(timeout time.Duration) *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams

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

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetApplicationID

func (o *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetApplicationVersionID

func (o *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetApplicationVersionID(applicationVersionID int64)

SetApplicationVersionID adds the applicationVersionId to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetContext

SetContext adds the context to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetTestSuiteDto

SetTestSuiteDto adds the testSuiteDto to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetTestSuiteHexID

func (o *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetTestSuiteHexID(testSuiteHexID string)

SetTestSuiteHexID adds the testSuiteHexId to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) SetTimeout

SetTimeout adds the timeout to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) WithApplicationID

WithApplicationID adds the applicationID to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) WithApplicationVersionID

WithApplicationVersionID adds the applicationVersionID to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) WithContext

WithContext adds the context to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) WithTestSuiteDto

WithTestSuiteDto adds the testSuiteDto to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) WithTestSuiteHexID

WithTestSuiteHexID adds the testSuiteHexID to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the update tags and is favorite for test suite using p a t c h params

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHReader

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

UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHReader is a Reader for the UpdateTagsAndIsFavoriteForTestSuiteUsingPATCH structure.

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized

type UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized struct {
}

UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized

func NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized() *UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized

NewUpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized creates a UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized with default headers values

func (*UpdateTagsAndIsFavoriteForTestSuiteUsingPATCHUnauthorized) Error

Jump to

Keyboard shortcuts

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