project

package
v0.0.0-...-a39a1f1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2020 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 AddOK

type AddOK struct {
	Payload interface{}
}

AddOK handles this case with default header values.

successful operation

func NewAddOK

func NewAddOK() *AddOK

NewAddOK creates a AddOK with default headers values

func (*AddOK) Error

func (o *AddOK) Error() string

func (*AddOK) GetPayload

func (o *AddOK) GetPayload() interface{}

type AddParams

type AddParams struct {

	/*Body*/
	Body *models.ProjectFeature
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

AddParams contains all the parameters to send to the API endpoint for the add operation typically these are written to a http.Request

func NewAddParams

func NewAddParams() *AddParams

NewAddParams creates a new AddParams object with the default values initialized.

func NewAddParamsWithContext

func NewAddParamsWithContext(ctx context.Context) *AddParams

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

func NewAddParamsWithHTTPClient

func NewAddParamsWithHTTPClient(client *http.Client) *AddParams

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

func NewAddParamsWithTimeout

func NewAddParamsWithTimeout(timeout time.Duration) *AddParams

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

func (*AddParams) SetBody

func (o *AddParams) SetBody(body *models.ProjectFeature)

SetBody adds the body to the add params

func (*AddParams) SetContext

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

SetContext adds the context to the add params

func (*AddParams) SetFields

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

SetFields adds the fields to the add params

func (*AddParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add params

func (*AddParams) SetProjectLocator

func (o *AddParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the add params

func (*AddParams) SetTimeout

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

SetTimeout adds the timeout to the add params

func (*AddParams) WithBody

func (o *AddParams) WithBody(body *models.ProjectFeature) *AddParams

WithBody adds the body to the add params

func (*AddParams) WithContext

func (o *AddParams) WithContext(ctx context.Context) *AddParams

WithContext adds the context to the add params

func (*AddParams) WithFields

func (o *AddParams) WithFields(fields *string) *AddParams

WithFields adds the fields to the add params

func (*AddParams) WithHTTPClient

func (o *AddParams) WithHTTPClient(client *http.Client) *AddParams

WithHTTPClient adds the HTTPClient to the add params

func (*AddParams) WithProjectLocator

func (o *AddParams) WithProjectLocator(projectLocator string) *AddParams

WithProjectLocator adds the projectLocator to the add params

func (*AddParams) WithTimeout

func (o *AddParams) WithTimeout(timeout time.Duration) *AddParams

WithTimeout adds the timeout to the add params

func (*AddParams) WriteToRequest

func (o *AddParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddReader

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

AddReader is a Reader for the Add structure.

func (*AddReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for project API

func (*Client) Add

func (a *Client) Add(params *AddParams, authInfo runtime.ClientAuthInfoWriter) (*AddOK, error)

Add add API

func (*Client) CreateBuildType

func (a *Client) CreateBuildType(params *CreateBuildTypeParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBuildTypeOK, error)

CreateBuildType create build type API

func (*Client) CreateBuildTypeTemplate

func (a *Client) CreateBuildTypeTemplate(params *CreateBuildTypeTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBuildTypeTemplateOK, error)

CreateBuildTypeTemplate create build type template API

func (*Client) CreateProject

func (a *Client) CreateProject(params *CreateProjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectOK, error)

CreateProject create project API

func (*Client) CreateSecureToken

func (a *Client) CreateSecureToken(params *CreateSecureTokenParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSecureTokenOK, error)

CreateSecureToken create secure token API

func (*Client) Delete

func (a *Client) Delete(params *DeleteParams, authInfo runtime.ClientAuthInfoWriter) error

Delete delete API

func (*Client) DeleteAllParameters

func (a *Client) DeleteAllParameters(params *DeleteAllParametersParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteAllParameters delete all parameters API

func (*Client) DeleteProject

func (a *Client) DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteProject delete project API

func (*Client) DeleteProjectAgentPools

func (a *Client) DeleteProjectAgentPools(params *DeleteProjectAgentPoolsParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteProjectAgentPools delete project agent pools API

func (*Client) Get

func (a *Client) Get(params *GetParams, authInfo runtime.ClientAuthInfoWriter) (*GetOK, error)

Get get API

func (*Client) GetBranches

func (a *Client) GetBranches(params *GetBranchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetBranchesOK, error)

GetBranches get branches API

func (*Client) GetBuildTypesOrder

func (a *Client) GetBuildTypesOrder(params *GetBuildTypesOrderParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildTypesOrderOK, error)

GetBuildTypesOrder get build types order API

func (*Client) GetDefaultTemplate

func (a *Client) GetDefaultTemplate(params *GetDefaultTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetDefaultTemplateOK, error)

GetDefaultTemplate get default template API

func (*Client) GetExampleNewProjectDescription

func (a *Client) GetExampleNewProjectDescription(params *GetExampleNewProjectDescriptionParams, authInfo runtime.ClientAuthInfoWriter) (*GetExampleNewProjectDescriptionOK, error)

GetExampleNewProjectDescription get example new project description API

func (*Client) GetExampleNewProjectDescriptionCompatibilityVersion1

GetExampleNewProjectDescriptionCompatibilityVersion1 get example new project description compatibility version1 API

func (*Client) GetParameter

func (a *Client) GetParameter(params *GetParameterParams, authInfo runtime.ClientAuthInfoWriter) (*GetParameterOK, error)

GetParameter get parameter API

func (*Client) GetParameterType

func (a *Client) GetParameterType(params *GetParameterTypeParams, authInfo runtime.ClientAuthInfoWriter) (*GetParameterTypeOK, error)

GetParameterType get parameter type API

func (*Client) GetParameterTypeRawValue

func (a *Client) GetParameterTypeRawValue(params *GetParameterTypeRawValueParams, authInfo runtime.ClientAuthInfoWriter) (*GetParameterTypeRawValueOK, error)

GetParameterTypeRawValue get parameter type raw value API

func (*Client) GetParameterValueLong

func (a *Client) GetParameterValueLong(params *GetParameterValueLongParams, authInfo runtime.ClientAuthInfoWriter) (*GetParameterValueLongOK, error)

GetParameterValueLong get parameter value long API

func (*Client) GetParameters

func (a *Client) GetParameters(params *GetParametersParams, authInfo runtime.ClientAuthInfoWriter) (*GetParametersOK, error)

GetParameters get parameters API

func (*Client) GetParentProject

func (a *Client) GetParentProject(params *GetParentProjectParams, authInfo runtime.ClientAuthInfoWriter) (*GetParentProjectOK, error)

GetParentProject get parent project API

func (*Client) GetProjectAgentPools

func (a *Client) GetProjectAgentPools(params *GetProjectAgentPoolsParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectAgentPoolsOK, error)

GetProjectAgentPools get project agent pools API

func (*Client) GetProjectsOrder

func (a *Client) GetProjectsOrder(params *GetProjectsOrderParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectsOrderOK, error)

GetProjectsOrder get projects order API

func (*Client) GetSecureValue

func (a *Client) GetSecureValue(params *GetSecureValueParams, authInfo runtime.ClientAuthInfoWriter) (*GetSecureValueOK, error)

GetSecureValue get secure value API

func (*Client) GetSingle

func (a *Client) GetSingle(params *GetSingleParams, authInfo runtime.ClientAuthInfoWriter) (*GetSingleOK, error)

GetSingle get single API

func (*Client) PutAppRestProjectsProjectLocatorParametersName

PutAppRestProjectsProjectLocatorParametersName put app rest projects project locator parameters name API

func (*Client) PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesName

PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesName put app rest projects project locator project features feature locator properties name API

func (*Client) ReloadSettingsFile

func (a *Client) ReloadSettingsFile(params *ReloadSettingsFileParams, authInfo runtime.ClientAuthInfoWriter) (*ReloadSettingsFileOK, error)

ReloadSettingsFile reload settings file API

func (*Client) RemoveDefaultTemplate

func (a *Client) RemoveDefaultTemplate(params *RemoveDefaultTemplateParams, authInfo runtime.ClientAuthInfoWriter) error

RemoveDefaultTemplate remove default template API

func (*Client) Replace

func (a *Client) Replace(params *ReplaceParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceOK, error)

Replace replace API

func (*Client) ReplaceAll

func (a *Client) ReplaceAll(params *ReplaceAllParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceAllOK, error)

ReplaceAll replace all API

func (*Client) ServeBuildFieldWithProject

func (a *Client) ServeBuildFieldWithProject(params *ServeBuildFieldWithProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildFieldWithProjectOK, error)

ServeBuildFieldWithProject serve build field with project API

func (*Client) ServeBuildType

func (a *Client) ServeBuildType(params *ServeBuildTypeParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeOK, error)

ServeBuildType serve build type API

func (*Client) ServeBuildTypeFieldWithProject

func (a *Client) ServeBuildTypeFieldWithProject(params *ServeBuildTypeFieldWithProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeFieldWithProjectOK, error)

ServeBuildTypeFieldWithProject serve build type field with project API

func (*Client) ServeBuildTypeTemplates

func (a *Client) ServeBuildTypeTemplates(params *ServeBuildTypeTemplatesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeTemplatesOK, error)

ServeBuildTypeTemplates serve build type templates API

func (*Client) ServeBuildTypesInProject

func (a *Client) ServeBuildTypesInProject(params *ServeBuildTypesInProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypesInProjectOK, error)

ServeBuildTypesInProject serve build types in project API

func (*Client) ServeBuildWithProject

func (a *Client) ServeBuildWithProject(params *ServeBuildWithProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildWithProjectOK, error)

ServeBuildWithProject serve build with project API

func (*Client) ServeBuilds

func (a *Client) ServeBuilds(params *ServeBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildsOK, error)

ServeBuilds serve builds API

func (*Client) ServeProject

func (a *Client) ServeProject(params *ServeProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeProjectOK, error)

ServeProject serve project API

func (*Client) ServeProjectField

func (a *Client) ServeProjectField(params *ServeProjectFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeProjectFieldOK, error)

ServeProjectField serve project field API

func (*Client) ServeProjects

func (a *Client) ServeProjects(params *ServeProjectsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeProjectsOK, error)

ServeProjects serve projects API

func (*Client) ServeTemplatesInProject

func (a *Client) ServeTemplatesInProject(params *ServeTemplatesInProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeTemplatesInProjectOK, error)

ServeTemplatesInProject serve templates in project API

func (*Client) SetBuildTypesOrder

func (a *Client) SetBuildTypesOrder(params *SetBuildTypesOrderParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildTypesOrderOK, error)

SetBuildTypesOrder set build types order API

func (*Client) SetDefaultTemplate

func (a *Client) SetDefaultTemplate(params *SetDefaultTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*SetDefaultTemplateOK, error)

SetDefaultTemplate set default template API

func (*Client) SetParameter

func (a *Client) SetParameter(params *SetParameterParams, authInfo runtime.ClientAuthInfoWriter) (*SetParameterOK, error)

SetParameter set parameter API

func (*Client) SetParameterType

func (a *Client) SetParameterType(params *SetParameterTypeParams, authInfo runtime.ClientAuthInfoWriter) (*SetParameterTypeOK, error)

SetParameterType set parameter type API

func (*Client) SetParameterTypeRawValue

func (a *Client) SetParameterTypeRawValue(params *SetParameterTypeRawValueParams, authInfo runtime.ClientAuthInfoWriter) (*SetParameterTypeRawValueOK, error)

SetParameterTypeRawValue set parameter type raw value API

func (*Client) SetParameterValueLong

func (a *Client) SetParameterValueLong(params *SetParameterValueLongParams, authInfo runtime.ClientAuthInfoWriter) (*SetParameterValueLongOK, error)

SetParameterValueLong set parameter value long API

func (*Client) SetParameters

func (a *Client) SetParameters(params *SetParametersParams, authInfo runtime.ClientAuthInfoWriter) (*SetParametersOK, error)

SetParameters set parameters API

func (*Client) SetParentProject

func (a *Client) SetParentProject(params *SetParentProjectParams, authInfo runtime.ClientAuthInfoWriter) (*SetParentProjectOK, error)

SetParentProject set parent project API

func (*Client) SetProjectAgentPools

func (a *Client) SetProjectAgentPools(params *SetProjectAgentPoolsParams, authInfo runtime.ClientAuthInfoWriter) (*SetProjectAgentPoolsOK, error)

SetProjectAgentPools set project agent pools API

func (*Client) SetProjectField

func (a *Client) SetProjectField(params *SetProjectFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetProjectFieldOK, error)

SetProjectField set project field API

func (*Client) SetProjectsOrder

func (a *Client) SetProjectsOrder(params *SetProjectsOrderParams, authInfo runtime.ClientAuthInfoWriter) (*SetProjectsOrderOK, error)

SetProjectsOrder set projects order API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	PutAppRestProjectsProjectLocatorParametersName(params *PutAppRestProjectsProjectLocatorParametersNameParams, authInfo runtime.ClientAuthInfoWriter) (*PutAppRestProjectsProjectLocatorParametersNameOK, error)

	PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesName(params *PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams, authInfo runtime.ClientAuthInfoWriter) (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK, error)

	Add(params *AddParams, authInfo runtime.ClientAuthInfoWriter) (*AddOK, error)

	CreateBuildType(params *CreateBuildTypeParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBuildTypeOK, error)

	CreateBuildTypeTemplate(params *CreateBuildTypeTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBuildTypeTemplateOK, error)

	CreateProject(params *CreateProjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectOK, error)

	CreateSecureToken(params *CreateSecureTokenParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSecureTokenOK, error)

	Delete(params *DeleteParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteAllParameters(params *DeleteAllParametersParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteProjectAgentPools(params *DeleteProjectAgentPoolsParams, authInfo runtime.ClientAuthInfoWriter) error

	Get(params *GetParams, authInfo runtime.ClientAuthInfoWriter) (*GetOK, error)

	GetBranches(params *GetBranchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetBranchesOK, error)

	GetBuildTypesOrder(params *GetBuildTypesOrderParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildTypesOrderOK, error)

	GetDefaultTemplate(params *GetDefaultTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetDefaultTemplateOK, error)

	GetExampleNewProjectDescription(params *GetExampleNewProjectDescriptionParams, authInfo runtime.ClientAuthInfoWriter) (*GetExampleNewProjectDescriptionOK, error)

	GetExampleNewProjectDescriptionCompatibilityVersion1(params *GetExampleNewProjectDescriptionCompatibilityVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*GetExampleNewProjectDescriptionCompatibilityVersion1OK, error)

	GetParameter(params *GetParameterParams, authInfo runtime.ClientAuthInfoWriter) (*GetParameterOK, error)

	GetParameterType(params *GetParameterTypeParams, authInfo runtime.ClientAuthInfoWriter) (*GetParameterTypeOK, error)

	GetParameterTypeRawValue(params *GetParameterTypeRawValueParams, authInfo runtime.ClientAuthInfoWriter) (*GetParameterTypeRawValueOK, error)

	GetParameterValueLong(params *GetParameterValueLongParams, authInfo runtime.ClientAuthInfoWriter) (*GetParameterValueLongOK, error)

	GetParameters(params *GetParametersParams, authInfo runtime.ClientAuthInfoWriter) (*GetParametersOK, error)

	GetParentProject(params *GetParentProjectParams, authInfo runtime.ClientAuthInfoWriter) (*GetParentProjectOK, error)

	GetProjectAgentPools(params *GetProjectAgentPoolsParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectAgentPoolsOK, error)

	GetProjectsOrder(params *GetProjectsOrderParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectsOrderOK, error)

	GetSecureValue(params *GetSecureValueParams, authInfo runtime.ClientAuthInfoWriter) (*GetSecureValueOK, error)

	GetSingle(params *GetSingleParams, authInfo runtime.ClientAuthInfoWriter) (*GetSingleOK, error)

	ReloadSettingsFile(params *ReloadSettingsFileParams, authInfo runtime.ClientAuthInfoWriter) (*ReloadSettingsFileOK, error)

	RemoveDefaultTemplate(params *RemoveDefaultTemplateParams, authInfo runtime.ClientAuthInfoWriter) error

	Replace(params *ReplaceParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceOK, error)

	ReplaceAll(params *ReplaceAllParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceAllOK, error)

	ServeBuildFieldWithProject(params *ServeBuildFieldWithProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildFieldWithProjectOK, error)

	ServeBuildType(params *ServeBuildTypeParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeOK, error)

	ServeBuildTypeFieldWithProject(params *ServeBuildTypeFieldWithProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeFieldWithProjectOK, error)

	ServeBuildTypeTemplates(params *ServeBuildTypeTemplatesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeTemplatesOK, error)

	ServeBuildTypesInProject(params *ServeBuildTypesInProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypesInProjectOK, error)

	ServeBuildWithProject(params *ServeBuildWithProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildWithProjectOK, error)

	ServeBuilds(params *ServeBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildsOK, error)

	ServeProject(params *ServeProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeProjectOK, error)

	ServeProjectField(params *ServeProjectFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeProjectFieldOK, error)

	ServeProjects(params *ServeProjectsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeProjectsOK, error)

	ServeTemplatesInProject(params *ServeTemplatesInProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ServeTemplatesInProjectOK, error)

	SetBuildTypesOrder(params *SetBuildTypesOrderParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildTypesOrderOK, error)

	SetDefaultTemplate(params *SetDefaultTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*SetDefaultTemplateOK, error)

	SetParameter(params *SetParameterParams, authInfo runtime.ClientAuthInfoWriter) (*SetParameterOK, error)

	SetParameterType(params *SetParameterTypeParams, authInfo runtime.ClientAuthInfoWriter) (*SetParameterTypeOK, error)

	SetParameterTypeRawValue(params *SetParameterTypeRawValueParams, authInfo runtime.ClientAuthInfoWriter) (*SetParameterTypeRawValueOK, error)

	SetParameterValueLong(params *SetParameterValueLongParams, authInfo runtime.ClientAuthInfoWriter) (*SetParameterValueLongOK, error)

	SetParameters(params *SetParametersParams, authInfo runtime.ClientAuthInfoWriter) (*SetParametersOK, error)

	SetParentProject(params *SetParentProjectParams, authInfo runtime.ClientAuthInfoWriter) (*SetParentProjectOK, error)

	SetProjectAgentPools(params *SetProjectAgentPoolsParams, authInfo runtime.ClientAuthInfoWriter) (*SetProjectAgentPoolsOK, error)

	SetProjectField(params *SetProjectFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetProjectFieldOK, error)

	SetProjectsOrder(params *SetProjectsOrderParams, authInfo runtime.ClientAuthInfoWriter) (*SetProjectsOrderOK, 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 project API client.

type CreateBuildTypeOK

type CreateBuildTypeOK struct {
	Payload *models.BuildType
}

CreateBuildTypeOK handles this case with default header values.

successful operation

func NewCreateBuildTypeOK

func NewCreateBuildTypeOK() *CreateBuildTypeOK

NewCreateBuildTypeOK creates a CreateBuildTypeOK with default headers values

func (*CreateBuildTypeOK) Error

func (o *CreateBuildTypeOK) Error() string

func (*CreateBuildTypeOK) GetPayload

func (o *CreateBuildTypeOK) GetPayload() *models.BuildType

type CreateBuildTypeParams

type CreateBuildTypeParams struct {

	/*Body*/
	Body *models.NewBuildTypeDescription
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

CreateBuildTypeParams contains all the parameters to send to the API endpoint for the create build type operation typically these are written to a http.Request

func NewCreateBuildTypeParams

func NewCreateBuildTypeParams() *CreateBuildTypeParams

NewCreateBuildTypeParams creates a new CreateBuildTypeParams object with the default values initialized.

func NewCreateBuildTypeParamsWithContext

func NewCreateBuildTypeParamsWithContext(ctx context.Context) *CreateBuildTypeParams

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

func NewCreateBuildTypeParamsWithHTTPClient

func NewCreateBuildTypeParamsWithHTTPClient(client *http.Client) *CreateBuildTypeParams

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

func NewCreateBuildTypeParamsWithTimeout

func NewCreateBuildTypeParamsWithTimeout(timeout time.Duration) *CreateBuildTypeParams

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

func (*CreateBuildTypeParams) SetBody

SetBody adds the body to the create build type params

func (*CreateBuildTypeParams) SetContext

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

SetContext adds the context to the create build type params

func (*CreateBuildTypeParams) SetFields

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

SetFields adds the fields to the create build type params

func (*CreateBuildTypeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create build type params

func (*CreateBuildTypeParams) SetProjectLocator

func (o *CreateBuildTypeParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the create build type params

func (*CreateBuildTypeParams) SetTimeout

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

SetTimeout adds the timeout to the create build type params

func (*CreateBuildTypeParams) WithBody

WithBody adds the body to the create build type params

func (*CreateBuildTypeParams) WithContext

WithContext adds the context to the create build type params

func (*CreateBuildTypeParams) WithFields

func (o *CreateBuildTypeParams) WithFields(fields *string) *CreateBuildTypeParams

WithFields adds the fields to the create build type params

func (*CreateBuildTypeParams) WithHTTPClient

func (o *CreateBuildTypeParams) WithHTTPClient(client *http.Client) *CreateBuildTypeParams

WithHTTPClient adds the HTTPClient to the create build type params

func (*CreateBuildTypeParams) WithProjectLocator

func (o *CreateBuildTypeParams) WithProjectLocator(projectLocator string) *CreateBuildTypeParams

WithProjectLocator adds the projectLocator to the create build type params

func (*CreateBuildTypeParams) WithTimeout

func (o *CreateBuildTypeParams) WithTimeout(timeout time.Duration) *CreateBuildTypeParams

WithTimeout adds the timeout to the create build type params

func (*CreateBuildTypeParams) WriteToRequest

func (o *CreateBuildTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateBuildTypeReader

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

CreateBuildTypeReader is a Reader for the CreateBuildType structure.

func (*CreateBuildTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateBuildTypeTemplateOK

type CreateBuildTypeTemplateOK struct {
	Payload *models.BuildType
}

CreateBuildTypeTemplateOK handles this case with default header values.

successful operation

func NewCreateBuildTypeTemplateOK

func NewCreateBuildTypeTemplateOK() *CreateBuildTypeTemplateOK

NewCreateBuildTypeTemplateOK creates a CreateBuildTypeTemplateOK with default headers values

func (*CreateBuildTypeTemplateOK) Error

func (o *CreateBuildTypeTemplateOK) Error() string

func (*CreateBuildTypeTemplateOK) GetPayload

func (o *CreateBuildTypeTemplateOK) GetPayload() *models.BuildType

type CreateBuildTypeTemplateParams

type CreateBuildTypeTemplateParams struct {

	/*Body*/
	Body *models.NewBuildTypeDescription
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

CreateBuildTypeTemplateParams contains all the parameters to send to the API endpoint for the create build type template operation typically these are written to a http.Request

func NewCreateBuildTypeTemplateParams

func NewCreateBuildTypeTemplateParams() *CreateBuildTypeTemplateParams

NewCreateBuildTypeTemplateParams creates a new CreateBuildTypeTemplateParams object with the default values initialized.

func NewCreateBuildTypeTemplateParamsWithContext

func NewCreateBuildTypeTemplateParamsWithContext(ctx context.Context) *CreateBuildTypeTemplateParams

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

func NewCreateBuildTypeTemplateParamsWithHTTPClient

func NewCreateBuildTypeTemplateParamsWithHTTPClient(client *http.Client) *CreateBuildTypeTemplateParams

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

func NewCreateBuildTypeTemplateParamsWithTimeout

func NewCreateBuildTypeTemplateParamsWithTimeout(timeout time.Duration) *CreateBuildTypeTemplateParams

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

func (*CreateBuildTypeTemplateParams) SetBody

SetBody adds the body to the create build type template params

func (*CreateBuildTypeTemplateParams) SetContext

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

SetContext adds the context to the create build type template params

func (*CreateBuildTypeTemplateParams) SetFields

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

SetFields adds the fields to the create build type template params

func (*CreateBuildTypeTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create build type template params

func (*CreateBuildTypeTemplateParams) SetProjectLocator

func (o *CreateBuildTypeTemplateParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the create build type template params

func (*CreateBuildTypeTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the create build type template params

func (*CreateBuildTypeTemplateParams) WithBody

WithBody adds the body to the create build type template params

func (*CreateBuildTypeTemplateParams) WithContext

WithContext adds the context to the create build type template params

func (*CreateBuildTypeTemplateParams) WithFields

WithFields adds the fields to the create build type template params

func (*CreateBuildTypeTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create build type template params

func (*CreateBuildTypeTemplateParams) WithProjectLocator

func (o *CreateBuildTypeTemplateParams) WithProjectLocator(projectLocator string) *CreateBuildTypeTemplateParams

WithProjectLocator adds the projectLocator to the create build type template params

func (*CreateBuildTypeTemplateParams) WithTimeout

WithTimeout adds the timeout to the create build type template params

func (*CreateBuildTypeTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateBuildTypeTemplateReader

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

CreateBuildTypeTemplateReader is a Reader for the CreateBuildTypeTemplate structure.

func (*CreateBuildTypeTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProjectOK

type CreateProjectOK struct {
	Payload *models.Project
}

CreateProjectOK handles this case with default header values.

successful operation

func NewCreateProjectOK

func NewCreateProjectOK() *CreateProjectOK

NewCreateProjectOK creates a CreateProjectOK with default headers values

func (*CreateProjectOK) Error

func (o *CreateProjectOK) Error() string

func (*CreateProjectOK) GetPayload

func (o *CreateProjectOK) GetPayload() *models.Project

type CreateProjectParams

type CreateProjectParams struct {

	/*Body*/
	Body *models.NewProjectDescription

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

CreateProjectParams contains all the parameters to send to the API endpoint for the create project operation typically these are written to a http.Request

func NewCreateProjectParams

func NewCreateProjectParams() *CreateProjectParams

NewCreateProjectParams creates a new CreateProjectParams object with the default values initialized.

func NewCreateProjectParamsWithContext

func NewCreateProjectParamsWithContext(ctx context.Context) *CreateProjectParams

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

func NewCreateProjectParamsWithHTTPClient

func NewCreateProjectParamsWithHTTPClient(client *http.Client) *CreateProjectParams

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

func NewCreateProjectParamsWithTimeout

func NewCreateProjectParamsWithTimeout(timeout time.Duration) *CreateProjectParams

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

func (*CreateProjectParams) SetBody

SetBody adds the body to the create project params

func (*CreateProjectParams) SetContext

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

SetContext adds the context to the create project params

func (*CreateProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create project params

func (*CreateProjectParams) SetTimeout

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

SetTimeout adds the timeout to the create project params

func (*CreateProjectParams) WithBody

WithBody adds the body to the create project params

func (*CreateProjectParams) WithContext

WithContext adds the context to the create project params

func (*CreateProjectParams) WithHTTPClient

func (o *CreateProjectParams) WithHTTPClient(client *http.Client) *CreateProjectParams

WithHTTPClient adds the HTTPClient to the create project params

func (*CreateProjectParams) WithTimeout

func (o *CreateProjectParams) WithTimeout(timeout time.Duration) *CreateProjectParams

WithTimeout adds the timeout to the create project params

func (*CreateProjectParams) WriteToRequest

func (o *CreateProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateProjectReader

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

CreateProjectReader is a Reader for the CreateProject structure.

func (*CreateProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSecureTokenOK

type CreateSecureTokenOK struct {
	Payload string
}

CreateSecureTokenOK handles this case with default header values.

successful operation

func NewCreateSecureTokenOK

func NewCreateSecureTokenOK() *CreateSecureTokenOK

NewCreateSecureTokenOK creates a CreateSecureTokenOK with default headers values

func (*CreateSecureTokenOK) Error

func (o *CreateSecureTokenOK) Error() string

func (*CreateSecureTokenOK) GetPayload

func (o *CreateSecureTokenOK) GetPayload() string

type CreateSecureTokenParams

type CreateSecureTokenParams struct {

	/*Body*/
	Body string
	/*ProjectLocator*/
	ProjectLocator string

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

CreateSecureTokenParams contains all the parameters to send to the API endpoint for the create secure token operation typically these are written to a http.Request

func NewCreateSecureTokenParams

func NewCreateSecureTokenParams() *CreateSecureTokenParams

NewCreateSecureTokenParams creates a new CreateSecureTokenParams object with the default values initialized.

func NewCreateSecureTokenParamsWithContext

func NewCreateSecureTokenParamsWithContext(ctx context.Context) *CreateSecureTokenParams

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

func NewCreateSecureTokenParamsWithHTTPClient

func NewCreateSecureTokenParamsWithHTTPClient(client *http.Client) *CreateSecureTokenParams

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

func NewCreateSecureTokenParamsWithTimeout

func NewCreateSecureTokenParamsWithTimeout(timeout time.Duration) *CreateSecureTokenParams

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

func (*CreateSecureTokenParams) SetBody

func (o *CreateSecureTokenParams) SetBody(body string)

SetBody adds the body to the create secure token params

func (*CreateSecureTokenParams) SetContext

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

SetContext adds the context to the create secure token params

func (*CreateSecureTokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create secure token params

func (*CreateSecureTokenParams) SetProjectLocator

func (o *CreateSecureTokenParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the create secure token params

func (*CreateSecureTokenParams) SetTimeout

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

SetTimeout adds the timeout to the create secure token params

func (*CreateSecureTokenParams) WithBody

WithBody adds the body to the create secure token params

func (*CreateSecureTokenParams) WithContext

WithContext adds the context to the create secure token params

func (*CreateSecureTokenParams) WithHTTPClient

func (o *CreateSecureTokenParams) WithHTTPClient(client *http.Client) *CreateSecureTokenParams

WithHTTPClient adds the HTTPClient to the create secure token params

func (*CreateSecureTokenParams) WithProjectLocator

func (o *CreateSecureTokenParams) WithProjectLocator(projectLocator string) *CreateSecureTokenParams

WithProjectLocator adds the projectLocator to the create secure token params

func (*CreateSecureTokenParams) WithTimeout

WithTimeout adds the timeout to the create secure token params

func (*CreateSecureTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSecureTokenReader

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

CreateSecureTokenReader is a Reader for the CreateSecureToken structure.

func (*CreateSecureTokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAllParametersDefault

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

DeleteAllParametersDefault handles this case with default header values.

successful operation

func NewDeleteAllParametersDefault

func NewDeleteAllParametersDefault(code int) *DeleteAllParametersDefault

NewDeleteAllParametersDefault creates a DeleteAllParametersDefault with default headers values

func (*DeleteAllParametersDefault) Code

func (o *DeleteAllParametersDefault) Code() int

Code gets the status code for the delete all parameters default response

func (*DeleteAllParametersDefault) Error

type DeleteAllParametersParams

type DeleteAllParametersParams struct {

	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

DeleteAllParametersParams contains all the parameters to send to the API endpoint for the delete all parameters operation typically these are written to a http.Request

func NewDeleteAllParametersParams

func NewDeleteAllParametersParams() *DeleteAllParametersParams

NewDeleteAllParametersParams creates a new DeleteAllParametersParams object with the default values initialized.

func NewDeleteAllParametersParamsWithContext

func NewDeleteAllParametersParamsWithContext(ctx context.Context) *DeleteAllParametersParams

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

func NewDeleteAllParametersParamsWithHTTPClient

func NewDeleteAllParametersParamsWithHTTPClient(client *http.Client) *DeleteAllParametersParams

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

func NewDeleteAllParametersParamsWithTimeout

func NewDeleteAllParametersParamsWithTimeout(timeout time.Duration) *DeleteAllParametersParams

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

func (*DeleteAllParametersParams) SetContext

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

SetContext adds the context to the delete all parameters params

func (*DeleteAllParametersParams) SetFeatureLocator

func (o *DeleteAllParametersParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the delete all parameters params

func (*DeleteAllParametersParams) SetFields

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

SetFields adds the fields to the delete all parameters params

func (*DeleteAllParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete all parameters params

func (*DeleteAllParametersParams) SetProjectLocator

func (o *DeleteAllParametersParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the delete all parameters params

func (*DeleteAllParametersParams) SetTimeout

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

SetTimeout adds the timeout to the delete all parameters params

func (*DeleteAllParametersParams) WithContext

WithContext adds the context to the delete all parameters params

func (*DeleteAllParametersParams) WithFeatureLocator

func (o *DeleteAllParametersParams) WithFeatureLocator(featureLocator string) *DeleteAllParametersParams

WithFeatureLocator adds the featureLocator to the delete all parameters params

func (*DeleteAllParametersParams) WithFields

WithFields adds the fields to the delete all parameters params

func (*DeleteAllParametersParams) WithHTTPClient

func (o *DeleteAllParametersParams) WithHTTPClient(client *http.Client) *DeleteAllParametersParams

WithHTTPClient adds the HTTPClient to the delete all parameters params

func (*DeleteAllParametersParams) WithProjectLocator

func (o *DeleteAllParametersParams) WithProjectLocator(projectLocator string) *DeleteAllParametersParams

WithProjectLocator adds the projectLocator to the delete all parameters params

func (*DeleteAllParametersParams) WithTimeout

WithTimeout adds the timeout to the delete all parameters params

func (*DeleteAllParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAllParametersReader

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

DeleteAllParametersReader is a Reader for the DeleteAllParameters structure.

func (*DeleteAllParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDefault

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

DeleteDefault handles this case with default header values.

successful operation

func NewDeleteDefault

func NewDeleteDefault(code int) *DeleteDefault

NewDeleteDefault creates a DeleteDefault with default headers values

func (*DeleteDefault) Code

func (o *DeleteDefault) Code() int

Code gets the status code for the delete default response

func (*DeleteDefault) Error

func (o *DeleteDefault) Error() string

type DeleteParams

type DeleteParams struct {

	/*FeatureLocator*/
	FeatureLocator string
	/*ProjectLocator*/
	ProjectLocator string

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

DeleteParams contains all the parameters to send to the API endpoint for the delete operation typically these are written to a http.Request

func NewDeleteParams

func NewDeleteParams() *DeleteParams

NewDeleteParams creates a new DeleteParams object with the default values initialized.

func NewDeleteParamsWithContext

func NewDeleteParamsWithContext(ctx context.Context) *DeleteParams

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

func NewDeleteParamsWithHTTPClient

func NewDeleteParamsWithHTTPClient(client *http.Client) *DeleteParams

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

func NewDeleteParamsWithTimeout

func NewDeleteParamsWithTimeout(timeout time.Duration) *DeleteParams

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

func (*DeleteParams) SetContext

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

SetContext adds the context to the delete params

func (*DeleteParams) SetFeatureLocator

func (o *DeleteParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the delete params

func (*DeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete params

func (*DeleteParams) SetProjectLocator

func (o *DeleteParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the delete params

func (*DeleteParams) SetTimeout

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

SetTimeout adds the timeout to the delete params

func (*DeleteParams) WithContext

func (o *DeleteParams) WithContext(ctx context.Context) *DeleteParams

WithContext adds the context to the delete params

func (*DeleteParams) WithFeatureLocator

func (o *DeleteParams) WithFeatureLocator(featureLocator string) *DeleteParams

WithFeatureLocator adds the featureLocator to the delete params

func (*DeleteParams) WithHTTPClient

func (o *DeleteParams) WithHTTPClient(client *http.Client) *DeleteParams

WithHTTPClient adds the HTTPClient to the delete params

func (*DeleteParams) WithProjectLocator

func (o *DeleteParams) WithProjectLocator(projectLocator string) *DeleteParams

WithProjectLocator adds the projectLocator to the delete params

func (*DeleteParams) WithTimeout

func (o *DeleteParams) WithTimeout(timeout time.Duration) *DeleteParams

WithTimeout adds the timeout to the delete params

func (*DeleteParams) WriteToRequest

func (o *DeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteProjectAgentPoolsDefault

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

DeleteProjectAgentPoolsDefault handles this case with default header values.

successful operation

func NewDeleteProjectAgentPoolsDefault

func NewDeleteProjectAgentPoolsDefault(code int) *DeleteProjectAgentPoolsDefault

NewDeleteProjectAgentPoolsDefault creates a DeleteProjectAgentPoolsDefault with default headers values

func (*DeleteProjectAgentPoolsDefault) Code

Code gets the status code for the delete project agent pools default response

func (*DeleteProjectAgentPoolsDefault) Error

type DeleteProjectAgentPoolsParams

type DeleteProjectAgentPoolsParams struct {

	/*AgentPoolLocator*/
	AgentPoolLocator string
	/*ProjectLocator*/
	ProjectLocator string

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

DeleteProjectAgentPoolsParams contains all the parameters to send to the API endpoint for the delete project agent pools operation typically these are written to a http.Request

func NewDeleteProjectAgentPoolsParams

func NewDeleteProjectAgentPoolsParams() *DeleteProjectAgentPoolsParams

NewDeleteProjectAgentPoolsParams creates a new DeleteProjectAgentPoolsParams object with the default values initialized.

func NewDeleteProjectAgentPoolsParamsWithContext

func NewDeleteProjectAgentPoolsParamsWithContext(ctx context.Context) *DeleteProjectAgentPoolsParams

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

func NewDeleteProjectAgentPoolsParamsWithHTTPClient

func NewDeleteProjectAgentPoolsParamsWithHTTPClient(client *http.Client) *DeleteProjectAgentPoolsParams

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

func NewDeleteProjectAgentPoolsParamsWithTimeout

func NewDeleteProjectAgentPoolsParamsWithTimeout(timeout time.Duration) *DeleteProjectAgentPoolsParams

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

func (*DeleteProjectAgentPoolsParams) SetAgentPoolLocator

func (o *DeleteProjectAgentPoolsParams) SetAgentPoolLocator(agentPoolLocator string)

SetAgentPoolLocator adds the agentPoolLocator to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) SetContext

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

SetContext adds the context to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) SetProjectLocator

func (o *DeleteProjectAgentPoolsParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) SetTimeout

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

SetTimeout adds the timeout to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) WithAgentPoolLocator

func (o *DeleteProjectAgentPoolsParams) WithAgentPoolLocator(agentPoolLocator string) *DeleteProjectAgentPoolsParams

WithAgentPoolLocator adds the agentPoolLocator to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) WithContext

WithContext adds the context to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) WithProjectLocator

func (o *DeleteProjectAgentPoolsParams) WithProjectLocator(projectLocator string) *DeleteProjectAgentPoolsParams

WithProjectLocator adds the projectLocator to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) WithTimeout

WithTimeout adds the timeout to the delete project agent pools params

func (*DeleteProjectAgentPoolsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProjectAgentPoolsReader

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

DeleteProjectAgentPoolsReader is a Reader for the DeleteProjectAgentPools structure.

func (*DeleteProjectAgentPoolsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProjectDefault

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

DeleteProjectDefault handles this case with default header values.

successful operation

func NewDeleteProjectDefault

func NewDeleteProjectDefault(code int) *DeleteProjectDefault

NewDeleteProjectDefault creates a DeleteProjectDefault with default headers values

func (*DeleteProjectDefault) Code

func (o *DeleteProjectDefault) Code() int

Code gets the status code for the delete project default response

func (*DeleteProjectDefault) Error

func (o *DeleteProjectDefault) Error() string

type DeleteProjectParams

type DeleteProjectParams struct {

	/*ProjectLocator*/
	ProjectLocator string

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

DeleteProjectParams contains all the parameters to send to the API endpoint for the delete project operation typically these are written to a http.Request

func NewDeleteProjectParams

func NewDeleteProjectParams() *DeleteProjectParams

NewDeleteProjectParams creates a new DeleteProjectParams object with the default values initialized.

func NewDeleteProjectParamsWithContext

func NewDeleteProjectParamsWithContext(ctx context.Context) *DeleteProjectParams

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

func NewDeleteProjectParamsWithHTTPClient

func NewDeleteProjectParamsWithHTTPClient(client *http.Client) *DeleteProjectParams

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

func NewDeleteProjectParamsWithTimeout

func NewDeleteProjectParamsWithTimeout(timeout time.Duration) *DeleteProjectParams

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

func (*DeleteProjectParams) SetContext

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

SetContext adds the context to the delete project params

func (*DeleteProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project params

func (*DeleteProjectParams) SetProjectLocator

func (o *DeleteProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the delete project params

func (*DeleteProjectParams) SetTimeout

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

SetTimeout adds the timeout to the delete project params

func (*DeleteProjectParams) WithContext

WithContext adds the context to the delete project params

func (*DeleteProjectParams) WithHTTPClient

func (o *DeleteProjectParams) WithHTTPClient(client *http.Client) *DeleteProjectParams

WithHTTPClient adds the HTTPClient to the delete project params

func (*DeleteProjectParams) WithProjectLocator

func (o *DeleteProjectParams) WithProjectLocator(projectLocator string) *DeleteProjectParams

WithProjectLocator adds the projectLocator to the delete project params

func (*DeleteProjectParams) WithTimeout

func (o *DeleteProjectParams) WithTimeout(timeout time.Duration) *DeleteProjectParams

WithTimeout adds the timeout to the delete project params

func (*DeleteProjectParams) WriteToRequest

func (o *DeleteProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteProjectReader

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

DeleteProjectReader is a Reader for the DeleteProject structure.

func (*DeleteProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteReader

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

DeleteReader is a Reader for the Delete structure.

func (*DeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBranchesOK

type GetBranchesOK struct {
	Payload *models.Branches
}

GetBranchesOK handles this case with default header values.

successful operation

func NewGetBranchesOK

func NewGetBranchesOK() *GetBranchesOK

NewGetBranchesOK creates a GetBranchesOK with default headers values

func (*GetBranchesOK) Error

func (o *GetBranchesOK) Error() string

func (*GetBranchesOK) GetPayload

func (o *GetBranchesOK) GetPayload() *models.Branches

type GetBranchesParams

type GetBranchesParams struct {

	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetBranchesParams contains all the parameters to send to the API endpoint for the get branches operation typically these are written to a http.Request

func NewGetBranchesParams

func NewGetBranchesParams() *GetBranchesParams

NewGetBranchesParams creates a new GetBranchesParams object with the default values initialized.

func NewGetBranchesParamsWithContext

func NewGetBranchesParamsWithContext(ctx context.Context) *GetBranchesParams

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

func NewGetBranchesParamsWithHTTPClient

func NewGetBranchesParamsWithHTTPClient(client *http.Client) *GetBranchesParams

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

func NewGetBranchesParamsWithTimeout

func NewGetBranchesParamsWithTimeout(timeout time.Duration) *GetBranchesParams

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

func (*GetBranchesParams) SetContext

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

SetContext adds the context to the get branches params

func (*GetBranchesParams) SetFields

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

SetFields adds the fields to the get branches params

func (*GetBranchesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get branches params

func (*GetBranchesParams) SetLocator

func (o *GetBranchesParams) SetLocator(locator *string)

SetLocator adds the locator to the get branches params

func (*GetBranchesParams) SetProjectLocator

func (o *GetBranchesParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get branches params

func (*GetBranchesParams) SetTimeout

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

SetTimeout adds the timeout to the get branches params

func (*GetBranchesParams) WithContext

func (o *GetBranchesParams) WithContext(ctx context.Context) *GetBranchesParams

WithContext adds the context to the get branches params

func (*GetBranchesParams) WithFields

func (o *GetBranchesParams) WithFields(fields *string) *GetBranchesParams

WithFields adds the fields to the get branches params

func (*GetBranchesParams) WithHTTPClient

func (o *GetBranchesParams) WithHTTPClient(client *http.Client) *GetBranchesParams

WithHTTPClient adds the HTTPClient to the get branches params

func (*GetBranchesParams) WithLocator

func (o *GetBranchesParams) WithLocator(locator *string) *GetBranchesParams

WithLocator adds the locator to the get branches params

func (*GetBranchesParams) WithProjectLocator

func (o *GetBranchesParams) WithProjectLocator(projectLocator string) *GetBranchesParams

WithProjectLocator adds the projectLocator to the get branches params

func (*GetBranchesParams) WithTimeout

func (o *GetBranchesParams) WithTimeout(timeout time.Duration) *GetBranchesParams

WithTimeout adds the timeout to the get branches params

func (*GetBranchesParams) WriteToRequest

func (o *GetBranchesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBranchesReader

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

GetBranchesReader is a Reader for the GetBranches structure.

func (*GetBranchesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBuildTypesOrderOK

type GetBuildTypesOrderOK struct {
	Payload *models.BuildTypes
}

GetBuildTypesOrderOK handles this case with default header values.

successful operation

func NewGetBuildTypesOrderOK

func NewGetBuildTypesOrderOK() *GetBuildTypesOrderOK

NewGetBuildTypesOrderOK creates a GetBuildTypesOrderOK with default headers values

func (*GetBuildTypesOrderOK) Error

func (o *GetBuildTypesOrderOK) Error() string

func (*GetBuildTypesOrderOK) GetPayload

func (o *GetBuildTypesOrderOK) GetPayload() *models.BuildTypes

type GetBuildTypesOrderParams

type GetBuildTypesOrderParams struct {

	/*Field*/
	Field string
	/*ProjectLocator*/
	ProjectLocator string

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

GetBuildTypesOrderParams contains all the parameters to send to the API endpoint for the get build types order operation typically these are written to a http.Request

func NewGetBuildTypesOrderParams

func NewGetBuildTypesOrderParams() *GetBuildTypesOrderParams

NewGetBuildTypesOrderParams creates a new GetBuildTypesOrderParams object with the default values initialized.

func NewGetBuildTypesOrderParamsWithContext

func NewGetBuildTypesOrderParamsWithContext(ctx context.Context) *GetBuildTypesOrderParams

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

func NewGetBuildTypesOrderParamsWithHTTPClient

func NewGetBuildTypesOrderParamsWithHTTPClient(client *http.Client) *GetBuildTypesOrderParams

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

func NewGetBuildTypesOrderParamsWithTimeout

func NewGetBuildTypesOrderParamsWithTimeout(timeout time.Duration) *GetBuildTypesOrderParams

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

func (*GetBuildTypesOrderParams) SetContext

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

SetContext adds the context to the get build types order params

func (*GetBuildTypesOrderParams) SetField

func (o *GetBuildTypesOrderParams) SetField(field string)

SetField adds the field to the get build types order params

func (*GetBuildTypesOrderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get build types order params

func (*GetBuildTypesOrderParams) SetProjectLocator

func (o *GetBuildTypesOrderParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get build types order params

func (*GetBuildTypesOrderParams) SetTimeout

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

SetTimeout adds the timeout to the get build types order params

func (*GetBuildTypesOrderParams) WithContext

WithContext adds the context to the get build types order params

func (*GetBuildTypesOrderParams) WithField

WithField adds the field to the get build types order params

func (*GetBuildTypesOrderParams) WithHTTPClient

func (o *GetBuildTypesOrderParams) WithHTTPClient(client *http.Client) *GetBuildTypesOrderParams

WithHTTPClient adds the HTTPClient to the get build types order params

func (*GetBuildTypesOrderParams) WithProjectLocator

func (o *GetBuildTypesOrderParams) WithProjectLocator(projectLocator string) *GetBuildTypesOrderParams

WithProjectLocator adds the projectLocator to the get build types order params

func (*GetBuildTypesOrderParams) WithTimeout

WithTimeout adds the timeout to the get build types order params

func (*GetBuildTypesOrderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBuildTypesOrderReader

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

GetBuildTypesOrderReader is a Reader for the GetBuildTypesOrder structure.

func (*GetBuildTypesOrderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDefaultTemplateOK

type GetDefaultTemplateOK struct {
	Payload *models.BuildType
}

GetDefaultTemplateOK handles this case with default header values.

successful operation

func NewGetDefaultTemplateOK

func NewGetDefaultTemplateOK() *GetDefaultTemplateOK

NewGetDefaultTemplateOK creates a GetDefaultTemplateOK with default headers values

func (*GetDefaultTemplateOK) Error

func (o *GetDefaultTemplateOK) Error() string

func (*GetDefaultTemplateOK) GetPayload

func (o *GetDefaultTemplateOK) GetPayload() *models.BuildType

type GetDefaultTemplateParams

type GetDefaultTemplateParams struct {

	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetDefaultTemplateParams contains all the parameters to send to the API endpoint for the get default template operation typically these are written to a http.Request

func NewGetDefaultTemplateParams

func NewGetDefaultTemplateParams() *GetDefaultTemplateParams

NewGetDefaultTemplateParams creates a new GetDefaultTemplateParams object with the default values initialized.

func NewGetDefaultTemplateParamsWithContext

func NewGetDefaultTemplateParamsWithContext(ctx context.Context) *GetDefaultTemplateParams

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

func NewGetDefaultTemplateParamsWithHTTPClient

func NewGetDefaultTemplateParamsWithHTTPClient(client *http.Client) *GetDefaultTemplateParams

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

func NewGetDefaultTemplateParamsWithTimeout

func NewGetDefaultTemplateParamsWithTimeout(timeout time.Duration) *GetDefaultTemplateParams

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

func (*GetDefaultTemplateParams) SetContext

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

SetContext adds the context to the get default template params

func (*GetDefaultTemplateParams) SetFields

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

SetFields adds the fields to the get default template params

func (*GetDefaultTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get default template params

func (*GetDefaultTemplateParams) SetProjectLocator

func (o *GetDefaultTemplateParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get default template params

func (*GetDefaultTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the get default template params

func (*GetDefaultTemplateParams) WithContext

WithContext adds the context to the get default template params

func (*GetDefaultTemplateParams) WithFields

WithFields adds the fields to the get default template params

func (*GetDefaultTemplateParams) WithHTTPClient

func (o *GetDefaultTemplateParams) WithHTTPClient(client *http.Client) *GetDefaultTemplateParams

WithHTTPClient adds the HTTPClient to the get default template params

func (*GetDefaultTemplateParams) WithProjectLocator

func (o *GetDefaultTemplateParams) WithProjectLocator(projectLocator string) *GetDefaultTemplateParams

WithProjectLocator adds the projectLocator to the get default template params

func (*GetDefaultTemplateParams) WithTimeout

WithTimeout adds the timeout to the get default template params

func (*GetDefaultTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDefaultTemplateReader

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

GetDefaultTemplateReader is a Reader for the GetDefaultTemplate structure.

func (*GetDefaultTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExampleNewProjectDescriptionCompatibilityVersion1OK

type GetExampleNewProjectDescriptionCompatibilityVersion1OK struct {
	Payload *models.NewProjectDescription
}

GetExampleNewProjectDescriptionCompatibilityVersion1OK handles this case with default header values.

successful operation

func NewGetExampleNewProjectDescriptionCompatibilityVersion1OK

func NewGetExampleNewProjectDescriptionCompatibilityVersion1OK() *GetExampleNewProjectDescriptionCompatibilityVersion1OK

NewGetExampleNewProjectDescriptionCompatibilityVersion1OK creates a GetExampleNewProjectDescriptionCompatibilityVersion1OK with default headers values

func (*GetExampleNewProjectDescriptionCompatibilityVersion1OK) Error

func (*GetExampleNewProjectDescriptionCompatibilityVersion1OK) GetPayload

type GetExampleNewProjectDescriptionCompatibilityVersion1Params

type GetExampleNewProjectDescriptionCompatibilityVersion1Params struct {

	/*ID*/
	ID *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetExampleNewProjectDescriptionCompatibilityVersion1Params contains all the parameters to send to the API endpoint for the get example new project description compatibility version1 operation typically these are written to a http.Request

func NewGetExampleNewProjectDescriptionCompatibilityVersion1Params

func NewGetExampleNewProjectDescriptionCompatibilityVersion1Params() *GetExampleNewProjectDescriptionCompatibilityVersion1Params

NewGetExampleNewProjectDescriptionCompatibilityVersion1Params creates a new GetExampleNewProjectDescriptionCompatibilityVersion1Params object with the default values initialized.

func NewGetExampleNewProjectDescriptionCompatibilityVersion1ParamsWithContext

func NewGetExampleNewProjectDescriptionCompatibilityVersion1ParamsWithContext(ctx context.Context) *GetExampleNewProjectDescriptionCompatibilityVersion1Params

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

func NewGetExampleNewProjectDescriptionCompatibilityVersion1ParamsWithHTTPClient

func NewGetExampleNewProjectDescriptionCompatibilityVersion1ParamsWithHTTPClient(client *http.Client) *GetExampleNewProjectDescriptionCompatibilityVersion1Params

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

func NewGetExampleNewProjectDescriptionCompatibilityVersion1ParamsWithTimeout

func NewGetExampleNewProjectDescriptionCompatibilityVersion1ParamsWithTimeout(timeout time.Duration) *GetExampleNewProjectDescriptionCompatibilityVersion1Params

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

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) SetContext

SetContext adds the context to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) SetID

SetID adds the id to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) SetProjectLocator

func (o *GetExampleNewProjectDescriptionCompatibilityVersion1Params) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) SetTimeout

SetTimeout adds the timeout to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) WithContext

WithContext adds the context to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) WithID

WithID adds the id to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) WithProjectLocator

WithProjectLocator adds the projectLocator to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) WithTimeout

WithTimeout adds the timeout to the get example new project description compatibility version1 params

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExampleNewProjectDescriptionCompatibilityVersion1Reader

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

GetExampleNewProjectDescriptionCompatibilityVersion1Reader is a Reader for the GetExampleNewProjectDescriptionCompatibilityVersion1 structure.

func (*GetExampleNewProjectDescriptionCompatibilityVersion1Reader) ReadResponse

ReadResponse reads a server response into the received o.

type GetExampleNewProjectDescriptionOK

type GetExampleNewProjectDescriptionOK struct {
	Payload *models.NewProjectDescription
}

GetExampleNewProjectDescriptionOK handles this case with default header values.

successful operation

func NewGetExampleNewProjectDescriptionOK

func NewGetExampleNewProjectDescriptionOK() *GetExampleNewProjectDescriptionOK

NewGetExampleNewProjectDescriptionOK creates a GetExampleNewProjectDescriptionOK with default headers values

func (*GetExampleNewProjectDescriptionOK) Error

func (*GetExampleNewProjectDescriptionOK) GetPayload

type GetExampleNewProjectDescriptionParams

type GetExampleNewProjectDescriptionParams struct {

	/*ID*/
	ID *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetExampleNewProjectDescriptionParams contains all the parameters to send to the API endpoint for the get example new project description operation typically these are written to a http.Request

func NewGetExampleNewProjectDescriptionParams

func NewGetExampleNewProjectDescriptionParams() *GetExampleNewProjectDescriptionParams

NewGetExampleNewProjectDescriptionParams creates a new GetExampleNewProjectDescriptionParams object with the default values initialized.

func NewGetExampleNewProjectDescriptionParamsWithContext

func NewGetExampleNewProjectDescriptionParamsWithContext(ctx context.Context) *GetExampleNewProjectDescriptionParams

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

func NewGetExampleNewProjectDescriptionParamsWithHTTPClient

func NewGetExampleNewProjectDescriptionParamsWithHTTPClient(client *http.Client) *GetExampleNewProjectDescriptionParams

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

func NewGetExampleNewProjectDescriptionParamsWithTimeout

func NewGetExampleNewProjectDescriptionParamsWithTimeout(timeout time.Duration) *GetExampleNewProjectDescriptionParams

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

func (*GetExampleNewProjectDescriptionParams) SetContext

SetContext adds the context to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) SetID

SetID adds the id to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) SetProjectLocator

func (o *GetExampleNewProjectDescriptionParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) SetTimeout

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

SetTimeout adds the timeout to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) WithContext

WithContext adds the context to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) WithID

WithID adds the id to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) WithProjectLocator

WithProjectLocator adds the projectLocator to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) WithTimeout

WithTimeout adds the timeout to the get example new project description params

func (*GetExampleNewProjectDescriptionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExampleNewProjectDescriptionReader

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

GetExampleNewProjectDescriptionReader is a Reader for the GetExampleNewProjectDescription structure.

func (*GetExampleNewProjectDescriptionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOK

type GetOK struct {
	Payload interface{}
}

GetOK handles this case with default header values.

successful operation

func NewGetOK

func NewGetOK() *GetOK

NewGetOK creates a GetOK with default headers values

func (*GetOK) Error

func (o *GetOK) Error() string

func (*GetOK) GetPayload

func (o *GetOK) GetPayload() interface{}

type GetParameterOK

type GetParameterOK struct {
	Payload *models.Property
}

GetParameterOK handles this case with default header values.

successful operation

func NewGetParameterOK

func NewGetParameterOK() *GetParameterOK

NewGetParameterOK creates a GetParameterOK with default headers values

func (*GetParameterOK) Error

func (o *GetParameterOK) Error() string

func (*GetParameterOK) GetPayload

func (o *GetParameterOK) GetPayload() *models.Property

type GetParameterParams

type GetParameterParams struct {

	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

GetParameterParams contains all the parameters to send to the API endpoint for the get parameter operation typically these are written to a http.Request

func NewGetParameterParams

func NewGetParameterParams() *GetParameterParams

NewGetParameterParams creates a new GetParameterParams object with the default values initialized.

func NewGetParameterParamsWithContext

func NewGetParameterParamsWithContext(ctx context.Context) *GetParameterParams

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

func NewGetParameterParamsWithHTTPClient

func NewGetParameterParamsWithHTTPClient(client *http.Client) *GetParameterParams

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

func NewGetParameterParamsWithTimeout

func NewGetParameterParamsWithTimeout(timeout time.Duration) *GetParameterParams

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

func (*GetParameterParams) SetContext

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

SetContext adds the context to the get parameter params

func (*GetParameterParams) SetFeatureLocator

func (o *GetParameterParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the get parameter params

func (*GetParameterParams) SetFields

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

SetFields adds the fields to the get parameter params

func (*GetParameterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get parameter params

func (*GetParameterParams) SetName

func (o *GetParameterParams) SetName(name string)

SetName adds the name to the get parameter params

func (*GetParameterParams) SetProjectLocator

func (o *GetParameterParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get parameter params

func (*GetParameterParams) SetTimeout

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

SetTimeout adds the timeout to the get parameter params

func (*GetParameterParams) WithContext

WithContext adds the context to the get parameter params

func (*GetParameterParams) WithFeatureLocator

func (o *GetParameterParams) WithFeatureLocator(featureLocator string) *GetParameterParams

WithFeatureLocator adds the featureLocator to the get parameter params

func (*GetParameterParams) WithFields

func (o *GetParameterParams) WithFields(fields *string) *GetParameterParams

WithFields adds the fields to the get parameter params

func (*GetParameterParams) WithHTTPClient

func (o *GetParameterParams) WithHTTPClient(client *http.Client) *GetParameterParams

WithHTTPClient adds the HTTPClient to the get parameter params

func (*GetParameterParams) WithName

func (o *GetParameterParams) WithName(name string) *GetParameterParams

WithName adds the name to the get parameter params

func (*GetParameterParams) WithProjectLocator

func (o *GetParameterParams) WithProjectLocator(projectLocator string) *GetParameterParams

WithProjectLocator adds the projectLocator to the get parameter params

func (*GetParameterParams) WithTimeout

func (o *GetParameterParams) WithTimeout(timeout time.Duration) *GetParameterParams

WithTimeout adds the timeout to the get parameter params

func (*GetParameterParams) WriteToRequest

func (o *GetParameterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetParameterReader

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

GetParameterReader is a Reader for the GetParameter structure.

func (*GetParameterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetParameterTypeOK

type GetParameterTypeOK struct {
	Payload *models.Type
}

GetParameterTypeOK handles this case with default header values.

successful operation

func NewGetParameterTypeOK

func NewGetParameterTypeOK() *GetParameterTypeOK

NewGetParameterTypeOK creates a GetParameterTypeOK with default headers values

func (*GetParameterTypeOK) Error

func (o *GetParameterTypeOK) Error() string

func (*GetParameterTypeOK) GetPayload

func (o *GetParameterTypeOK) GetPayload() *models.Type

type GetParameterTypeParams

type GetParameterTypeParams struct {

	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

GetParameterTypeParams contains all the parameters to send to the API endpoint for the get parameter type operation typically these are written to a http.Request

func NewGetParameterTypeParams

func NewGetParameterTypeParams() *GetParameterTypeParams

NewGetParameterTypeParams creates a new GetParameterTypeParams object with the default values initialized.

func NewGetParameterTypeParamsWithContext

func NewGetParameterTypeParamsWithContext(ctx context.Context) *GetParameterTypeParams

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

func NewGetParameterTypeParamsWithHTTPClient

func NewGetParameterTypeParamsWithHTTPClient(client *http.Client) *GetParameterTypeParams

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

func NewGetParameterTypeParamsWithTimeout

func NewGetParameterTypeParamsWithTimeout(timeout time.Duration) *GetParameterTypeParams

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

func (*GetParameterTypeParams) SetContext

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

SetContext adds the context to the get parameter type params

func (*GetParameterTypeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get parameter type params

func (*GetParameterTypeParams) SetName

func (o *GetParameterTypeParams) SetName(name string)

SetName adds the name to the get parameter type params

func (*GetParameterTypeParams) SetProjectLocator

func (o *GetParameterTypeParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get parameter type params

func (*GetParameterTypeParams) SetTimeout

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

SetTimeout adds the timeout to the get parameter type params

func (*GetParameterTypeParams) WithContext

WithContext adds the context to the get parameter type params

func (*GetParameterTypeParams) WithHTTPClient

func (o *GetParameterTypeParams) WithHTTPClient(client *http.Client) *GetParameterTypeParams

WithHTTPClient adds the HTTPClient to the get parameter type params

func (*GetParameterTypeParams) WithName

WithName adds the name to the get parameter type params

func (*GetParameterTypeParams) WithProjectLocator

func (o *GetParameterTypeParams) WithProjectLocator(projectLocator string) *GetParameterTypeParams

WithProjectLocator adds the projectLocator to the get parameter type params

func (*GetParameterTypeParams) WithTimeout

WithTimeout adds the timeout to the get parameter type params

func (*GetParameterTypeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetParameterTypeRawValueOK

type GetParameterTypeRawValueOK struct {
	Payload string
}

GetParameterTypeRawValueOK handles this case with default header values.

successful operation

func NewGetParameterTypeRawValueOK

func NewGetParameterTypeRawValueOK() *GetParameterTypeRawValueOK

NewGetParameterTypeRawValueOK creates a GetParameterTypeRawValueOK with default headers values

func (*GetParameterTypeRawValueOK) Error

func (*GetParameterTypeRawValueOK) GetPayload

func (o *GetParameterTypeRawValueOK) GetPayload() string

type GetParameterTypeRawValueParams

type GetParameterTypeRawValueParams struct {

	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

GetParameterTypeRawValueParams contains all the parameters to send to the API endpoint for the get parameter type raw value operation typically these are written to a http.Request

func NewGetParameterTypeRawValueParams

func NewGetParameterTypeRawValueParams() *GetParameterTypeRawValueParams

NewGetParameterTypeRawValueParams creates a new GetParameterTypeRawValueParams object with the default values initialized.

func NewGetParameterTypeRawValueParamsWithContext

func NewGetParameterTypeRawValueParamsWithContext(ctx context.Context) *GetParameterTypeRawValueParams

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

func NewGetParameterTypeRawValueParamsWithHTTPClient

func NewGetParameterTypeRawValueParamsWithHTTPClient(client *http.Client) *GetParameterTypeRawValueParams

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

func NewGetParameterTypeRawValueParamsWithTimeout

func NewGetParameterTypeRawValueParamsWithTimeout(timeout time.Duration) *GetParameterTypeRawValueParams

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

func (*GetParameterTypeRawValueParams) SetContext

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

SetContext adds the context to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) SetName

func (o *GetParameterTypeRawValueParams) SetName(name string)

SetName adds the name to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) SetProjectLocator

func (o *GetParameterTypeRawValueParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) SetTimeout

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

SetTimeout adds the timeout to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) WithContext

WithContext adds the context to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) WithName

WithName adds the name to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) WithProjectLocator

func (o *GetParameterTypeRawValueParams) WithProjectLocator(projectLocator string) *GetParameterTypeRawValueParams

WithProjectLocator adds the projectLocator to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) WithTimeout

WithTimeout adds the timeout to the get parameter type raw value params

func (*GetParameterTypeRawValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetParameterTypeRawValueReader

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

GetParameterTypeRawValueReader is a Reader for the GetParameterTypeRawValue structure.

func (*GetParameterTypeRawValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetParameterTypeReader

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

GetParameterTypeReader is a Reader for the GetParameterType structure.

func (*GetParameterTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetParameterValueLongOK

type GetParameterValueLongOK struct {
	Payload string
}

GetParameterValueLongOK handles this case with default header values.

successful operation

func NewGetParameterValueLongOK

func NewGetParameterValueLongOK() *GetParameterValueLongOK

NewGetParameterValueLongOK creates a GetParameterValueLongOK with default headers values

func (*GetParameterValueLongOK) Error

func (o *GetParameterValueLongOK) Error() string

func (*GetParameterValueLongOK) GetPayload

func (o *GetParameterValueLongOK) GetPayload() string

type GetParameterValueLongParams

type GetParameterValueLongParams struct {

	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

GetParameterValueLongParams contains all the parameters to send to the API endpoint for the get parameter value long operation typically these are written to a http.Request

func NewGetParameterValueLongParams

func NewGetParameterValueLongParams() *GetParameterValueLongParams

NewGetParameterValueLongParams creates a new GetParameterValueLongParams object with the default values initialized.

func NewGetParameterValueLongParamsWithContext

func NewGetParameterValueLongParamsWithContext(ctx context.Context) *GetParameterValueLongParams

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

func NewGetParameterValueLongParamsWithHTTPClient

func NewGetParameterValueLongParamsWithHTTPClient(client *http.Client) *GetParameterValueLongParams

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

func NewGetParameterValueLongParamsWithTimeout

func NewGetParameterValueLongParamsWithTimeout(timeout time.Duration) *GetParameterValueLongParams

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

func (*GetParameterValueLongParams) SetContext

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

SetContext adds the context to the get parameter value long params

func (*GetParameterValueLongParams) SetFeatureLocator

func (o *GetParameterValueLongParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the get parameter value long params

func (*GetParameterValueLongParams) SetFields

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

SetFields adds the fields to the get parameter value long params

func (*GetParameterValueLongParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get parameter value long params

func (*GetParameterValueLongParams) SetName

func (o *GetParameterValueLongParams) SetName(name string)

SetName adds the name to the get parameter value long params

func (*GetParameterValueLongParams) SetProjectLocator

func (o *GetParameterValueLongParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get parameter value long params

func (*GetParameterValueLongParams) SetTimeout

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

SetTimeout adds the timeout to the get parameter value long params

func (*GetParameterValueLongParams) WithContext

WithContext adds the context to the get parameter value long params

func (*GetParameterValueLongParams) WithFeatureLocator

func (o *GetParameterValueLongParams) WithFeatureLocator(featureLocator string) *GetParameterValueLongParams

WithFeatureLocator adds the featureLocator to the get parameter value long params

func (*GetParameterValueLongParams) WithFields

WithFields adds the fields to the get parameter value long params

func (*GetParameterValueLongParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get parameter value long params

func (*GetParameterValueLongParams) WithName

WithName adds the name to the get parameter value long params

func (*GetParameterValueLongParams) WithProjectLocator

func (o *GetParameterValueLongParams) WithProjectLocator(projectLocator string) *GetParameterValueLongParams

WithProjectLocator adds the projectLocator to the get parameter value long params

func (*GetParameterValueLongParams) WithTimeout

WithTimeout adds the timeout to the get parameter value long params

func (*GetParameterValueLongParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetParameterValueLongReader

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

GetParameterValueLongReader is a Reader for the GetParameterValueLong structure.

func (*GetParameterValueLongReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetParametersOK

type GetParametersOK struct {
	Payload *models.Properties
}

GetParametersOK handles this case with default header values.

successful operation

func NewGetParametersOK

func NewGetParametersOK() *GetParametersOK

NewGetParametersOK creates a GetParametersOK with default headers values

func (*GetParametersOK) Error

func (o *GetParametersOK) Error() string

func (*GetParametersOK) GetPayload

func (o *GetParametersOK) GetPayload() *models.Properties

type GetParametersParams

type GetParametersParams struct {

	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetParametersParams contains all the parameters to send to the API endpoint for the get parameters operation typically these are written to a http.Request

func NewGetParametersParams

func NewGetParametersParams() *GetParametersParams

NewGetParametersParams creates a new GetParametersParams object with the default values initialized.

func NewGetParametersParamsWithContext

func NewGetParametersParamsWithContext(ctx context.Context) *GetParametersParams

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

func NewGetParametersParamsWithHTTPClient

func NewGetParametersParamsWithHTTPClient(client *http.Client) *GetParametersParams

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

func NewGetParametersParamsWithTimeout

func NewGetParametersParamsWithTimeout(timeout time.Duration) *GetParametersParams

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

func (*GetParametersParams) SetContext

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

SetContext adds the context to the get parameters params

func (*GetParametersParams) SetFeatureLocator

func (o *GetParametersParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the get parameters params

func (*GetParametersParams) SetFields

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

SetFields adds the fields to the get parameters params

func (*GetParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get parameters params

func (*GetParametersParams) SetLocator

func (o *GetParametersParams) SetLocator(locator *string)

SetLocator adds the locator to the get parameters params

func (*GetParametersParams) SetProjectLocator

func (o *GetParametersParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get parameters params

func (*GetParametersParams) SetTimeout

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

SetTimeout adds the timeout to the get parameters params

func (*GetParametersParams) WithContext

WithContext adds the context to the get parameters params

func (*GetParametersParams) WithFeatureLocator

func (o *GetParametersParams) WithFeatureLocator(featureLocator string) *GetParametersParams

WithFeatureLocator adds the featureLocator to the get parameters params

func (*GetParametersParams) WithFields

func (o *GetParametersParams) WithFields(fields *string) *GetParametersParams

WithFields adds the fields to the get parameters params

func (*GetParametersParams) WithHTTPClient

func (o *GetParametersParams) WithHTTPClient(client *http.Client) *GetParametersParams

WithHTTPClient adds the HTTPClient to the get parameters params

func (*GetParametersParams) WithLocator

func (o *GetParametersParams) WithLocator(locator *string) *GetParametersParams

WithLocator adds the locator to the get parameters params

func (*GetParametersParams) WithProjectLocator

func (o *GetParametersParams) WithProjectLocator(projectLocator string) *GetParametersParams

WithProjectLocator adds the projectLocator to the get parameters params

func (*GetParametersParams) WithTimeout

func (o *GetParametersParams) WithTimeout(timeout time.Duration) *GetParametersParams

WithTimeout adds the timeout to the get parameters params

func (*GetParametersParams) WriteToRequest

func (o *GetParametersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetParametersReader

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

GetParametersReader is a Reader for the GetParameters structure.

func (*GetParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetParams

type GetParams struct {

	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetParams contains all the parameters to send to the API endpoint for the get operation typically these are written to a http.Request

func NewGetParams

func NewGetParams() *GetParams

NewGetParams creates a new GetParams object with the default values initialized.

func NewGetParamsWithContext

func NewGetParamsWithContext(ctx context.Context) *GetParams

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

func NewGetParamsWithHTTPClient

func NewGetParamsWithHTTPClient(client *http.Client) *GetParams

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

func NewGetParamsWithTimeout

func NewGetParamsWithTimeout(timeout time.Duration) *GetParams

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

func (*GetParams) SetContext

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

SetContext adds the context to the get params

func (*GetParams) SetFields

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

SetFields adds the fields to the get params

func (*GetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get params

func (*GetParams) SetLocator

func (o *GetParams) SetLocator(locator *string)

SetLocator adds the locator to the get params

func (*GetParams) SetProjectLocator

func (o *GetParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get params

func (*GetParams) SetTimeout

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

SetTimeout adds the timeout to the get params

func (*GetParams) WithContext

func (o *GetParams) WithContext(ctx context.Context) *GetParams

WithContext adds the context to the get params

func (*GetParams) WithFields

func (o *GetParams) WithFields(fields *string) *GetParams

WithFields adds the fields to the get params

func (*GetParams) WithHTTPClient

func (o *GetParams) WithHTTPClient(client *http.Client) *GetParams

WithHTTPClient adds the HTTPClient to the get params

func (*GetParams) WithLocator

func (o *GetParams) WithLocator(locator *string) *GetParams

WithLocator adds the locator to the get params

func (*GetParams) WithProjectLocator

func (o *GetParams) WithProjectLocator(projectLocator string) *GetParams

WithProjectLocator adds the projectLocator to the get params

func (*GetParams) WithTimeout

func (o *GetParams) WithTimeout(timeout time.Duration) *GetParams

WithTimeout adds the timeout to the get params

func (*GetParams) WriteToRequest

func (o *GetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetParentProjectOK

type GetParentProjectOK struct {
	Payload *models.Project
}

GetParentProjectOK handles this case with default header values.

successful operation

func NewGetParentProjectOK

func NewGetParentProjectOK() *GetParentProjectOK

NewGetParentProjectOK creates a GetParentProjectOK with default headers values

func (*GetParentProjectOK) Error

func (o *GetParentProjectOK) Error() string

func (*GetParentProjectOK) GetPayload

func (o *GetParentProjectOK) GetPayload() *models.Project

type GetParentProjectParams

type GetParentProjectParams struct {

	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetParentProjectParams contains all the parameters to send to the API endpoint for the get parent project operation typically these are written to a http.Request

func NewGetParentProjectParams

func NewGetParentProjectParams() *GetParentProjectParams

NewGetParentProjectParams creates a new GetParentProjectParams object with the default values initialized.

func NewGetParentProjectParamsWithContext

func NewGetParentProjectParamsWithContext(ctx context.Context) *GetParentProjectParams

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

func NewGetParentProjectParamsWithHTTPClient

func NewGetParentProjectParamsWithHTTPClient(client *http.Client) *GetParentProjectParams

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

func NewGetParentProjectParamsWithTimeout

func NewGetParentProjectParamsWithTimeout(timeout time.Duration) *GetParentProjectParams

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

func (*GetParentProjectParams) SetContext

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

SetContext adds the context to the get parent project params

func (*GetParentProjectParams) SetFields

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

SetFields adds the fields to the get parent project params

func (*GetParentProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get parent project params

func (*GetParentProjectParams) SetProjectLocator

func (o *GetParentProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get parent project params

func (*GetParentProjectParams) SetTimeout

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

SetTimeout adds the timeout to the get parent project params

func (*GetParentProjectParams) WithContext

WithContext adds the context to the get parent project params

func (*GetParentProjectParams) WithFields

func (o *GetParentProjectParams) WithFields(fields *string) *GetParentProjectParams

WithFields adds the fields to the get parent project params

func (*GetParentProjectParams) WithHTTPClient

func (o *GetParentProjectParams) WithHTTPClient(client *http.Client) *GetParentProjectParams

WithHTTPClient adds the HTTPClient to the get parent project params

func (*GetParentProjectParams) WithProjectLocator

func (o *GetParentProjectParams) WithProjectLocator(projectLocator string) *GetParentProjectParams

WithProjectLocator adds the projectLocator to the get parent project params

func (*GetParentProjectParams) WithTimeout

WithTimeout adds the timeout to the get parent project params

func (*GetParentProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetParentProjectReader

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

GetParentProjectReader is a Reader for the GetParentProject structure.

func (*GetParentProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProjectAgentPoolsOK

type GetProjectAgentPoolsOK struct {
	Payload *models.AgentPools
}

GetProjectAgentPoolsOK handles this case with default header values.

successful operation

func NewGetProjectAgentPoolsOK

func NewGetProjectAgentPoolsOK() *GetProjectAgentPoolsOK

NewGetProjectAgentPoolsOK creates a GetProjectAgentPoolsOK with default headers values

func (*GetProjectAgentPoolsOK) Error

func (o *GetProjectAgentPoolsOK) Error() string

func (*GetProjectAgentPoolsOK) GetPayload

func (o *GetProjectAgentPoolsOK) GetPayload() *models.AgentPools

type GetProjectAgentPoolsParams

type GetProjectAgentPoolsParams struct {

	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetProjectAgentPoolsParams contains all the parameters to send to the API endpoint for the get project agent pools operation typically these are written to a http.Request

func NewGetProjectAgentPoolsParams

func NewGetProjectAgentPoolsParams() *GetProjectAgentPoolsParams

NewGetProjectAgentPoolsParams creates a new GetProjectAgentPoolsParams object with the default values initialized.

func NewGetProjectAgentPoolsParamsWithContext

func NewGetProjectAgentPoolsParamsWithContext(ctx context.Context) *GetProjectAgentPoolsParams

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

func NewGetProjectAgentPoolsParamsWithHTTPClient

func NewGetProjectAgentPoolsParamsWithHTTPClient(client *http.Client) *GetProjectAgentPoolsParams

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

func NewGetProjectAgentPoolsParamsWithTimeout

func NewGetProjectAgentPoolsParamsWithTimeout(timeout time.Duration) *GetProjectAgentPoolsParams

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

func (*GetProjectAgentPoolsParams) SetContext

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

SetContext adds the context to the get project agent pools params

func (*GetProjectAgentPoolsParams) SetFields

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

SetFields adds the fields to the get project agent pools params

func (*GetProjectAgentPoolsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get project agent pools params

func (*GetProjectAgentPoolsParams) SetProjectLocator

func (o *GetProjectAgentPoolsParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get project agent pools params

func (*GetProjectAgentPoolsParams) SetTimeout

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

SetTimeout adds the timeout to the get project agent pools params

func (*GetProjectAgentPoolsParams) WithContext

WithContext adds the context to the get project agent pools params

func (*GetProjectAgentPoolsParams) WithFields

WithFields adds the fields to the get project agent pools params

func (*GetProjectAgentPoolsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get project agent pools params

func (*GetProjectAgentPoolsParams) WithProjectLocator

func (o *GetProjectAgentPoolsParams) WithProjectLocator(projectLocator string) *GetProjectAgentPoolsParams

WithProjectLocator adds the projectLocator to the get project agent pools params

func (*GetProjectAgentPoolsParams) WithTimeout

WithTimeout adds the timeout to the get project agent pools params

func (*GetProjectAgentPoolsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectAgentPoolsReader

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

GetProjectAgentPoolsReader is a Reader for the GetProjectAgentPools structure.

func (*GetProjectAgentPoolsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProjectsOrderOK

type GetProjectsOrderOK struct {
	Payload *models.Projects
}

GetProjectsOrderOK handles this case with default header values.

successful operation

func NewGetProjectsOrderOK

func NewGetProjectsOrderOK() *GetProjectsOrderOK

NewGetProjectsOrderOK creates a GetProjectsOrderOK with default headers values

func (*GetProjectsOrderOK) Error

func (o *GetProjectsOrderOK) Error() string

func (*GetProjectsOrderOK) GetPayload

func (o *GetProjectsOrderOK) GetPayload() *models.Projects

type GetProjectsOrderParams

type GetProjectsOrderParams struct {

	/*Field*/
	Field string
	/*ProjectLocator*/
	ProjectLocator string

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

GetProjectsOrderParams contains all the parameters to send to the API endpoint for the get projects order operation typically these are written to a http.Request

func NewGetProjectsOrderParams

func NewGetProjectsOrderParams() *GetProjectsOrderParams

NewGetProjectsOrderParams creates a new GetProjectsOrderParams object with the default values initialized.

func NewGetProjectsOrderParamsWithContext

func NewGetProjectsOrderParamsWithContext(ctx context.Context) *GetProjectsOrderParams

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

func NewGetProjectsOrderParamsWithHTTPClient

func NewGetProjectsOrderParamsWithHTTPClient(client *http.Client) *GetProjectsOrderParams

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

func NewGetProjectsOrderParamsWithTimeout

func NewGetProjectsOrderParamsWithTimeout(timeout time.Duration) *GetProjectsOrderParams

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

func (*GetProjectsOrderParams) SetContext

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

SetContext adds the context to the get projects order params

func (*GetProjectsOrderParams) SetField

func (o *GetProjectsOrderParams) SetField(field string)

SetField adds the field to the get projects order params

func (*GetProjectsOrderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get projects order params

func (*GetProjectsOrderParams) SetProjectLocator

func (o *GetProjectsOrderParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get projects order params

func (*GetProjectsOrderParams) SetTimeout

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

SetTimeout adds the timeout to the get projects order params

func (*GetProjectsOrderParams) WithContext

WithContext adds the context to the get projects order params

func (*GetProjectsOrderParams) WithField

WithField adds the field to the get projects order params

func (*GetProjectsOrderParams) WithHTTPClient

func (o *GetProjectsOrderParams) WithHTTPClient(client *http.Client) *GetProjectsOrderParams

WithHTTPClient adds the HTTPClient to the get projects order params

func (*GetProjectsOrderParams) WithProjectLocator

func (o *GetProjectsOrderParams) WithProjectLocator(projectLocator string) *GetProjectsOrderParams

WithProjectLocator adds the projectLocator to the get projects order params

func (*GetProjectsOrderParams) WithTimeout

WithTimeout adds the timeout to the get projects order params

func (*GetProjectsOrderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectsOrderReader

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

GetProjectsOrderReader is a Reader for the GetProjectsOrder structure.

func (*GetProjectsOrderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReader

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

GetReader is a Reader for the Get structure.

func (*GetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSecureValueOK

type GetSecureValueOK struct {
	Payload string
}

GetSecureValueOK handles this case with default header values.

successful operation

func NewGetSecureValueOK

func NewGetSecureValueOK() *GetSecureValueOK

NewGetSecureValueOK creates a GetSecureValueOK with default headers values

func (*GetSecureValueOK) Error

func (o *GetSecureValueOK) Error() string

func (*GetSecureValueOK) GetPayload

func (o *GetSecureValueOK) GetPayload() string

type GetSecureValueParams

type GetSecureValueParams struct {

	/*ProjectLocator*/
	ProjectLocator string
	/*Token*/
	Token string

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

GetSecureValueParams contains all the parameters to send to the API endpoint for the get secure value operation typically these are written to a http.Request

func NewGetSecureValueParams

func NewGetSecureValueParams() *GetSecureValueParams

NewGetSecureValueParams creates a new GetSecureValueParams object with the default values initialized.

func NewGetSecureValueParamsWithContext

func NewGetSecureValueParamsWithContext(ctx context.Context) *GetSecureValueParams

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

func NewGetSecureValueParamsWithHTTPClient

func NewGetSecureValueParamsWithHTTPClient(client *http.Client) *GetSecureValueParams

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

func NewGetSecureValueParamsWithTimeout

func NewGetSecureValueParamsWithTimeout(timeout time.Duration) *GetSecureValueParams

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

func (*GetSecureValueParams) SetContext

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

SetContext adds the context to the get secure value params

func (*GetSecureValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get secure value params

func (*GetSecureValueParams) SetProjectLocator

func (o *GetSecureValueParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get secure value params

func (*GetSecureValueParams) SetTimeout

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

SetTimeout adds the timeout to the get secure value params

func (*GetSecureValueParams) SetToken

func (o *GetSecureValueParams) SetToken(token string)

SetToken adds the token to the get secure value params

func (*GetSecureValueParams) WithContext

WithContext adds the context to the get secure value params

func (*GetSecureValueParams) WithHTTPClient

func (o *GetSecureValueParams) WithHTTPClient(client *http.Client) *GetSecureValueParams

WithHTTPClient adds the HTTPClient to the get secure value params

func (*GetSecureValueParams) WithProjectLocator

func (o *GetSecureValueParams) WithProjectLocator(projectLocator string) *GetSecureValueParams

WithProjectLocator adds the projectLocator to the get secure value params

func (*GetSecureValueParams) WithTimeout

func (o *GetSecureValueParams) WithTimeout(timeout time.Duration) *GetSecureValueParams

WithTimeout adds the timeout to the get secure value params

func (*GetSecureValueParams) WithToken

func (o *GetSecureValueParams) WithToken(token string) *GetSecureValueParams

WithToken adds the token to the get secure value params

func (*GetSecureValueParams) WriteToRequest

func (o *GetSecureValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSecureValueReader

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

GetSecureValueReader is a Reader for the GetSecureValue structure.

func (*GetSecureValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSingleOK

type GetSingleOK struct {
	Payload interface{}
}

GetSingleOK handles this case with default header values.

successful operation

func NewGetSingleOK

func NewGetSingleOK() *GetSingleOK

NewGetSingleOK creates a GetSingleOK with default headers values

func (*GetSingleOK) Error

func (o *GetSingleOK) Error() string

func (*GetSingleOK) GetPayload

func (o *GetSingleOK) GetPayload() interface{}

type GetSingleParams

type GetSingleParams struct {

	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

GetSingleParams contains all the parameters to send to the API endpoint for the get single operation typically these are written to a http.Request

func NewGetSingleParams

func NewGetSingleParams() *GetSingleParams

NewGetSingleParams creates a new GetSingleParams object with the default values initialized.

func NewGetSingleParamsWithContext

func NewGetSingleParamsWithContext(ctx context.Context) *GetSingleParams

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

func NewGetSingleParamsWithHTTPClient

func NewGetSingleParamsWithHTTPClient(client *http.Client) *GetSingleParams

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

func NewGetSingleParamsWithTimeout

func NewGetSingleParamsWithTimeout(timeout time.Duration) *GetSingleParams

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

func (*GetSingleParams) SetContext

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

SetContext adds the context to the get single params

func (*GetSingleParams) SetFeatureLocator

func (o *GetSingleParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the get single params

func (*GetSingleParams) SetFields

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

SetFields adds the fields to the get single params

func (*GetSingleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get single params

func (*GetSingleParams) SetProjectLocator

func (o *GetSingleParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the get single params

func (*GetSingleParams) SetTimeout

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

SetTimeout adds the timeout to the get single params

func (*GetSingleParams) WithContext

func (o *GetSingleParams) WithContext(ctx context.Context) *GetSingleParams

WithContext adds the context to the get single params

func (*GetSingleParams) WithFeatureLocator

func (o *GetSingleParams) WithFeatureLocator(featureLocator string) *GetSingleParams

WithFeatureLocator adds the featureLocator to the get single params

func (*GetSingleParams) WithFields

func (o *GetSingleParams) WithFields(fields *string) *GetSingleParams

WithFields adds the fields to the get single params

func (*GetSingleParams) WithHTTPClient

func (o *GetSingleParams) WithHTTPClient(client *http.Client) *GetSingleParams

WithHTTPClient adds the HTTPClient to the get single params

func (*GetSingleParams) WithProjectLocator

func (o *GetSingleParams) WithProjectLocator(projectLocator string) *GetSingleParams

WithProjectLocator adds the projectLocator to the get single params

func (*GetSingleParams) WithTimeout

func (o *GetSingleParams) WithTimeout(timeout time.Duration) *GetSingleParams

WithTimeout adds the timeout to the get single params

func (*GetSingleParams) WriteToRequest

func (o *GetSingleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSingleReader

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

GetSingleReader is a Reader for the GetSingle structure.

func (*GetSingleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAppRestProjectsProjectLocatorParametersNameOK

type PutAppRestProjectsProjectLocatorParametersNameOK struct {
	Payload *models.Property
}

PutAppRestProjectsProjectLocatorParametersNameOK handles this case with default header values.

successful operation

func NewPutAppRestProjectsProjectLocatorParametersNameOK

func NewPutAppRestProjectsProjectLocatorParametersNameOK() *PutAppRestProjectsProjectLocatorParametersNameOK

NewPutAppRestProjectsProjectLocatorParametersNameOK creates a PutAppRestProjectsProjectLocatorParametersNameOK with default headers values

func (*PutAppRestProjectsProjectLocatorParametersNameOK) Error

func (*PutAppRestProjectsProjectLocatorParametersNameOK) GetPayload

type PutAppRestProjectsProjectLocatorParametersNameParams

type PutAppRestProjectsProjectLocatorParametersNameParams struct {

	/*Body*/
	Body *models.Property
	/*Fields*/
	Fields *string
	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

PutAppRestProjectsProjectLocatorParametersNameParams contains all the parameters to send to the API endpoint for the put app rest projects project locator parameters name operation typically these are written to a http.Request

func NewPutAppRestProjectsProjectLocatorParametersNameParams

func NewPutAppRestProjectsProjectLocatorParametersNameParams() *PutAppRestProjectsProjectLocatorParametersNameParams

NewPutAppRestProjectsProjectLocatorParametersNameParams creates a new PutAppRestProjectsProjectLocatorParametersNameParams object with the default values initialized.

func NewPutAppRestProjectsProjectLocatorParametersNameParamsWithContext

func NewPutAppRestProjectsProjectLocatorParametersNameParamsWithContext(ctx context.Context) *PutAppRestProjectsProjectLocatorParametersNameParams

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

func NewPutAppRestProjectsProjectLocatorParametersNameParamsWithHTTPClient

func NewPutAppRestProjectsProjectLocatorParametersNameParamsWithHTTPClient(client *http.Client) *PutAppRestProjectsProjectLocatorParametersNameParams

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

func NewPutAppRestProjectsProjectLocatorParametersNameParamsWithTimeout

func NewPutAppRestProjectsProjectLocatorParametersNameParamsWithTimeout(timeout time.Duration) *PutAppRestProjectsProjectLocatorParametersNameParams

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

func (*PutAppRestProjectsProjectLocatorParametersNameParams) SetBody

SetBody adds the body to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) SetContext

SetContext adds the context to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) SetFields

SetFields adds the fields to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) SetName

SetName adds the name to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) SetProjectLocator

func (o *PutAppRestProjectsProjectLocatorParametersNameParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) SetTimeout

SetTimeout adds the timeout to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) WithBody

WithBody adds the body to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) WithContext

WithContext adds the context to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) WithFields

WithFields adds the fields to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) WithName

WithName adds the name to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) WithProjectLocator

WithProjectLocator adds the projectLocator to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) WithTimeout

WithTimeout adds the timeout to the put app rest projects project locator parameters name params

func (*PutAppRestProjectsProjectLocatorParametersNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAppRestProjectsProjectLocatorParametersNameReader

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

PutAppRestProjectsProjectLocatorParametersNameReader is a Reader for the PutAppRestProjectsProjectLocatorParametersName structure.

func (*PutAppRestProjectsProjectLocatorParametersNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK

type PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK struct {
	Payload *models.Property
}

PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK handles this case with default header values.

successful operation

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK() *PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK

NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK creates a PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK with default headers values

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK) Error

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameOK) GetPayload

type PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams

type PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams struct {

	/*Body*/
	Body *models.Property
	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams contains all the parameters to send to the API endpoint for the put app rest projects project locator project features feature locator properties name operation typically these are written to a http.Request

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams() *PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams

NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams creates a new PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams object with the default values initialized.

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParamsWithContext

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParamsWithContext(ctx context.Context) *PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams

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

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParamsWithHTTPClient

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParamsWithHTTPClient(client *http.Client) *PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams

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

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParamsWithTimeout

func NewPutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParamsWithTimeout(timeout time.Duration) *PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams

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

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) SetBody

SetBody adds the body to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) SetContext

SetContext adds the context to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) SetFeatureLocator

SetFeatureLocator adds the featureLocator to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) SetFields

SetFields adds the fields to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) SetName

SetName adds the name to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) SetProjectLocator

SetProjectLocator adds the projectLocator to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) SetTimeout

SetTimeout adds the timeout to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WithBody

WithBody adds the body to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WithContext

WithContext adds the context to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WithFeatureLocator

WithFeatureLocator adds the featureLocator to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WithFields

WithFields adds the fields to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WithName

WithName adds the name to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WithProjectLocator

WithProjectLocator adds the projectLocator to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WithTimeout

WithTimeout adds the timeout to the put app rest projects project locator project features feature locator properties name params

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameReader

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

PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameReader is a Reader for the PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesName structure.

func (*PutAppRestProjectsProjectLocatorProjectFeaturesFeatureLocatorPropertiesNameReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReloadSettingsFileOK

type ReloadSettingsFileOK struct {
	Payload *models.Project
}

ReloadSettingsFileOK handles this case with default header values.

successful operation

func NewReloadSettingsFileOK

func NewReloadSettingsFileOK() *ReloadSettingsFileOK

NewReloadSettingsFileOK creates a ReloadSettingsFileOK with default headers values

func (*ReloadSettingsFileOK) Error

func (o *ReloadSettingsFileOK) Error() string

func (*ReloadSettingsFileOK) GetPayload

func (o *ReloadSettingsFileOK) GetPayload() *models.Project

type ReloadSettingsFileParams

type ReloadSettingsFileParams struct {

	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ReloadSettingsFileParams contains all the parameters to send to the API endpoint for the reload settings file operation typically these are written to a http.Request

func NewReloadSettingsFileParams

func NewReloadSettingsFileParams() *ReloadSettingsFileParams

NewReloadSettingsFileParams creates a new ReloadSettingsFileParams object with the default values initialized.

func NewReloadSettingsFileParamsWithContext

func NewReloadSettingsFileParamsWithContext(ctx context.Context) *ReloadSettingsFileParams

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

func NewReloadSettingsFileParamsWithHTTPClient

func NewReloadSettingsFileParamsWithHTTPClient(client *http.Client) *ReloadSettingsFileParams

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

func NewReloadSettingsFileParamsWithTimeout

func NewReloadSettingsFileParamsWithTimeout(timeout time.Duration) *ReloadSettingsFileParams

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

func (*ReloadSettingsFileParams) SetContext

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

SetContext adds the context to the reload settings file params

func (*ReloadSettingsFileParams) SetFields

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

SetFields adds the fields to the reload settings file params

func (*ReloadSettingsFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reload settings file params

func (*ReloadSettingsFileParams) SetProjectLocator

func (o *ReloadSettingsFileParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the reload settings file params

func (*ReloadSettingsFileParams) SetTimeout

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

SetTimeout adds the timeout to the reload settings file params

func (*ReloadSettingsFileParams) WithContext

WithContext adds the context to the reload settings file params

func (*ReloadSettingsFileParams) WithFields

WithFields adds the fields to the reload settings file params

func (*ReloadSettingsFileParams) WithHTTPClient

func (o *ReloadSettingsFileParams) WithHTTPClient(client *http.Client) *ReloadSettingsFileParams

WithHTTPClient adds the HTTPClient to the reload settings file params

func (*ReloadSettingsFileParams) WithProjectLocator

func (o *ReloadSettingsFileParams) WithProjectLocator(projectLocator string) *ReloadSettingsFileParams

WithProjectLocator adds the projectLocator to the reload settings file params

func (*ReloadSettingsFileParams) WithTimeout

WithTimeout adds the timeout to the reload settings file params

func (*ReloadSettingsFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReloadSettingsFileReader

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

ReloadSettingsFileReader is a Reader for the ReloadSettingsFile structure.

func (*ReloadSettingsFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveDefaultTemplateDefault

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

RemoveDefaultTemplateDefault handles this case with default header values.

successful operation

func NewRemoveDefaultTemplateDefault

func NewRemoveDefaultTemplateDefault(code int) *RemoveDefaultTemplateDefault

NewRemoveDefaultTemplateDefault creates a RemoveDefaultTemplateDefault with default headers values

func (*RemoveDefaultTemplateDefault) Code

Code gets the status code for the remove default template default response

func (*RemoveDefaultTemplateDefault) Error

type RemoveDefaultTemplateParams

type RemoveDefaultTemplateParams struct {

	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

RemoveDefaultTemplateParams contains all the parameters to send to the API endpoint for the remove default template operation typically these are written to a http.Request

func NewRemoveDefaultTemplateParams

func NewRemoveDefaultTemplateParams() *RemoveDefaultTemplateParams

NewRemoveDefaultTemplateParams creates a new RemoveDefaultTemplateParams object with the default values initialized.

func NewRemoveDefaultTemplateParamsWithContext

func NewRemoveDefaultTemplateParamsWithContext(ctx context.Context) *RemoveDefaultTemplateParams

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

func NewRemoveDefaultTemplateParamsWithHTTPClient

func NewRemoveDefaultTemplateParamsWithHTTPClient(client *http.Client) *RemoveDefaultTemplateParams

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

func NewRemoveDefaultTemplateParamsWithTimeout

func NewRemoveDefaultTemplateParamsWithTimeout(timeout time.Duration) *RemoveDefaultTemplateParams

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

func (*RemoveDefaultTemplateParams) SetContext

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

SetContext adds the context to the remove default template params

func (*RemoveDefaultTemplateParams) SetFields

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

SetFields adds the fields to the remove default template params

func (*RemoveDefaultTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove default template params

func (*RemoveDefaultTemplateParams) SetProjectLocator

func (o *RemoveDefaultTemplateParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the remove default template params

func (*RemoveDefaultTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the remove default template params

func (*RemoveDefaultTemplateParams) WithContext

WithContext adds the context to the remove default template params

func (*RemoveDefaultTemplateParams) WithFields

WithFields adds the fields to the remove default template params

func (*RemoveDefaultTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove default template params

func (*RemoveDefaultTemplateParams) WithProjectLocator

func (o *RemoveDefaultTemplateParams) WithProjectLocator(projectLocator string) *RemoveDefaultTemplateParams

WithProjectLocator adds the projectLocator to the remove default template params

func (*RemoveDefaultTemplateParams) WithTimeout

WithTimeout adds the timeout to the remove default template params

func (*RemoveDefaultTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveDefaultTemplateReader

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

RemoveDefaultTemplateReader is a Reader for the RemoveDefaultTemplate structure.

func (*RemoveDefaultTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceAllOK

type ReplaceAllOK struct {
	Payload interface{}
}

ReplaceAllOK handles this case with default header values.

successful operation

func NewReplaceAllOK

func NewReplaceAllOK() *ReplaceAllOK

NewReplaceAllOK creates a ReplaceAllOK with default headers values

func (*ReplaceAllOK) Error

func (o *ReplaceAllOK) Error() string

func (*ReplaceAllOK) GetPayload

func (o *ReplaceAllOK) GetPayload() interface{}

type ReplaceAllParams

type ReplaceAllParams struct {

	/*Body*/
	Body *models.ProjectFeatures
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ReplaceAllParams contains all the parameters to send to the API endpoint for the replace all operation typically these are written to a http.Request

func NewReplaceAllParams

func NewReplaceAllParams() *ReplaceAllParams

NewReplaceAllParams creates a new ReplaceAllParams object with the default values initialized.

func NewReplaceAllParamsWithContext

func NewReplaceAllParamsWithContext(ctx context.Context) *ReplaceAllParams

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

func NewReplaceAllParamsWithHTTPClient

func NewReplaceAllParamsWithHTTPClient(client *http.Client) *ReplaceAllParams

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

func NewReplaceAllParamsWithTimeout

func NewReplaceAllParamsWithTimeout(timeout time.Duration) *ReplaceAllParams

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

func (*ReplaceAllParams) SetBody

func (o *ReplaceAllParams) SetBody(body *models.ProjectFeatures)

SetBody adds the body to the replace all params

func (*ReplaceAllParams) SetContext

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

SetContext adds the context to the replace all params

func (*ReplaceAllParams) SetFields

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

SetFields adds the fields to the replace all params

func (*ReplaceAllParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace all params

func (*ReplaceAllParams) SetProjectLocator

func (o *ReplaceAllParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the replace all params

func (*ReplaceAllParams) SetTimeout

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

SetTimeout adds the timeout to the replace all params

func (*ReplaceAllParams) WithBody

WithBody adds the body to the replace all params

func (*ReplaceAllParams) WithContext

func (o *ReplaceAllParams) WithContext(ctx context.Context) *ReplaceAllParams

WithContext adds the context to the replace all params

func (*ReplaceAllParams) WithFields

func (o *ReplaceAllParams) WithFields(fields *string) *ReplaceAllParams

WithFields adds the fields to the replace all params

func (*ReplaceAllParams) WithHTTPClient

func (o *ReplaceAllParams) WithHTTPClient(client *http.Client) *ReplaceAllParams

WithHTTPClient adds the HTTPClient to the replace all params

func (*ReplaceAllParams) WithProjectLocator

func (o *ReplaceAllParams) WithProjectLocator(projectLocator string) *ReplaceAllParams

WithProjectLocator adds the projectLocator to the replace all params

func (*ReplaceAllParams) WithTimeout

func (o *ReplaceAllParams) WithTimeout(timeout time.Duration) *ReplaceAllParams

WithTimeout adds the timeout to the replace all params

func (*ReplaceAllParams) WriteToRequest

func (o *ReplaceAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ReplaceAllReader

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

ReplaceAllReader is a Reader for the ReplaceAll structure.

func (*ReplaceAllReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceOK

type ReplaceOK struct {
	Payload interface{}
}

ReplaceOK handles this case with default header values.

successful operation

func NewReplaceOK

func NewReplaceOK() *ReplaceOK

NewReplaceOK creates a ReplaceOK with default headers values

func (*ReplaceOK) Error

func (o *ReplaceOK) Error() string

func (*ReplaceOK) GetPayload

func (o *ReplaceOK) GetPayload() interface{}

type ReplaceParams

type ReplaceParams struct {

	/*Body*/
	Body *models.ProjectFeature
	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ReplaceParams contains all the parameters to send to the API endpoint for the replace operation typically these are written to a http.Request

func NewReplaceParams

func NewReplaceParams() *ReplaceParams

NewReplaceParams creates a new ReplaceParams object with the default values initialized.

func NewReplaceParamsWithContext

func NewReplaceParamsWithContext(ctx context.Context) *ReplaceParams

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

func NewReplaceParamsWithHTTPClient

func NewReplaceParamsWithHTTPClient(client *http.Client) *ReplaceParams

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

func NewReplaceParamsWithTimeout

func NewReplaceParamsWithTimeout(timeout time.Duration) *ReplaceParams

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

func (*ReplaceParams) SetBody

func (o *ReplaceParams) SetBody(body *models.ProjectFeature)

SetBody adds the body to the replace params

func (*ReplaceParams) SetContext

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

SetContext adds the context to the replace params

func (*ReplaceParams) SetFeatureLocator

func (o *ReplaceParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the replace params

func (*ReplaceParams) SetFields

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

SetFields adds the fields to the replace params

func (*ReplaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace params

func (*ReplaceParams) SetProjectLocator

func (o *ReplaceParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the replace params

func (*ReplaceParams) SetTimeout

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

SetTimeout adds the timeout to the replace params

func (*ReplaceParams) WithBody

func (o *ReplaceParams) WithBody(body *models.ProjectFeature) *ReplaceParams

WithBody adds the body to the replace params

func (*ReplaceParams) WithContext

func (o *ReplaceParams) WithContext(ctx context.Context) *ReplaceParams

WithContext adds the context to the replace params

func (*ReplaceParams) WithFeatureLocator

func (o *ReplaceParams) WithFeatureLocator(featureLocator string) *ReplaceParams

WithFeatureLocator adds the featureLocator to the replace params

func (*ReplaceParams) WithFields

func (o *ReplaceParams) WithFields(fields *string) *ReplaceParams

WithFields adds the fields to the replace params

func (*ReplaceParams) WithHTTPClient

func (o *ReplaceParams) WithHTTPClient(client *http.Client) *ReplaceParams

WithHTTPClient adds the HTTPClient to the replace params

func (*ReplaceParams) WithProjectLocator

func (o *ReplaceParams) WithProjectLocator(projectLocator string) *ReplaceParams

WithProjectLocator adds the projectLocator to the replace params

func (*ReplaceParams) WithTimeout

func (o *ReplaceParams) WithTimeout(timeout time.Duration) *ReplaceParams

WithTimeout adds the timeout to the replace params

func (*ReplaceParams) WriteToRequest

func (o *ReplaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ReplaceReader

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

ReplaceReader is a Reader for the Replace structure.

func (*ReplaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildFieldWithProjectOK

type ServeBuildFieldWithProjectOK struct {
	Payload string
}

ServeBuildFieldWithProjectOK handles this case with default header values.

successful operation

func NewServeBuildFieldWithProjectOK

func NewServeBuildFieldWithProjectOK() *ServeBuildFieldWithProjectOK

NewServeBuildFieldWithProjectOK creates a ServeBuildFieldWithProjectOK with default headers values

func (*ServeBuildFieldWithProjectOK) Error

func (*ServeBuildFieldWithProjectOK) GetPayload

func (o *ServeBuildFieldWithProjectOK) GetPayload() string

type ServeBuildFieldWithProjectParams

type ServeBuildFieldWithProjectParams struct {

	/*BtLocator*/
	BtLocator string
	/*BuildLocator*/
	BuildLocator string
	/*Field*/
	Field string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeBuildFieldWithProjectParams contains all the parameters to send to the API endpoint for the serve build field with project operation typically these are written to a http.Request

func NewServeBuildFieldWithProjectParams

func NewServeBuildFieldWithProjectParams() *ServeBuildFieldWithProjectParams

NewServeBuildFieldWithProjectParams creates a new ServeBuildFieldWithProjectParams object with the default values initialized.

func NewServeBuildFieldWithProjectParamsWithContext

func NewServeBuildFieldWithProjectParamsWithContext(ctx context.Context) *ServeBuildFieldWithProjectParams

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

func NewServeBuildFieldWithProjectParamsWithHTTPClient

func NewServeBuildFieldWithProjectParamsWithHTTPClient(client *http.Client) *ServeBuildFieldWithProjectParams

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

func NewServeBuildFieldWithProjectParamsWithTimeout

func NewServeBuildFieldWithProjectParamsWithTimeout(timeout time.Duration) *ServeBuildFieldWithProjectParams

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

func (*ServeBuildFieldWithProjectParams) SetBtLocator

func (o *ServeBuildFieldWithProjectParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) SetBuildLocator

func (o *ServeBuildFieldWithProjectParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) SetContext

SetContext adds the context to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) SetField

func (o *ServeBuildFieldWithProjectParams) SetField(field string)

SetField adds the field to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) SetProjectLocator

func (o *ServeBuildFieldWithProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) SetTimeout

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

SetTimeout adds the timeout to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) WithBtLocator

WithBtLocator adds the btLocator to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) WithContext

WithContext adds the context to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) WithField

WithField adds the field to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) WithProjectLocator

func (o *ServeBuildFieldWithProjectParams) WithProjectLocator(projectLocator string) *ServeBuildFieldWithProjectParams

WithProjectLocator adds the projectLocator to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) WithTimeout

WithTimeout adds the timeout to the serve build field with project params

func (*ServeBuildFieldWithProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildFieldWithProjectReader

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

ServeBuildFieldWithProjectReader is a Reader for the ServeBuildFieldWithProject structure.

func (*ServeBuildFieldWithProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildTypeFieldWithProjectOK

type ServeBuildTypeFieldWithProjectOK struct {
	Payload string
}

ServeBuildTypeFieldWithProjectOK handles this case with default header values.

successful operation

func NewServeBuildTypeFieldWithProjectOK

func NewServeBuildTypeFieldWithProjectOK() *ServeBuildTypeFieldWithProjectOK

NewServeBuildTypeFieldWithProjectOK creates a ServeBuildTypeFieldWithProjectOK with default headers values

func (*ServeBuildTypeFieldWithProjectOK) Error

func (*ServeBuildTypeFieldWithProjectOK) GetPayload

func (o *ServeBuildTypeFieldWithProjectOK) GetPayload() string

type ServeBuildTypeFieldWithProjectParams

type ServeBuildTypeFieldWithProjectParams struct {

	/*BtLocator*/
	BtLocator string
	/*Field*/
	Field string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeBuildTypeFieldWithProjectParams contains all the parameters to send to the API endpoint for the serve build type field with project operation typically these are written to a http.Request

func NewServeBuildTypeFieldWithProjectParams

func NewServeBuildTypeFieldWithProjectParams() *ServeBuildTypeFieldWithProjectParams

NewServeBuildTypeFieldWithProjectParams creates a new ServeBuildTypeFieldWithProjectParams object with the default values initialized.

func NewServeBuildTypeFieldWithProjectParamsWithContext

func NewServeBuildTypeFieldWithProjectParamsWithContext(ctx context.Context) *ServeBuildTypeFieldWithProjectParams

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

func NewServeBuildTypeFieldWithProjectParamsWithHTTPClient

func NewServeBuildTypeFieldWithProjectParamsWithHTTPClient(client *http.Client) *ServeBuildTypeFieldWithProjectParams

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

func NewServeBuildTypeFieldWithProjectParamsWithTimeout

func NewServeBuildTypeFieldWithProjectParamsWithTimeout(timeout time.Duration) *ServeBuildTypeFieldWithProjectParams

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

func (*ServeBuildTypeFieldWithProjectParams) SetBtLocator

func (o *ServeBuildTypeFieldWithProjectParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) SetContext

SetContext adds the context to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) SetField

func (o *ServeBuildTypeFieldWithProjectParams) SetField(field string)

SetField adds the field to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) SetProjectLocator

func (o *ServeBuildTypeFieldWithProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) SetTimeout

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

SetTimeout adds the timeout to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) WithBtLocator

WithBtLocator adds the btLocator to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) WithContext

WithContext adds the context to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) WithField

WithField adds the field to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) WithProjectLocator

WithProjectLocator adds the projectLocator to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) WithTimeout

WithTimeout adds the timeout to the serve build type field with project params

func (*ServeBuildTypeFieldWithProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildTypeFieldWithProjectReader

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

ServeBuildTypeFieldWithProjectReader is a Reader for the ServeBuildTypeFieldWithProject structure.

func (*ServeBuildTypeFieldWithProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildTypeOK

type ServeBuildTypeOK struct {
	Payload *models.BuildType
}

ServeBuildTypeOK handles this case with default header values.

successful operation

func NewServeBuildTypeOK

func NewServeBuildTypeOK() *ServeBuildTypeOK

NewServeBuildTypeOK creates a ServeBuildTypeOK with default headers values

func (*ServeBuildTypeOK) Error

func (o *ServeBuildTypeOK) Error() string

func (*ServeBuildTypeOK) GetPayload

func (o *ServeBuildTypeOK) GetPayload() *models.BuildType

type ServeBuildTypeParams

type ServeBuildTypeParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeBuildTypeParams contains all the parameters to send to the API endpoint for the serve build type operation typically these are written to a http.Request

func NewServeBuildTypeParams

func NewServeBuildTypeParams() *ServeBuildTypeParams

NewServeBuildTypeParams creates a new ServeBuildTypeParams object with the default values initialized.

func NewServeBuildTypeParamsWithContext

func NewServeBuildTypeParamsWithContext(ctx context.Context) *ServeBuildTypeParams

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

func NewServeBuildTypeParamsWithHTTPClient

func NewServeBuildTypeParamsWithHTTPClient(client *http.Client) *ServeBuildTypeParams

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

func NewServeBuildTypeParamsWithTimeout

func NewServeBuildTypeParamsWithTimeout(timeout time.Duration) *ServeBuildTypeParams

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

func (*ServeBuildTypeParams) SetBtLocator

func (o *ServeBuildTypeParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build type params

func (*ServeBuildTypeParams) SetContext

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

SetContext adds the context to the serve build type params

func (*ServeBuildTypeParams) SetFields

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

SetFields adds the fields to the serve build type params

func (*ServeBuildTypeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build type params

func (*ServeBuildTypeParams) SetProjectLocator

func (o *ServeBuildTypeParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve build type params

func (*ServeBuildTypeParams) SetTimeout

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

SetTimeout adds the timeout to the serve build type params

func (*ServeBuildTypeParams) WithBtLocator

func (o *ServeBuildTypeParams) WithBtLocator(btLocator string) *ServeBuildTypeParams

WithBtLocator adds the btLocator to the serve build type params

func (*ServeBuildTypeParams) WithContext

WithContext adds the context to the serve build type params

func (*ServeBuildTypeParams) WithFields

func (o *ServeBuildTypeParams) WithFields(fields *string) *ServeBuildTypeParams

WithFields adds the fields to the serve build type params

func (*ServeBuildTypeParams) WithHTTPClient

func (o *ServeBuildTypeParams) WithHTTPClient(client *http.Client) *ServeBuildTypeParams

WithHTTPClient adds the HTTPClient to the serve build type params

func (*ServeBuildTypeParams) WithProjectLocator

func (o *ServeBuildTypeParams) WithProjectLocator(projectLocator string) *ServeBuildTypeParams

WithProjectLocator adds the projectLocator to the serve build type params

func (*ServeBuildTypeParams) WithTimeout

func (o *ServeBuildTypeParams) WithTimeout(timeout time.Duration) *ServeBuildTypeParams

WithTimeout adds the timeout to the serve build type params

func (*ServeBuildTypeParams) WriteToRequest

func (o *ServeBuildTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ServeBuildTypeReader

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

ServeBuildTypeReader is a Reader for the ServeBuildType structure.

func (*ServeBuildTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildTypeTemplatesOK

type ServeBuildTypeTemplatesOK struct {
	Payload *models.BuildType
}

ServeBuildTypeTemplatesOK handles this case with default header values.

successful operation

func NewServeBuildTypeTemplatesOK

func NewServeBuildTypeTemplatesOK() *ServeBuildTypeTemplatesOK

NewServeBuildTypeTemplatesOK creates a ServeBuildTypeTemplatesOK with default headers values

func (*ServeBuildTypeTemplatesOK) Error

func (o *ServeBuildTypeTemplatesOK) Error() string

func (*ServeBuildTypeTemplatesOK) GetPayload

func (o *ServeBuildTypeTemplatesOK) GetPayload() *models.BuildType

type ServeBuildTypeTemplatesParams

type ServeBuildTypeTemplatesParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeBuildTypeTemplatesParams contains all the parameters to send to the API endpoint for the serve build type templates operation typically these are written to a http.Request

func NewServeBuildTypeTemplatesParams

func NewServeBuildTypeTemplatesParams() *ServeBuildTypeTemplatesParams

NewServeBuildTypeTemplatesParams creates a new ServeBuildTypeTemplatesParams object with the default values initialized.

func NewServeBuildTypeTemplatesParamsWithContext

func NewServeBuildTypeTemplatesParamsWithContext(ctx context.Context) *ServeBuildTypeTemplatesParams

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

func NewServeBuildTypeTemplatesParamsWithHTTPClient

func NewServeBuildTypeTemplatesParamsWithHTTPClient(client *http.Client) *ServeBuildTypeTemplatesParams

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

func NewServeBuildTypeTemplatesParamsWithTimeout

func NewServeBuildTypeTemplatesParamsWithTimeout(timeout time.Duration) *ServeBuildTypeTemplatesParams

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

func (*ServeBuildTypeTemplatesParams) SetBtLocator

func (o *ServeBuildTypeTemplatesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) SetContext

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

SetContext adds the context to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) SetFields

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

SetFields adds the fields to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) SetProjectLocator

func (o *ServeBuildTypeTemplatesParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) SetTimeout

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

SetTimeout adds the timeout to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) WithBtLocator

WithBtLocator adds the btLocator to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) WithContext

WithContext adds the context to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) WithFields

WithFields adds the fields to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) WithProjectLocator

func (o *ServeBuildTypeTemplatesParams) WithProjectLocator(projectLocator string) *ServeBuildTypeTemplatesParams

WithProjectLocator adds the projectLocator to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) WithTimeout

WithTimeout adds the timeout to the serve build type templates params

func (*ServeBuildTypeTemplatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildTypeTemplatesReader

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

ServeBuildTypeTemplatesReader is a Reader for the ServeBuildTypeTemplates structure.

func (*ServeBuildTypeTemplatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildTypesInProjectOK

type ServeBuildTypesInProjectOK struct {
	Payload *models.BuildTypes
}

ServeBuildTypesInProjectOK handles this case with default header values.

successful operation

func NewServeBuildTypesInProjectOK

func NewServeBuildTypesInProjectOK() *ServeBuildTypesInProjectOK

NewServeBuildTypesInProjectOK creates a ServeBuildTypesInProjectOK with default headers values

func (*ServeBuildTypesInProjectOK) Error

func (*ServeBuildTypesInProjectOK) GetPayload

func (o *ServeBuildTypesInProjectOK) GetPayload() *models.BuildTypes

type ServeBuildTypesInProjectParams

type ServeBuildTypesInProjectParams struct {

	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeBuildTypesInProjectParams contains all the parameters to send to the API endpoint for the serve build types in project operation typically these are written to a http.Request

func NewServeBuildTypesInProjectParams

func NewServeBuildTypesInProjectParams() *ServeBuildTypesInProjectParams

NewServeBuildTypesInProjectParams creates a new ServeBuildTypesInProjectParams object with the default values initialized.

func NewServeBuildTypesInProjectParamsWithContext

func NewServeBuildTypesInProjectParamsWithContext(ctx context.Context) *ServeBuildTypesInProjectParams

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

func NewServeBuildTypesInProjectParamsWithHTTPClient

func NewServeBuildTypesInProjectParamsWithHTTPClient(client *http.Client) *ServeBuildTypesInProjectParams

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

func NewServeBuildTypesInProjectParamsWithTimeout

func NewServeBuildTypesInProjectParamsWithTimeout(timeout time.Duration) *ServeBuildTypesInProjectParams

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

func (*ServeBuildTypesInProjectParams) SetContext

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

SetContext adds the context to the serve build types in project params

func (*ServeBuildTypesInProjectParams) SetFields

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

SetFields adds the fields to the serve build types in project params

func (*ServeBuildTypesInProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build types in project params

func (*ServeBuildTypesInProjectParams) SetProjectLocator

func (o *ServeBuildTypesInProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve build types in project params

func (*ServeBuildTypesInProjectParams) SetTimeout

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

SetTimeout adds the timeout to the serve build types in project params

func (*ServeBuildTypesInProjectParams) WithContext

WithContext adds the context to the serve build types in project params

func (*ServeBuildTypesInProjectParams) WithFields

WithFields adds the fields to the serve build types in project params

func (*ServeBuildTypesInProjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build types in project params

func (*ServeBuildTypesInProjectParams) WithProjectLocator

func (o *ServeBuildTypesInProjectParams) WithProjectLocator(projectLocator string) *ServeBuildTypesInProjectParams

WithProjectLocator adds the projectLocator to the serve build types in project params

func (*ServeBuildTypesInProjectParams) WithTimeout

WithTimeout adds the timeout to the serve build types in project params

func (*ServeBuildTypesInProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildTypesInProjectReader

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

ServeBuildTypesInProjectReader is a Reader for the ServeBuildTypesInProject structure.

func (*ServeBuildTypesInProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildWithProjectOK

type ServeBuildWithProjectOK struct {
	Payload *models.Build
}

ServeBuildWithProjectOK handles this case with default header values.

successful operation

func NewServeBuildWithProjectOK

func NewServeBuildWithProjectOK() *ServeBuildWithProjectOK

NewServeBuildWithProjectOK creates a ServeBuildWithProjectOK with default headers values

func (*ServeBuildWithProjectOK) Error

func (o *ServeBuildWithProjectOK) Error() string

func (*ServeBuildWithProjectOK) GetPayload

func (o *ServeBuildWithProjectOK) GetPayload() *models.Build

type ServeBuildWithProjectParams

type ServeBuildWithProjectParams struct {

	/*BtLocator*/
	BtLocator string
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeBuildWithProjectParams contains all the parameters to send to the API endpoint for the serve build with project operation typically these are written to a http.Request

func NewServeBuildWithProjectParams

func NewServeBuildWithProjectParams() *ServeBuildWithProjectParams

NewServeBuildWithProjectParams creates a new ServeBuildWithProjectParams object with the default values initialized.

func NewServeBuildWithProjectParamsWithContext

func NewServeBuildWithProjectParamsWithContext(ctx context.Context) *ServeBuildWithProjectParams

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

func NewServeBuildWithProjectParamsWithHTTPClient

func NewServeBuildWithProjectParamsWithHTTPClient(client *http.Client) *ServeBuildWithProjectParams

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

func NewServeBuildWithProjectParamsWithTimeout

func NewServeBuildWithProjectParamsWithTimeout(timeout time.Duration) *ServeBuildWithProjectParams

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

func (*ServeBuildWithProjectParams) SetBtLocator

func (o *ServeBuildWithProjectParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build with project params

func (*ServeBuildWithProjectParams) SetBuildLocator

func (o *ServeBuildWithProjectParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build with project params

func (*ServeBuildWithProjectParams) SetContext

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

SetContext adds the context to the serve build with project params

func (*ServeBuildWithProjectParams) SetFields

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

SetFields adds the fields to the serve build with project params

func (*ServeBuildWithProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build with project params

func (*ServeBuildWithProjectParams) SetProjectLocator

func (o *ServeBuildWithProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve build with project params

func (*ServeBuildWithProjectParams) SetTimeout

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

SetTimeout adds the timeout to the serve build with project params

func (*ServeBuildWithProjectParams) WithBtLocator

func (o *ServeBuildWithProjectParams) WithBtLocator(btLocator string) *ServeBuildWithProjectParams

WithBtLocator adds the btLocator to the serve build with project params

func (*ServeBuildWithProjectParams) WithBuildLocator

func (o *ServeBuildWithProjectParams) WithBuildLocator(buildLocator string) *ServeBuildWithProjectParams

WithBuildLocator adds the buildLocator to the serve build with project params

func (*ServeBuildWithProjectParams) WithContext

WithContext adds the context to the serve build with project params

func (*ServeBuildWithProjectParams) WithFields

WithFields adds the fields to the serve build with project params

func (*ServeBuildWithProjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build with project params

func (*ServeBuildWithProjectParams) WithProjectLocator

func (o *ServeBuildWithProjectParams) WithProjectLocator(projectLocator string) *ServeBuildWithProjectParams

WithProjectLocator adds the projectLocator to the serve build with project params

func (*ServeBuildWithProjectParams) WithTimeout

WithTimeout adds the timeout to the serve build with project params

func (*ServeBuildWithProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildWithProjectReader

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

ServeBuildWithProjectReader is a Reader for the ServeBuildWithProject structure.

func (*ServeBuildWithProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildsOK

type ServeBuildsOK struct {
	Payload *models.Builds
}

ServeBuildsOK handles this case with default header values.

successful operation

func NewServeBuildsOK

func NewServeBuildsOK() *ServeBuildsOK

NewServeBuildsOK creates a ServeBuildsOK with default headers values

func (*ServeBuildsOK) Error

func (o *ServeBuildsOK) Error() string

func (*ServeBuildsOK) GetPayload

func (o *ServeBuildsOK) GetPayload() *models.Builds

type ServeBuildsParams

type ServeBuildsParams struct {

	/*AgentName*/
	AgentName *string
	/*BtLocator*/
	BtLocator string
	/*Count*/
	Count *int32
	/*Fields*/
	Fields *string
	/*IncludeCanceled*/
	IncludeCanceled *bool
	/*IncludePersonal*/
	IncludePersonal *bool
	/*Locator*/
	Locator *string
	/*OnlyPinned*/
	OnlyPinned *bool
	/*ProjectLocator*/
	ProjectLocator string
	/*SinceBuild*/
	SinceBuild *string
	/*SinceDate*/
	SinceDate *string
	/*Start*/
	Start *int64
	/*Status*/
	Status *string
	/*Tag*/
	Tag []string
	/*TriggeredByUser*/
	TriggeredByUser *string

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

ServeBuildsParams contains all the parameters to send to the API endpoint for the serve builds operation typically these are written to a http.Request

func NewServeBuildsParams

func NewServeBuildsParams() *ServeBuildsParams

NewServeBuildsParams creates a new ServeBuildsParams object with the default values initialized.

func NewServeBuildsParamsWithContext

func NewServeBuildsParamsWithContext(ctx context.Context) *ServeBuildsParams

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

func NewServeBuildsParamsWithHTTPClient

func NewServeBuildsParamsWithHTTPClient(client *http.Client) *ServeBuildsParams

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

func NewServeBuildsParamsWithTimeout

func NewServeBuildsParamsWithTimeout(timeout time.Duration) *ServeBuildsParams

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

func (*ServeBuildsParams) SetAgentName

func (o *ServeBuildsParams) SetAgentName(agentName *string)

SetAgentName adds the agentName to the serve builds params

func (*ServeBuildsParams) SetBtLocator

func (o *ServeBuildsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve builds params

func (*ServeBuildsParams) SetContext

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

SetContext adds the context to the serve builds params

func (*ServeBuildsParams) SetCount

func (o *ServeBuildsParams) SetCount(count *int32)

SetCount adds the count to the serve builds params

func (*ServeBuildsParams) SetFields

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

SetFields adds the fields to the serve builds params

func (*ServeBuildsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve builds params

func (*ServeBuildsParams) SetIncludeCanceled

func (o *ServeBuildsParams) SetIncludeCanceled(includeCanceled *bool)

SetIncludeCanceled adds the includeCanceled to the serve builds params

func (*ServeBuildsParams) SetIncludePersonal

func (o *ServeBuildsParams) SetIncludePersonal(includePersonal *bool)

SetIncludePersonal adds the includePersonal to the serve builds params

func (*ServeBuildsParams) SetLocator

func (o *ServeBuildsParams) SetLocator(locator *string)

SetLocator adds the locator to the serve builds params

func (*ServeBuildsParams) SetOnlyPinned

func (o *ServeBuildsParams) SetOnlyPinned(onlyPinned *bool)

SetOnlyPinned adds the onlyPinned to the serve builds params

func (*ServeBuildsParams) SetProjectLocator

func (o *ServeBuildsParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve builds params

func (*ServeBuildsParams) SetSinceBuild

func (o *ServeBuildsParams) SetSinceBuild(sinceBuild *string)

SetSinceBuild adds the sinceBuild to the serve builds params

func (*ServeBuildsParams) SetSinceDate

func (o *ServeBuildsParams) SetSinceDate(sinceDate *string)

SetSinceDate adds the sinceDate to the serve builds params

func (*ServeBuildsParams) SetStart

func (o *ServeBuildsParams) SetStart(start *int64)

SetStart adds the start to the serve builds params

func (*ServeBuildsParams) SetStatus

func (o *ServeBuildsParams) SetStatus(status *string)

SetStatus adds the status to the serve builds params

func (*ServeBuildsParams) SetTag

func (o *ServeBuildsParams) SetTag(tag []string)

SetTag adds the tag to the serve builds params

func (*ServeBuildsParams) SetTimeout

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

SetTimeout adds the timeout to the serve builds params

func (*ServeBuildsParams) SetTriggeredByUser

func (o *ServeBuildsParams) SetTriggeredByUser(triggeredByUser *string)

SetTriggeredByUser adds the triggeredByUser to the serve builds params

func (*ServeBuildsParams) WithAgentName

func (o *ServeBuildsParams) WithAgentName(agentName *string) *ServeBuildsParams

WithAgentName adds the agentName to the serve builds params

func (*ServeBuildsParams) WithBtLocator

func (o *ServeBuildsParams) WithBtLocator(btLocator string) *ServeBuildsParams

WithBtLocator adds the btLocator to the serve builds params

func (*ServeBuildsParams) WithContext

func (o *ServeBuildsParams) WithContext(ctx context.Context) *ServeBuildsParams

WithContext adds the context to the serve builds params

func (*ServeBuildsParams) WithCount

func (o *ServeBuildsParams) WithCount(count *int32) *ServeBuildsParams

WithCount adds the count to the serve builds params

func (*ServeBuildsParams) WithFields

func (o *ServeBuildsParams) WithFields(fields *string) *ServeBuildsParams

WithFields adds the fields to the serve builds params

func (*ServeBuildsParams) WithHTTPClient

func (o *ServeBuildsParams) WithHTTPClient(client *http.Client) *ServeBuildsParams

WithHTTPClient adds the HTTPClient to the serve builds params

func (*ServeBuildsParams) WithIncludeCanceled

func (o *ServeBuildsParams) WithIncludeCanceled(includeCanceled *bool) *ServeBuildsParams

WithIncludeCanceled adds the includeCanceled to the serve builds params

func (*ServeBuildsParams) WithIncludePersonal

func (o *ServeBuildsParams) WithIncludePersonal(includePersonal *bool) *ServeBuildsParams

WithIncludePersonal adds the includePersonal to the serve builds params

func (*ServeBuildsParams) WithLocator

func (o *ServeBuildsParams) WithLocator(locator *string) *ServeBuildsParams

WithLocator adds the locator to the serve builds params

func (*ServeBuildsParams) WithOnlyPinned

func (o *ServeBuildsParams) WithOnlyPinned(onlyPinned *bool) *ServeBuildsParams

WithOnlyPinned adds the onlyPinned to the serve builds params

func (*ServeBuildsParams) WithProjectLocator

func (o *ServeBuildsParams) WithProjectLocator(projectLocator string) *ServeBuildsParams

WithProjectLocator adds the projectLocator to the serve builds params

func (*ServeBuildsParams) WithSinceBuild

func (o *ServeBuildsParams) WithSinceBuild(sinceBuild *string) *ServeBuildsParams

WithSinceBuild adds the sinceBuild to the serve builds params

func (*ServeBuildsParams) WithSinceDate

func (o *ServeBuildsParams) WithSinceDate(sinceDate *string) *ServeBuildsParams

WithSinceDate adds the sinceDate to the serve builds params

func (*ServeBuildsParams) WithStart

func (o *ServeBuildsParams) WithStart(start *int64) *ServeBuildsParams

WithStart adds the start to the serve builds params

func (*ServeBuildsParams) WithStatus

func (o *ServeBuildsParams) WithStatus(status *string) *ServeBuildsParams

WithStatus adds the status to the serve builds params

func (*ServeBuildsParams) WithTag

func (o *ServeBuildsParams) WithTag(tag []string) *ServeBuildsParams

WithTag adds the tag to the serve builds params

func (*ServeBuildsParams) WithTimeout

func (o *ServeBuildsParams) WithTimeout(timeout time.Duration) *ServeBuildsParams

WithTimeout adds the timeout to the serve builds params

func (*ServeBuildsParams) WithTriggeredByUser

func (o *ServeBuildsParams) WithTriggeredByUser(triggeredByUser *string) *ServeBuildsParams

WithTriggeredByUser adds the triggeredByUser to the serve builds params

func (*ServeBuildsParams) WriteToRequest

func (o *ServeBuildsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ServeBuildsReader

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

ServeBuildsReader is a Reader for the ServeBuilds structure.

func (*ServeBuildsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeProjectFieldOK

type ServeProjectFieldOK struct {
	Payload string
}

ServeProjectFieldOK handles this case with default header values.

successful operation

func NewServeProjectFieldOK

func NewServeProjectFieldOK() *ServeProjectFieldOK

NewServeProjectFieldOK creates a ServeProjectFieldOK with default headers values

func (*ServeProjectFieldOK) Error

func (o *ServeProjectFieldOK) Error() string

func (*ServeProjectFieldOK) GetPayload

func (o *ServeProjectFieldOK) GetPayload() string

type ServeProjectFieldParams

type ServeProjectFieldParams struct {

	/*Field*/
	Field string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeProjectFieldParams contains all the parameters to send to the API endpoint for the serve project field operation typically these are written to a http.Request

func NewServeProjectFieldParams

func NewServeProjectFieldParams() *ServeProjectFieldParams

NewServeProjectFieldParams creates a new ServeProjectFieldParams object with the default values initialized.

func NewServeProjectFieldParamsWithContext

func NewServeProjectFieldParamsWithContext(ctx context.Context) *ServeProjectFieldParams

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

func NewServeProjectFieldParamsWithHTTPClient

func NewServeProjectFieldParamsWithHTTPClient(client *http.Client) *ServeProjectFieldParams

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

func NewServeProjectFieldParamsWithTimeout

func NewServeProjectFieldParamsWithTimeout(timeout time.Duration) *ServeProjectFieldParams

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

func (*ServeProjectFieldParams) SetContext

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

SetContext adds the context to the serve project field params

func (*ServeProjectFieldParams) SetField

func (o *ServeProjectFieldParams) SetField(field string)

SetField adds the field to the serve project field params

func (*ServeProjectFieldParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve project field params

func (*ServeProjectFieldParams) SetProjectLocator

func (o *ServeProjectFieldParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve project field params

func (*ServeProjectFieldParams) SetTimeout

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

SetTimeout adds the timeout to the serve project field params

func (*ServeProjectFieldParams) WithContext

WithContext adds the context to the serve project field params

func (*ServeProjectFieldParams) WithField

WithField adds the field to the serve project field params

func (*ServeProjectFieldParams) WithHTTPClient

func (o *ServeProjectFieldParams) WithHTTPClient(client *http.Client) *ServeProjectFieldParams

WithHTTPClient adds the HTTPClient to the serve project field params

func (*ServeProjectFieldParams) WithProjectLocator

func (o *ServeProjectFieldParams) WithProjectLocator(projectLocator string) *ServeProjectFieldParams

WithProjectLocator adds the projectLocator to the serve project field params

func (*ServeProjectFieldParams) WithTimeout

WithTimeout adds the timeout to the serve project field params

func (*ServeProjectFieldParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeProjectFieldReader

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

ServeProjectFieldReader is a Reader for the ServeProjectField structure.

func (*ServeProjectFieldReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeProjectOK

type ServeProjectOK struct {
	Payload *models.Project
}

ServeProjectOK handles this case with default header values.

successful operation

func NewServeProjectOK

func NewServeProjectOK() *ServeProjectOK

NewServeProjectOK creates a ServeProjectOK with default headers values

func (*ServeProjectOK) Error

func (o *ServeProjectOK) Error() string

func (*ServeProjectOK) GetPayload

func (o *ServeProjectOK) GetPayload() *models.Project

type ServeProjectParams

type ServeProjectParams struct {

	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeProjectParams contains all the parameters to send to the API endpoint for the serve project operation typically these are written to a http.Request

func NewServeProjectParams

func NewServeProjectParams() *ServeProjectParams

NewServeProjectParams creates a new ServeProjectParams object with the default values initialized.

func NewServeProjectParamsWithContext

func NewServeProjectParamsWithContext(ctx context.Context) *ServeProjectParams

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

func NewServeProjectParamsWithHTTPClient

func NewServeProjectParamsWithHTTPClient(client *http.Client) *ServeProjectParams

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

func NewServeProjectParamsWithTimeout

func NewServeProjectParamsWithTimeout(timeout time.Duration) *ServeProjectParams

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

func (*ServeProjectParams) SetContext

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

SetContext adds the context to the serve project params

func (*ServeProjectParams) SetFields

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

SetFields adds the fields to the serve project params

func (*ServeProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve project params

func (*ServeProjectParams) SetProjectLocator

func (o *ServeProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve project params

func (*ServeProjectParams) SetTimeout

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

SetTimeout adds the timeout to the serve project params

func (*ServeProjectParams) WithContext

WithContext adds the context to the serve project params

func (*ServeProjectParams) WithFields

func (o *ServeProjectParams) WithFields(fields *string) *ServeProjectParams

WithFields adds the fields to the serve project params

func (*ServeProjectParams) WithHTTPClient

func (o *ServeProjectParams) WithHTTPClient(client *http.Client) *ServeProjectParams

WithHTTPClient adds the HTTPClient to the serve project params

func (*ServeProjectParams) WithProjectLocator

func (o *ServeProjectParams) WithProjectLocator(projectLocator string) *ServeProjectParams

WithProjectLocator adds the projectLocator to the serve project params

func (*ServeProjectParams) WithTimeout

func (o *ServeProjectParams) WithTimeout(timeout time.Duration) *ServeProjectParams

WithTimeout adds the timeout to the serve project params

func (*ServeProjectParams) WriteToRequest

func (o *ServeProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ServeProjectReader

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

ServeProjectReader is a Reader for the ServeProject structure.

func (*ServeProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeProjectsOK

type ServeProjectsOK struct {
	Payload *models.Projects
}

ServeProjectsOK handles this case with default header values.

successful operation

func NewServeProjectsOK

func NewServeProjectsOK() *ServeProjectsOK

NewServeProjectsOK creates a ServeProjectsOK with default headers values

func (*ServeProjectsOK) Error

func (o *ServeProjectsOK) Error() string

func (*ServeProjectsOK) GetPayload

func (o *ServeProjectsOK) GetPayload() *models.Projects

type ServeProjectsParams

type ServeProjectsParams struct {

	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string

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

ServeProjectsParams contains all the parameters to send to the API endpoint for the serve projects operation typically these are written to a http.Request

func NewServeProjectsParams

func NewServeProjectsParams() *ServeProjectsParams

NewServeProjectsParams creates a new ServeProjectsParams object with the default values initialized.

func NewServeProjectsParamsWithContext

func NewServeProjectsParamsWithContext(ctx context.Context) *ServeProjectsParams

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

func NewServeProjectsParamsWithHTTPClient

func NewServeProjectsParamsWithHTTPClient(client *http.Client) *ServeProjectsParams

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

func NewServeProjectsParamsWithTimeout

func NewServeProjectsParamsWithTimeout(timeout time.Duration) *ServeProjectsParams

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

func (*ServeProjectsParams) SetContext

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

SetContext adds the context to the serve projects params

func (*ServeProjectsParams) SetFields

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

SetFields adds the fields to the serve projects params

func (*ServeProjectsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve projects params

func (*ServeProjectsParams) SetLocator

func (o *ServeProjectsParams) SetLocator(locator *string)

SetLocator adds the locator to the serve projects params

func (*ServeProjectsParams) SetTimeout

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

SetTimeout adds the timeout to the serve projects params

func (*ServeProjectsParams) WithContext

WithContext adds the context to the serve projects params

func (*ServeProjectsParams) WithFields

func (o *ServeProjectsParams) WithFields(fields *string) *ServeProjectsParams

WithFields adds the fields to the serve projects params

func (*ServeProjectsParams) WithHTTPClient

func (o *ServeProjectsParams) WithHTTPClient(client *http.Client) *ServeProjectsParams

WithHTTPClient adds the HTTPClient to the serve projects params

func (*ServeProjectsParams) WithLocator

func (o *ServeProjectsParams) WithLocator(locator *string) *ServeProjectsParams

WithLocator adds the locator to the serve projects params

func (*ServeProjectsParams) WithTimeout

func (o *ServeProjectsParams) WithTimeout(timeout time.Duration) *ServeProjectsParams

WithTimeout adds the timeout to the serve projects params

func (*ServeProjectsParams) WriteToRequest

func (o *ServeProjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ServeProjectsReader

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

ServeProjectsReader is a Reader for the ServeProjects structure.

func (*ServeProjectsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeTemplatesInProjectOK

type ServeTemplatesInProjectOK struct {
	Payload *models.BuildTypes
}

ServeTemplatesInProjectOK handles this case with default header values.

successful operation

func NewServeTemplatesInProjectOK

func NewServeTemplatesInProjectOK() *ServeTemplatesInProjectOK

NewServeTemplatesInProjectOK creates a ServeTemplatesInProjectOK with default headers values

func (*ServeTemplatesInProjectOK) Error

func (o *ServeTemplatesInProjectOK) Error() string

func (*ServeTemplatesInProjectOK) GetPayload

func (o *ServeTemplatesInProjectOK) GetPayload() *models.BuildTypes

type ServeTemplatesInProjectParams

type ServeTemplatesInProjectParams struct {

	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

ServeTemplatesInProjectParams contains all the parameters to send to the API endpoint for the serve templates in project operation typically these are written to a http.Request

func NewServeTemplatesInProjectParams

func NewServeTemplatesInProjectParams() *ServeTemplatesInProjectParams

NewServeTemplatesInProjectParams creates a new ServeTemplatesInProjectParams object with the default values initialized.

func NewServeTemplatesInProjectParamsWithContext

func NewServeTemplatesInProjectParamsWithContext(ctx context.Context) *ServeTemplatesInProjectParams

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

func NewServeTemplatesInProjectParamsWithHTTPClient

func NewServeTemplatesInProjectParamsWithHTTPClient(client *http.Client) *ServeTemplatesInProjectParams

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

func NewServeTemplatesInProjectParamsWithTimeout

func NewServeTemplatesInProjectParamsWithTimeout(timeout time.Duration) *ServeTemplatesInProjectParams

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

func (*ServeTemplatesInProjectParams) SetContext

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

SetContext adds the context to the serve templates in project params

func (*ServeTemplatesInProjectParams) SetFields

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

SetFields adds the fields to the serve templates in project params

func (*ServeTemplatesInProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve templates in project params

func (*ServeTemplatesInProjectParams) SetProjectLocator

func (o *ServeTemplatesInProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the serve templates in project params

func (*ServeTemplatesInProjectParams) SetTimeout

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

SetTimeout adds the timeout to the serve templates in project params

func (*ServeTemplatesInProjectParams) WithContext

WithContext adds the context to the serve templates in project params

func (*ServeTemplatesInProjectParams) WithFields

WithFields adds the fields to the serve templates in project params

func (*ServeTemplatesInProjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve templates in project params

func (*ServeTemplatesInProjectParams) WithProjectLocator

func (o *ServeTemplatesInProjectParams) WithProjectLocator(projectLocator string) *ServeTemplatesInProjectParams

WithProjectLocator adds the projectLocator to the serve templates in project params

func (*ServeTemplatesInProjectParams) WithTimeout

WithTimeout adds the timeout to the serve templates in project params

func (*ServeTemplatesInProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeTemplatesInProjectReader

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

ServeTemplatesInProjectReader is a Reader for the ServeTemplatesInProject structure.

func (*ServeTemplatesInProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetBuildTypesOrderOK

type SetBuildTypesOrderOK struct {
	Payload *models.BuildTypes
}

SetBuildTypesOrderOK handles this case with default header values.

successful operation

func NewSetBuildTypesOrderOK

func NewSetBuildTypesOrderOK() *SetBuildTypesOrderOK

NewSetBuildTypesOrderOK creates a SetBuildTypesOrderOK with default headers values

func (*SetBuildTypesOrderOK) Error

func (o *SetBuildTypesOrderOK) Error() string

func (*SetBuildTypesOrderOK) GetPayload

func (o *SetBuildTypesOrderOK) GetPayload() *models.BuildTypes

type SetBuildTypesOrderParams

type SetBuildTypesOrderParams struct {

	/*Body*/
	Body *models.BuildTypes
	/*Field*/
	Field string
	/*ProjectLocator*/
	ProjectLocator string

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

SetBuildTypesOrderParams contains all the parameters to send to the API endpoint for the set build types order operation typically these are written to a http.Request

func NewSetBuildTypesOrderParams

func NewSetBuildTypesOrderParams() *SetBuildTypesOrderParams

NewSetBuildTypesOrderParams creates a new SetBuildTypesOrderParams object with the default values initialized.

func NewSetBuildTypesOrderParamsWithContext

func NewSetBuildTypesOrderParamsWithContext(ctx context.Context) *SetBuildTypesOrderParams

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

func NewSetBuildTypesOrderParamsWithHTTPClient

func NewSetBuildTypesOrderParamsWithHTTPClient(client *http.Client) *SetBuildTypesOrderParams

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

func NewSetBuildTypesOrderParamsWithTimeout

func NewSetBuildTypesOrderParamsWithTimeout(timeout time.Duration) *SetBuildTypesOrderParams

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

func (*SetBuildTypesOrderParams) SetBody

func (o *SetBuildTypesOrderParams) SetBody(body *models.BuildTypes)

SetBody adds the body to the set build types order params

func (*SetBuildTypesOrderParams) SetContext

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

SetContext adds the context to the set build types order params

func (*SetBuildTypesOrderParams) SetField

func (o *SetBuildTypesOrderParams) SetField(field string)

SetField adds the field to the set build types order params

func (*SetBuildTypesOrderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set build types order params

func (*SetBuildTypesOrderParams) SetProjectLocator

func (o *SetBuildTypesOrderParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set build types order params

func (*SetBuildTypesOrderParams) SetTimeout

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

SetTimeout adds the timeout to the set build types order params

func (*SetBuildTypesOrderParams) WithBody

WithBody adds the body to the set build types order params

func (*SetBuildTypesOrderParams) WithContext

WithContext adds the context to the set build types order params

func (*SetBuildTypesOrderParams) WithField

WithField adds the field to the set build types order params

func (*SetBuildTypesOrderParams) WithHTTPClient

func (o *SetBuildTypesOrderParams) WithHTTPClient(client *http.Client) *SetBuildTypesOrderParams

WithHTTPClient adds the HTTPClient to the set build types order params

func (*SetBuildTypesOrderParams) WithProjectLocator

func (o *SetBuildTypesOrderParams) WithProjectLocator(projectLocator string) *SetBuildTypesOrderParams

WithProjectLocator adds the projectLocator to the set build types order params

func (*SetBuildTypesOrderParams) WithTimeout

WithTimeout adds the timeout to the set build types order params

func (*SetBuildTypesOrderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetBuildTypesOrderReader

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

SetBuildTypesOrderReader is a Reader for the SetBuildTypesOrder structure.

func (*SetBuildTypesOrderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetDefaultTemplateOK

type SetDefaultTemplateOK struct {
	Payload *models.BuildType
}

SetDefaultTemplateOK handles this case with default header values.

successful operation

func NewSetDefaultTemplateOK

func NewSetDefaultTemplateOK() *SetDefaultTemplateOK

NewSetDefaultTemplateOK creates a SetDefaultTemplateOK with default headers values

func (*SetDefaultTemplateOK) Error

func (o *SetDefaultTemplateOK) Error() string

func (*SetDefaultTemplateOK) GetPayload

func (o *SetDefaultTemplateOK) GetPayload() *models.BuildType

type SetDefaultTemplateParams

type SetDefaultTemplateParams struct {

	/*Body*/
	Body *models.BuildType
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

SetDefaultTemplateParams contains all the parameters to send to the API endpoint for the set default template operation typically these are written to a http.Request

func NewSetDefaultTemplateParams

func NewSetDefaultTemplateParams() *SetDefaultTemplateParams

NewSetDefaultTemplateParams creates a new SetDefaultTemplateParams object with the default values initialized.

func NewSetDefaultTemplateParamsWithContext

func NewSetDefaultTemplateParamsWithContext(ctx context.Context) *SetDefaultTemplateParams

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

func NewSetDefaultTemplateParamsWithHTTPClient

func NewSetDefaultTemplateParamsWithHTTPClient(client *http.Client) *SetDefaultTemplateParams

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

func NewSetDefaultTemplateParamsWithTimeout

func NewSetDefaultTemplateParamsWithTimeout(timeout time.Duration) *SetDefaultTemplateParams

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

func (*SetDefaultTemplateParams) SetBody

func (o *SetDefaultTemplateParams) SetBody(body *models.BuildType)

SetBody adds the body to the set default template params

func (*SetDefaultTemplateParams) SetContext

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

SetContext adds the context to the set default template params

func (*SetDefaultTemplateParams) SetFields

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

SetFields adds the fields to the set default template params

func (*SetDefaultTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set default template params

func (*SetDefaultTemplateParams) SetProjectLocator

func (o *SetDefaultTemplateParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set default template params

func (*SetDefaultTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the set default template params

func (*SetDefaultTemplateParams) WithBody

WithBody adds the body to the set default template params

func (*SetDefaultTemplateParams) WithContext

WithContext adds the context to the set default template params

func (*SetDefaultTemplateParams) WithFields

WithFields adds the fields to the set default template params

func (*SetDefaultTemplateParams) WithHTTPClient

func (o *SetDefaultTemplateParams) WithHTTPClient(client *http.Client) *SetDefaultTemplateParams

WithHTTPClient adds the HTTPClient to the set default template params

func (*SetDefaultTemplateParams) WithProjectLocator

func (o *SetDefaultTemplateParams) WithProjectLocator(projectLocator string) *SetDefaultTemplateParams

WithProjectLocator adds the projectLocator to the set default template params

func (*SetDefaultTemplateParams) WithTimeout

WithTimeout adds the timeout to the set default template params

func (*SetDefaultTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetDefaultTemplateReader

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

SetDefaultTemplateReader is a Reader for the SetDefaultTemplate structure.

func (*SetDefaultTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetParameterOK

type SetParameterOK struct {
	Payload *models.Property
}

SetParameterOK handles this case with default header values.

successful operation

func NewSetParameterOK

func NewSetParameterOK() *SetParameterOK

NewSetParameterOK creates a SetParameterOK with default headers values

func (*SetParameterOK) Error

func (o *SetParameterOK) Error() string

func (*SetParameterOK) GetPayload

func (o *SetParameterOK) GetPayload() *models.Property

type SetParameterParams

type SetParameterParams struct {

	/*Body*/
	Body *models.Property
	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

SetParameterParams contains all the parameters to send to the API endpoint for the set parameter operation typically these are written to a http.Request

func NewSetParameterParams

func NewSetParameterParams() *SetParameterParams

NewSetParameterParams creates a new SetParameterParams object with the default values initialized.

func NewSetParameterParamsWithContext

func NewSetParameterParamsWithContext(ctx context.Context) *SetParameterParams

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

func NewSetParameterParamsWithHTTPClient

func NewSetParameterParamsWithHTTPClient(client *http.Client) *SetParameterParams

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

func NewSetParameterParamsWithTimeout

func NewSetParameterParamsWithTimeout(timeout time.Duration) *SetParameterParams

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

func (*SetParameterParams) SetBody

func (o *SetParameterParams) SetBody(body *models.Property)

SetBody adds the body to the set parameter params

func (*SetParameterParams) SetContext

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

SetContext adds the context to the set parameter params

func (*SetParameterParams) SetFeatureLocator

func (o *SetParameterParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the set parameter params

func (*SetParameterParams) SetFields

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

SetFields adds the fields to the set parameter params

func (*SetParameterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set parameter params

func (*SetParameterParams) SetProjectLocator

func (o *SetParameterParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set parameter params

func (*SetParameterParams) SetTimeout

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

SetTimeout adds the timeout to the set parameter params

func (*SetParameterParams) WithBody

WithBody adds the body to the set parameter params

func (*SetParameterParams) WithContext

WithContext adds the context to the set parameter params

func (*SetParameterParams) WithFeatureLocator

func (o *SetParameterParams) WithFeatureLocator(featureLocator string) *SetParameterParams

WithFeatureLocator adds the featureLocator to the set parameter params

func (*SetParameterParams) WithFields

func (o *SetParameterParams) WithFields(fields *string) *SetParameterParams

WithFields adds the fields to the set parameter params

func (*SetParameterParams) WithHTTPClient

func (o *SetParameterParams) WithHTTPClient(client *http.Client) *SetParameterParams

WithHTTPClient adds the HTTPClient to the set parameter params

func (*SetParameterParams) WithProjectLocator

func (o *SetParameterParams) WithProjectLocator(projectLocator string) *SetParameterParams

WithProjectLocator adds the projectLocator to the set parameter params

func (*SetParameterParams) WithTimeout

func (o *SetParameterParams) WithTimeout(timeout time.Duration) *SetParameterParams

WithTimeout adds the timeout to the set parameter params

func (*SetParameterParams) WriteToRequest

func (o *SetParameterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SetParameterReader

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

SetParameterReader is a Reader for the SetParameter structure.

func (*SetParameterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetParameterTypeOK

type SetParameterTypeOK struct {
	Payload *models.Type
}

SetParameterTypeOK handles this case with default header values.

successful operation

func NewSetParameterTypeOK

func NewSetParameterTypeOK() *SetParameterTypeOK

NewSetParameterTypeOK creates a SetParameterTypeOK with default headers values

func (*SetParameterTypeOK) Error

func (o *SetParameterTypeOK) Error() string

func (*SetParameterTypeOK) GetPayload

func (o *SetParameterTypeOK) GetPayload() *models.Type

type SetParameterTypeParams

type SetParameterTypeParams struct {

	/*Body*/
	Body *models.Type
	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

SetParameterTypeParams contains all the parameters to send to the API endpoint for the set parameter type operation typically these are written to a http.Request

func NewSetParameterTypeParams

func NewSetParameterTypeParams() *SetParameterTypeParams

NewSetParameterTypeParams creates a new SetParameterTypeParams object with the default values initialized.

func NewSetParameterTypeParamsWithContext

func NewSetParameterTypeParamsWithContext(ctx context.Context) *SetParameterTypeParams

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

func NewSetParameterTypeParamsWithHTTPClient

func NewSetParameterTypeParamsWithHTTPClient(client *http.Client) *SetParameterTypeParams

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

func NewSetParameterTypeParamsWithTimeout

func NewSetParameterTypeParamsWithTimeout(timeout time.Duration) *SetParameterTypeParams

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

func (*SetParameterTypeParams) SetBody

func (o *SetParameterTypeParams) SetBody(body *models.Type)

SetBody adds the body to the set parameter type params

func (*SetParameterTypeParams) SetContext

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

SetContext adds the context to the set parameter type params

func (*SetParameterTypeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set parameter type params

func (*SetParameterTypeParams) SetName

func (o *SetParameterTypeParams) SetName(name string)

SetName adds the name to the set parameter type params

func (*SetParameterTypeParams) SetProjectLocator

func (o *SetParameterTypeParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set parameter type params

func (*SetParameterTypeParams) SetTimeout

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

SetTimeout adds the timeout to the set parameter type params

func (*SetParameterTypeParams) WithBody

WithBody adds the body to the set parameter type params

func (*SetParameterTypeParams) WithContext

WithContext adds the context to the set parameter type params

func (*SetParameterTypeParams) WithHTTPClient

func (o *SetParameterTypeParams) WithHTTPClient(client *http.Client) *SetParameterTypeParams

WithHTTPClient adds the HTTPClient to the set parameter type params

func (*SetParameterTypeParams) WithName

WithName adds the name to the set parameter type params

func (*SetParameterTypeParams) WithProjectLocator

func (o *SetParameterTypeParams) WithProjectLocator(projectLocator string) *SetParameterTypeParams

WithProjectLocator adds the projectLocator to the set parameter type params

func (*SetParameterTypeParams) WithTimeout

WithTimeout adds the timeout to the set parameter type params

func (*SetParameterTypeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetParameterTypeRawValueOK

type SetParameterTypeRawValueOK struct {
	Payload string
}

SetParameterTypeRawValueOK handles this case with default header values.

successful operation

func NewSetParameterTypeRawValueOK

func NewSetParameterTypeRawValueOK() *SetParameterTypeRawValueOK

NewSetParameterTypeRawValueOK creates a SetParameterTypeRawValueOK with default headers values

func (*SetParameterTypeRawValueOK) Error

func (*SetParameterTypeRawValueOK) GetPayload

func (o *SetParameterTypeRawValueOK) GetPayload() string

type SetParameterTypeRawValueParams

type SetParameterTypeRawValueParams struct {

	/*Body*/
	Body string
	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

SetParameterTypeRawValueParams contains all the parameters to send to the API endpoint for the set parameter type raw value operation typically these are written to a http.Request

func NewSetParameterTypeRawValueParams

func NewSetParameterTypeRawValueParams() *SetParameterTypeRawValueParams

NewSetParameterTypeRawValueParams creates a new SetParameterTypeRawValueParams object with the default values initialized.

func NewSetParameterTypeRawValueParamsWithContext

func NewSetParameterTypeRawValueParamsWithContext(ctx context.Context) *SetParameterTypeRawValueParams

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

func NewSetParameterTypeRawValueParamsWithHTTPClient

func NewSetParameterTypeRawValueParamsWithHTTPClient(client *http.Client) *SetParameterTypeRawValueParams

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

func NewSetParameterTypeRawValueParamsWithTimeout

func NewSetParameterTypeRawValueParamsWithTimeout(timeout time.Duration) *SetParameterTypeRawValueParams

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

func (*SetParameterTypeRawValueParams) SetBody

func (o *SetParameterTypeRawValueParams) SetBody(body string)

SetBody adds the body to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) SetContext

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

SetContext adds the context to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) SetName

func (o *SetParameterTypeRawValueParams) SetName(name string)

SetName adds the name to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) SetProjectLocator

func (o *SetParameterTypeRawValueParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) SetTimeout

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

SetTimeout adds the timeout to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) WithBody

WithBody adds the body to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) WithContext

WithContext adds the context to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) WithName

WithName adds the name to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) WithProjectLocator

func (o *SetParameterTypeRawValueParams) WithProjectLocator(projectLocator string) *SetParameterTypeRawValueParams

WithProjectLocator adds the projectLocator to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) WithTimeout

WithTimeout adds the timeout to the set parameter type raw value params

func (*SetParameterTypeRawValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetParameterTypeRawValueReader

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

SetParameterTypeRawValueReader is a Reader for the SetParameterTypeRawValue structure.

func (*SetParameterTypeRawValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetParameterTypeReader

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

SetParameterTypeReader is a Reader for the SetParameterType structure.

func (*SetParameterTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetParameterValueLongOK

type SetParameterValueLongOK struct {
	Payload string
}

SetParameterValueLongOK handles this case with default header values.

successful operation

func NewSetParameterValueLongOK

func NewSetParameterValueLongOK() *SetParameterValueLongOK

NewSetParameterValueLongOK creates a SetParameterValueLongOK with default headers values

func (*SetParameterValueLongOK) Error

func (o *SetParameterValueLongOK) Error() string

func (*SetParameterValueLongOK) GetPayload

func (o *SetParameterValueLongOK) GetPayload() string

type SetParameterValueLongParams

type SetParameterValueLongParams struct {

	/*Body*/
	Body string
	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*Name*/
	Name string
	/*ProjectLocator*/
	ProjectLocator string

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

SetParameterValueLongParams contains all the parameters to send to the API endpoint for the set parameter value long operation typically these are written to a http.Request

func NewSetParameterValueLongParams

func NewSetParameterValueLongParams() *SetParameterValueLongParams

NewSetParameterValueLongParams creates a new SetParameterValueLongParams object with the default values initialized.

func NewSetParameterValueLongParamsWithContext

func NewSetParameterValueLongParamsWithContext(ctx context.Context) *SetParameterValueLongParams

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

func NewSetParameterValueLongParamsWithHTTPClient

func NewSetParameterValueLongParamsWithHTTPClient(client *http.Client) *SetParameterValueLongParams

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

func NewSetParameterValueLongParamsWithTimeout

func NewSetParameterValueLongParamsWithTimeout(timeout time.Duration) *SetParameterValueLongParams

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

func (*SetParameterValueLongParams) SetBody

func (o *SetParameterValueLongParams) SetBody(body string)

SetBody adds the body to the set parameter value long params

func (*SetParameterValueLongParams) SetContext

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

SetContext adds the context to the set parameter value long params

func (*SetParameterValueLongParams) SetFeatureLocator

func (o *SetParameterValueLongParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the set parameter value long params

func (*SetParameterValueLongParams) SetFields

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

SetFields adds the fields to the set parameter value long params

func (*SetParameterValueLongParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set parameter value long params

func (*SetParameterValueLongParams) SetName

func (o *SetParameterValueLongParams) SetName(name string)

SetName adds the name to the set parameter value long params

func (*SetParameterValueLongParams) SetProjectLocator

func (o *SetParameterValueLongParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set parameter value long params

func (*SetParameterValueLongParams) SetTimeout

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

SetTimeout adds the timeout to the set parameter value long params

func (*SetParameterValueLongParams) WithBody

WithBody adds the body to the set parameter value long params

func (*SetParameterValueLongParams) WithContext

WithContext adds the context to the set parameter value long params

func (*SetParameterValueLongParams) WithFeatureLocator

func (o *SetParameterValueLongParams) WithFeatureLocator(featureLocator string) *SetParameterValueLongParams

WithFeatureLocator adds the featureLocator to the set parameter value long params

func (*SetParameterValueLongParams) WithFields

WithFields adds the fields to the set parameter value long params

func (*SetParameterValueLongParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set parameter value long params

func (*SetParameterValueLongParams) WithName

WithName adds the name to the set parameter value long params

func (*SetParameterValueLongParams) WithProjectLocator

func (o *SetParameterValueLongParams) WithProjectLocator(projectLocator string) *SetParameterValueLongParams

WithProjectLocator adds the projectLocator to the set parameter value long params

func (*SetParameterValueLongParams) WithTimeout

WithTimeout adds the timeout to the set parameter value long params

func (*SetParameterValueLongParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetParameterValueLongReader

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

SetParameterValueLongReader is a Reader for the SetParameterValueLong structure.

func (*SetParameterValueLongReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetParametersOK

type SetParametersOK struct {
	Payload *models.Properties
}

SetParametersOK handles this case with default header values.

successful operation

func NewSetParametersOK

func NewSetParametersOK() *SetParametersOK

NewSetParametersOK creates a SetParametersOK with default headers values

func (*SetParametersOK) Error

func (o *SetParametersOK) Error() string

func (*SetParametersOK) GetPayload

func (o *SetParametersOK) GetPayload() *models.Properties

type SetParametersParams

type SetParametersParams struct {

	/*Body*/
	Body *models.Properties
	/*FeatureLocator*/
	FeatureLocator string
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

SetParametersParams contains all the parameters to send to the API endpoint for the set parameters operation typically these are written to a http.Request

func NewSetParametersParams

func NewSetParametersParams() *SetParametersParams

NewSetParametersParams creates a new SetParametersParams object with the default values initialized.

func NewSetParametersParamsWithContext

func NewSetParametersParamsWithContext(ctx context.Context) *SetParametersParams

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

func NewSetParametersParamsWithHTTPClient

func NewSetParametersParamsWithHTTPClient(client *http.Client) *SetParametersParams

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

func NewSetParametersParamsWithTimeout

func NewSetParametersParamsWithTimeout(timeout time.Duration) *SetParametersParams

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

func (*SetParametersParams) SetBody

func (o *SetParametersParams) SetBody(body *models.Properties)

SetBody adds the body to the set parameters params

func (*SetParametersParams) SetContext

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

SetContext adds the context to the set parameters params

func (*SetParametersParams) SetFeatureLocator

func (o *SetParametersParams) SetFeatureLocator(featureLocator string)

SetFeatureLocator adds the featureLocator to the set parameters params

func (*SetParametersParams) SetFields

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

SetFields adds the fields to the set parameters params

func (*SetParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set parameters params

func (*SetParametersParams) SetProjectLocator

func (o *SetParametersParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set parameters params

func (*SetParametersParams) SetTimeout

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

SetTimeout adds the timeout to the set parameters params

func (*SetParametersParams) WithBody

WithBody adds the body to the set parameters params

func (*SetParametersParams) WithContext

WithContext adds the context to the set parameters params

func (*SetParametersParams) WithFeatureLocator

func (o *SetParametersParams) WithFeatureLocator(featureLocator string) *SetParametersParams

WithFeatureLocator adds the featureLocator to the set parameters params

func (*SetParametersParams) WithFields

func (o *SetParametersParams) WithFields(fields *string) *SetParametersParams

WithFields adds the fields to the set parameters params

func (*SetParametersParams) WithHTTPClient

func (o *SetParametersParams) WithHTTPClient(client *http.Client) *SetParametersParams

WithHTTPClient adds the HTTPClient to the set parameters params

func (*SetParametersParams) WithProjectLocator

func (o *SetParametersParams) WithProjectLocator(projectLocator string) *SetParametersParams

WithProjectLocator adds the projectLocator to the set parameters params

func (*SetParametersParams) WithTimeout

func (o *SetParametersParams) WithTimeout(timeout time.Duration) *SetParametersParams

WithTimeout adds the timeout to the set parameters params

func (*SetParametersParams) WriteToRequest

func (o *SetParametersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SetParametersReader

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

SetParametersReader is a Reader for the SetParameters structure.

func (*SetParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetParentProjectOK

type SetParentProjectOK struct {
	Payload *models.Project
}

SetParentProjectOK handles this case with default header values.

successful operation

func NewSetParentProjectOK

func NewSetParentProjectOK() *SetParentProjectOK

NewSetParentProjectOK creates a SetParentProjectOK with default headers values

func (*SetParentProjectOK) Error

func (o *SetParentProjectOK) Error() string

func (*SetParentProjectOK) GetPayload

func (o *SetParentProjectOK) GetPayload() *models.Project

type SetParentProjectParams

type SetParentProjectParams struct {

	/*Body*/
	Body *models.Project
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

SetParentProjectParams contains all the parameters to send to the API endpoint for the set parent project operation typically these are written to a http.Request

func NewSetParentProjectParams

func NewSetParentProjectParams() *SetParentProjectParams

NewSetParentProjectParams creates a new SetParentProjectParams object with the default values initialized.

func NewSetParentProjectParamsWithContext

func NewSetParentProjectParamsWithContext(ctx context.Context) *SetParentProjectParams

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

func NewSetParentProjectParamsWithHTTPClient

func NewSetParentProjectParamsWithHTTPClient(client *http.Client) *SetParentProjectParams

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

func NewSetParentProjectParamsWithTimeout

func NewSetParentProjectParamsWithTimeout(timeout time.Duration) *SetParentProjectParams

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

func (*SetParentProjectParams) SetBody

func (o *SetParentProjectParams) SetBody(body *models.Project)

SetBody adds the body to the set parent project params

func (*SetParentProjectParams) SetContext

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

SetContext adds the context to the set parent project params

func (*SetParentProjectParams) SetFields

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

SetFields adds the fields to the set parent project params

func (*SetParentProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set parent project params

func (*SetParentProjectParams) SetProjectLocator

func (o *SetParentProjectParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set parent project params

func (*SetParentProjectParams) SetTimeout

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

SetTimeout adds the timeout to the set parent project params

func (*SetParentProjectParams) WithBody

WithBody adds the body to the set parent project params

func (*SetParentProjectParams) WithContext

WithContext adds the context to the set parent project params

func (*SetParentProjectParams) WithFields

func (o *SetParentProjectParams) WithFields(fields *string) *SetParentProjectParams

WithFields adds the fields to the set parent project params

func (*SetParentProjectParams) WithHTTPClient

func (o *SetParentProjectParams) WithHTTPClient(client *http.Client) *SetParentProjectParams

WithHTTPClient adds the HTTPClient to the set parent project params

func (*SetParentProjectParams) WithProjectLocator

func (o *SetParentProjectParams) WithProjectLocator(projectLocator string) *SetParentProjectParams

WithProjectLocator adds the projectLocator to the set parent project params

func (*SetParentProjectParams) WithTimeout

WithTimeout adds the timeout to the set parent project params

func (*SetParentProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetParentProjectReader

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

SetParentProjectReader is a Reader for the SetParentProject structure.

func (*SetParentProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetProjectAgentPoolsOK

type SetProjectAgentPoolsOK struct {
	Payload *models.AgentPools
}

SetProjectAgentPoolsOK handles this case with default header values.

successful operation

func NewSetProjectAgentPoolsOK

func NewSetProjectAgentPoolsOK() *SetProjectAgentPoolsOK

NewSetProjectAgentPoolsOK creates a SetProjectAgentPoolsOK with default headers values

func (*SetProjectAgentPoolsOK) Error

func (o *SetProjectAgentPoolsOK) Error() string

func (*SetProjectAgentPoolsOK) GetPayload

func (o *SetProjectAgentPoolsOK) GetPayload() *models.AgentPools

type SetProjectAgentPoolsParams

type SetProjectAgentPoolsParams struct {

	/*Body*/
	Body *models.AgentPools
	/*Fields*/
	Fields *string
	/*ProjectLocator*/
	ProjectLocator string

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

SetProjectAgentPoolsParams contains all the parameters to send to the API endpoint for the set project agent pools operation typically these are written to a http.Request

func NewSetProjectAgentPoolsParams

func NewSetProjectAgentPoolsParams() *SetProjectAgentPoolsParams

NewSetProjectAgentPoolsParams creates a new SetProjectAgentPoolsParams object with the default values initialized.

func NewSetProjectAgentPoolsParamsWithContext

func NewSetProjectAgentPoolsParamsWithContext(ctx context.Context) *SetProjectAgentPoolsParams

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

func NewSetProjectAgentPoolsParamsWithHTTPClient

func NewSetProjectAgentPoolsParamsWithHTTPClient(client *http.Client) *SetProjectAgentPoolsParams

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

func NewSetProjectAgentPoolsParamsWithTimeout

func NewSetProjectAgentPoolsParamsWithTimeout(timeout time.Duration) *SetProjectAgentPoolsParams

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

func (*SetProjectAgentPoolsParams) SetBody

func (o *SetProjectAgentPoolsParams) SetBody(body *models.AgentPools)

SetBody adds the body to the set project agent pools params

func (*SetProjectAgentPoolsParams) SetContext

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

SetContext adds the context to the set project agent pools params

func (*SetProjectAgentPoolsParams) SetFields

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

SetFields adds the fields to the set project agent pools params

func (*SetProjectAgentPoolsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set project agent pools params

func (*SetProjectAgentPoolsParams) SetProjectLocator

func (o *SetProjectAgentPoolsParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set project agent pools params

func (*SetProjectAgentPoolsParams) SetTimeout

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

SetTimeout adds the timeout to the set project agent pools params

func (*SetProjectAgentPoolsParams) WithBody

WithBody adds the body to the set project agent pools params

func (*SetProjectAgentPoolsParams) WithContext

WithContext adds the context to the set project agent pools params

func (*SetProjectAgentPoolsParams) WithFields

WithFields adds the fields to the set project agent pools params

func (*SetProjectAgentPoolsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set project agent pools params

func (*SetProjectAgentPoolsParams) WithProjectLocator

func (o *SetProjectAgentPoolsParams) WithProjectLocator(projectLocator string) *SetProjectAgentPoolsParams

WithProjectLocator adds the projectLocator to the set project agent pools params

func (*SetProjectAgentPoolsParams) WithTimeout

WithTimeout adds the timeout to the set project agent pools params

func (*SetProjectAgentPoolsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetProjectAgentPoolsReader

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

SetProjectAgentPoolsReader is a Reader for the SetProjectAgentPools structure.

func (*SetProjectAgentPoolsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetProjectFieldOK

type SetProjectFieldOK struct {
	Payload string
}

SetProjectFieldOK handles this case with default header values.

successful operation

func NewSetProjectFieldOK

func NewSetProjectFieldOK() *SetProjectFieldOK

NewSetProjectFieldOK creates a SetProjectFieldOK with default headers values

func (*SetProjectFieldOK) Error

func (o *SetProjectFieldOK) Error() string

func (*SetProjectFieldOK) GetPayload

func (o *SetProjectFieldOK) GetPayload() string

type SetProjectFieldParams

type SetProjectFieldParams struct {

	/*Body*/
	Body string
	/*Field*/
	Field string
	/*ProjectLocator*/
	ProjectLocator string

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

SetProjectFieldParams contains all the parameters to send to the API endpoint for the set project field operation typically these are written to a http.Request

func NewSetProjectFieldParams

func NewSetProjectFieldParams() *SetProjectFieldParams

NewSetProjectFieldParams creates a new SetProjectFieldParams object with the default values initialized.

func NewSetProjectFieldParamsWithContext

func NewSetProjectFieldParamsWithContext(ctx context.Context) *SetProjectFieldParams

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

func NewSetProjectFieldParamsWithHTTPClient

func NewSetProjectFieldParamsWithHTTPClient(client *http.Client) *SetProjectFieldParams

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

func NewSetProjectFieldParamsWithTimeout

func NewSetProjectFieldParamsWithTimeout(timeout time.Duration) *SetProjectFieldParams

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

func (*SetProjectFieldParams) SetBody

func (o *SetProjectFieldParams) SetBody(body string)

SetBody adds the body to the set project field params

func (*SetProjectFieldParams) SetContext

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

SetContext adds the context to the set project field params

func (*SetProjectFieldParams) SetField

func (o *SetProjectFieldParams) SetField(field string)

SetField adds the field to the set project field params

func (*SetProjectFieldParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set project field params

func (*SetProjectFieldParams) SetProjectLocator

func (o *SetProjectFieldParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set project field params

func (*SetProjectFieldParams) SetTimeout

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

SetTimeout adds the timeout to the set project field params

func (*SetProjectFieldParams) WithBody

WithBody adds the body to the set project field params

func (*SetProjectFieldParams) WithContext

WithContext adds the context to the set project field params

func (*SetProjectFieldParams) WithField

func (o *SetProjectFieldParams) WithField(field string) *SetProjectFieldParams

WithField adds the field to the set project field params

func (*SetProjectFieldParams) WithHTTPClient

func (o *SetProjectFieldParams) WithHTTPClient(client *http.Client) *SetProjectFieldParams

WithHTTPClient adds the HTTPClient to the set project field params

func (*SetProjectFieldParams) WithProjectLocator

func (o *SetProjectFieldParams) WithProjectLocator(projectLocator string) *SetProjectFieldParams

WithProjectLocator adds the projectLocator to the set project field params

func (*SetProjectFieldParams) WithTimeout

func (o *SetProjectFieldParams) WithTimeout(timeout time.Duration) *SetProjectFieldParams

WithTimeout adds the timeout to the set project field params

func (*SetProjectFieldParams) WriteToRequest

func (o *SetProjectFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SetProjectFieldReader

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

SetProjectFieldReader is a Reader for the SetProjectField structure.

func (*SetProjectFieldReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetProjectsOrderOK

type SetProjectsOrderOK struct {
	Payload *models.Projects
}

SetProjectsOrderOK handles this case with default header values.

successful operation

func NewSetProjectsOrderOK

func NewSetProjectsOrderOK() *SetProjectsOrderOK

NewSetProjectsOrderOK creates a SetProjectsOrderOK with default headers values

func (*SetProjectsOrderOK) Error

func (o *SetProjectsOrderOK) Error() string

func (*SetProjectsOrderOK) GetPayload

func (o *SetProjectsOrderOK) GetPayload() *models.Projects

type SetProjectsOrderParams

type SetProjectsOrderParams struct {

	/*Body*/
	Body *models.Projects
	/*Field*/
	Field string
	/*ProjectLocator*/
	ProjectLocator string

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

SetProjectsOrderParams contains all the parameters to send to the API endpoint for the set projects order operation typically these are written to a http.Request

func NewSetProjectsOrderParams

func NewSetProjectsOrderParams() *SetProjectsOrderParams

NewSetProjectsOrderParams creates a new SetProjectsOrderParams object with the default values initialized.

func NewSetProjectsOrderParamsWithContext

func NewSetProjectsOrderParamsWithContext(ctx context.Context) *SetProjectsOrderParams

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

func NewSetProjectsOrderParamsWithHTTPClient

func NewSetProjectsOrderParamsWithHTTPClient(client *http.Client) *SetProjectsOrderParams

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

func NewSetProjectsOrderParamsWithTimeout

func NewSetProjectsOrderParamsWithTimeout(timeout time.Duration) *SetProjectsOrderParams

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

func (*SetProjectsOrderParams) SetBody

func (o *SetProjectsOrderParams) SetBody(body *models.Projects)

SetBody adds the body to the set projects order params

func (*SetProjectsOrderParams) SetContext

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

SetContext adds the context to the set projects order params

func (*SetProjectsOrderParams) SetField

func (o *SetProjectsOrderParams) SetField(field string)

SetField adds the field to the set projects order params

func (*SetProjectsOrderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set projects order params

func (*SetProjectsOrderParams) SetProjectLocator

func (o *SetProjectsOrderParams) SetProjectLocator(projectLocator string)

SetProjectLocator adds the projectLocator to the set projects order params

func (*SetProjectsOrderParams) SetTimeout

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

SetTimeout adds the timeout to the set projects order params

func (*SetProjectsOrderParams) WithBody

WithBody adds the body to the set projects order params

func (*SetProjectsOrderParams) WithContext

WithContext adds the context to the set projects order params

func (*SetProjectsOrderParams) WithField

WithField adds the field to the set projects order params

func (*SetProjectsOrderParams) WithHTTPClient

func (o *SetProjectsOrderParams) WithHTTPClient(client *http.Client) *SetProjectsOrderParams

WithHTTPClient adds the HTTPClient to the set projects order params

func (*SetProjectsOrderParams) WithProjectLocator

func (o *SetProjectsOrderParams) WithProjectLocator(projectLocator string) *SetProjectsOrderParams

WithProjectLocator adds the projectLocator to the set projects order params

func (*SetProjectsOrderParams) WithTimeout

WithTimeout adds the timeout to the set projects order params

func (*SetProjectsOrderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetProjectsOrderReader

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

SetProjectsOrderReader is a Reader for the SetProjectsOrder structure.

func (*SetProjectsOrderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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