changed_files_cds

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 Client

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

Client for changed files cds API

func (*Client) GetChangedFilesUsingGET

func (a *Client) GetChangedFilesUsingGET(params *GetChangedFilesUsingGETParams) (*GetChangedFilesUsingGETOK, error)

GetChangedFilesUsingGET retrieves changed files per application version from c d s

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetChangedFilesUsingGET(params *GetChangedFilesUsingGETParams) (*GetChangedFilesUsingGETOK, 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 changed files cds API client.

type GetChangedFilesUsingGETForbidden

type GetChangedFilesUsingGETForbidden struct {
}

GetChangedFilesUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetChangedFilesUsingGETForbidden

func NewGetChangedFilesUsingGETForbidden() *GetChangedFilesUsingGETForbidden

NewGetChangedFilesUsingGETForbidden creates a GetChangedFilesUsingGETForbidden with default headers values

func (*GetChangedFilesUsingGETForbidden) Error

type GetChangedFilesUsingGETNotFound

type GetChangedFilesUsingGETNotFound struct {
}

GetChangedFilesUsingGETNotFound handles this case with default header values.

Not Found

func NewGetChangedFilesUsingGETNotFound

func NewGetChangedFilesUsingGETNotFound() *GetChangedFilesUsingGETNotFound

NewGetChangedFilesUsingGETNotFound creates a GetChangedFilesUsingGETNotFound with default headers values

func (*GetChangedFilesUsingGETNotFound) Error

type GetChangedFilesUsingGETOK

type GetChangedFilesUsingGETOK struct {
	Payload *models.PagedResultDtoChangedFileDto
}

GetChangedFilesUsingGETOK handles this case with default header values.

OK

func NewGetChangedFilesUsingGETOK

func NewGetChangedFilesUsingGETOK() *GetChangedFilesUsingGETOK

NewGetChangedFilesUsingGETOK creates a GetChangedFilesUsingGETOK with default headers values

func (*GetChangedFilesUsingGETOK) Error

func (o *GetChangedFilesUsingGETOK) Error() string

func (*GetChangedFilesUsingGETOK) GetPayload

type GetChangedFilesUsingGETParams

type GetChangedFilesUsingGETParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*ApplicationVersionID
	  applicationVersionId

	*/
	ApplicationVersionID int64
	/*IsAccessed
	  isAccessed

	*/
	IsAccessed *bool
	/*IsExcluded
	  isExcluded

	*/
	IsExcluded *bool
	/*PageNumber
	  pageNumber

	*/
	PageNumber *int32
	/*PageSize
	  pageSize

	*/
	PageSize *int32
	/*Status
	  fileStatuses

	*/
	Status []string

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

GetChangedFilesUsingGETParams contains all the parameters to send to the API endpoint for the get changed files using g e t operation typically these are written to a http.Request

func NewGetChangedFilesUsingGETParams

func NewGetChangedFilesUsingGETParams() *GetChangedFilesUsingGETParams

NewGetChangedFilesUsingGETParams creates a new GetChangedFilesUsingGETParams object with the default values initialized.

func NewGetChangedFilesUsingGETParamsWithContext

func NewGetChangedFilesUsingGETParamsWithContext(ctx context.Context) *GetChangedFilesUsingGETParams

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

func NewGetChangedFilesUsingGETParamsWithHTTPClient

func NewGetChangedFilesUsingGETParamsWithHTTPClient(client *http.Client) *GetChangedFilesUsingGETParams

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

func NewGetChangedFilesUsingGETParamsWithTimeout

func NewGetChangedFilesUsingGETParamsWithTimeout(timeout time.Duration) *GetChangedFilesUsingGETParams

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

func (*GetChangedFilesUsingGETParams) SetApplicationID

func (o *GetChangedFilesUsingGETParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetApplicationVersionID

func (o *GetChangedFilesUsingGETParams) SetApplicationVersionID(applicationVersionID int64)

SetApplicationVersionID adds the applicationVersionId to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetContext

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

SetContext adds the context to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetIsAccessed

func (o *GetChangedFilesUsingGETParams) SetIsAccessed(isAccessed *bool)

SetIsAccessed adds the isAccessed to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetIsExcluded

func (o *GetChangedFilesUsingGETParams) SetIsExcluded(isExcluded *bool)

SetIsExcluded adds the isExcluded to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetPageNumber

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

SetPageNumber adds the pageNumber to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetPageSize

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

SetPageSize adds the pageSize to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetStatus

func (o *GetChangedFilesUsingGETParams) SetStatus(status []string)

SetStatus adds the status to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithApplicationID

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

WithApplicationID adds the applicationID to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithApplicationVersionID

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

WithApplicationVersionID adds the applicationVersionID to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithContext

WithContext adds the context to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithIsAccessed

func (o *GetChangedFilesUsingGETParams) WithIsAccessed(isAccessed *bool) *GetChangedFilesUsingGETParams

WithIsAccessed adds the isAccessed to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithIsExcluded

func (o *GetChangedFilesUsingGETParams) WithIsExcluded(isExcluded *bool) *GetChangedFilesUsingGETParams

WithIsExcluded adds the isExcluded to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithPageNumber

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

WithPageNumber adds the pageNumber to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithStatus

WithStatus adds the status to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get changed files using g e t params

func (*GetChangedFilesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetChangedFilesUsingGETReader

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

GetChangedFilesUsingGETReader is a Reader for the GetChangedFilesUsingGET structure.

func (*GetChangedFilesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetChangedFilesUsingGETUnauthorized

type GetChangedFilesUsingGETUnauthorized struct {
}

GetChangedFilesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetChangedFilesUsingGETUnauthorized

func NewGetChangedFilesUsingGETUnauthorized() *GetChangedFilesUsingGETUnauthorized

NewGetChangedFilesUsingGETUnauthorized creates a GetChangedFilesUsingGETUnauthorized with default headers values

func (*GetChangedFilesUsingGETUnauthorized) Error

Jump to

Keyboard shortcuts

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