Versions in this module Expand all Collapse all v1 v1.0.0 Sep 4, 2019 Changes in this version + type AddBundleBlockingStateBadRequest struct + HttpResponse runtime.ClientResponse + func NewAddBundleBlockingStateBadRequest() *AddBundleBlockingStateBadRequest + func (o *AddBundleBlockingStateBadRequest) Error() string + type AddBundleBlockingStateCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.BlockingState + func NewAddBundleBlockingStateCreated() *AddBundleBlockingStateCreated + func (o *AddBundleBlockingStateCreated) Error() string + type AddBundleBlockingStateNotFound struct + HttpResponse runtime.ClientResponse + func NewAddBundleBlockingStateNotFound() *AddBundleBlockingStateNotFound + func (o *AddBundleBlockingStateNotFound) Error() string + type AddBundleBlockingStateParams struct + Body *kbmodel.BlockingState + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + PluginProperty []string + ProcessLocationHeader bool + RequestedDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewAddBundleBlockingStateParams() *AddBundleBlockingStateParams + func NewAddBundleBlockingStateParamsWithContext(ctx context.Context) *AddBundleBlockingStateParams + func NewAddBundleBlockingStateParamsWithHTTPClient(client *http.Client) *AddBundleBlockingStateParams + func NewAddBundleBlockingStateParamsWithTimeout(timeout time.Duration) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) SetBody(body *kbmodel.BlockingState) + func (o *AddBundleBlockingStateParams) SetBundleID(bundleID strfmt.UUID) + func (o *AddBundleBlockingStateParams) SetContext(ctx context.Context) + func (o *AddBundleBlockingStateParams) SetHTTPClient(client *http.Client) + func (o *AddBundleBlockingStateParams) SetPluginProperty(pluginProperty []string) + func (o *AddBundleBlockingStateParams) SetRequestedDate(requestedDate *strfmt.Date) + func (o *AddBundleBlockingStateParams) SetTimeout(timeout time.Duration) + func (o *AddBundleBlockingStateParams) SetXKillbillComment(xKillbillComment *string) + func (o *AddBundleBlockingStateParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *AddBundleBlockingStateParams) SetXKillbillReason(xKillbillReason *string) + func (o *AddBundleBlockingStateParams) WithBody(body *kbmodel.BlockingState) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithBundleID(bundleID strfmt.UUID) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithContext(ctx context.Context) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithHTTPClient(client *http.Client) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithPluginProperty(pluginProperty []string) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithRequestedDate(requestedDate *strfmt.Date) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithTimeout(timeout time.Duration) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithXKillbillComment(xKillbillComment *string) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WithXKillbillReason(xKillbillReason *string) *AddBundleBlockingStateParams + func (o *AddBundleBlockingStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddBundleBlockingStateReader struct + func (o *AddBundleBlockingStateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) AddBundleBlockingState(ctx context.Context, params *AddBundleBlockingStateParams) (*AddBundleBlockingStateCreated, error) + func (a *Client) CreateBundleCustomFields(ctx context.Context, params *CreateBundleCustomFieldsParams) (*CreateBundleCustomFieldsCreated, error) + func (a *Client) CreateBundleTags(ctx context.Context, params *CreateBundleTagsParams) (*CreateBundleTagsCreated, error) + func (a *Client) DeleteBundleCustomFields(ctx context.Context, params *DeleteBundleCustomFieldsParams) (*DeleteBundleCustomFieldsNoContent, error) + func (a *Client) DeleteBundleTags(ctx context.Context, params *DeleteBundleTagsParams) (*DeleteBundleTagsNoContent, error) + func (a *Client) GetBundle(ctx context.Context, params *GetBundleParams) (*GetBundleOK, error) + func (a *Client) GetBundleByKey(ctx context.Context, params *GetBundleByKeyParams) (*GetBundleByKeyOK, error) + func (a *Client) GetBundleCustomFields(ctx context.Context, params *GetBundleCustomFieldsParams) (*GetBundleCustomFieldsOK, error) + func (a *Client) GetBundleTags(ctx context.Context, params *GetBundleTagsParams) (*GetBundleTagsOK, error) + func (a *Client) GetBundles(ctx context.Context, params *GetBundlesParams) (*GetBundlesOK, error) + func (a *Client) ModifyBundleCustomFields(ctx context.Context, params *ModifyBundleCustomFieldsParams) (*ModifyBundleCustomFieldsNoContent, error) + func (a *Client) PauseBundle(ctx context.Context, params *PauseBundleParams) (*PauseBundleNoContent, error) + func (a *Client) RenameExternalKey(ctx context.Context, params *RenameExternalKeyParams) (*RenameExternalKeyNoContent, error) + func (a *Client) ResumeBundle(ctx context.Context, params *ResumeBundleParams) (*ResumeBundleNoContent, error) + func (a *Client) SearchBundles(ctx context.Context, params *SearchBundlesParams) (*SearchBundlesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) TransferBundle(ctx context.Context, params *TransferBundleParams) (*TransferBundleCreated, error) + type CreateBundleCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateBundleCustomFieldsBadRequest() *CreateBundleCustomFieldsBadRequest + func (o *CreateBundleCustomFieldsBadRequest) Error() string + type CreateBundleCustomFieldsCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewCreateBundleCustomFieldsCreated() *CreateBundleCustomFieldsCreated + func (o *CreateBundleCustomFieldsCreated) Error() string + type CreateBundleCustomFieldsParams struct + Body []*kbmodel.CustomField + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateBundleCustomFieldsParams() *CreateBundleCustomFieldsParams + func NewCreateBundleCustomFieldsParamsWithContext(ctx context.Context) *CreateBundleCustomFieldsParams + func NewCreateBundleCustomFieldsParamsWithHTTPClient(client *http.Client) *CreateBundleCustomFieldsParams + func NewCreateBundleCustomFieldsParamsWithTimeout(timeout time.Duration) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) SetBody(body []*kbmodel.CustomField) + func (o *CreateBundleCustomFieldsParams) SetBundleID(bundleID strfmt.UUID) + func (o *CreateBundleCustomFieldsParams) SetContext(ctx context.Context) + func (o *CreateBundleCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *CreateBundleCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *CreateBundleCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateBundleCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateBundleCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateBundleCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) WithBundleID(bundleID strfmt.UUID) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) WithContext(ctx context.Context) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) WithHTTPClient(client *http.Client) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) WithTimeout(timeout time.Duration) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *CreateBundleCustomFieldsParams + func (o *CreateBundleCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateBundleCustomFieldsReader struct + func (o *CreateBundleCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateBundleTagsBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateBundleTagsBadRequest() *CreateBundleTagsBadRequest + func (o *CreateBundleTagsBadRequest) Error() string + type CreateBundleTagsCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Tag + func NewCreateBundleTagsCreated() *CreateBundleTagsCreated + func (o *CreateBundleTagsCreated) Error() string + type CreateBundleTagsParams struct + Body []strfmt.UUID + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateBundleTagsParams() *CreateBundleTagsParams + func NewCreateBundleTagsParamsWithContext(ctx context.Context) *CreateBundleTagsParams + func NewCreateBundleTagsParamsWithHTTPClient(client *http.Client) *CreateBundleTagsParams + func NewCreateBundleTagsParamsWithTimeout(timeout time.Duration) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) SetBody(body []strfmt.UUID) + func (o *CreateBundleTagsParams) SetBundleID(bundleID strfmt.UUID) + func (o *CreateBundleTagsParams) SetContext(ctx context.Context) + func (o *CreateBundleTagsParams) SetHTTPClient(client *http.Client) + func (o *CreateBundleTagsParams) SetTimeout(timeout time.Duration) + func (o *CreateBundleTagsParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateBundleTagsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateBundleTagsParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateBundleTagsParams) WithBody(body []strfmt.UUID) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) WithBundleID(bundleID strfmt.UUID) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) WithContext(ctx context.Context) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) WithHTTPClient(client *http.Client) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) WithTimeout(timeout time.Duration) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) WithXKillbillComment(xKillbillComment *string) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) WithXKillbillReason(xKillbillReason *string) *CreateBundleTagsParams + func (o *CreateBundleTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateBundleTagsReader struct + func (o *CreateBundleTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteBundleCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeleteBundleCustomFieldsBadRequest() *DeleteBundleCustomFieldsBadRequest + func (o *DeleteBundleCustomFieldsBadRequest) Error() string + type DeleteBundleCustomFieldsNoContent struct + HttpResponse runtime.ClientResponse + func NewDeleteBundleCustomFieldsNoContent() *DeleteBundleCustomFieldsNoContent + func (o *DeleteBundleCustomFieldsNoContent) Error() string + type DeleteBundleCustomFieldsParams struct + BundleID strfmt.UUID + Context context.Context + CustomField []strfmt.UUID + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeleteBundleCustomFieldsParams() *DeleteBundleCustomFieldsParams + func NewDeleteBundleCustomFieldsParamsWithContext(ctx context.Context) *DeleteBundleCustomFieldsParams + func NewDeleteBundleCustomFieldsParamsWithHTTPClient(client *http.Client) *DeleteBundleCustomFieldsParams + func NewDeleteBundleCustomFieldsParamsWithTimeout(timeout time.Duration) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) SetBundleID(bundleID strfmt.UUID) + func (o *DeleteBundleCustomFieldsParams) SetContext(ctx context.Context) + func (o *DeleteBundleCustomFieldsParams) SetCustomField(customField []strfmt.UUID) + func (o *DeleteBundleCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *DeleteBundleCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *DeleteBundleCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeleteBundleCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeleteBundleCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeleteBundleCustomFieldsParams) WithBundleID(bundleID strfmt.UUID) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) WithContext(ctx context.Context) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) WithCustomField(customField []strfmt.UUID) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) WithHTTPClient(client *http.Client) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) WithTimeout(timeout time.Duration) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *DeleteBundleCustomFieldsParams + func (o *DeleteBundleCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteBundleCustomFieldsReader struct + func (o *DeleteBundleCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteBundleTagsBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeleteBundleTagsBadRequest() *DeleteBundleTagsBadRequest + func (o *DeleteBundleTagsBadRequest) Error() string + type DeleteBundleTagsNoContent struct + HttpResponse runtime.ClientResponse + func NewDeleteBundleTagsNoContent() *DeleteBundleTagsNoContent + func (o *DeleteBundleTagsNoContent) Error() string + type DeleteBundleTagsParams struct + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + TagDef []strfmt.UUID + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeleteBundleTagsParams() *DeleteBundleTagsParams + func NewDeleteBundleTagsParamsWithContext(ctx context.Context) *DeleteBundleTagsParams + func NewDeleteBundleTagsParamsWithHTTPClient(client *http.Client) *DeleteBundleTagsParams + func NewDeleteBundleTagsParamsWithTimeout(timeout time.Duration) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) SetBundleID(bundleID strfmt.UUID) + func (o *DeleteBundleTagsParams) SetContext(ctx context.Context) + func (o *DeleteBundleTagsParams) SetHTTPClient(client *http.Client) + func (o *DeleteBundleTagsParams) SetTagDef(tagDef []strfmt.UUID) + func (o *DeleteBundleTagsParams) SetTimeout(timeout time.Duration) + func (o *DeleteBundleTagsParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeleteBundleTagsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeleteBundleTagsParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeleteBundleTagsParams) WithBundleID(bundleID strfmt.UUID) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) WithContext(ctx context.Context) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) WithHTTPClient(client *http.Client) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) WithTagDef(tagDef []strfmt.UUID) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) WithTimeout(timeout time.Duration) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) WithXKillbillComment(xKillbillComment *string) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) WithXKillbillReason(xKillbillReason *string) *DeleteBundleTagsParams + func (o *DeleteBundleTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteBundleTagsReader struct + func (o *DeleteBundleTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBundleBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetBundleBadRequest() *GetBundleBadRequest + func (o *GetBundleBadRequest) Error() string + type GetBundleByKeyNotFound struct + HttpResponse runtime.ClientResponse + func NewGetBundleByKeyNotFound() *GetBundleByKeyNotFound + func (o *GetBundleByKeyNotFound) Error() string + type GetBundleByKeyOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Bundle + func NewGetBundleByKeyOK() *GetBundleByKeyOK + func (o *GetBundleByKeyOK) Error() string + type GetBundleByKeyParams struct + Audit *string + Context context.Context + ExternalKey string + HTTPClient *http.Client + IncludedDeleted *bool + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetBundleByKeyParams() *GetBundleByKeyParams + func NewGetBundleByKeyParamsWithContext(ctx context.Context) *GetBundleByKeyParams + func NewGetBundleByKeyParamsWithHTTPClient(client *http.Client) *GetBundleByKeyParams + func NewGetBundleByKeyParamsWithTimeout(timeout time.Duration) *GetBundleByKeyParams + func (o *GetBundleByKeyParams) SetAudit(audit *string) + func (o *GetBundleByKeyParams) SetContext(ctx context.Context) + func (o *GetBundleByKeyParams) SetExternalKey(externalKey string) + func (o *GetBundleByKeyParams) SetHTTPClient(client *http.Client) + func (o *GetBundleByKeyParams) SetIncludedDeleted(includedDeleted *bool) + func (o *GetBundleByKeyParams) SetTimeout(timeout time.Duration) + func (o *GetBundleByKeyParams) WithAudit(audit *string) *GetBundleByKeyParams + func (o *GetBundleByKeyParams) WithContext(ctx context.Context) *GetBundleByKeyParams + func (o *GetBundleByKeyParams) WithExternalKey(externalKey string) *GetBundleByKeyParams + func (o *GetBundleByKeyParams) WithHTTPClient(client *http.Client) *GetBundleByKeyParams + func (o *GetBundleByKeyParams) WithIncludedDeleted(includedDeleted *bool) *GetBundleByKeyParams + func (o *GetBundleByKeyParams) WithTimeout(timeout time.Duration) *GetBundleByKeyParams + func (o *GetBundleByKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBundleByKeyReader struct + func (o *GetBundleByKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBundleCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetBundleCustomFieldsBadRequest() *GetBundleCustomFieldsBadRequest + func (o *GetBundleCustomFieldsBadRequest) Error() string + type GetBundleCustomFieldsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewGetBundleCustomFieldsOK() *GetBundleCustomFieldsOK + func (o *GetBundleCustomFieldsOK) Error() string + type GetBundleCustomFieldsParams struct + Audit *string + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetBundleCustomFieldsParams() *GetBundleCustomFieldsParams + func NewGetBundleCustomFieldsParamsWithContext(ctx context.Context) *GetBundleCustomFieldsParams + func NewGetBundleCustomFieldsParamsWithHTTPClient(client *http.Client) *GetBundleCustomFieldsParams + func NewGetBundleCustomFieldsParamsWithTimeout(timeout time.Duration) *GetBundleCustomFieldsParams + func (o *GetBundleCustomFieldsParams) SetAudit(audit *string) + func (o *GetBundleCustomFieldsParams) SetBundleID(bundleID strfmt.UUID) + func (o *GetBundleCustomFieldsParams) SetContext(ctx context.Context) + func (o *GetBundleCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *GetBundleCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *GetBundleCustomFieldsParams) WithAudit(audit *string) *GetBundleCustomFieldsParams + func (o *GetBundleCustomFieldsParams) WithBundleID(bundleID strfmt.UUID) *GetBundleCustomFieldsParams + func (o *GetBundleCustomFieldsParams) WithContext(ctx context.Context) *GetBundleCustomFieldsParams + func (o *GetBundleCustomFieldsParams) WithHTTPClient(client *http.Client) *GetBundleCustomFieldsParams + func (o *GetBundleCustomFieldsParams) WithTimeout(timeout time.Duration) *GetBundleCustomFieldsParams + func (o *GetBundleCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBundleCustomFieldsReader struct + func (o *GetBundleCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBundleNotFound struct + HttpResponse runtime.ClientResponse + func NewGetBundleNotFound() *GetBundleNotFound + func (o *GetBundleNotFound) Error() string + type GetBundleOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Bundle + func NewGetBundleOK() *GetBundleOK + func (o *GetBundleOK) Error() string + type GetBundleParams struct + Audit *string + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetBundleParams() *GetBundleParams + func NewGetBundleParamsWithContext(ctx context.Context) *GetBundleParams + func NewGetBundleParamsWithHTTPClient(client *http.Client) *GetBundleParams + func NewGetBundleParamsWithTimeout(timeout time.Duration) *GetBundleParams + func (o *GetBundleParams) SetAudit(audit *string) + func (o *GetBundleParams) SetBundleID(bundleID strfmt.UUID) + func (o *GetBundleParams) SetContext(ctx context.Context) + func (o *GetBundleParams) SetHTTPClient(client *http.Client) + func (o *GetBundleParams) SetTimeout(timeout time.Duration) + func (o *GetBundleParams) WithAudit(audit *string) *GetBundleParams + func (o *GetBundleParams) WithBundleID(bundleID strfmt.UUID) *GetBundleParams + func (o *GetBundleParams) WithContext(ctx context.Context) *GetBundleParams + func (o *GetBundleParams) WithHTTPClient(client *http.Client) *GetBundleParams + func (o *GetBundleParams) WithTimeout(timeout time.Duration) *GetBundleParams + func (o *GetBundleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBundleReader struct + func (o *GetBundleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBundleTagsBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetBundleTagsBadRequest() *GetBundleTagsBadRequest + func (o *GetBundleTagsBadRequest) Error() string + type GetBundleTagsNotFound struct + HttpResponse runtime.ClientResponse + func NewGetBundleTagsNotFound() *GetBundleTagsNotFound + func (o *GetBundleTagsNotFound) Error() string + type GetBundleTagsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Tag + func NewGetBundleTagsOK() *GetBundleTagsOK + func (o *GetBundleTagsOK) Error() string + type GetBundleTagsParams struct + Audit *string + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + IncludedDeleted *bool + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetBundleTagsParams() *GetBundleTagsParams + func NewGetBundleTagsParamsWithContext(ctx context.Context) *GetBundleTagsParams + func NewGetBundleTagsParamsWithHTTPClient(client *http.Client) *GetBundleTagsParams + func NewGetBundleTagsParamsWithTimeout(timeout time.Duration) *GetBundleTagsParams + func (o *GetBundleTagsParams) SetAudit(audit *string) + func (o *GetBundleTagsParams) SetBundleID(bundleID strfmt.UUID) + func (o *GetBundleTagsParams) SetContext(ctx context.Context) + func (o *GetBundleTagsParams) SetHTTPClient(client *http.Client) + func (o *GetBundleTagsParams) SetIncludedDeleted(includedDeleted *bool) + func (o *GetBundleTagsParams) SetTimeout(timeout time.Duration) + func (o *GetBundleTagsParams) WithAudit(audit *string) *GetBundleTagsParams + func (o *GetBundleTagsParams) WithBundleID(bundleID strfmt.UUID) *GetBundleTagsParams + func (o *GetBundleTagsParams) WithContext(ctx context.Context) *GetBundleTagsParams + func (o *GetBundleTagsParams) WithHTTPClient(client *http.Client) *GetBundleTagsParams + func (o *GetBundleTagsParams) WithIncludedDeleted(includedDeleted *bool) *GetBundleTagsParams + func (o *GetBundleTagsParams) WithTimeout(timeout time.Duration) *GetBundleTagsParams + func (o *GetBundleTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBundleTagsReader struct + func (o *GetBundleTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBundlesOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Bundle + func NewGetBundlesOK() *GetBundlesOK + func (o *GetBundlesOK) Error() string + type GetBundlesParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetBundlesParams() *GetBundlesParams + func NewGetBundlesParamsWithContext(ctx context.Context) *GetBundlesParams + func NewGetBundlesParamsWithHTTPClient(client *http.Client) *GetBundlesParams + func NewGetBundlesParamsWithTimeout(timeout time.Duration) *GetBundlesParams + func (o *GetBundlesParams) SetAudit(audit *string) + func (o *GetBundlesParams) SetContext(ctx context.Context) + func (o *GetBundlesParams) SetHTTPClient(client *http.Client) + func (o *GetBundlesParams) SetLimit(limit *int64) + func (o *GetBundlesParams) SetOffset(offset *int64) + func (o *GetBundlesParams) SetTimeout(timeout time.Duration) + func (o *GetBundlesParams) WithAudit(audit *string) *GetBundlesParams + func (o *GetBundlesParams) WithContext(ctx context.Context) *GetBundlesParams + func (o *GetBundlesParams) WithHTTPClient(client *http.Client) *GetBundlesParams + func (o *GetBundlesParams) WithLimit(limit *int64) *GetBundlesParams + func (o *GetBundlesParams) WithOffset(offset *int64) *GetBundlesParams + func (o *GetBundlesParams) WithTimeout(timeout time.Duration) *GetBundlesParams + func (o *GetBundlesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBundlesReader struct + func (o *GetBundlesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IBundle interface + AddBundleBlockingState func(ctx context.Context, params *AddBundleBlockingStateParams) (*AddBundleBlockingStateCreated, error) + CreateBundleCustomFields func(ctx context.Context, params *CreateBundleCustomFieldsParams) (*CreateBundleCustomFieldsCreated, error) + CreateBundleTags func(ctx context.Context, params *CreateBundleTagsParams) (*CreateBundleTagsCreated, error) + DeleteBundleCustomFields func(ctx context.Context, params *DeleteBundleCustomFieldsParams) (*DeleteBundleCustomFieldsNoContent, error) + DeleteBundleTags func(ctx context.Context, params *DeleteBundleTagsParams) (*DeleteBundleTagsNoContent, error) + GetBundle func(ctx context.Context, params *GetBundleParams) (*GetBundleOK, error) + GetBundleByKey func(ctx context.Context, params *GetBundleByKeyParams) (*GetBundleByKeyOK, error) + GetBundleCustomFields func(ctx context.Context, params *GetBundleCustomFieldsParams) (*GetBundleCustomFieldsOK, error) + GetBundleTags func(ctx context.Context, params *GetBundleTagsParams) (*GetBundleTagsOK, error) + GetBundles func(ctx context.Context, params *GetBundlesParams) (*GetBundlesOK, error) + ModifyBundleCustomFields func(ctx context.Context, params *ModifyBundleCustomFieldsParams) (*ModifyBundleCustomFieldsNoContent, error) + PauseBundle func(ctx context.Context, params *PauseBundleParams) (*PauseBundleNoContent, error) + RenameExternalKey func(ctx context.Context, params *RenameExternalKeyParams) (*RenameExternalKeyNoContent, error) + ResumeBundle func(ctx context.Context, params *ResumeBundleParams) (*ResumeBundleNoContent, error) + SearchBundles func(ctx context.Context, params *SearchBundlesParams) (*SearchBundlesOK, error) + TransferBundle func(ctx context.Context, params *TransferBundleParams) (*TransferBundleCreated, error) + type KillbillDefaults interface + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string + type ModifyBundleCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewModifyBundleCustomFieldsBadRequest() *ModifyBundleCustomFieldsBadRequest + func (o *ModifyBundleCustomFieldsBadRequest) Error() string + type ModifyBundleCustomFieldsNoContent struct + HttpResponse runtime.ClientResponse + func NewModifyBundleCustomFieldsNoContent() *ModifyBundleCustomFieldsNoContent + func (o *ModifyBundleCustomFieldsNoContent) Error() string + type ModifyBundleCustomFieldsParams struct + Body []*kbmodel.CustomField + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewModifyBundleCustomFieldsParams() *ModifyBundleCustomFieldsParams + func NewModifyBundleCustomFieldsParamsWithContext(ctx context.Context) *ModifyBundleCustomFieldsParams + func NewModifyBundleCustomFieldsParamsWithHTTPClient(client *http.Client) *ModifyBundleCustomFieldsParams + func NewModifyBundleCustomFieldsParamsWithTimeout(timeout time.Duration) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) SetBody(body []*kbmodel.CustomField) + func (o *ModifyBundleCustomFieldsParams) SetBundleID(bundleID strfmt.UUID) + func (o *ModifyBundleCustomFieldsParams) SetContext(ctx context.Context) + func (o *ModifyBundleCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *ModifyBundleCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *ModifyBundleCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *ModifyBundleCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *ModifyBundleCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *ModifyBundleCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) WithBundleID(bundleID strfmt.UUID) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) WithContext(ctx context.Context) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) WithHTTPClient(client *http.Client) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) WithTimeout(timeout time.Duration) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *ModifyBundleCustomFieldsParams + func (o *ModifyBundleCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ModifyBundleCustomFieldsReader struct + func (o *ModifyBundleCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PauseBundleBadRequest struct + HttpResponse runtime.ClientResponse + func NewPauseBundleBadRequest() *PauseBundleBadRequest + func (o *PauseBundleBadRequest) Error() string + type PauseBundleNoContent struct + HttpResponse runtime.ClientResponse + func NewPauseBundleNoContent() *PauseBundleNoContent + func (o *PauseBundleNoContent) Error() string + type PauseBundleNotFound struct + HttpResponse runtime.ClientResponse + func NewPauseBundleNotFound() *PauseBundleNotFound + func (o *PauseBundleNotFound) Error() string + type PauseBundleParams struct + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + PluginProperty []string + ProcessLocationHeader bool + RequestedDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewPauseBundleParams() *PauseBundleParams + func NewPauseBundleParamsWithContext(ctx context.Context) *PauseBundleParams + func NewPauseBundleParamsWithHTTPClient(client *http.Client) *PauseBundleParams + func NewPauseBundleParamsWithTimeout(timeout time.Duration) *PauseBundleParams + func (o *PauseBundleParams) SetBundleID(bundleID strfmt.UUID) + func (o *PauseBundleParams) SetContext(ctx context.Context) + func (o *PauseBundleParams) SetHTTPClient(client *http.Client) + func (o *PauseBundleParams) SetPluginProperty(pluginProperty []string) + func (o *PauseBundleParams) SetRequestedDate(requestedDate *strfmt.Date) + func (o *PauseBundleParams) SetTimeout(timeout time.Duration) + func (o *PauseBundleParams) SetXKillbillComment(xKillbillComment *string) + func (o *PauseBundleParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *PauseBundleParams) SetXKillbillReason(xKillbillReason *string) + func (o *PauseBundleParams) WithBundleID(bundleID strfmt.UUID) *PauseBundleParams + func (o *PauseBundleParams) WithContext(ctx context.Context) *PauseBundleParams + func (o *PauseBundleParams) WithHTTPClient(client *http.Client) *PauseBundleParams + func (o *PauseBundleParams) WithPluginProperty(pluginProperty []string) *PauseBundleParams + func (o *PauseBundleParams) WithRequestedDate(requestedDate *strfmt.Date) *PauseBundleParams + func (o *PauseBundleParams) WithTimeout(timeout time.Duration) *PauseBundleParams + func (o *PauseBundleParams) WithXKillbillComment(xKillbillComment *string) *PauseBundleParams + func (o *PauseBundleParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *PauseBundleParams + func (o *PauseBundleParams) WithXKillbillReason(xKillbillReason *string) *PauseBundleParams + func (o *PauseBundleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PauseBundleReader struct + func (o *PauseBundleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RenameExternalKeyBadRequest struct + HttpResponse runtime.ClientResponse + func NewRenameExternalKeyBadRequest() *RenameExternalKeyBadRequest + func (o *RenameExternalKeyBadRequest) Error() string + type RenameExternalKeyNoContent struct + HttpResponse runtime.ClientResponse + func NewRenameExternalKeyNoContent() *RenameExternalKeyNoContent + func (o *RenameExternalKeyNoContent) Error() string + type RenameExternalKeyNotFound struct + HttpResponse runtime.ClientResponse + func NewRenameExternalKeyNotFound() *RenameExternalKeyNotFound + func (o *RenameExternalKeyNotFound) Error() string + type RenameExternalKeyParams struct + Body *kbmodel.Bundle + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewRenameExternalKeyParams() *RenameExternalKeyParams + func NewRenameExternalKeyParamsWithContext(ctx context.Context) *RenameExternalKeyParams + func NewRenameExternalKeyParamsWithHTTPClient(client *http.Client) *RenameExternalKeyParams + func NewRenameExternalKeyParamsWithTimeout(timeout time.Duration) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) SetBody(body *kbmodel.Bundle) + func (o *RenameExternalKeyParams) SetBundleID(bundleID strfmt.UUID) + func (o *RenameExternalKeyParams) SetContext(ctx context.Context) + func (o *RenameExternalKeyParams) SetHTTPClient(client *http.Client) + func (o *RenameExternalKeyParams) SetTimeout(timeout time.Duration) + func (o *RenameExternalKeyParams) SetXKillbillComment(xKillbillComment *string) + func (o *RenameExternalKeyParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *RenameExternalKeyParams) SetXKillbillReason(xKillbillReason *string) + func (o *RenameExternalKeyParams) WithBody(body *kbmodel.Bundle) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) WithBundleID(bundleID strfmt.UUID) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) WithContext(ctx context.Context) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) WithHTTPClient(client *http.Client) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) WithTimeout(timeout time.Duration) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) WithXKillbillComment(xKillbillComment *string) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) WithXKillbillReason(xKillbillReason *string) *RenameExternalKeyParams + func (o *RenameExternalKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RenameExternalKeyReader struct + func (o *RenameExternalKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ResumeBundleBadRequest struct + HttpResponse runtime.ClientResponse + func NewResumeBundleBadRequest() *ResumeBundleBadRequest + func (o *ResumeBundleBadRequest) Error() string + type ResumeBundleNoContent struct + HttpResponse runtime.ClientResponse + func NewResumeBundleNoContent() *ResumeBundleNoContent + func (o *ResumeBundleNoContent) Error() string + type ResumeBundleNotFound struct + HttpResponse runtime.ClientResponse + func NewResumeBundleNotFound() *ResumeBundleNotFound + func (o *ResumeBundleNotFound) Error() string + type ResumeBundleParams struct + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + PluginProperty []string + ProcessLocationHeader bool + RequestedDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewResumeBundleParams() *ResumeBundleParams + func NewResumeBundleParamsWithContext(ctx context.Context) *ResumeBundleParams + func NewResumeBundleParamsWithHTTPClient(client *http.Client) *ResumeBundleParams + func NewResumeBundleParamsWithTimeout(timeout time.Duration) *ResumeBundleParams + func (o *ResumeBundleParams) SetBundleID(bundleID strfmt.UUID) + func (o *ResumeBundleParams) SetContext(ctx context.Context) + func (o *ResumeBundleParams) SetHTTPClient(client *http.Client) + func (o *ResumeBundleParams) SetPluginProperty(pluginProperty []string) + func (o *ResumeBundleParams) SetRequestedDate(requestedDate *strfmt.Date) + func (o *ResumeBundleParams) SetTimeout(timeout time.Duration) + func (o *ResumeBundleParams) SetXKillbillComment(xKillbillComment *string) + func (o *ResumeBundleParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *ResumeBundleParams) SetXKillbillReason(xKillbillReason *string) + func (o *ResumeBundleParams) WithBundleID(bundleID strfmt.UUID) *ResumeBundleParams + func (o *ResumeBundleParams) WithContext(ctx context.Context) *ResumeBundleParams + func (o *ResumeBundleParams) WithHTTPClient(client *http.Client) *ResumeBundleParams + func (o *ResumeBundleParams) WithPluginProperty(pluginProperty []string) *ResumeBundleParams + func (o *ResumeBundleParams) WithRequestedDate(requestedDate *strfmt.Date) *ResumeBundleParams + func (o *ResumeBundleParams) WithTimeout(timeout time.Duration) *ResumeBundleParams + func (o *ResumeBundleParams) WithXKillbillComment(xKillbillComment *string) *ResumeBundleParams + func (o *ResumeBundleParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *ResumeBundleParams + func (o *ResumeBundleParams) WithXKillbillReason(xKillbillReason *string) *ResumeBundleParams + func (o *ResumeBundleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ResumeBundleReader struct + func (o *ResumeBundleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SearchBundlesOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Bundle + func NewSearchBundlesOK() *SearchBundlesOK + func (o *SearchBundlesOK) Error() string + type SearchBundlesParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + ProcessLocationHeader bool + SearchKey string + WithStackTrace *bool + func NewSearchBundlesParams() *SearchBundlesParams + func NewSearchBundlesParamsWithContext(ctx context.Context) *SearchBundlesParams + func NewSearchBundlesParamsWithHTTPClient(client *http.Client) *SearchBundlesParams + func NewSearchBundlesParamsWithTimeout(timeout time.Duration) *SearchBundlesParams + func (o *SearchBundlesParams) SetAudit(audit *string) + func (o *SearchBundlesParams) SetContext(ctx context.Context) + func (o *SearchBundlesParams) SetHTTPClient(client *http.Client) + func (o *SearchBundlesParams) SetLimit(limit *int64) + func (o *SearchBundlesParams) SetOffset(offset *int64) + func (o *SearchBundlesParams) SetSearchKey(searchKey string) + func (o *SearchBundlesParams) SetTimeout(timeout time.Duration) + func (o *SearchBundlesParams) WithAudit(audit *string) *SearchBundlesParams + func (o *SearchBundlesParams) WithContext(ctx context.Context) *SearchBundlesParams + func (o *SearchBundlesParams) WithHTTPClient(client *http.Client) *SearchBundlesParams + func (o *SearchBundlesParams) WithLimit(limit *int64) *SearchBundlesParams + func (o *SearchBundlesParams) WithOffset(offset *int64) *SearchBundlesParams + func (o *SearchBundlesParams) WithSearchKey(searchKey string) *SearchBundlesParams + func (o *SearchBundlesParams) WithTimeout(timeout time.Duration) *SearchBundlesParams + func (o *SearchBundlesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchBundlesReader struct + func (o *SearchBundlesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TransferBundleBadRequest struct + HttpResponse runtime.ClientResponse + func NewTransferBundleBadRequest() *TransferBundleBadRequest + func (o *TransferBundleBadRequest) Error() string + type TransferBundleCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Bundle + func NewTransferBundleCreated() *TransferBundleCreated + func (o *TransferBundleCreated) Error() string + type TransferBundleNotFound struct + HttpResponse runtime.ClientResponse + func NewTransferBundleNotFound() *TransferBundleNotFound + func (o *TransferBundleNotFound) Error() string + type TransferBundleParams struct + BillingPolicy *string + Body *kbmodel.Bundle + BundleID strfmt.UUID + Context context.Context + HTTPClient *http.Client + PluginProperty []string + ProcessLocationHeader bool + RequestedDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewTransferBundleParams() *TransferBundleParams + func NewTransferBundleParamsWithContext(ctx context.Context) *TransferBundleParams + func NewTransferBundleParamsWithHTTPClient(client *http.Client) *TransferBundleParams + func NewTransferBundleParamsWithTimeout(timeout time.Duration) *TransferBundleParams + func (o *TransferBundleParams) SetBillingPolicy(billingPolicy *string) + func (o *TransferBundleParams) SetBody(body *kbmodel.Bundle) + func (o *TransferBundleParams) SetBundleID(bundleID strfmt.UUID) + func (o *TransferBundleParams) SetContext(ctx context.Context) + func (o *TransferBundleParams) SetHTTPClient(client *http.Client) + func (o *TransferBundleParams) SetPluginProperty(pluginProperty []string) + func (o *TransferBundleParams) SetRequestedDate(requestedDate *strfmt.Date) + func (o *TransferBundleParams) SetTimeout(timeout time.Duration) + func (o *TransferBundleParams) SetXKillbillComment(xKillbillComment *string) + func (o *TransferBundleParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *TransferBundleParams) SetXKillbillReason(xKillbillReason *string) + func (o *TransferBundleParams) WithBillingPolicy(billingPolicy *string) *TransferBundleParams + func (o *TransferBundleParams) WithBody(body *kbmodel.Bundle) *TransferBundleParams + func (o *TransferBundleParams) WithBundleID(bundleID strfmt.UUID) *TransferBundleParams + func (o *TransferBundleParams) WithContext(ctx context.Context) *TransferBundleParams + func (o *TransferBundleParams) WithHTTPClient(client *http.Client) *TransferBundleParams + func (o *TransferBundleParams) WithPluginProperty(pluginProperty []string) *TransferBundleParams + func (o *TransferBundleParams) WithRequestedDate(requestedDate *strfmt.Date) *TransferBundleParams + func (o *TransferBundleParams) WithTimeout(timeout time.Duration) *TransferBundleParams + func (o *TransferBundleParams) WithXKillbillComment(xKillbillComment *string) *TransferBundleParams + func (o *TransferBundleParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *TransferBundleParams + func (o *TransferBundleParams) WithXKillbillReason(xKillbillReason *string) *TransferBundleParams + func (o *TransferBundleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TransferBundleReader struct + func (o *TransferBundleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/CDNA-Technologies/kbcli/v3