Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateUsingPOST(params *CreateUsingPOSTParams, opts ...ClientOption) (*CreateUsingPOSTOK, error)
- func (a *Client) DeleteDraftByIDUsingDELETE(params *DeleteDraftByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDraftByIDUsingDELETEOK, error)
- func (a *Client) DeleteVersionByIDUsingDELETE(params *DeleteVersionByIDUsingDELETEParams, opts ...ClientOption) (*DeleteVersionByIDUsingDELETEOK, error)
- func (a *Client) DeprecateByIDAndVersionUsingPOST(params *DeprecateByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*DeprecateByIDAndVersionUsingPOSTOK, error)
- func (a *Client) GetCustomIntegrationVersionsByIDUsingGET(params *GetCustomIntegrationVersionsByIDUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationVersionsByIDUsingGETOK, error)
- func (a *Client) GetCustomIntegrationsUsingGET(params *GetCustomIntegrationsUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationsUsingGETOK, error)
- func (a *Client) GetDraftByIDUsingGET(params *GetDraftByIDUsingGETParams, opts ...ClientOption) (*GetDraftByIDUsingGETOK, error)
- func (a *Client) GetVersionByIDUsingGETMixin3(params *GetVersionByIDUsingGETMixin3Params, opts ...ClientOption) (*GetVersionByIDUsingGETMixin3OK, error)
- func (a *Client) ReleaseByIDAndVersionUsingPOST(params *ReleaseByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*ReleaseByIDAndVersionUsingPOSTOK, error)
- func (a *Client) RestoreByIDAndVersionUsingPOST(params *RestoreByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*RestoreByIDAndVersionUsingPOSTOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateByIDUsingPUT(params *UpdateByIDUsingPUTParams, opts ...ClientOption) (*UpdateByIDUsingPUTOK, error)
- func (a *Client) VersionByIDUsingPOST(params *VersionByIDUsingPOSTParams, opts ...ClientOption) (*VersionByIDUsingPOSTOK, error)
- func (a *Client) WithdrawByIDAndVersionUsingPOST(params *WithdrawByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*WithdrawByIDAndVersionUsingPOSTOK, error)
- type ClientOption
- type ClientService
- type CreateUsingPOSTForbidden
- type CreateUsingPOSTInternalServerError
- type CreateUsingPOSTNotFound
- type CreateUsingPOSTOK
- type CreateUsingPOSTParams
- func NewCreateUsingPOSTParams() *CreateUsingPOSTParams
- func NewCreateUsingPOSTParamsWithContext(ctx context.Context) *CreateUsingPOSTParams
- func NewCreateUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateUsingPOSTParams
- func NewCreateUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateUsingPOSTParams
- func (o *CreateUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *CreateUsingPOSTParams) SetAuthorization(authorization string)
- func (o *CreateUsingPOSTParams) SetBody(body models.CustomIntegrationSpec)
- func (o *CreateUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateUsingPOSTParams) SetDefaults()
- func (o *CreateUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateUsingPOSTParams) WithAPIVersion(aPIVersion string) *CreateUsingPOSTParams
- func (o *CreateUsingPOSTParams) WithAuthorization(authorization string) *CreateUsingPOSTParams
- func (o *CreateUsingPOSTParams) WithBody(body models.CustomIntegrationSpec) *CreateUsingPOSTParams
- func (o *CreateUsingPOSTParams) WithContext(ctx context.Context) *CreateUsingPOSTParams
- func (o *CreateUsingPOSTParams) WithDefaults() *CreateUsingPOSTParams
- func (o *CreateUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateUsingPOSTParams
- func (o *CreateUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateUsingPOSTParams
- func (o *CreateUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateUsingPOSTReader
- type CreateUsingPOSTUnauthorized
- type DeleteDraftByIDUsingDELETEForbidden
- type DeleteDraftByIDUsingDELETEInternalServerError
- type DeleteDraftByIDUsingDELETENotFound
- type DeleteDraftByIDUsingDELETEOK
- type DeleteDraftByIDUsingDELETEParams
- func NewDeleteDraftByIDUsingDELETEParams() *DeleteDraftByIDUsingDELETEParams
- func NewDeleteDraftByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteDraftByIDUsingDELETEParams
- func NewDeleteDraftByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDraftByIDUsingDELETEParams
- func NewDeleteDraftByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
- func (o *DeleteDraftByIDUsingDELETEParams) SetAuthorization(authorization string)
- func (o *DeleteDraftByIDUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteDraftByIDUsingDELETEParams) SetDefaults()
- func (o *DeleteDraftByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDraftByIDUsingDELETEParams) SetID(id string)
- func (o *DeleteDraftByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDraftByIDUsingDELETEParams) SetType(typeVar string)
- func (o *DeleteDraftByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithDefaults() *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithID(id string) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WithType(typeVar string) *DeleteDraftByIDUsingDELETEParams
- func (o *DeleteDraftByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDraftByIDUsingDELETEReader
- type DeleteDraftByIDUsingDELETEUnauthorized
- type DeleteVersionByIDUsingDELETEForbidden
- type DeleteVersionByIDUsingDELETEInternalServerError
- type DeleteVersionByIDUsingDELETENotFound
- type DeleteVersionByIDUsingDELETEOK
- type DeleteVersionByIDUsingDELETEParams
- func NewDeleteVersionByIDUsingDELETEParams() *DeleteVersionByIDUsingDELETEParams
- func NewDeleteVersionByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteVersionByIDUsingDELETEParams
- func NewDeleteVersionByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteVersionByIDUsingDELETEParams
- func NewDeleteVersionByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
- func (o *DeleteVersionByIDUsingDELETEParams) SetAuthorization(authorization string)
- func (o *DeleteVersionByIDUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteVersionByIDUsingDELETEParams) SetDefaults()
- func (o *DeleteVersionByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVersionByIDUsingDELETEParams) SetID(id string)
- func (o *DeleteVersionByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVersionByIDUsingDELETEParams) SetVersion(version string)
- func (o *DeleteVersionByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithDefaults() *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithID(id string) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WithVersion(version string) *DeleteVersionByIDUsingDELETEParams
- func (o *DeleteVersionByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVersionByIDUsingDELETEReader
- type DeleteVersionByIDUsingDELETEUnauthorized
- type DeprecateByIDAndVersionUsingPOSTForbidden
- type DeprecateByIDAndVersionUsingPOSTInternalServerError
- type DeprecateByIDAndVersionUsingPOSTNotFound
- type DeprecateByIDAndVersionUsingPOSTOK
- type DeprecateByIDAndVersionUsingPOSTParams
- func NewDeprecateByIDAndVersionUsingPOSTParams() *DeprecateByIDAndVersionUsingPOSTParams
- func NewDeprecateByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *DeprecateByIDAndVersionUsingPOSTParams
- func NewDeprecateByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *DeprecateByIDAndVersionUsingPOSTParams
- func NewDeprecateByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetDefaults()
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetID(id string)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) SetVersion(version string)
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithDefaults() *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithID(id string) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WithVersion(version string) *DeprecateByIDAndVersionUsingPOSTParams
- func (o *DeprecateByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeprecateByIDAndVersionUsingPOSTReader
- type DeprecateByIDAndVersionUsingPOSTUnauthorized
- type GetCustomIntegrationVersionsByIDUsingGETForbidden
- type GetCustomIntegrationVersionsByIDUsingGETInternalServerError
- type GetCustomIntegrationVersionsByIDUsingGETNotFound
- type GetCustomIntegrationVersionsByIDUsingGETOK
- type GetCustomIntegrationVersionsByIDUsingGETParams
- func NewGetCustomIntegrationVersionsByIDUsingGETParams() *GetCustomIntegrationVersionsByIDUsingGETParams
- func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithContext(ctx context.Context) *GetCustomIntegrationVersionsByIDUsingGETParams
- func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetCustomIntegrationVersionsByIDUsingGETParams
- func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetAuthorization(authorization string)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetContext(ctx context.Context)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDefaults()
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarFilter(dollarFilter *string)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarOrderby(dollarOrderby *string)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarSkip(dollarSkip *string)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarTop(dollarTop *string)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetID(id string)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetPage(page *string)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithAuthorization(authorization string) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithContext(ctx context.Context) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDefaults() *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarFilter(dollarFilter *string) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarSkip(dollarSkip *string) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarTop(dollarTop *string) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithID(id string) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithPage(page *string) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetCustomIntegrationVersionsByIDUsingGETParams
- func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCustomIntegrationVersionsByIDUsingGETReader
- type GetCustomIntegrationVersionsByIDUsingGETUnauthorized
- type GetCustomIntegrationsUsingGETForbidden
- type GetCustomIntegrationsUsingGETInternalServerError
- type GetCustomIntegrationsUsingGETNotFound
- type GetCustomIntegrationsUsingGETOK
- type GetCustomIntegrationsUsingGETParams
- func NewGetCustomIntegrationsUsingGETParams() *GetCustomIntegrationsUsingGETParams
- func NewGetCustomIntegrationsUsingGETParamsWithContext(ctx context.Context) *GetCustomIntegrationsUsingGETParams
- func NewGetCustomIntegrationsUsingGETParamsWithHTTPClient(client *http.Client) *GetCustomIntegrationsUsingGETParams
- func NewGetCustomIntegrationsUsingGETParamsWithTimeout(timeout time.Duration) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetCustomIntegrationsUsingGETParams) SetAuthorization(authorization string)
- func (o *GetCustomIntegrationsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetCustomIntegrationsUsingGETParams) SetDefaults()
- func (o *GetCustomIntegrationsUsingGETParams) SetDollarFilter(dollarFilter *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetDollarOrderby(dollarOrderby *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetDollarSkip(dollarSkip *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetDollarTop(dollarTop *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetCustomIntegrationsUsingGETParams) SetPage(page *string)
- func (o *GetCustomIntegrationsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetCustomIntegrationsUsingGETParams) SetType(typeVar *string)
- func (o *GetCustomIntegrationsUsingGETParams) WithAPIVersion(aPIVersion string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithAuthorization(authorization string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithContext(ctx context.Context) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDefaults() *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDollarFilter(dollarFilter *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDollarSkip(dollarSkip *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithDollarTop(dollarTop *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithHTTPClient(client *http.Client) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithPage(page *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithTimeout(timeout time.Duration) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WithType(typeVar *string) *GetCustomIntegrationsUsingGETParams
- func (o *GetCustomIntegrationsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCustomIntegrationsUsingGETReader
- type GetCustomIntegrationsUsingGETUnauthorized
- type GetDraftByIDUsingGETForbidden
- type GetDraftByIDUsingGETInternalServerError
- type GetDraftByIDUsingGETNotFound
- type GetDraftByIDUsingGETOK
- type GetDraftByIDUsingGETParams
- func NewGetDraftByIDUsingGETParams() *GetDraftByIDUsingGETParams
- func NewGetDraftByIDUsingGETParamsWithContext(ctx context.Context) *GetDraftByIDUsingGETParams
- func NewGetDraftByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetDraftByIDUsingGETParams
- func NewGetDraftByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) SetAPIVersion(aPIVersion string)
- func (o *GetDraftByIDUsingGETParams) SetAuthorization(authorization string)
- func (o *GetDraftByIDUsingGETParams) SetContext(ctx context.Context)
- func (o *GetDraftByIDUsingGETParams) SetDefaults()
- func (o *GetDraftByIDUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetDraftByIDUsingGETParams) SetID(id string)
- func (o *GetDraftByIDUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetDraftByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithAuthorization(authorization string) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithContext(ctx context.Context) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithDefaults() *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithID(id string) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetDraftByIDUsingGETParams
- func (o *GetDraftByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDraftByIDUsingGETReader
- type GetDraftByIDUsingGETUnauthorized
- type GetVersionByIDUsingGETMixin3Forbidden
- type GetVersionByIDUsingGETMixin3InternalServerError
- type GetVersionByIDUsingGETMixin3NotFound
- type GetVersionByIDUsingGETMixin3OK
- type GetVersionByIDUsingGETMixin3Params
- func NewGetVersionByIDUsingGETMixin3Params() *GetVersionByIDUsingGETMixin3Params
- func NewGetVersionByIDUsingGETMixin3ParamsWithContext(ctx context.Context) *GetVersionByIDUsingGETMixin3Params
- func NewGetVersionByIDUsingGETMixin3ParamsWithHTTPClient(client *http.Client) *GetVersionByIDUsingGETMixin3Params
- func NewGetVersionByIDUsingGETMixin3ParamsWithTimeout(timeout time.Duration) *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) SetAPIVersion(aPIVersion string)
- func (o *GetVersionByIDUsingGETMixin3Params) SetAuthorization(authorization string)
- func (o *GetVersionByIDUsingGETMixin3Params) SetContext(ctx context.Context)
- func (o *GetVersionByIDUsingGETMixin3Params) SetDefaults()
- func (o *GetVersionByIDUsingGETMixin3Params) SetHTTPClient(client *http.Client)
- func (o *GetVersionByIDUsingGETMixin3Params) SetID(id string)
- func (o *GetVersionByIDUsingGETMixin3Params) SetTimeout(timeout time.Duration)
- func (o *GetVersionByIDUsingGETMixin3Params) SetVersion(version string)
- func (o *GetVersionByIDUsingGETMixin3Params) WithAPIVersion(aPIVersion string) *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) WithAuthorization(authorization string) *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) WithContext(ctx context.Context) *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) WithDefaults() *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) WithHTTPClient(client *http.Client) *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) WithID(id string) *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) WithTimeout(timeout time.Duration) *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) WithVersion(version string) *GetVersionByIDUsingGETMixin3Params
- func (o *GetVersionByIDUsingGETMixin3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVersionByIDUsingGETMixin3Reader
- type GetVersionByIDUsingGETMixin3Unauthorized
- type ReleaseByIDAndVersionUsingPOSTForbidden
- type ReleaseByIDAndVersionUsingPOSTInternalServerError
- type ReleaseByIDAndVersionUsingPOSTNotFound
- type ReleaseByIDAndVersionUsingPOSTOK
- type ReleaseByIDAndVersionUsingPOSTParams
- func NewReleaseByIDAndVersionUsingPOSTParams() *ReleaseByIDAndVersionUsingPOSTParams
- func NewReleaseByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *ReleaseByIDAndVersionUsingPOSTParams
- func NewReleaseByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *ReleaseByIDAndVersionUsingPOSTParams
- func NewReleaseByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetDefaults()
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetID(id string)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) SetVersion(version string)
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithDefaults() *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithID(id string) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WithVersion(version string) *ReleaseByIDAndVersionUsingPOSTParams
- func (o *ReleaseByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReleaseByIDAndVersionUsingPOSTReader
- type ReleaseByIDAndVersionUsingPOSTUnauthorized
- type RestoreByIDAndVersionUsingPOSTForbidden
- type RestoreByIDAndVersionUsingPOSTInternalServerError
- type RestoreByIDAndVersionUsingPOSTNotFound
- type RestoreByIDAndVersionUsingPOSTOK
- type RestoreByIDAndVersionUsingPOSTParams
- func NewRestoreByIDAndVersionUsingPOSTParams() *RestoreByIDAndVersionUsingPOSTParams
- func NewRestoreByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *RestoreByIDAndVersionUsingPOSTParams
- func NewRestoreByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *RestoreByIDAndVersionUsingPOSTParams
- func NewRestoreByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetDefaults()
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetID(id string)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *RestoreByIDAndVersionUsingPOSTParams) SetVersion(version string)
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithDefaults() *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithID(id string) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WithVersion(version string) *RestoreByIDAndVersionUsingPOSTParams
- func (o *RestoreByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreByIDAndVersionUsingPOSTReader
- type RestoreByIDAndVersionUsingPOSTUnauthorized
- type UpdateByIDUsingPUTForbidden
- type UpdateByIDUsingPUTInternalServerError
- type UpdateByIDUsingPUTNotFound
- type UpdateByIDUsingPUTOK
- type UpdateByIDUsingPUTParams
- func NewUpdateByIDUsingPUTParams() *UpdateByIDUsingPUTParams
- func NewUpdateByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateByIDUsingPUTParams
- func NewUpdateByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateByIDUsingPUTParams
- func NewUpdateByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) SetAPIVersion(aPIVersion string)
- func (o *UpdateByIDUsingPUTParams) SetAuthorization(authorization string)
- func (o *UpdateByIDUsingPUTParams) SetBody(body models.CustomIntegrationSpec)
- func (o *UpdateByIDUsingPUTParams) SetContext(ctx context.Context)
- func (o *UpdateByIDUsingPUTParams) SetDefaults()
- func (o *UpdateByIDUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *UpdateByIDUsingPUTParams) SetID(id string)
- func (o *UpdateByIDUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *UpdateByIDUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithAuthorization(authorization string) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithBody(body models.CustomIntegrationSpec) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithContext(ctx context.Context) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithDefaults() *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithID(id string) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateByIDUsingPUTParams
- func (o *UpdateByIDUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateByIDUsingPUTReader
- type UpdateByIDUsingPUTUnauthorized
- type VersionByIDUsingPOSTForbidden
- type VersionByIDUsingPOSTInternalServerError
- type VersionByIDUsingPOSTNotFound
- type VersionByIDUsingPOSTOK
- type VersionByIDUsingPOSTParams
- func NewVersionByIDUsingPOSTParams() *VersionByIDUsingPOSTParams
- func NewVersionByIDUsingPOSTParamsWithContext(ctx context.Context) *VersionByIDUsingPOSTParams
- func NewVersionByIDUsingPOSTParamsWithHTTPClient(client *http.Client) *VersionByIDUsingPOSTParams
- func NewVersionByIDUsingPOSTParamsWithTimeout(timeout time.Duration) *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *VersionByIDUsingPOSTParams) SetAuthorization(authorization string)
- func (o *VersionByIDUsingPOSTParams) SetBody(body models.VersionRequest)
- func (o *VersionByIDUsingPOSTParams) SetContext(ctx context.Context)
- func (o *VersionByIDUsingPOSTParams) SetDefaults()
- func (o *VersionByIDUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *VersionByIDUsingPOSTParams) SetID(id string)
- func (o *VersionByIDUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *VersionByIDUsingPOSTParams) WithAPIVersion(aPIVersion string) *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) WithAuthorization(authorization string) *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) WithBody(body models.VersionRequest) *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) WithContext(ctx context.Context) *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) WithDefaults() *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) WithHTTPClient(client *http.Client) *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) WithID(id string) *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) WithTimeout(timeout time.Duration) *VersionByIDUsingPOSTParams
- func (o *VersionByIDUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VersionByIDUsingPOSTReader
- type VersionByIDUsingPOSTUnauthorized
- type WithdrawByIDAndVersionUsingPOSTForbidden
- type WithdrawByIDAndVersionUsingPOSTInternalServerError
- type WithdrawByIDAndVersionUsingPOSTNotFound
- type WithdrawByIDAndVersionUsingPOSTOK
- type WithdrawByIDAndVersionUsingPOSTParams
- func NewWithdrawByIDAndVersionUsingPOSTParams() *WithdrawByIDAndVersionUsingPOSTParams
- func NewWithdrawByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *WithdrawByIDAndVersionUsingPOSTParams
- func NewWithdrawByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *WithdrawByIDAndVersionUsingPOSTParams
- func NewWithdrawByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetDefaults()
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetID(id string)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) SetVersion(version string)
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithDefaults() *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithID(id string) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WithVersion(version string) *WithdrawByIDAndVersionUsingPOSTParams
- func (o *WithdrawByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WithdrawByIDAndVersionUsingPOSTReader
- type WithdrawByIDAndVersionUsingPOSTUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for custom integrations API
func (*Client) CreateUsingPOST ¶
func (a *Client) CreateUsingPOST(params *CreateUsingPOSTParams, opts ...ClientOption) (*CreateUsingPOSTOK, error)
CreateUsingPOST creates a custom integration
Create a Custom Integration to be consumed in pipelines as custom tasks
func (*Client) DeleteDraftByIDUsingDELETE ¶
func (a *Client) DeleteDraftByIDUsingDELETE(params *DeleteDraftByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDraftByIDUsingDELETEOK, error)
DeleteDraftByIDUsingDELETE deletes a custom integration and its versions
Delete a Custom Integration with the given id and all its versions
func (*Client) DeleteVersionByIDUsingDELETE ¶
func (a *Client) DeleteVersionByIDUsingDELETE(params *DeleteVersionByIDUsingDELETEParams, opts ...ClientOption) (*DeleteVersionByIDUsingDELETEOK, error)
DeleteVersionByIDUsingDELETE deletes a custom integration version
Delete a Custom Integration version with the given id and version
func (*Client) DeprecateByIDAndVersionUsingPOST ¶
func (a *Client) DeprecateByIDAndVersionUsingPOST(params *DeprecateByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*DeprecateByIDAndVersionUsingPOSTOK, error)
DeprecateByIDAndVersionUsingPOST deprecates a custom integration version
Deprecate a Custom Integration version
func (*Client) GetCustomIntegrationVersionsByIDUsingGET ¶
func (a *Client) GetCustomIntegrationVersionsByIDUsingGET(params *GetCustomIntegrationVersionsByIDUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationVersionsByIDUsingGETOK, error)
GetCustomIntegrationVersionsByIDUsingGET gets all versions of a custom integration by id
Get all versions of a Custom Integration with specified id, paging and filter parameters
func (*Client) GetCustomIntegrationsUsingGET ¶
func (a *Client) GetCustomIntegrationsUsingGET(params *GetCustomIntegrationsUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationsUsingGETOK, error)
GetCustomIntegrationsUsingGET gets all custom integrations
Get all Custom Integrations with specified paging and filter parameters.
func (*Client) GetDraftByIDUsingGET ¶
func (a *Client) GetDraftByIDUsingGET(params *GetDraftByIDUsingGETParams, opts ...ClientOption) (*GetDraftByIDUsingGETOK, error)
GetDraftByIDUsingGET gets a custom integration by id
Get details of a Custom Integration with the given id
func (*Client) GetVersionByIDUsingGETMixin3 ¶
func (a *Client) GetVersionByIDUsingGETMixin3(params *GetVersionByIDUsingGETMixin3Params, opts ...ClientOption) (*GetVersionByIDUsingGETMixin3OK, error)
GetVersionByIDUsingGETMixin3 gets a custom integration by version
Get a Custom Integration with the given id and version
func (*Client) ReleaseByIDAndVersionUsingPOST ¶
func (a *Client) ReleaseByIDAndVersionUsingPOST(params *ReleaseByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*ReleaseByIDAndVersionUsingPOSTOK, error)
ReleaseByIDAndVersionUsingPOST releases a custom integration version
Release a Custom Integration version to be consumable in pipelines
func (*Client) RestoreByIDAndVersionUsingPOST ¶
func (a *Client) RestoreByIDAndVersionUsingPOST(params *RestoreByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*RestoreByIDAndVersionUsingPOSTOK, error)
RestoreByIDAndVersionUsingPOST restores a custom integration from a version to current draft
Restore a Custom Integration from the given version to the current draft
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateByIDUsingPUT ¶
func (a *Client) UpdateByIDUsingPUT(params *UpdateByIDUsingPUTParams, opts ...ClientOption) (*UpdateByIDUsingPUTOK, error)
UpdateByIDUsingPUT updates a custom integration by id
Update a Custom Integration with the given id
func (*Client) VersionByIDUsingPOST ¶
func (a *Client) VersionByIDUsingPOST(params *VersionByIDUsingPOSTParams, opts ...ClientOption) (*VersionByIDUsingPOSTOK, error)
VersionByIDUsingPOST creates a custom integration version
Create a Custom Integration version from the current draft
func (*Client) WithdrawByIDAndVersionUsingPOST ¶
func (a *Client) WithdrawByIDAndVersionUsingPOST(params *WithdrawByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*WithdrawByIDAndVersionUsingPOSTOK, error)
WithdrawByIDAndVersionUsingPOST withdraws a custom integration version
Withdraw a released/deprecated Custom Integration version to make it un-consumable in pipelines
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface {
CreateUsingPOST(params *CreateUsingPOSTParams, opts ...ClientOption) (*CreateUsingPOSTOK, error)
DeleteDraftByIDUsingDELETE(params *DeleteDraftByIDUsingDELETEParams, opts ...ClientOption) (*DeleteDraftByIDUsingDELETEOK, error)
DeleteVersionByIDUsingDELETE(params *DeleteVersionByIDUsingDELETEParams, opts ...ClientOption) (*DeleteVersionByIDUsingDELETEOK, error)
DeprecateByIDAndVersionUsingPOST(params *DeprecateByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*DeprecateByIDAndVersionUsingPOSTOK, error)
GetCustomIntegrationVersionsByIDUsingGET(params *GetCustomIntegrationVersionsByIDUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationVersionsByIDUsingGETOK, error)
GetCustomIntegrationsUsingGET(params *GetCustomIntegrationsUsingGETParams, opts ...ClientOption) (*GetCustomIntegrationsUsingGETOK, error)
GetDraftByIDUsingGET(params *GetDraftByIDUsingGETParams, opts ...ClientOption) (*GetDraftByIDUsingGETOK, error)
GetVersionByIDUsingGETMixin3(params *GetVersionByIDUsingGETMixin3Params, opts ...ClientOption) (*GetVersionByIDUsingGETMixin3OK, error)
ReleaseByIDAndVersionUsingPOST(params *ReleaseByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*ReleaseByIDAndVersionUsingPOSTOK, error)
RestoreByIDAndVersionUsingPOST(params *RestoreByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*RestoreByIDAndVersionUsingPOSTOK, error)
UpdateByIDUsingPUT(params *UpdateByIDUsingPUTParams, opts ...ClientOption) (*UpdateByIDUsingPUTOK, error)
VersionByIDUsingPOST(params *VersionByIDUsingPOSTParams, opts ...ClientOption) (*VersionByIDUsingPOSTOK, error)
WithdrawByIDAndVersionUsingPOST(params *WithdrawByIDAndVersionUsingPOSTParams, opts ...ClientOption) (*WithdrawByIDAndVersionUsingPOSTOK, 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 custom integrations API client.
type CreateUsingPOSTForbidden ¶
type CreateUsingPOSTForbidden struct {
}
CreateUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateUsingPOSTForbidden ¶
func NewCreateUsingPOSTForbidden() *CreateUsingPOSTForbidden
NewCreateUsingPOSTForbidden creates a CreateUsingPOSTForbidden with default headers values
func (*CreateUsingPOSTForbidden) Error ¶
func (o *CreateUsingPOSTForbidden) Error() string
type CreateUsingPOSTInternalServerError ¶
type CreateUsingPOSTInternalServerError struct {
}
CreateUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewCreateUsingPOSTInternalServerError ¶
func NewCreateUsingPOSTInternalServerError() *CreateUsingPOSTInternalServerError
NewCreateUsingPOSTInternalServerError creates a CreateUsingPOSTInternalServerError with default headers values
func (*CreateUsingPOSTInternalServerError) Error ¶
func (o *CreateUsingPOSTInternalServerError) Error() string
type CreateUsingPOSTNotFound ¶
CreateUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateUsingPOSTNotFound ¶
func NewCreateUsingPOSTNotFound() *CreateUsingPOSTNotFound
NewCreateUsingPOSTNotFound creates a CreateUsingPOSTNotFound with default headers values
func (*CreateUsingPOSTNotFound) Error ¶
func (o *CreateUsingPOSTNotFound) Error() string
func (*CreateUsingPOSTNotFound) GetPayload ¶
func (o *CreateUsingPOSTNotFound) GetPayload() *models.Error
type CreateUsingPOSTOK ¶
type CreateUsingPOSTOK struct {
Payload models.CustomIntegration
}
CreateUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewCreateUsingPOSTOK ¶
func NewCreateUsingPOSTOK() *CreateUsingPOSTOK
NewCreateUsingPOSTOK creates a CreateUsingPOSTOK with default headers values
func (*CreateUsingPOSTOK) Error ¶
func (o *CreateUsingPOSTOK) Error() string
func (*CreateUsingPOSTOK) GetPayload ¶
func (o *CreateUsingPOSTOK) GetPayload() models.CustomIntegration
type CreateUsingPOSTParams ¶
type CreateUsingPOSTParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* Body.
Custom Integration specification
*/
Body models.CustomIntegrationSpec
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateUsingPOSTParams contains all the parameters to send to the API endpoint
for the create using p o s t operation. Typically these are written to a http.Request.
func NewCreateUsingPOSTParams ¶
func NewCreateUsingPOSTParams() *CreateUsingPOSTParams
NewCreateUsingPOSTParams creates a new CreateUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateUsingPOSTParamsWithContext ¶
func NewCreateUsingPOSTParamsWithContext(ctx context.Context) *CreateUsingPOSTParams
NewCreateUsingPOSTParamsWithContext creates a new CreateUsingPOSTParams object with the ability to set a context for a request.
func NewCreateUsingPOSTParamsWithHTTPClient ¶
func NewCreateUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateUsingPOSTParams
NewCreateUsingPOSTParamsWithHTTPClient creates a new CreateUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewCreateUsingPOSTParamsWithTimeout ¶
func NewCreateUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateUsingPOSTParams
NewCreateUsingPOSTParamsWithTimeout creates a new CreateUsingPOSTParams object with the ability to set a timeout on a request.
func (*CreateUsingPOSTParams) SetAPIVersion ¶
func (o *CreateUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the create using p o s t params
func (*CreateUsingPOSTParams) SetAuthorization ¶
func (o *CreateUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the create using p o s t params
func (*CreateUsingPOSTParams) SetBody ¶
func (o *CreateUsingPOSTParams) SetBody(body models.CustomIntegrationSpec)
SetBody adds the body to the create using p o s t params
func (*CreateUsingPOSTParams) SetContext ¶
func (o *CreateUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create using p o s t params
func (*CreateUsingPOSTParams) SetDefaults ¶
func (o *CreateUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the create using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateUsingPOSTParams) SetHTTPClient ¶
func (o *CreateUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create using p o s t params
func (*CreateUsingPOSTParams) SetTimeout ¶
func (o *CreateUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create using p o s t params
func (*CreateUsingPOSTParams) WithAPIVersion ¶
func (o *CreateUsingPOSTParams) WithAPIVersion(aPIVersion string) *CreateUsingPOSTParams
WithAPIVersion adds the aPIVersion to the create using p o s t params
func (*CreateUsingPOSTParams) WithAuthorization ¶
func (o *CreateUsingPOSTParams) WithAuthorization(authorization string) *CreateUsingPOSTParams
WithAuthorization adds the authorization to the create using p o s t params
func (*CreateUsingPOSTParams) WithBody ¶
func (o *CreateUsingPOSTParams) WithBody(body models.CustomIntegrationSpec) *CreateUsingPOSTParams
WithBody adds the body to the create using p o s t params
func (*CreateUsingPOSTParams) WithContext ¶
func (o *CreateUsingPOSTParams) WithContext(ctx context.Context) *CreateUsingPOSTParams
WithContext adds the context to the create using p o s t params
func (*CreateUsingPOSTParams) WithDefaults ¶
func (o *CreateUsingPOSTParams) WithDefaults() *CreateUsingPOSTParams
WithDefaults hydrates default values in the create using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateUsingPOSTParams) WithHTTPClient ¶
func (o *CreateUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create using p o s t params
func (*CreateUsingPOSTParams) WithTimeout ¶
func (o *CreateUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateUsingPOSTParams
WithTimeout adds the timeout to the create using p o s t params
func (*CreateUsingPOSTParams) WriteToRequest ¶
func (o *CreateUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateUsingPOSTReader ¶
type CreateUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateUsingPOSTReader is a Reader for the CreateUsingPOST structure.
func (*CreateUsingPOSTReader) ReadResponse ¶
func (o *CreateUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateUsingPOSTUnauthorized ¶
type CreateUsingPOSTUnauthorized struct {
}
CreateUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewCreateUsingPOSTUnauthorized ¶
func NewCreateUsingPOSTUnauthorized() *CreateUsingPOSTUnauthorized
NewCreateUsingPOSTUnauthorized creates a CreateUsingPOSTUnauthorized with default headers values
func (*CreateUsingPOSTUnauthorized) Error ¶
func (o *CreateUsingPOSTUnauthorized) Error() string
type DeleteDraftByIDUsingDELETEForbidden ¶
type DeleteDraftByIDUsingDELETEForbidden struct {
}
DeleteDraftByIDUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteDraftByIDUsingDELETEForbidden ¶
func NewDeleteDraftByIDUsingDELETEForbidden() *DeleteDraftByIDUsingDELETEForbidden
NewDeleteDraftByIDUsingDELETEForbidden creates a DeleteDraftByIDUsingDELETEForbidden with default headers values
func (*DeleteDraftByIDUsingDELETEForbidden) Error ¶
func (o *DeleteDraftByIDUsingDELETEForbidden) Error() string
type DeleteDraftByIDUsingDELETEInternalServerError ¶
type DeleteDraftByIDUsingDELETEInternalServerError struct {
}
DeleteDraftByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeleteDraftByIDUsingDELETEInternalServerError ¶
func NewDeleteDraftByIDUsingDELETEInternalServerError() *DeleteDraftByIDUsingDELETEInternalServerError
NewDeleteDraftByIDUsingDELETEInternalServerError creates a DeleteDraftByIDUsingDELETEInternalServerError with default headers values
func (*DeleteDraftByIDUsingDELETEInternalServerError) Error ¶
func (o *DeleteDraftByIDUsingDELETEInternalServerError) Error() string
type DeleteDraftByIDUsingDELETENotFound ¶
DeleteDraftByIDUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteDraftByIDUsingDELETENotFound ¶
func NewDeleteDraftByIDUsingDELETENotFound() *DeleteDraftByIDUsingDELETENotFound
NewDeleteDraftByIDUsingDELETENotFound creates a DeleteDraftByIDUsingDELETENotFound with default headers values
func (*DeleteDraftByIDUsingDELETENotFound) Error ¶
func (o *DeleteDraftByIDUsingDELETENotFound) Error() string
func (*DeleteDraftByIDUsingDELETENotFound) GetPayload ¶
func (o *DeleteDraftByIDUsingDELETENotFound) GetPayload() *models.Error
type DeleteDraftByIDUsingDELETEOK ¶
type DeleteDraftByIDUsingDELETEOK struct {
Payload models.CustomIntegration
}
DeleteDraftByIDUsingDELETEOK describes a response with status code 200, with default header values.
OK
func NewDeleteDraftByIDUsingDELETEOK ¶
func NewDeleteDraftByIDUsingDELETEOK() *DeleteDraftByIDUsingDELETEOK
NewDeleteDraftByIDUsingDELETEOK creates a DeleteDraftByIDUsingDELETEOK with default headers values
func (*DeleteDraftByIDUsingDELETEOK) Error ¶
func (o *DeleteDraftByIDUsingDELETEOK) Error() string
func (*DeleteDraftByIDUsingDELETEOK) GetPayload ¶
func (o *DeleteDraftByIDUsingDELETEOK) GetPayload() models.CustomIntegration
type DeleteDraftByIDUsingDELETEParams ¶
type DeleteDraftByIDUsingDELETEParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
/* Type.
The type of the Custom Integration
Default: "all"
*/
Type string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteDraftByIDUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete draft by Id using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteDraftByIDUsingDELETEParams ¶
func NewDeleteDraftByIDUsingDELETEParams() *DeleteDraftByIDUsingDELETEParams
NewDeleteDraftByIDUsingDELETEParams creates a new DeleteDraftByIDUsingDELETEParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteDraftByIDUsingDELETEParamsWithContext ¶
func NewDeleteDraftByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteDraftByIDUsingDELETEParams
NewDeleteDraftByIDUsingDELETEParamsWithContext creates a new DeleteDraftByIDUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteDraftByIDUsingDELETEParamsWithHTTPClient ¶
func NewDeleteDraftByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDraftByIDUsingDELETEParams
NewDeleteDraftByIDUsingDELETEParamsWithHTTPClient creates a new DeleteDraftByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDraftByIDUsingDELETEParamsWithTimeout ¶
func NewDeleteDraftByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDraftByIDUsingDELETEParams
NewDeleteDraftByIDUsingDELETEParamsWithTimeout creates a new DeleteDraftByIDUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteDraftByIDUsingDELETEParams) SetAPIVersion ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetAuthorization ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetContext ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetDefaults ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete draft by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDraftByIDUsingDELETEParams) SetHTTPClient ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetID ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetID(id string)
SetID adds the id to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetTimeout ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) SetType ¶
func (o *DeleteDraftByIDUsingDELETEParams) SetType(typeVar string)
SetType adds the type to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithAPIVersion ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteDraftByIDUsingDELETEParams
WithAPIVersion adds the aPIVersion to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithAuthorization ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteDraftByIDUsingDELETEParams
WithAuthorization adds the authorization to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithContext ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteDraftByIDUsingDELETEParams
WithContext adds the context to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithDefaults ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithDefaults() *DeleteDraftByIDUsingDELETEParams
WithDefaults hydrates default values in the delete draft by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDraftByIDUsingDELETEParams) WithHTTPClient ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteDraftByIDUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithID ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithID(id string) *DeleteDraftByIDUsingDELETEParams
WithID adds the id to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithTimeout ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteDraftByIDUsingDELETEParams
WithTimeout adds the timeout to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WithType ¶
func (o *DeleteDraftByIDUsingDELETEParams) WithType(typeVar string) *DeleteDraftByIDUsingDELETEParams
WithType adds the typeVar to the delete draft by Id using d e l e t e params
func (*DeleteDraftByIDUsingDELETEParams) WriteToRequest ¶
func (o *DeleteDraftByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDraftByIDUsingDELETEReader ¶
type DeleteDraftByIDUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteDraftByIDUsingDELETEReader is a Reader for the DeleteDraftByIDUsingDELETE structure.
func (*DeleteDraftByIDUsingDELETEReader) ReadResponse ¶
func (o *DeleteDraftByIDUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDraftByIDUsingDELETEUnauthorized ¶
type DeleteDraftByIDUsingDELETEUnauthorized struct {
}
DeleteDraftByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeleteDraftByIDUsingDELETEUnauthorized ¶
func NewDeleteDraftByIDUsingDELETEUnauthorized() *DeleteDraftByIDUsingDELETEUnauthorized
NewDeleteDraftByIDUsingDELETEUnauthorized creates a DeleteDraftByIDUsingDELETEUnauthorized with default headers values
func (*DeleteDraftByIDUsingDELETEUnauthorized) Error ¶
func (o *DeleteDraftByIDUsingDELETEUnauthorized) Error() string
type DeleteVersionByIDUsingDELETEForbidden ¶
type DeleteVersionByIDUsingDELETEForbidden struct {
}
DeleteVersionByIDUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteVersionByIDUsingDELETEForbidden ¶
func NewDeleteVersionByIDUsingDELETEForbidden() *DeleteVersionByIDUsingDELETEForbidden
NewDeleteVersionByIDUsingDELETEForbidden creates a DeleteVersionByIDUsingDELETEForbidden with default headers values
func (*DeleteVersionByIDUsingDELETEForbidden) Error ¶
func (o *DeleteVersionByIDUsingDELETEForbidden) Error() string
type DeleteVersionByIDUsingDELETEInternalServerError ¶
type DeleteVersionByIDUsingDELETEInternalServerError struct {
}
DeleteVersionByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeleteVersionByIDUsingDELETEInternalServerError ¶
func NewDeleteVersionByIDUsingDELETEInternalServerError() *DeleteVersionByIDUsingDELETEInternalServerError
NewDeleteVersionByIDUsingDELETEInternalServerError creates a DeleteVersionByIDUsingDELETEInternalServerError with default headers values
func (*DeleteVersionByIDUsingDELETEInternalServerError) Error ¶
func (o *DeleteVersionByIDUsingDELETEInternalServerError) Error() string
type DeleteVersionByIDUsingDELETENotFound ¶
DeleteVersionByIDUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteVersionByIDUsingDELETENotFound ¶
func NewDeleteVersionByIDUsingDELETENotFound() *DeleteVersionByIDUsingDELETENotFound
NewDeleteVersionByIDUsingDELETENotFound creates a DeleteVersionByIDUsingDELETENotFound with default headers values
func (*DeleteVersionByIDUsingDELETENotFound) Error ¶
func (o *DeleteVersionByIDUsingDELETENotFound) Error() string
func (*DeleteVersionByIDUsingDELETENotFound) GetPayload ¶
func (o *DeleteVersionByIDUsingDELETENotFound) GetPayload() *models.Error
type DeleteVersionByIDUsingDELETEOK ¶
type DeleteVersionByIDUsingDELETEOK struct {
Payload models.CustomIntegration
}
DeleteVersionByIDUsingDELETEOK describes a response with status code 200, with default header values.
OK
func NewDeleteVersionByIDUsingDELETEOK ¶
func NewDeleteVersionByIDUsingDELETEOK() *DeleteVersionByIDUsingDELETEOK
NewDeleteVersionByIDUsingDELETEOK creates a DeleteVersionByIDUsingDELETEOK with default headers values
func (*DeleteVersionByIDUsingDELETEOK) Error ¶
func (o *DeleteVersionByIDUsingDELETEOK) Error() string
func (*DeleteVersionByIDUsingDELETEOK) GetPayload ¶
func (o *DeleteVersionByIDUsingDELETEOK) GetPayload() models.CustomIntegration
type DeleteVersionByIDUsingDELETEParams ¶
type DeleteVersionByIDUsingDELETEParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
/* Version.
The version of the Custom Integration
*/
Version string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteVersionByIDUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete version by Id using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteVersionByIDUsingDELETEParams ¶
func NewDeleteVersionByIDUsingDELETEParams() *DeleteVersionByIDUsingDELETEParams
NewDeleteVersionByIDUsingDELETEParams creates a new DeleteVersionByIDUsingDELETEParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteVersionByIDUsingDELETEParamsWithContext ¶
func NewDeleteVersionByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteVersionByIDUsingDELETEParams
NewDeleteVersionByIDUsingDELETEParamsWithContext creates a new DeleteVersionByIDUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteVersionByIDUsingDELETEParamsWithHTTPClient ¶
func NewDeleteVersionByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteVersionByIDUsingDELETEParams
NewDeleteVersionByIDUsingDELETEParamsWithHTTPClient creates a new DeleteVersionByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteVersionByIDUsingDELETEParamsWithTimeout ¶
func NewDeleteVersionByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteVersionByIDUsingDELETEParams
NewDeleteVersionByIDUsingDELETEParamsWithTimeout creates a new DeleteVersionByIDUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteVersionByIDUsingDELETEParams) SetAPIVersion ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetAuthorization ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetContext ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetDefaults ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete version by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteVersionByIDUsingDELETEParams) SetHTTPClient ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetID ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetID(id string)
SetID adds the id to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetTimeout ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) SetVersion ¶
func (o *DeleteVersionByIDUsingDELETEParams) SetVersion(version string)
SetVersion adds the version to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithAPIVersion ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithAPIVersion(aPIVersion string) *DeleteVersionByIDUsingDELETEParams
WithAPIVersion adds the aPIVersion to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithAuthorization ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithAuthorization(authorization string) *DeleteVersionByIDUsingDELETEParams
WithAuthorization adds the authorization to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithContext ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithContext(ctx context.Context) *DeleteVersionByIDUsingDELETEParams
WithContext adds the context to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithDefaults ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithDefaults() *DeleteVersionByIDUsingDELETEParams
WithDefaults hydrates default values in the delete version by Id using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteVersionByIDUsingDELETEParams) WithHTTPClient ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteVersionByIDUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithID ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithID(id string) *DeleteVersionByIDUsingDELETEParams
WithID adds the id to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithTimeout ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteVersionByIDUsingDELETEParams
WithTimeout adds the timeout to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WithVersion ¶
func (o *DeleteVersionByIDUsingDELETEParams) WithVersion(version string) *DeleteVersionByIDUsingDELETEParams
WithVersion adds the version to the delete version by Id using d e l e t e params
func (*DeleteVersionByIDUsingDELETEParams) WriteToRequest ¶
func (o *DeleteVersionByIDUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteVersionByIDUsingDELETEReader ¶
type DeleteVersionByIDUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteVersionByIDUsingDELETEReader is a Reader for the DeleteVersionByIDUsingDELETE structure.
func (*DeleteVersionByIDUsingDELETEReader) ReadResponse ¶
func (o *DeleteVersionByIDUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteVersionByIDUsingDELETEUnauthorized ¶
type DeleteVersionByIDUsingDELETEUnauthorized struct {
}
DeleteVersionByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeleteVersionByIDUsingDELETEUnauthorized ¶
func NewDeleteVersionByIDUsingDELETEUnauthorized() *DeleteVersionByIDUsingDELETEUnauthorized
NewDeleteVersionByIDUsingDELETEUnauthorized creates a DeleteVersionByIDUsingDELETEUnauthorized with default headers values
func (*DeleteVersionByIDUsingDELETEUnauthorized) Error ¶
func (o *DeleteVersionByIDUsingDELETEUnauthorized) Error() string
type DeprecateByIDAndVersionUsingPOSTForbidden ¶
type DeprecateByIDAndVersionUsingPOSTForbidden struct {
}
DeprecateByIDAndVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeprecateByIDAndVersionUsingPOSTForbidden ¶
func NewDeprecateByIDAndVersionUsingPOSTForbidden() *DeprecateByIDAndVersionUsingPOSTForbidden
NewDeprecateByIDAndVersionUsingPOSTForbidden creates a DeprecateByIDAndVersionUsingPOSTForbidden with default headers values
func (*DeprecateByIDAndVersionUsingPOSTForbidden) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTForbidden) Error() string
type DeprecateByIDAndVersionUsingPOSTInternalServerError ¶
type DeprecateByIDAndVersionUsingPOSTInternalServerError struct {
}
DeprecateByIDAndVersionUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewDeprecateByIDAndVersionUsingPOSTInternalServerError ¶
func NewDeprecateByIDAndVersionUsingPOSTInternalServerError() *DeprecateByIDAndVersionUsingPOSTInternalServerError
NewDeprecateByIDAndVersionUsingPOSTInternalServerError creates a DeprecateByIDAndVersionUsingPOSTInternalServerError with default headers values
func (*DeprecateByIDAndVersionUsingPOSTInternalServerError) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTInternalServerError) Error() string
type DeprecateByIDAndVersionUsingPOSTNotFound ¶
DeprecateByIDAndVersionUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeprecateByIDAndVersionUsingPOSTNotFound ¶
func NewDeprecateByIDAndVersionUsingPOSTNotFound() *DeprecateByIDAndVersionUsingPOSTNotFound
NewDeprecateByIDAndVersionUsingPOSTNotFound creates a DeprecateByIDAndVersionUsingPOSTNotFound with default headers values
func (*DeprecateByIDAndVersionUsingPOSTNotFound) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) Error() string
func (*DeprecateByIDAndVersionUsingPOSTNotFound) GetPayload ¶
func (o *DeprecateByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
type DeprecateByIDAndVersionUsingPOSTOK ¶
type DeprecateByIDAndVersionUsingPOSTOK struct {
Payload models.CustomIntegration
}
DeprecateByIDAndVersionUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewDeprecateByIDAndVersionUsingPOSTOK ¶
func NewDeprecateByIDAndVersionUsingPOSTOK() *DeprecateByIDAndVersionUsingPOSTOK
NewDeprecateByIDAndVersionUsingPOSTOK creates a DeprecateByIDAndVersionUsingPOSTOK with default headers values
func (*DeprecateByIDAndVersionUsingPOSTOK) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTOK) Error() string
func (*DeprecateByIDAndVersionUsingPOSTOK) GetPayload ¶
func (o *DeprecateByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
type DeprecateByIDAndVersionUsingPOSTParams ¶
type DeprecateByIDAndVersionUsingPOSTParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
/* Version.
The version of the Custom Integration
*/
Version string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeprecateByIDAndVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the deprecate by Id and version using p o s t operation. Typically these are written to a http.Request.
func NewDeprecateByIDAndVersionUsingPOSTParams ¶
func NewDeprecateByIDAndVersionUsingPOSTParams() *DeprecateByIDAndVersionUsingPOSTParams
NewDeprecateByIDAndVersionUsingPOSTParams creates a new DeprecateByIDAndVersionUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeprecateByIDAndVersionUsingPOSTParamsWithContext ¶
func NewDeprecateByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *DeprecateByIDAndVersionUsingPOSTParams
NewDeprecateByIDAndVersionUsingPOSTParamsWithContext creates a new DeprecateByIDAndVersionUsingPOSTParams object with the ability to set a context for a request.
func NewDeprecateByIDAndVersionUsingPOSTParamsWithHTTPClient ¶
func NewDeprecateByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *DeprecateByIDAndVersionUsingPOSTParams
NewDeprecateByIDAndVersionUsingPOSTParamsWithHTTPClient creates a new DeprecateByIDAndVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewDeprecateByIDAndVersionUsingPOSTParamsWithTimeout ¶
func NewDeprecateByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *DeprecateByIDAndVersionUsingPOSTParams
NewDeprecateByIDAndVersionUsingPOSTParamsWithTimeout creates a new DeprecateByIDAndVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*DeprecateByIDAndVersionUsingPOSTParams) SetAPIVersion ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetAuthorization ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetContext ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetDefaults ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the deprecate by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*DeprecateByIDAndVersionUsingPOSTParams) SetHTTPClient ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetID ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetID(id string)
SetID adds the id to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetTimeout ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) SetVersion ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) SetVersion(version string)
SetVersion adds the version to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithAPIVersion ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *DeprecateByIDAndVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithAuthorization ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *DeprecateByIDAndVersionUsingPOSTParams
WithAuthorization adds the authorization to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithContext ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *DeprecateByIDAndVersionUsingPOSTParams
WithContext adds the context to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithDefaults ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithDefaults() *DeprecateByIDAndVersionUsingPOSTParams
WithDefaults hydrates default values in the deprecate by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*DeprecateByIDAndVersionUsingPOSTParams) WithHTTPClient ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *DeprecateByIDAndVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithID ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithID(id string) *DeprecateByIDAndVersionUsingPOSTParams
WithID adds the id to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithTimeout ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *DeprecateByIDAndVersionUsingPOSTParams
WithTimeout adds the timeout to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WithVersion ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WithVersion(version string) *DeprecateByIDAndVersionUsingPOSTParams
WithVersion adds the version to the deprecate by Id and version using p o s t params
func (*DeprecateByIDAndVersionUsingPOSTParams) WriteToRequest ¶
func (o *DeprecateByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeprecateByIDAndVersionUsingPOSTReader ¶
type DeprecateByIDAndVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
DeprecateByIDAndVersionUsingPOSTReader is a Reader for the DeprecateByIDAndVersionUsingPOST structure.
func (*DeprecateByIDAndVersionUsingPOSTReader) ReadResponse ¶
func (o *DeprecateByIDAndVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeprecateByIDAndVersionUsingPOSTUnauthorized ¶
type DeprecateByIDAndVersionUsingPOSTUnauthorized struct {
}
DeprecateByIDAndVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewDeprecateByIDAndVersionUsingPOSTUnauthorized ¶
func NewDeprecateByIDAndVersionUsingPOSTUnauthorized() *DeprecateByIDAndVersionUsingPOSTUnauthorized
NewDeprecateByIDAndVersionUsingPOSTUnauthorized creates a DeprecateByIDAndVersionUsingPOSTUnauthorized with default headers values
func (*DeprecateByIDAndVersionUsingPOSTUnauthorized) Error ¶
func (o *DeprecateByIDAndVersionUsingPOSTUnauthorized) Error() string
type GetCustomIntegrationVersionsByIDUsingGETForbidden ¶
type GetCustomIntegrationVersionsByIDUsingGETForbidden struct {
}
GetCustomIntegrationVersionsByIDUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCustomIntegrationVersionsByIDUsingGETForbidden ¶
func NewGetCustomIntegrationVersionsByIDUsingGETForbidden() *GetCustomIntegrationVersionsByIDUsingGETForbidden
NewGetCustomIntegrationVersionsByIDUsingGETForbidden creates a GetCustomIntegrationVersionsByIDUsingGETForbidden with default headers values
func (*GetCustomIntegrationVersionsByIDUsingGETForbidden) Error ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETForbidden) Error() string
type GetCustomIntegrationVersionsByIDUsingGETInternalServerError ¶
type GetCustomIntegrationVersionsByIDUsingGETInternalServerError struct {
}
GetCustomIntegrationVersionsByIDUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetCustomIntegrationVersionsByIDUsingGETInternalServerError ¶
func NewGetCustomIntegrationVersionsByIDUsingGETInternalServerError() *GetCustomIntegrationVersionsByIDUsingGETInternalServerError
NewGetCustomIntegrationVersionsByIDUsingGETInternalServerError creates a GetCustomIntegrationVersionsByIDUsingGETInternalServerError with default headers values
func (*GetCustomIntegrationVersionsByIDUsingGETInternalServerError) Error ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETInternalServerError) Error() string
type GetCustomIntegrationVersionsByIDUsingGETNotFound ¶
GetCustomIntegrationVersionsByIDUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetCustomIntegrationVersionsByIDUsingGETNotFound ¶
func NewGetCustomIntegrationVersionsByIDUsingGETNotFound() *GetCustomIntegrationVersionsByIDUsingGETNotFound
NewGetCustomIntegrationVersionsByIDUsingGETNotFound creates a GetCustomIntegrationVersionsByIDUsingGETNotFound with default headers values
func (*GetCustomIntegrationVersionsByIDUsingGETNotFound) Error ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETNotFound) Error() string
func (*GetCustomIntegrationVersionsByIDUsingGETNotFound) GetPayload ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETNotFound) GetPayload() *models.Error
type GetCustomIntegrationVersionsByIDUsingGETOK ¶
type GetCustomIntegrationVersionsByIDUsingGETOK struct {
Payload models.CustomIntegrations
}
GetCustomIntegrationVersionsByIDUsingGETOK describes a response with status code 200, with default header values.
'Success' with requested versions for Custom Integration
func NewGetCustomIntegrationVersionsByIDUsingGETOK ¶
func NewGetCustomIntegrationVersionsByIDUsingGETOK() *GetCustomIntegrationVersionsByIDUsingGETOK
NewGetCustomIntegrationVersionsByIDUsingGETOK creates a GetCustomIntegrationVersionsByIDUsingGETOK with default headers values
func (*GetCustomIntegrationVersionsByIDUsingGETOK) Error ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETOK) Error() string
func (*GetCustomIntegrationVersionsByIDUsingGETOK) GetPayload ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETOK) GetPayload() models.CustomIntegrations
type GetCustomIntegrationVersionsByIDUsingGETParams ¶
type GetCustomIntegrationVersionsByIDUsingGETParams struct {
/* DollarFilter.
To list Custom Integrations with OData like filter
*/
DollarFilter *string
/* DollarOrderby.
Order by attribute
Default: "name desc"
*/
DollarOrderby *string
/* DollarSkip.
To skip 'n' Custom Integrations for listing
Default: "0"
*/
DollarSkip *string
/* DollarTop.
To list top 'n' Custom Integrations
Default: "25"
*/
DollarTop *string
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
/* Page.
To select 'n'th page for listing
Default: "0"
*/
Page *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCustomIntegrationVersionsByIDUsingGETParams contains all the parameters to send to the API endpoint
for the get custom integration versions by Id using g e t operation. Typically these are written to a http.Request.
func NewGetCustomIntegrationVersionsByIDUsingGETParams ¶
func NewGetCustomIntegrationVersionsByIDUsingGETParams() *GetCustomIntegrationVersionsByIDUsingGETParams
NewGetCustomIntegrationVersionsByIDUsingGETParams creates a new GetCustomIntegrationVersionsByIDUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithContext ¶
func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithContext(ctx context.Context) *GetCustomIntegrationVersionsByIDUsingGETParams
NewGetCustomIntegrationVersionsByIDUsingGETParamsWithContext creates a new GetCustomIntegrationVersionsByIDUsingGETParams object with the ability to set a context for a request.
func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithHTTPClient ¶
func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetCustomIntegrationVersionsByIDUsingGETParams
NewGetCustomIntegrationVersionsByIDUsingGETParamsWithHTTPClient creates a new GetCustomIntegrationVersionsByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithTimeout ¶
func NewGetCustomIntegrationVersionsByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetCustomIntegrationVersionsByIDUsingGETParams
NewGetCustomIntegrationVersionsByIDUsingGETParamsWithTimeout creates a new GetCustomIntegrationVersionsByIDUsingGETParams object with the ability to set a timeout on a request.
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetAPIVersion ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetAuthorization ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetContext ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetDefaults ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get custom integration versions by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarFilter ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarFilter(dollarFilter *string)
SetDollarFilter adds the dollarFilter to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarOrderby ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarOrderby(dollarOrderby *string)
SetDollarOrderby adds the dollarOrderby to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarSkip ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarSkip(dollarSkip *string)
SetDollarSkip adds the dollarSkip to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarTop ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetDollarTop(dollarTop *string)
SetDollarTop adds the dollarTop to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetHTTPClient ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetID ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetID(id string)
SetID adds the id to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetPage ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetPage(page *string)
SetPage adds the page to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) SetTimeout ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithAPIVersion ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetCustomIntegrationVersionsByIDUsingGETParams
WithAPIVersion adds the aPIVersion to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithAuthorization ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithAuthorization(authorization string) *GetCustomIntegrationVersionsByIDUsingGETParams
WithAuthorization adds the authorization to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithContext ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithContext(ctx context.Context) *GetCustomIntegrationVersionsByIDUsingGETParams
WithContext adds the context to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithDefaults ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDefaults() *GetCustomIntegrationVersionsByIDUsingGETParams
WithDefaults hydrates default values in the get custom integration versions by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarFilter ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarFilter(dollarFilter *string) *GetCustomIntegrationVersionsByIDUsingGETParams
WithDollarFilter adds the dollarFilter to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarOrderby ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetCustomIntegrationVersionsByIDUsingGETParams
WithDollarOrderby adds the dollarOrderby to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarSkip ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarSkip(dollarSkip *string) *GetCustomIntegrationVersionsByIDUsingGETParams
WithDollarSkip adds the dollarSkip to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarTop ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithDollarTop(dollarTop *string) *GetCustomIntegrationVersionsByIDUsingGETParams
WithDollarTop adds the dollarTop to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithHTTPClient ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetCustomIntegrationVersionsByIDUsingGETParams
WithHTTPClient adds the HTTPClient to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithID ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithID(id string) *GetCustomIntegrationVersionsByIDUsingGETParams
WithID adds the id to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithPage ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithPage(page *string) *GetCustomIntegrationVersionsByIDUsingGETParams
WithPage adds the page to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WithTimeout ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetCustomIntegrationVersionsByIDUsingGETParams
WithTimeout adds the timeout to the get custom integration versions by Id using get params
func (*GetCustomIntegrationVersionsByIDUsingGETParams) WriteToRequest ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCustomIntegrationVersionsByIDUsingGETReader ¶
type GetCustomIntegrationVersionsByIDUsingGETReader struct {
// contains filtered or unexported fields
}
GetCustomIntegrationVersionsByIDUsingGETReader is a Reader for the GetCustomIntegrationVersionsByIDUsingGET structure.
func (*GetCustomIntegrationVersionsByIDUsingGETReader) ReadResponse ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCustomIntegrationVersionsByIDUsingGETUnauthorized ¶
type GetCustomIntegrationVersionsByIDUsingGETUnauthorized struct {
}
GetCustomIntegrationVersionsByIDUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetCustomIntegrationVersionsByIDUsingGETUnauthorized ¶
func NewGetCustomIntegrationVersionsByIDUsingGETUnauthorized() *GetCustomIntegrationVersionsByIDUsingGETUnauthorized
NewGetCustomIntegrationVersionsByIDUsingGETUnauthorized creates a GetCustomIntegrationVersionsByIDUsingGETUnauthorized with default headers values
func (*GetCustomIntegrationVersionsByIDUsingGETUnauthorized) Error ¶
func (o *GetCustomIntegrationVersionsByIDUsingGETUnauthorized) Error() string
type GetCustomIntegrationsUsingGETForbidden ¶
type GetCustomIntegrationsUsingGETForbidden struct {
}
GetCustomIntegrationsUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCustomIntegrationsUsingGETForbidden ¶
func NewGetCustomIntegrationsUsingGETForbidden() *GetCustomIntegrationsUsingGETForbidden
NewGetCustomIntegrationsUsingGETForbidden creates a GetCustomIntegrationsUsingGETForbidden with default headers values
func (*GetCustomIntegrationsUsingGETForbidden) Error ¶
func (o *GetCustomIntegrationsUsingGETForbidden) Error() string
type GetCustomIntegrationsUsingGETInternalServerError ¶
type GetCustomIntegrationsUsingGETInternalServerError struct {
}
GetCustomIntegrationsUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetCustomIntegrationsUsingGETInternalServerError ¶
func NewGetCustomIntegrationsUsingGETInternalServerError() *GetCustomIntegrationsUsingGETInternalServerError
NewGetCustomIntegrationsUsingGETInternalServerError creates a GetCustomIntegrationsUsingGETInternalServerError with default headers values
func (*GetCustomIntegrationsUsingGETInternalServerError) Error ¶
func (o *GetCustomIntegrationsUsingGETInternalServerError) Error() string
type GetCustomIntegrationsUsingGETNotFound ¶
GetCustomIntegrationsUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetCustomIntegrationsUsingGETNotFound ¶
func NewGetCustomIntegrationsUsingGETNotFound() *GetCustomIntegrationsUsingGETNotFound
NewGetCustomIntegrationsUsingGETNotFound creates a GetCustomIntegrationsUsingGETNotFound with default headers values
func (*GetCustomIntegrationsUsingGETNotFound) Error ¶
func (o *GetCustomIntegrationsUsingGETNotFound) Error() string
func (*GetCustomIntegrationsUsingGETNotFound) GetPayload ¶
func (o *GetCustomIntegrationsUsingGETNotFound) GetPayload() *models.Error
type GetCustomIntegrationsUsingGETOK ¶
type GetCustomIntegrationsUsingGETOK struct {
Payload models.CustomIntegrations
}
GetCustomIntegrationsUsingGETOK describes a response with status code 200, with default header values.
'Success' with the requested Custom Integrations
func NewGetCustomIntegrationsUsingGETOK ¶
func NewGetCustomIntegrationsUsingGETOK() *GetCustomIntegrationsUsingGETOK
NewGetCustomIntegrationsUsingGETOK creates a GetCustomIntegrationsUsingGETOK with default headers values
func (*GetCustomIntegrationsUsingGETOK) Error ¶
func (o *GetCustomIntegrationsUsingGETOK) Error() string
func (*GetCustomIntegrationsUsingGETOK) GetPayload ¶
func (o *GetCustomIntegrationsUsingGETOK) GetPayload() models.CustomIntegrations
type GetCustomIntegrationsUsingGETParams ¶
type GetCustomIntegrationsUsingGETParams struct {
/* DollarFilter.
To list Custom Integrations with OData like filter
*/
DollarFilter *string
/* DollarOrderby.
Order by attribute
Default: "name desc"
*/
DollarOrderby *string
/* DollarSkip.
To skip 'n' Custom Integrations for listing
Default: "0"
*/
DollarSkip *string
/* DollarTop.
To list top 'n' Custom Integrations
Default: "25"
*/
DollarTop *string
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* Page.
To select 'n'th page for listing
Default: "0"
*/
Page *string
/* Type.
type
*/
Type *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCustomIntegrationsUsingGETParams contains all the parameters to send to the API endpoint
for the get custom integrations using g e t operation. Typically these are written to a http.Request.
func NewGetCustomIntegrationsUsingGETParams ¶
func NewGetCustomIntegrationsUsingGETParams() *GetCustomIntegrationsUsingGETParams
NewGetCustomIntegrationsUsingGETParams creates a new GetCustomIntegrationsUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetCustomIntegrationsUsingGETParamsWithContext ¶
func NewGetCustomIntegrationsUsingGETParamsWithContext(ctx context.Context) *GetCustomIntegrationsUsingGETParams
NewGetCustomIntegrationsUsingGETParamsWithContext creates a new GetCustomIntegrationsUsingGETParams object with the ability to set a context for a request.
func NewGetCustomIntegrationsUsingGETParamsWithHTTPClient ¶
func NewGetCustomIntegrationsUsingGETParamsWithHTTPClient(client *http.Client) *GetCustomIntegrationsUsingGETParams
NewGetCustomIntegrationsUsingGETParamsWithHTTPClient creates a new GetCustomIntegrationsUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetCustomIntegrationsUsingGETParamsWithTimeout ¶
func NewGetCustomIntegrationsUsingGETParamsWithTimeout(timeout time.Duration) *GetCustomIntegrationsUsingGETParams
NewGetCustomIntegrationsUsingGETParamsWithTimeout creates a new GetCustomIntegrationsUsingGETParams object with the ability to set a timeout on a request.
func (*GetCustomIntegrationsUsingGETParams) SetAPIVersion ¶
func (o *GetCustomIntegrationsUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetAuthorization ¶
func (o *GetCustomIntegrationsUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetContext ¶
func (o *GetCustomIntegrationsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetDefaults ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get custom integrations using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetCustomIntegrationsUsingGETParams) SetDollarFilter ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDollarFilter(dollarFilter *string)
SetDollarFilter adds the dollarFilter to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetDollarOrderby ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDollarOrderby(dollarOrderby *string)
SetDollarOrderby adds the dollarOrderby to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetDollarSkip ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDollarSkip(dollarSkip *string)
SetDollarSkip adds the dollarSkip to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetDollarTop ¶
func (o *GetCustomIntegrationsUsingGETParams) SetDollarTop(dollarTop *string)
SetDollarTop adds the dollarTop to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetHTTPClient ¶
func (o *GetCustomIntegrationsUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetPage ¶
func (o *GetCustomIntegrationsUsingGETParams) SetPage(page *string)
SetPage adds the page to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetTimeout ¶
func (o *GetCustomIntegrationsUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) SetType ¶
func (o *GetCustomIntegrationsUsingGETParams) SetType(typeVar *string)
SetType adds the type to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithAPIVersion ¶
func (o *GetCustomIntegrationsUsingGETParams) WithAPIVersion(aPIVersion string) *GetCustomIntegrationsUsingGETParams
WithAPIVersion adds the aPIVersion to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithAuthorization ¶
func (o *GetCustomIntegrationsUsingGETParams) WithAuthorization(authorization string) *GetCustomIntegrationsUsingGETParams
WithAuthorization adds the authorization to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithContext ¶
func (o *GetCustomIntegrationsUsingGETParams) WithContext(ctx context.Context) *GetCustomIntegrationsUsingGETParams
WithContext adds the context to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithDefaults ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDefaults() *GetCustomIntegrationsUsingGETParams
WithDefaults hydrates default values in the get custom integrations using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetCustomIntegrationsUsingGETParams) WithDollarFilter ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDollarFilter(dollarFilter *string) *GetCustomIntegrationsUsingGETParams
WithDollarFilter adds the dollarFilter to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithDollarOrderby ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetCustomIntegrationsUsingGETParams
WithDollarOrderby adds the dollarOrderby to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithDollarSkip ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDollarSkip(dollarSkip *string) *GetCustomIntegrationsUsingGETParams
WithDollarSkip adds the dollarSkip to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithDollarTop ¶
func (o *GetCustomIntegrationsUsingGETParams) WithDollarTop(dollarTop *string) *GetCustomIntegrationsUsingGETParams
WithDollarTop adds the dollarTop to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithHTTPClient ¶
func (o *GetCustomIntegrationsUsingGETParams) WithHTTPClient(client *http.Client) *GetCustomIntegrationsUsingGETParams
WithHTTPClient adds the HTTPClient to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithPage ¶
func (o *GetCustomIntegrationsUsingGETParams) WithPage(page *string) *GetCustomIntegrationsUsingGETParams
WithPage adds the page to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithTimeout ¶
func (o *GetCustomIntegrationsUsingGETParams) WithTimeout(timeout time.Duration) *GetCustomIntegrationsUsingGETParams
WithTimeout adds the timeout to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WithType ¶
func (o *GetCustomIntegrationsUsingGETParams) WithType(typeVar *string) *GetCustomIntegrationsUsingGETParams
WithType adds the typeVar to the get custom integrations using get params
func (*GetCustomIntegrationsUsingGETParams) WriteToRequest ¶
func (o *GetCustomIntegrationsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCustomIntegrationsUsingGETReader ¶
type GetCustomIntegrationsUsingGETReader struct {
// contains filtered or unexported fields
}
GetCustomIntegrationsUsingGETReader is a Reader for the GetCustomIntegrationsUsingGET structure.
func (*GetCustomIntegrationsUsingGETReader) ReadResponse ¶
func (o *GetCustomIntegrationsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCustomIntegrationsUsingGETUnauthorized ¶
type GetCustomIntegrationsUsingGETUnauthorized struct {
}
GetCustomIntegrationsUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetCustomIntegrationsUsingGETUnauthorized ¶
func NewGetCustomIntegrationsUsingGETUnauthorized() *GetCustomIntegrationsUsingGETUnauthorized
NewGetCustomIntegrationsUsingGETUnauthorized creates a GetCustomIntegrationsUsingGETUnauthorized with default headers values
func (*GetCustomIntegrationsUsingGETUnauthorized) Error ¶
func (o *GetCustomIntegrationsUsingGETUnauthorized) Error() string
type GetDraftByIDUsingGETForbidden ¶
type GetDraftByIDUsingGETForbidden struct {
}
GetDraftByIDUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetDraftByIDUsingGETForbidden ¶
func NewGetDraftByIDUsingGETForbidden() *GetDraftByIDUsingGETForbidden
NewGetDraftByIDUsingGETForbidden creates a GetDraftByIDUsingGETForbidden with default headers values
func (*GetDraftByIDUsingGETForbidden) Error ¶
func (o *GetDraftByIDUsingGETForbidden) Error() string
type GetDraftByIDUsingGETInternalServerError ¶
type GetDraftByIDUsingGETInternalServerError struct {
}
GetDraftByIDUsingGETInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetDraftByIDUsingGETInternalServerError ¶
func NewGetDraftByIDUsingGETInternalServerError() *GetDraftByIDUsingGETInternalServerError
NewGetDraftByIDUsingGETInternalServerError creates a GetDraftByIDUsingGETInternalServerError with default headers values
func (*GetDraftByIDUsingGETInternalServerError) Error ¶
func (o *GetDraftByIDUsingGETInternalServerError) Error() string
type GetDraftByIDUsingGETNotFound ¶
GetDraftByIDUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetDraftByIDUsingGETNotFound ¶
func NewGetDraftByIDUsingGETNotFound() *GetDraftByIDUsingGETNotFound
NewGetDraftByIDUsingGETNotFound creates a GetDraftByIDUsingGETNotFound with default headers values
func (*GetDraftByIDUsingGETNotFound) Error ¶
func (o *GetDraftByIDUsingGETNotFound) Error() string
func (*GetDraftByIDUsingGETNotFound) GetPayload ¶
func (o *GetDraftByIDUsingGETNotFound) GetPayload() *models.Error
type GetDraftByIDUsingGETOK ¶
type GetDraftByIDUsingGETOK struct {
Payload models.CustomIntegration
}
GetDraftByIDUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGetDraftByIDUsingGETOK ¶
func NewGetDraftByIDUsingGETOK() *GetDraftByIDUsingGETOK
NewGetDraftByIDUsingGETOK creates a GetDraftByIDUsingGETOK with default headers values
func (*GetDraftByIDUsingGETOK) Error ¶
func (o *GetDraftByIDUsingGETOK) Error() string
func (*GetDraftByIDUsingGETOK) GetPayload ¶
func (o *GetDraftByIDUsingGETOK) GetPayload() models.CustomIntegration
type GetDraftByIDUsingGETParams ¶
type GetDraftByIDUsingGETParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetDraftByIDUsingGETParams contains all the parameters to send to the API endpoint
for the get draft by Id using g e t operation. Typically these are written to a http.Request.
func NewGetDraftByIDUsingGETParams ¶
func NewGetDraftByIDUsingGETParams() *GetDraftByIDUsingGETParams
NewGetDraftByIDUsingGETParams creates a new GetDraftByIDUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDraftByIDUsingGETParamsWithContext ¶
func NewGetDraftByIDUsingGETParamsWithContext(ctx context.Context) *GetDraftByIDUsingGETParams
NewGetDraftByIDUsingGETParamsWithContext creates a new GetDraftByIDUsingGETParams object with the ability to set a context for a request.
func NewGetDraftByIDUsingGETParamsWithHTTPClient ¶
func NewGetDraftByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetDraftByIDUsingGETParams
NewGetDraftByIDUsingGETParamsWithHTTPClient creates a new GetDraftByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetDraftByIDUsingGETParamsWithTimeout ¶
func NewGetDraftByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetDraftByIDUsingGETParams
NewGetDraftByIDUsingGETParamsWithTimeout creates a new GetDraftByIDUsingGETParams object with the ability to set a timeout on a request.
func (*GetDraftByIDUsingGETParams) SetAPIVersion ¶
func (o *GetDraftByIDUsingGETParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetAuthorization ¶
func (o *GetDraftByIDUsingGETParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetContext ¶
func (o *GetDraftByIDUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetDefaults ¶
func (o *GetDraftByIDUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get draft by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetDraftByIDUsingGETParams) SetHTTPClient ¶
func (o *GetDraftByIDUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetID ¶
func (o *GetDraftByIDUsingGETParams) SetID(id string)
SetID adds the id to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) SetTimeout ¶
func (o *GetDraftByIDUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithAPIVersion ¶
func (o *GetDraftByIDUsingGETParams) WithAPIVersion(aPIVersion string) *GetDraftByIDUsingGETParams
WithAPIVersion adds the aPIVersion to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithAuthorization ¶
func (o *GetDraftByIDUsingGETParams) WithAuthorization(authorization string) *GetDraftByIDUsingGETParams
WithAuthorization adds the authorization to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithContext ¶
func (o *GetDraftByIDUsingGETParams) WithContext(ctx context.Context) *GetDraftByIDUsingGETParams
WithContext adds the context to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithDefaults ¶
func (o *GetDraftByIDUsingGETParams) WithDefaults() *GetDraftByIDUsingGETParams
WithDefaults hydrates default values in the get draft by Id using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetDraftByIDUsingGETParams) WithHTTPClient ¶
func (o *GetDraftByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetDraftByIDUsingGETParams
WithHTTPClient adds the HTTPClient to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithID ¶
func (o *GetDraftByIDUsingGETParams) WithID(id string) *GetDraftByIDUsingGETParams
WithID adds the id to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WithTimeout ¶
func (o *GetDraftByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetDraftByIDUsingGETParams
WithTimeout adds the timeout to the get draft by Id using get params
func (*GetDraftByIDUsingGETParams) WriteToRequest ¶
func (o *GetDraftByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDraftByIDUsingGETReader ¶
type GetDraftByIDUsingGETReader struct {
// contains filtered or unexported fields
}
GetDraftByIDUsingGETReader is a Reader for the GetDraftByIDUsingGET structure.
func (*GetDraftByIDUsingGETReader) ReadResponse ¶
func (o *GetDraftByIDUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDraftByIDUsingGETUnauthorized ¶
type GetDraftByIDUsingGETUnauthorized struct {
}
GetDraftByIDUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetDraftByIDUsingGETUnauthorized ¶
func NewGetDraftByIDUsingGETUnauthorized() *GetDraftByIDUsingGETUnauthorized
NewGetDraftByIDUsingGETUnauthorized creates a GetDraftByIDUsingGETUnauthorized with default headers values
func (*GetDraftByIDUsingGETUnauthorized) Error ¶
func (o *GetDraftByIDUsingGETUnauthorized) Error() string
type GetVersionByIDUsingGETMixin3Forbidden ¶
type GetVersionByIDUsingGETMixin3Forbidden struct {
}
GetVersionByIDUsingGETMixin3Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetVersionByIDUsingGETMixin3Forbidden ¶
func NewGetVersionByIDUsingGETMixin3Forbidden() *GetVersionByIDUsingGETMixin3Forbidden
NewGetVersionByIDUsingGETMixin3Forbidden creates a GetVersionByIDUsingGETMixin3Forbidden with default headers values
func (*GetVersionByIDUsingGETMixin3Forbidden) Error ¶
func (o *GetVersionByIDUsingGETMixin3Forbidden) Error() string
type GetVersionByIDUsingGETMixin3InternalServerError ¶
type GetVersionByIDUsingGETMixin3InternalServerError struct {
}
GetVersionByIDUsingGETMixin3InternalServerError describes a response with status code 500, with default header values.
Server Error
func NewGetVersionByIDUsingGETMixin3InternalServerError ¶
func NewGetVersionByIDUsingGETMixin3InternalServerError() *GetVersionByIDUsingGETMixin3InternalServerError
NewGetVersionByIDUsingGETMixin3InternalServerError creates a GetVersionByIDUsingGETMixin3InternalServerError with default headers values
func (*GetVersionByIDUsingGETMixin3InternalServerError) Error ¶
func (o *GetVersionByIDUsingGETMixin3InternalServerError) Error() string
type GetVersionByIDUsingGETMixin3NotFound ¶
GetVersionByIDUsingGETMixin3NotFound describes a response with status code 404, with default header values.
Not Found
func NewGetVersionByIDUsingGETMixin3NotFound ¶
func NewGetVersionByIDUsingGETMixin3NotFound() *GetVersionByIDUsingGETMixin3NotFound
NewGetVersionByIDUsingGETMixin3NotFound creates a GetVersionByIDUsingGETMixin3NotFound with default headers values
func (*GetVersionByIDUsingGETMixin3NotFound) Error ¶
func (o *GetVersionByIDUsingGETMixin3NotFound) Error() string
func (*GetVersionByIDUsingGETMixin3NotFound) GetPayload ¶
func (o *GetVersionByIDUsingGETMixin3NotFound) GetPayload() *models.Error
type GetVersionByIDUsingGETMixin3OK ¶
type GetVersionByIDUsingGETMixin3OK struct {
Payload models.CustomIntegration
}
GetVersionByIDUsingGETMixin3OK describes a response with status code 200, with default header values.
OK
func NewGetVersionByIDUsingGETMixin3OK ¶
func NewGetVersionByIDUsingGETMixin3OK() *GetVersionByIDUsingGETMixin3OK
NewGetVersionByIDUsingGETMixin3OK creates a GetVersionByIDUsingGETMixin3OK with default headers values
func (*GetVersionByIDUsingGETMixin3OK) Error ¶
func (o *GetVersionByIDUsingGETMixin3OK) Error() string
func (*GetVersionByIDUsingGETMixin3OK) GetPayload ¶
func (o *GetVersionByIDUsingGETMixin3OK) GetPayload() models.CustomIntegration
type GetVersionByIDUsingGETMixin3Params ¶
type GetVersionByIDUsingGETMixin3Params struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
/* Version.
The version of the Custom Integration
*/
Version string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetVersionByIDUsingGETMixin3Params contains all the parameters to send to the API endpoint
for the get version by Id using g e t mixin3 operation. Typically these are written to a http.Request.
func NewGetVersionByIDUsingGETMixin3Params ¶
func NewGetVersionByIDUsingGETMixin3Params() *GetVersionByIDUsingGETMixin3Params
NewGetVersionByIDUsingGETMixin3Params creates a new GetVersionByIDUsingGETMixin3Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetVersionByIDUsingGETMixin3ParamsWithContext ¶
func NewGetVersionByIDUsingGETMixin3ParamsWithContext(ctx context.Context) *GetVersionByIDUsingGETMixin3Params
NewGetVersionByIDUsingGETMixin3ParamsWithContext creates a new GetVersionByIDUsingGETMixin3Params object with the ability to set a context for a request.
func NewGetVersionByIDUsingGETMixin3ParamsWithHTTPClient ¶
func NewGetVersionByIDUsingGETMixin3ParamsWithHTTPClient(client *http.Client) *GetVersionByIDUsingGETMixin3Params
NewGetVersionByIDUsingGETMixin3ParamsWithHTTPClient creates a new GetVersionByIDUsingGETMixin3Params object with the ability to set a custom HTTPClient for a request.
func NewGetVersionByIDUsingGETMixin3ParamsWithTimeout ¶
func NewGetVersionByIDUsingGETMixin3ParamsWithTimeout(timeout time.Duration) *GetVersionByIDUsingGETMixin3Params
NewGetVersionByIDUsingGETMixin3ParamsWithTimeout creates a new GetVersionByIDUsingGETMixin3Params object with the ability to set a timeout on a request.
func (*GetVersionByIDUsingGETMixin3Params) SetAPIVersion ¶
func (o *GetVersionByIDUsingGETMixin3Params) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) SetAuthorization ¶
func (o *GetVersionByIDUsingGETMixin3Params) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) SetContext ¶
func (o *GetVersionByIDUsingGETMixin3Params) SetContext(ctx context.Context)
SetContext adds the context to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) SetDefaults ¶
func (o *GetVersionByIDUsingGETMixin3Params) SetDefaults()
SetDefaults hydrates default values in the get version by Id using g e t mixin3 params (not the query body).
All values with no default are reset to their zero value.
func (*GetVersionByIDUsingGETMixin3Params) SetHTTPClient ¶
func (o *GetVersionByIDUsingGETMixin3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) SetID ¶
func (o *GetVersionByIDUsingGETMixin3Params) SetID(id string)
SetID adds the id to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) SetTimeout ¶
func (o *GetVersionByIDUsingGETMixin3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) SetVersion ¶
func (o *GetVersionByIDUsingGETMixin3Params) SetVersion(version string)
SetVersion adds the version to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) WithAPIVersion ¶
func (o *GetVersionByIDUsingGETMixin3Params) WithAPIVersion(aPIVersion string) *GetVersionByIDUsingGETMixin3Params
WithAPIVersion adds the aPIVersion to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) WithAuthorization ¶
func (o *GetVersionByIDUsingGETMixin3Params) WithAuthorization(authorization string) *GetVersionByIDUsingGETMixin3Params
WithAuthorization adds the authorization to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) WithContext ¶
func (o *GetVersionByIDUsingGETMixin3Params) WithContext(ctx context.Context) *GetVersionByIDUsingGETMixin3Params
WithContext adds the context to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) WithDefaults ¶
func (o *GetVersionByIDUsingGETMixin3Params) WithDefaults() *GetVersionByIDUsingGETMixin3Params
WithDefaults hydrates default values in the get version by Id using g e t mixin3 params (not the query body).
All values with no default are reset to their zero value.
func (*GetVersionByIDUsingGETMixin3Params) WithHTTPClient ¶
func (o *GetVersionByIDUsingGETMixin3Params) WithHTTPClient(client *http.Client) *GetVersionByIDUsingGETMixin3Params
WithHTTPClient adds the HTTPClient to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) WithID ¶
func (o *GetVersionByIDUsingGETMixin3Params) WithID(id string) *GetVersionByIDUsingGETMixin3Params
WithID adds the id to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) WithTimeout ¶
func (o *GetVersionByIDUsingGETMixin3Params) WithTimeout(timeout time.Duration) *GetVersionByIDUsingGETMixin3Params
WithTimeout adds the timeout to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) WithVersion ¶
func (o *GetVersionByIDUsingGETMixin3Params) WithVersion(version string) *GetVersionByIDUsingGETMixin3Params
WithVersion adds the version to the get version by Id using g e t mixin3 params
func (*GetVersionByIDUsingGETMixin3Params) WriteToRequest ¶
func (o *GetVersionByIDUsingGETMixin3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVersionByIDUsingGETMixin3Reader ¶
type GetVersionByIDUsingGETMixin3Reader struct {
// contains filtered or unexported fields
}
GetVersionByIDUsingGETMixin3Reader is a Reader for the GetVersionByIDUsingGETMixin3 structure.
func (*GetVersionByIDUsingGETMixin3Reader) ReadResponse ¶
func (o *GetVersionByIDUsingGETMixin3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVersionByIDUsingGETMixin3Unauthorized ¶
type GetVersionByIDUsingGETMixin3Unauthorized struct {
}
GetVersionByIDUsingGETMixin3Unauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewGetVersionByIDUsingGETMixin3Unauthorized ¶
func NewGetVersionByIDUsingGETMixin3Unauthorized() *GetVersionByIDUsingGETMixin3Unauthorized
NewGetVersionByIDUsingGETMixin3Unauthorized creates a GetVersionByIDUsingGETMixin3Unauthorized with default headers values
func (*GetVersionByIDUsingGETMixin3Unauthorized) Error ¶
func (o *GetVersionByIDUsingGETMixin3Unauthorized) Error() string
type ReleaseByIDAndVersionUsingPOSTForbidden ¶
type ReleaseByIDAndVersionUsingPOSTForbidden struct {
}
ReleaseByIDAndVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReleaseByIDAndVersionUsingPOSTForbidden ¶
func NewReleaseByIDAndVersionUsingPOSTForbidden() *ReleaseByIDAndVersionUsingPOSTForbidden
NewReleaseByIDAndVersionUsingPOSTForbidden creates a ReleaseByIDAndVersionUsingPOSTForbidden with default headers values
func (*ReleaseByIDAndVersionUsingPOSTForbidden) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTForbidden) Error() string
type ReleaseByIDAndVersionUsingPOSTInternalServerError ¶
type ReleaseByIDAndVersionUsingPOSTInternalServerError struct {
}
ReleaseByIDAndVersionUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewReleaseByIDAndVersionUsingPOSTInternalServerError ¶
func NewReleaseByIDAndVersionUsingPOSTInternalServerError() *ReleaseByIDAndVersionUsingPOSTInternalServerError
NewReleaseByIDAndVersionUsingPOSTInternalServerError creates a ReleaseByIDAndVersionUsingPOSTInternalServerError with default headers values
func (*ReleaseByIDAndVersionUsingPOSTInternalServerError) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTInternalServerError) Error() string
type ReleaseByIDAndVersionUsingPOSTNotFound ¶
ReleaseByIDAndVersionUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewReleaseByIDAndVersionUsingPOSTNotFound ¶
func NewReleaseByIDAndVersionUsingPOSTNotFound() *ReleaseByIDAndVersionUsingPOSTNotFound
NewReleaseByIDAndVersionUsingPOSTNotFound creates a ReleaseByIDAndVersionUsingPOSTNotFound with default headers values
func (*ReleaseByIDAndVersionUsingPOSTNotFound) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) Error() string
func (*ReleaseByIDAndVersionUsingPOSTNotFound) GetPayload ¶
func (o *ReleaseByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
type ReleaseByIDAndVersionUsingPOSTOK ¶
type ReleaseByIDAndVersionUsingPOSTOK struct {
Payload models.CustomIntegration
}
ReleaseByIDAndVersionUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewReleaseByIDAndVersionUsingPOSTOK ¶
func NewReleaseByIDAndVersionUsingPOSTOK() *ReleaseByIDAndVersionUsingPOSTOK
NewReleaseByIDAndVersionUsingPOSTOK creates a ReleaseByIDAndVersionUsingPOSTOK with default headers values
func (*ReleaseByIDAndVersionUsingPOSTOK) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTOK) Error() string
func (*ReleaseByIDAndVersionUsingPOSTOK) GetPayload ¶
func (o *ReleaseByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
type ReleaseByIDAndVersionUsingPOSTParams ¶
type ReleaseByIDAndVersionUsingPOSTParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
/* Version.
The version of the Custom Integration
*/
Version string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ReleaseByIDAndVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the release by Id and version using p o s t operation. Typically these are written to a http.Request.
func NewReleaseByIDAndVersionUsingPOSTParams ¶
func NewReleaseByIDAndVersionUsingPOSTParams() *ReleaseByIDAndVersionUsingPOSTParams
NewReleaseByIDAndVersionUsingPOSTParams creates a new ReleaseByIDAndVersionUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewReleaseByIDAndVersionUsingPOSTParamsWithContext ¶
func NewReleaseByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *ReleaseByIDAndVersionUsingPOSTParams
NewReleaseByIDAndVersionUsingPOSTParamsWithContext creates a new ReleaseByIDAndVersionUsingPOSTParams object with the ability to set a context for a request.
func NewReleaseByIDAndVersionUsingPOSTParamsWithHTTPClient ¶
func NewReleaseByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *ReleaseByIDAndVersionUsingPOSTParams
NewReleaseByIDAndVersionUsingPOSTParamsWithHTTPClient creates a new ReleaseByIDAndVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewReleaseByIDAndVersionUsingPOSTParamsWithTimeout ¶
func NewReleaseByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *ReleaseByIDAndVersionUsingPOSTParams
NewReleaseByIDAndVersionUsingPOSTParamsWithTimeout creates a new ReleaseByIDAndVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*ReleaseByIDAndVersionUsingPOSTParams) SetAPIVersion ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetAuthorization ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetContext ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetDefaults ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the release by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*ReleaseByIDAndVersionUsingPOSTParams) SetHTTPClient ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetID ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetID(id string)
SetID adds the id to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetTimeout ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) SetVersion ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) SetVersion(version string)
SetVersion adds the version to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithAPIVersion ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *ReleaseByIDAndVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithAuthorization ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *ReleaseByIDAndVersionUsingPOSTParams
WithAuthorization adds the authorization to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithContext ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *ReleaseByIDAndVersionUsingPOSTParams
WithContext adds the context to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithDefaults ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithDefaults() *ReleaseByIDAndVersionUsingPOSTParams
WithDefaults hydrates default values in the release by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*ReleaseByIDAndVersionUsingPOSTParams) WithHTTPClient ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *ReleaseByIDAndVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithID ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithID(id string) *ReleaseByIDAndVersionUsingPOSTParams
WithID adds the id to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithTimeout ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *ReleaseByIDAndVersionUsingPOSTParams
WithTimeout adds the timeout to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WithVersion ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WithVersion(version string) *ReleaseByIDAndVersionUsingPOSTParams
WithVersion adds the version to the release by Id and version using p o s t params
func (*ReleaseByIDAndVersionUsingPOSTParams) WriteToRequest ¶
func (o *ReleaseByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReleaseByIDAndVersionUsingPOSTReader ¶
type ReleaseByIDAndVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
ReleaseByIDAndVersionUsingPOSTReader is a Reader for the ReleaseByIDAndVersionUsingPOST structure.
func (*ReleaseByIDAndVersionUsingPOSTReader) ReadResponse ¶
func (o *ReleaseByIDAndVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReleaseByIDAndVersionUsingPOSTUnauthorized ¶
type ReleaseByIDAndVersionUsingPOSTUnauthorized struct {
}
ReleaseByIDAndVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewReleaseByIDAndVersionUsingPOSTUnauthorized ¶
func NewReleaseByIDAndVersionUsingPOSTUnauthorized() *ReleaseByIDAndVersionUsingPOSTUnauthorized
NewReleaseByIDAndVersionUsingPOSTUnauthorized creates a ReleaseByIDAndVersionUsingPOSTUnauthorized with default headers values
func (*ReleaseByIDAndVersionUsingPOSTUnauthorized) Error ¶
func (o *ReleaseByIDAndVersionUsingPOSTUnauthorized) Error() string
type RestoreByIDAndVersionUsingPOSTForbidden ¶
type RestoreByIDAndVersionUsingPOSTForbidden struct {
}
RestoreByIDAndVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRestoreByIDAndVersionUsingPOSTForbidden ¶
func NewRestoreByIDAndVersionUsingPOSTForbidden() *RestoreByIDAndVersionUsingPOSTForbidden
NewRestoreByIDAndVersionUsingPOSTForbidden creates a RestoreByIDAndVersionUsingPOSTForbidden with default headers values
func (*RestoreByIDAndVersionUsingPOSTForbidden) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTForbidden) Error() string
type RestoreByIDAndVersionUsingPOSTInternalServerError ¶
type RestoreByIDAndVersionUsingPOSTInternalServerError struct {
}
RestoreByIDAndVersionUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewRestoreByIDAndVersionUsingPOSTInternalServerError ¶
func NewRestoreByIDAndVersionUsingPOSTInternalServerError() *RestoreByIDAndVersionUsingPOSTInternalServerError
NewRestoreByIDAndVersionUsingPOSTInternalServerError creates a RestoreByIDAndVersionUsingPOSTInternalServerError with default headers values
func (*RestoreByIDAndVersionUsingPOSTInternalServerError) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTInternalServerError) Error() string
type RestoreByIDAndVersionUsingPOSTNotFound ¶
RestoreByIDAndVersionUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewRestoreByIDAndVersionUsingPOSTNotFound ¶
func NewRestoreByIDAndVersionUsingPOSTNotFound() *RestoreByIDAndVersionUsingPOSTNotFound
NewRestoreByIDAndVersionUsingPOSTNotFound creates a RestoreByIDAndVersionUsingPOSTNotFound with default headers values
func (*RestoreByIDAndVersionUsingPOSTNotFound) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTNotFound) Error() string
func (*RestoreByIDAndVersionUsingPOSTNotFound) GetPayload ¶
func (o *RestoreByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
type RestoreByIDAndVersionUsingPOSTOK ¶
type RestoreByIDAndVersionUsingPOSTOK struct {
Payload models.CustomIntegration
}
RestoreByIDAndVersionUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewRestoreByIDAndVersionUsingPOSTOK ¶
func NewRestoreByIDAndVersionUsingPOSTOK() *RestoreByIDAndVersionUsingPOSTOK
NewRestoreByIDAndVersionUsingPOSTOK creates a RestoreByIDAndVersionUsingPOSTOK with default headers values
func (*RestoreByIDAndVersionUsingPOSTOK) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTOK) Error() string
func (*RestoreByIDAndVersionUsingPOSTOK) GetPayload ¶
func (o *RestoreByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
type RestoreByIDAndVersionUsingPOSTParams ¶
type RestoreByIDAndVersionUsingPOSTParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
/* Version.
The version of the Custom Integration
*/
Version string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RestoreByIDAndVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the restore by Id and version using p o s t operation. Typically these are written to a http.Request.
func NewRestoreByIDAndVersionUsingPOSTParams ¶
func NewRestoreByIDAndVersionUsingPOSTParams() *RestoreByIDAndVersionUsingPOSTParams
NewRestoreByIDAndVersionUsingPOSTParams creates a new RestoreByIDAndVersionUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRestoreByIDAndVersionUsingPOSTParamsWithContext ¶
func NewRestoreByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *RestoreByIDAndVersionUsingPOSTParams
NewRestoreByIDAndVersionUsingPOSTParamsWithContext creates a new RestoreByIDAndVersionUsingPOSTParams object with the ability to set a context for a request.
func NewRestoreByIDAndVersionUsingPOSTParamsWithHTTPClient ¶
func NewRestoreByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *RestoreByIDAndVersionUsingPOSTParams
NewRestoreByIDAndVersionUsingPOSTParamsWithHTTPClient creates a new RestoreByIDAndVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewRestoreByIDAndVersionUsingPOSTParamsWithTimeout ¶
func NewRestoreByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *RestoreByIDAndVersionUsingPOSTParams
NewRestoreByIDAndVersionUsingPOSTParamsWithTimeout creates a new RestoreByIDAndVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*RestoreByIDAndVersionUsingPOSTParams) SetAPIVersion ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetAuthorization ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetContext ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetDefaults ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the restore by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreByIDAndVersionUsingPOSTParams) SetHTTPClient ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetID ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetID(id string)
SetID adds the id to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetTimeout ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) SetVersion ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) SetVersion(version string)
SetVersion adds the version to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithAPIVersion ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *RestoreByIDAndVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithAuthorization ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *RestoreByIDAndVersionUsingPOSTParams
WithAuthorization adds the authorization to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithContext ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *RestoreByIDAndVersionUsingPOSTParams
WithContext adds the context to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithDefaults ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithDefaults() *RestoreByIDAndVersionUsingPOSTParams
WithDefaults hydrates default values in the restore by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreByIDAndVersionUsingPOSTParams) WithHTTPClient ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *RestoreByIDAndVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithID ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithID(id string) *RestoreByIDAndVersionUsingPOSTParams
WithID adds the id to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithTimeout ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *RestoreByIDAndVersionUsingPOSTParams
WithTimeout adds the timeout to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WithVersion ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WithVersion(version string) *RestoreByIDAndVersionUsingPOSTParams
WithVersion adds the version to the restore by Id and version using p o s t params
func (*RestoreByIDAndVersionUsingPOSTParams) WriteToRequest ¶
func (o *RestoreByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestoreByIDAndVersionUsingPOSTReader ¶
type RestoreByIDAndVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
RestoreByIDAndVersionUsingPOSTReader is a Reader for the RestoreByIDAndVersionUsingPOST structure.
func (*RestoreByIDAndVersionUsingPOSTReader) ReadResponse ¶
func (o *RestoreByIDAndVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestoreByIDAndVersionUsingPOSTUnauthorized ¶
type RestoreByIDAndVersionUsingPOSTUnauthorized struct {
}
RestoreByIDAndVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewRestoreByIDAndVersionUsingPOSTUnauthorized ¶
func NewRestoreByIDAndVersionUsingPOSTUnauthorized() *RestoreByIDAndVersionUsingPOSTUnauthorized
NewRestoreByIDAndVersionUsingPOSTUnauthorized creates a RestoreByIDAndVersionUsingPOSTUnauthorized with default headers values
func (*RestoreByIDAndVersionUsingPOSTUnauthorized) Error ¶
func (o *RestoreByIDAndVersionUsingPOSTUnauthorized) Error() string
type UpdateByIDUsingPUTForbidden ¶
type UpdateByIDUsingPUTForbidden struct {
}
UpdateByIDUsingPUTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateByIDUsingPUTForbidden ¶
func NewUpdateByIDUsingPUTForbidden() *UpdateByIDUsingPUTForbidden
NewUpdateByIDUsingPUTForbidden creates a UpdateByIDUsingPUTForbidden with default headers values
func (*UpdateByIDUsingPUTForbidden) Error ¶
func (o *UpdateByIDUsingPUTForbidden) Error() string
type UpdateByIDUsingPUTInternalServerError ¶
type UpdateByIDUsingPUTInternalServerError struct {
}
UpdateByIDUsingPUTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewUpdateByIDUsingPUTInternalServerError ¶
func NewUpdateByIDUsingPUTInternalServerError() *UpdateByIDUsingPUTInternalServerError
NewUpdateByIDUsingPUTInternalServerError creates a UpdateByIDUsingPUTInternalServerError with default headers values
func (*UpdateByIDUsingPUTInternalServerError) Error ¶
func (o *UpdateByIDUsingPUTInternalServerError) Error() string
type UpdateByIDUsingPUTNotFound ¶
UpdateByIDUsingPUTNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateByIDUsingPUTNotFound ¶
func NewUpdateByIDUsingPUTNotFound() *UpdateByIDUsingPUTNotFound
NewUpdateByIDUsingPUTNotFound creates a UpdateByIDUsingPUTNotFound with default headers values
func (*UpdateByIDUsingPUTNotFound) Error ¶
func (o *UpdateByIDUsingPUTNotFound) Error() string
func (*UpdateByIDUsingPUTNotFound) GetPayload ¶
func (o *UpdateByIDUsingPUTNotFound) GetPayload() *models.Error
type UpdateByIDUsingPUTOK ¶
type UpdateByIDUsingPUTOK struct {
Payload models.CustomIntegration
}
UpdateByIDUsingPUTOK describes a response with status code 200, with default header values.
OK
func NewUpdateByIDUsingPUTOK ¶
func NewUpdateByIDUsingPUTOK() *UpdateByIDUsingPUTOK
NewUpdateByIDUsingPUTOK creates a UpdateByIDUsingPUTOK with default headers values
func (*UpdateByIDUsingPUTOK) Error ¶
func (o *UpdateByIDUsingPUTOK) Error() string
func (*UpdateByIDUsingPUTOK) GetPayload ¶
func (o *UpdateByIDUsingPUTOK) GetPayload() models.CustomIntegration
type UpdateByIDUsingPUTParams ¶
type UpdateByIDUsingPUTParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* Body.
Custom Integration specification
*/
Body models.CustomIntegrationSpec
/* ID.
The ID of the Custom Integration
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateByIDUsingPUTParams contains all the parameters to send to the API endpoint
for the update by Id using p u t operation. Typically these are written to a http.Request.
func NewUpdateByIDUsingPUTParams ¶
func NewUpdateByIDUsingPUTParams() *UpdateByIDUsingPUTParams
NewUpdateByIDUsingPUTParams creates a new UpdateByIDUsingPUTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateByIDUsingPUTParamsWithContext ¶
func NewUpdateByIDUsingPUTParamsWithContext(ctx context.Context) *UpdateByIDUsingPUTParams
NewUpdateByIDUsingPUTParamsWithContext creates a new UpdateByIDUsingPUTParams object with the ability to set a context for a request.
func NewUpdateByIDUsingPUTParamsWithHTTPClient ¶
func NewUpdateByIDUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateByIDUsingPUTParams
NewUpdateByIDUsingPUTParamsWithHTTPClient creates a new UpdateByIDUsingPUTParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateByIDUsingPUTParamsWithTimeout ¶
func NewUpdateByIDUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateByIDUsingPUTParams
NewUpdateByIDUsingPUTParamsWithTimeout creates a new UpdateByIDUsingPUTParams object with the ability to set a timeout on a request.
func (*UpdateByIDUsingPUTParams) SetAPIVersion ¶
func (o *UpdateByIDUsingPUTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetAuthorization ¶
func (o *UpdateByIDUsingPUTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetBody ¶
func (o *UpdateByIDUsingPUTParams) SetBody(body models.CustomIntegrationSpec)
SetBody adds the body to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetContext ¶
func (o *UpdateByIDUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetDefaults ¶
func (o *UpdateByIDUsingPUTParams) SetDefaults()
SetDefaults hydrates default values in the update by Id using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateByIDUsingPUTParams) SetHTTPClient ¶
func (o *UpdateByIDUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetID ¶
func (o *UpdateByIDUsingPUTParams) SetID(id string)
SetID adds the id to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) SetTimeout ¶
func (o *UpdateByIDUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithAPIVersion ¶
func (o *UpdateByIDUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdateByIDUsingPUTParams
WithAPIVersion adds the aPIVersion to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithAuthorization ¶
func (o *UpdateByIDUsingPUTParams) WithAuthorization(authorization string) *UpdateByIDUsingPUTParams
WithAuthorization adds the authorization to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithBody ¶
func (o *UpdateByIDUsingPUTParams) WithBody(body models.CustomIntegrationSpec) *UpdateByIDUsingPUTParams
WithBody adds the body to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithContext ¶
func (o *UpdateByIDUsingPUTParams) WithContext(ctx context.Context) *UpdateByIDUsingPUTParams
WithContext adds the context to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithDefaults ¶
func (o *UpdateByIDUsingPUTParams) WithDefaults() *UpdateByIDUsingPUTParams
WithDefaults hydrates default values in the update by Id using p u t params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateByIDUsingPUTParams) WithHTTPClient ¶
func (o *UpdateByIDUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateByIDUsingPUTParams
WithHTTPClient adds the HTTPClient to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithID ¶
func (o *UpdateByIDUsingPUTParams) WithID(id string) *UpdateByIDUsingPUTParams
WithID adds the id to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WithTimeout ¶
func (o *UpdateByIDUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateByIDUsingPUTParams
WithTimeout adds the timeout to the update by Id using p u t params
func (*UpdateByIDUsingPUTParams) WriteToRequest ¶
func (o *UpdateByIDUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateByIDUsingPUTReader ¶
type UpdateByIDUsingPUTReader struct {
// contains filtered or unexported fields
}
UpdateByIDUsingPUTReader is a Reader for the UpdateByIDUsingPUT structure.
func (*UpdateByIDUsingPUTReader) ReadResponse ¶
func (o *UpdateByIDUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateByIDUsingPUTUnauthorized ¶
type UpdateByIDUsingPUTUnauthorized struct {
}
UpdateByIDUsingPUTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewUpdateByIDUsingPUTUnauthorized ¶
func NewUpdateByIDUsingPUTUnauthorized() *UpdateByIDUsingPUTUnauthorized
NewUpdateByIDUsingPUTUnauthorized creates a UpdateByIDUsingPUTUnauthorized with default headers values
func (*UpdateByIDUsingPUTUnauthorized) Error ¶
func (o *UpdateByIDUsingPUTUnauthorized) Error() string
type VersionByIDUsingPOSTForbidden ¶
type VersionByIDUsingPOSTForbidden struct {
}
VersionByIDUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewVersionByIDUsingPOSTForbidden ¶
func NewVersionByIDUsingPOSTForbidden() *VersionByIDUsingPOSTForbidden
NewVersionByIDUsingPOSTForbidden creates a VersionByIDUsingPOSTForbidden with default headers values
func (*VersionByIDUsingPOSTForbidden) Error ¶
func (o *VersionByIDUsingPOSTForbidden) Error() string
type VersionByIDUsingPOSTInternalServerError ¶
type VersionByIDUsingPOSTInternalServerError struct {
}
VersionByIDUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewVersionByIDUsingPOSTInternalServerError ¶
func NewVersionByIDUsingPOSTInternalServerError() *VersionByIDUsingPOSTInternalServerError
NewVersionByIDUsingPOSTInternalServerError creates a VersionByIDUsingPOSTInternalServerError with default headers values
func (*VersionByIDUsingPOSTInternalServerError) Error ¶
func (o *VersionByIDUsingPOSTInternalServerError) Error() string
type VersionByIDUsingPOSTNotFound ¶
VersionByIDUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewVersionByIDUsingPOSTNotFound ¶
func NewVersionByIDUsingPOSTNotFound() *VersionByIDUsingPOSTNotFound
NewVersionByIDUsingPOSTNotFound creates a VersionByIDUsingPOSTNotFound with default headers values
func (*VersionByIDUsingPOSTNotFound) Error ¶
func (o *VersionByIDUsingPOSTNotFound) Error() string
func (*VersionByIDUsingPOSTNotFound) GetPayload ¶
func (o *VersionByIDUsingPOSTNotFound) GetPayload() *models.Error
type VersionByIDUsingPOSTOK ¶
type VersionByIDUsingPOSTOK struct {
Payload models.CustomIntegration
}
VersionByIDUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewVersionByIDUsingPOSTOK ¶
func NewVersionByIDUsingPOSTOK() *VersionByIDUsingPOSTOK
NewVersionByIDUsingPOSTOK creates a VersionByIDUsingPOSTOK with default headers values
func (*VersionByIDUsingPOSTOK) Error ¶
func (o *VersionByIDUsingPOSTOK) Error() string
func (*VersionByIDUsingPOSTOK) GetPayload ¶
func (o *VersionByIDUsingPOSTOK) GetPayload() models.CustomIntegration
type VersionByIDUsingPOSTParams ¶
type VersionByIDUsingPOSTParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* Body.
Request object for version of a Custom Integration
*/
Body models.VersionRequest
/* ID.
The ID of the Custom Integration
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
VersionByIDUsingPOSTParams contains all the parameters to send to the API endpoint
for the version by Id using p o s t operation. Typically these are written to a http.Request.
func NewVersionByIDUsingPOSTParams ¶
func NewVersionByIDUsingPOSTParams() *VersionByIDUsingPOSTParams
NewVersionByIDUsingPOSTParams creates a new VersionByIDUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewVersionByIDUsingPOSTParamsWithContext ¶
func NewVersionByIDUsingPOSTParamsWithContext(ctx context.Context) *VersionByIDUsingPOSTParams
NewVersionByIDUsingPOSTParamsWithContext creates a new VersionByIDUsingPOSTParams object with the ability to set a context for a request.
func NewVersionByIDUsingPOSTParamsWithHTTPClient ¶
func NewVersionByIDUsingPOSTParamsWithHTTPClient(client *http.Client) *VersionByIDUsingPOSTParams
NewVersionByIDUsingPOSTParamsWithHTTPClient creates a new VersionByIDUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewVersionByIDUsingPOSTParamsWithTimeout ¶
func NewVersionByIDUsingPOSTParamsWithTimeout(timeout time.Duration) *VersionByIDUsingPOSTParams
NewVersionByIDUsingPOSTParamsWithTimeout creates a new VersionByIDUsingPOSTParams object with the ability to set a timeout on a request.
func (*VersionByIDUsingPOSTParams) SetAPIVersion ¶
func (o *VersionByIDUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) SetAuthorization ¶
func (o *VersionByIDUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) SetBody ¶
func (o *VersionByIDUsingPOSTParams) SetBody(body models.VersionRequest)
SetBody adds the body to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) SetContext ¶
func (o *VersionByIDUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) SetDefaults ¶
func (o *VersionByIDUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the version by Id using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*VersionByIDUsingPOSTParams) SetHTTPClient ¶
func (o *VersionByIDUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) SetID ¶
func (o *VersionByIDUsingPOSTParams) SetID(id string)
SetID adds the id to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) SetTimeout ¶
func (o *VersionByIDUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) WithAPIVersion ¶
func (o *VersionByIDUsingPOSTParams) WithAPIVersion(aPIVersion string) *VersionByIDUsingPOSTParams
WithAPIVersion adds the aPIVersion to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) WithAuthorization ¶
func (o *VersionByIDUsingPOSTParams) WithAuthorization(authorization string) *VersionByIDUsingPOSTParams
WithAuthorization adds the authorization to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) WithBody ¶
func (o *VersionByIDUsingPOSTParams) WithBody(body models.VersionRequest) *VersionByIDUsingPOSTParams
WithBody adds the body to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) WithContext ¶
func (o *VersionByIDUsingPOSTParams) WithContext(ctx context.Context) *VersionByIDUsingPOSTParams
WithContext adds the context to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) WithDefaults ¶
func (o *VersionByIDUsingPOSTParams) WithDefaults() *VersionByIDUsingPOSTParams
WithDefaults hydrates default values in the version by Id using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*VersionByIDUsingPOSTParams) WithHTTPClient ¶
func (o *VersionByIDUsingPOSTParams) WithHTTPClient(client *http.Client) *VersionByIDUsingPOSTParams
WithHTTPClient adds the HTTPClient to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) WithID ¶
func (o *VersionByIDUsingPOSTParams) WithID(id string) *VersionByIDUsingPOSTParams
WithID adds the id to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) WithTimeout ¶
func (o *VersionByIDUsingPOSTParams) WithTimeout(timeout time.Duration) *VersionByIDUsingPOSTParams
WithTimeout adds the timeout to the version by Id using p o s t params
func (*VersionByIDUsingPOSTParams) WriteToRequest ¶
func (o *VersionByIDUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VersionByIDUsingPOSTReader ¶
type VersionByIDUsingPOSTReader struct {
// contains filtered or unexported fields
}
VersionByIDUsingPOSTReader is a Reader for the VersionByIDUsingPOST structure.
func (*VersionByIDUsingPOSTReader) ReadResponse ¶
func (o *VersionByIDUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VersionByIDUsingPOSTUnauthorized ¶
type VersionByIDUsingPOSTUnauthorized struct {
}
VersionByIDUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewVersionByIDUsingPOSTUnauthorized ¶
func NewVersionByIDUsingPOSTUnauthorized() *VersionByIDUsingPOSTUnauthorized
NewVersionByIDUsingPOSTUnauthorized creates a VersionByIDUsingPOSTUnauthorized with default headers values
func (*VersionByIDUsingPOSTUnauthorized) Error ¶
func (o *VersionByIDUsingPOSTUnauthorized) Error() string
type WithdrawByIDAndVersionUsingPOSTForbidden ¶
type WithdrawByIDAndVersionUsingPOSTForbidden struct {
}
WithdrawByIDAndVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewWithdrawByIDAndVersionUsingPOSTForbidden ¶
func NewWithdrawByIDAndVersionUsingPOSTForbidden() *WithdrawByIDAndVersionUsingPOSTForbidden
NewWithdrawByIDAndVersionUsingPOSTForbidden creates a WithdrawByIDAndVersionUsingPOSTForbidden with default headers values
func (*WithdrawByIDAndVersionUsingPOSTForbidden) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTForbidden) Error() string
type WithdrawByIDAndVersionUsingPOSTInternalServerError ¶
type WithdrawByIDAndVersionUsingPOSTInternalServerError struct {
}
WithdrawByIDAndVersionUsingPOSTInternalServerError describes a response with status code 500, with default header values.
Server Error
func NewWithdrawByIDAndVersionUsingPOSTInternalServerError ¶
func NewWithdrawByIDAndVersionUsingPOSTInternalServerError() *WithdrawByIDAndVersionUsingPOSTInternalServerError
NewWithdrawByIDAndVersionUsingPOSTInternalServerError creates a WithdrawByIDAndVersionUsingPOSTInternalServerError with default headers values
func (*WithdrawByIDAndVersionUsingPOSTInternalServerError) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTInternalServerError) Error() string
type WithdrawByIDAndVersionUsingPOSTNotFound ¶
WithdrawByIDAndVersionUsingPOSTNotFound describes a response with status code 404, with default header values.
Not Found
func NewWithdrawByIDAndVersionUsingPOSTNotFound ¶
func NewWithdrawByIDAndVersionUsingPOSTNotFound() *WithdrawByIDAndVersionUsingPOSTNotFound
NewWithdrawByIDAndVersionUsingPOSTNotFound creates a WithdrawByIDAndVersionUsingPOSTNotFound with default headers values
func (*WithdrawByIDAndVersionUsingPOSTNotFound) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) Error() string
func (*WithdrawByIDAndVersionUsingPOSTNotFound) GetPayload ¶
func (o *WithdrawByIDAndVersionUsingPOSTNotFound) GetPayload() *models.Error
type WithdrawByIDAndVersionUsingPOSTOK ¶
type WithdrawByIDAndVersionUsingPOSTOK struct {
Payload models.CustomIntegration
}
WithdrawByIDAndVersionUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewWithdrawByIDAndVersionUsingPOSTOK ¶
func NewWithdrawByIDAndVersionUsingPOSTOK() *WithdrawByIDAndVersionUsingPOSTOK
NewWithdrawByIDAndVersionUsingPOSTOK creates a WithdrawByIDAndVersionUsingPOSTOK with default headers values
func (*WithdrawByIDAndVersionUsingPOSTOK) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTOK) Error() string
func (*WithdrawByIDAndVersionUsingPOSTOK) GetPayload ¶
func (o *WithdrawByIDAndVersionUsingPOSTOK) GetPayload() models.CustomIntegration
type WithdrawByIDAndVersionUsingPOSTParams ¶
type WithdrawByIDAndVersionUsingPOSTParams struct {
/* Authorization.
Bearer token
*/
Authorization string
/* APIVersion.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
*/
APIVersion string
/* ID.
The ID of the Custom Integration
*/
ID string
/* Version.
The version of the Custom Integration
*/
Version string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
WithdrawByIDAndVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the withdraw by Id and version using p o s t operation. Typically these are written to a http.Request.
func NewWithdrawByIDAndVersionUsingPOSTParams ¶
func NewWithdrawByIDAndVersionUsingPOSTParams() *WithdrawByIDAndVersionUsingPOSTParams
NewWithdrawByIDAndVersionUsingPOSTParams creates a new WithdrawByIDAndVersionUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewWithdrawByIDAndVersionUsingPOSTParamsWithContext ¶
func NewWithdrawByIDAndVersionUsingPOSTParamsWithContext(ctx context.Context) *WithdrawByIDAndVersionUsingPOSTParams
NewWithdrawByIDAndVersionUsingPOSTParamsWithContext creates a new WithdrawByIDAndVersionUsingPOSTParams object with the ability to set a context for a request.
func NewWithdrawByIDAndVersionUsingPOSTParamsWithHTTPClient ¶
func NewWithdrawByIDAndVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *WithdrawByIDAndVersionUsingPOSTParams
NewWithdrawByIDAndVersionUsingPOSTParamsWithHTTPClient creates a new WithdrawByIDAndVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewWithdrawByIDAndVersionUsingPOSTParamsWithTimeout ¶
func NewWithdrawByIDAndVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *WithdrawByIDAndVersionUsingPOSTParams
NewWithdrawByIDAndVersionUsingPOSTParamsWithTimeout creates a new WithdrawByIDAndVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*WithdrawByIDAndVersionUsingPOSTParams) SetAPIVersion ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetAuthorization ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetAuthorization(authorization string)
SetAuthorization adds the authorization to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetContext ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetDefaults ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the withdraw by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*WithdrawByIDAndVersionUsingPOSTParams) SetHTTPClient ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetID ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetID(id string)
SetID adds the id to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetTimeout ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) SetVersion ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) SetVersion(version string)
SetVersion adds the version to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithAPIVersion ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithAPIVersion(aPIVersion string) *WithdrawByIDAndVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithAuthorization ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithAuthorization(authorization string) *WithdrawByIDAndVersionUsingPOSTParams
WithAuthorization adds the authorization to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithContext ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithContext(ctx context.Context) *WithdrawByIDAndVersionUsingPOSTParams
WithContext adds the context to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithDefaults ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithDefaults() *WithdrawByIDAndVersionUsingPOSTParams
WithDefaults hydrates default values in the withdraw by Id and version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*WithdrawByIDAndVersionUsingPOSTParams) WithHTTPClient ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *WithdrawByIDAndVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithID ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithID(id string) *WithdrawByIDAndVersionUsingPOSTParams
WithID adds the id to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithTimeout ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *WithdrawByIDAndVersionUsingPOSTParams
WithTimeout adds the timeout to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WithVersion ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WithVersion(version string) *WithdrawByIDAndVersionUsingPOSTParams
WithVersion adds the version to the withdraw by Id and version using p o s t params
func (*WithdrawByIDAndVersionUsingPOSTParams) WriteToRequest ¶
func (o *WithdrawByIDAndVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WithdrawByIDAndVersionUsingPOSTReader ¶
type WithdrawByIDAndVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
WithdrawByIDAndVersionUsingPOSTReader is a Reader for the WithdrawByIDAndVersionUsingPOST structure.
func (*WithdrawByIDAndVersionUsingPOSTReader) ReadResponse ¶
func (o *WithdrawByIDAndVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WithdrawByIDAndVersionUsingPOSTUnauthorized ¶
type WithdrawByIDAndVersionUsingPOSTUnauthorized struct {
}
WithdrawByIDAndVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized Request
func NewWithdrawByIDAndVersionUsingPOSTUnauthorized ¶
func NewWithdrawByIDAndVersionUsingPOSTUnauthorized() *WithdrawByIDAndVersionUsingPOSTUnauthorized
NewWithdrawByIDAndVersionUsingPOSTUnauthorized creates a WithdrawByIDAndVersionUsingPOSTUnauthorized with default headers values
func (*WithdrawByIDAndVersionUsingPOSTUnauthorized) Error ¶
func (o *WithdrawByIDAndVersionUsingPOSTUnauthorized) Error() string
Source Files
¶
- create_using_post_parameters.go
- create_using_post_responses.go
- custom_integrations_client.go
- delete_draft_by_id_using_delete_parameters.go
- delete_draft_by_id_using_delete_responses.go
- delete_version_by_id_using_delete_parameters.go
- delete_version_by_id_using_delete_responses.go
- deprecate_by_id_and_version_using_post_parameters.go
- deprecate_by_id_and_version_using_post_responses.go
- get_custom_integration_versions_by_id_using_get_parameters.go
- get_custom_integration_versions_by_id_using_get_responses.go
- get_custom_integrations_using_get_parameters.go
- get_custom_integrations_using_get_responses.go
- get_draft_by_id_using_get_parameters.go
- get_draft_by_id_using_get_responses.go
- get_version_by_id_using_get_mixin3_parameters.go
- get_version_by_id_using_get_mixin3_responses.go
- release_by_id_and_version_using_post_parameters.go
- release_by_id_and_version_using_post_responses.go
- restore_by_id_and_version_using_post_parameters.go
- restore_by_id_and_version_using_post_responses.go
- update_by_id_using_put_parameters.go
- update_by_id_using_put_responses.go
- version_by_id_using_post_parameters.go
- version_by_id_using_post_responses.go
- withdraw_by_id_and_version_using_post_parameters.go
- withdraw_by_id_and_version_using_post_responses.go