tenant

package
v3.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2023 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for tenant API

func New

func New(transport runtime.ClientTransport,
	formats strfmt.Registry,
	authInfo runtime.ClientAuthInfoWriter,
	defaults KillbillDefaults) *Client

New creates a new tenant API client.

func (*Client) CreateTenant

func (a *Client) CreateTenant(ctx context.Context, params *CreateTenantParams) (*CreateTenantCreated, error)

CreateTenant creates a tenant

func (*Client) DeletePerTenantConfiguration

func (a *Client) DeletePerTenantConfiguration(ctx context.Context, params *DeletePerTenantConfigurationParams) (*DeletePerTenantConfigurationNoContent, error)

DeletePerTenantConfiguration deletes a per tenant configuration system properties

func (*Client) DeletePluginConfiguration

func (a *Client) DeletePluginConfiguration(ctx context.Context, params *DeletePluginConfigurationParams) (*DeletePluginConfigurationNoContent, error)

DeletePluginConfiguration deletes a per tenant configuration for a plugin

func (*Client) DeletePluginPaymentStateMachineConfig

DeletePluginPaymentStateMachineConfig deletes a per tenant payment state machine for a plugin

func (*Client) DeletePushNotificationCallbacks

DeletePushNotificationCallbacks deletes a push notification

func (*Client) DeleteUserKeyValue

func (a *Client) DeleteUserKeyValue(ctx context.Context, params *DeleteUserKeyValueParams) (*DeleteUserKeyValueNoContent, error)

DeleteUserKeyValue deletes a per tenant user key value

func (*Client) GetAllPluginConfiguration

func (a *Client) GetAllPluginConfiguration(ctx context.Context, params *GetAllPluginConfigurationParams) (*GetAllPluginConfigurationOK, error)

GetAllPluginConfiguration retrieves a per tenant key value based on key prefix

func (*Client) GetPerTenantConfiguration

func (a *Client) GetPerTenantConfiguration(ctx context.Context, params *GetPerTenantConfigurationParams) (*GetPerTenantConfigurationOK, error)

GetPerTenantConfiguration retrieves a per tenant configuration system properties

func (*Client) GetPluginConfiguration

func (a *Client) GetPluginConfiguration(ctx context.Context, params *GetPluginConfigurationParams) (*GetPluginConfigurationOK, error)

GetPluginConfiguration retrieves a per tenant configuration for a plugin

func (*Client) GetPluginPaymentStateMachineConfig

func (a *Client) GetPluginPaymentStateMachineConfig(ctx context.Context, params *GetPluginPaymentStateMachineConfigParams) (*GetPluginPaymentStateMachineConfigOK, error)

GetPluginPaymentStateMachineConfig retrieves a per tenant payment state machine for a plugin

func (*Client) GetPushNotificationCallbacks

func (a *Client) GetPushNotificationCallbacks(ctx context.Context, params *GetPushNotificationCallbacksParams) (*GetPushNotificationCallbacksOK, error)

GetPushNotificationCallbacks retrieves a push notification

func (*Client) GetTenant

func (a *Client) GetTenant(ctx context.Context, params *GetTenantParams) (*GetTenantOK, error)

GetTenant retrieves a tenant by id

func (*Client) GetTenantByAPIKey

func (a *Client) GetTenantByAPIKey(ctx context.Context, params *GetTenantByAPIKeyParams) (*GetTenantByAPIKeyOK, error)

GetTenantByAPIKey retrieves a tenant by its API key

func (*Client) GetUserKeyValue

func (a *Client) GetUserKeyValue(ctx context.Context, params *GetUserKeyValueParams) (*GetUserKeyValueOK, error)

GetUserKeyValue retrieves a per tenant user key value

func (*Client) InsertUserKeyValue

func (a *Client) InsertUserKeyValue(ctx context.Context, params *InsertUserKeyValueParams) (*InsertUserKeyValueCreated, error)

InsertUserKeyValue adds a per tenant user key value

func (*Client) RegisterPushNotificationCallback

func (a *Client) RegisterPushNotificationCallback(ctx context.Context, params *RegisterPushNotificationCallbackParams) (*RegisterPushNotificationCallbackCreated, error)

RegisterPushNotificationCallback creates a push notification

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UploadPerTenantConfiguration

func (a *Client) UploadPerTenantConfiguration(ctx context.Context, params *UploadPerTenantConfigurationParams) (*UploadPerTenantConfigurationCreated, error)

UploadPerTenantConfiguration adds a per tenant configuration system properties

func (*Client) UploadPluginConfiguration

func (a *Client) UploadPluginConfiguration(ctx context.Context, params *UploadPluginConfigurationParams) (*UploadPluginConfigurationCreated, error)

UploadPluginConfiguration adds a per tenant configuration for a plugin

func (*Client) UploadPluginPaymentStateMachineConfig

UploadPluginPaymentStateMachineConfig adds a per tenant payment state machine for a plugin

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateTenant(ctx context.Context, params *CreateTenantParams) (*CreateTenantCreated, error)

	DeletePerTenantConfiguration(ctx context.Context, params *DeletePerTenantConfigurationParams) (*DeletePerTenantConfigurationNoContent, error)

	DeletePluginConfiguration(ctx context.Context, params *DeletePluginConfigurationParams) (*DeletePluginConfigurationNoContent, error)

	DeletePluginPaymentStateMachineConfig(ctx context.Context, params *DeletePluginPaymentStateMachineConfigParams) (*DeletePluginPaymentStateMachineConfigNoContent, error)

	DeletePushNotificationCallbacks(ctx context.Context, params *DeletePushNotificationCallbacksParams) (*DeletePushNotificationCallbacksNoContent, error)

	DeleteUserKeyValue(ctx context.Context, params *DeleteUserKeyValueParams) (*DeleteUserKeyValueNoContent, error)

	GetAllPluginConfiguration(ctx context.Context, params *GetAllPluginConfigurationParams) (*GetAllPluginConfigurationOK, error)

	GetPerTenantConfiguration(ctx context.Context, params *GetPerTenantConfigurationParams) (*GetPerTenantConfigurationOK, error)

	GetPluginConfiguration(ctx context.Context, params *GetPluginConfigurationParams) (*GetPluginConfigurationOK, error)

	GetPluginPaymentStateMachineConfig(ctx context.Context, params *GetPluginPaymentStateMachineConfigParams) (*GetPluginPaymentStateMachineConfigOK, error)

	GetPushNotificationCallbacks(ctx context.Context, params *GetPushNotificationCallbacksParams) (*GetPushNotificationCallbacksOK, error)

	GetTenant(ctx context.Context, params *GetTenantParams) (*GetTenantOK, error)

	GetTenantByAPIKey(ctx context.Context, params *GetTenantByAPIKeyParams) (*GetTenantByAPIKeyOK, error)

	GetUserKeyValue(ctx context.Context, params *GetUserKeyValueParams) (*GetUserKeyValueOK, error)

	InsertUserKeyValue(ctx context.Context, params *InsertUserKeyValueParams) (*InsertUserKeyValueCreated, error)

	RegisterPushNotificationCallback(ctx context.Context, params *RegisterPushNotificationCallbackParams) (*RegisterPushNotificationCallbackCreated, error)

	UploadPerTenantConfiguration(ctx context.Context, params *UploadPerTenantConfigurationParams) (*UploadPerTenantConfigurationCreated, error)

	UploadPluginConfiguration(ctx context.Context, params *UploadPluginConfigurationParams) (*UploadPluginConfigurationCreated, error)

	UploadPluginPaymentStateMachineConfig(ctx context.Context, params *UploadPluginPaymentStateMachineConfigParams) (*UploadPluginPaymentStateMachineConfigCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

type CreateTenantConflict

type CreateTenantConflict struct {
	HttpResponse runtime.ClientResponse
}

CreateTenantConflict describes a response with status code 409, with default header values.

Tenant already exists

func NewCreateTenantConflict

func NewCreateTenantConflict() *CreateTenantConflict

NewCreateTenantConflict creates a CreateTenantConflict with default headers values

func (*CreateTenantConflict) Code

func (o *CreateTenantConflict) Code() int

Code gets the status code for the create tenant conflict response

func (*CreateTenantConflict) Error

func (o *CreateTenantConflict) Error() string

func (*CreateTenantConflict) IsClientError

func (o *CreateTenantConflict) IsClientError() bool

IsClientError returns true when this create tenant conflict response has a 4xx status code

func (*CreateTenantConflict) IsCode

func (o *CreateTenantConflict) IsCode(code int) bool

IsCode returns true when this create tenant conflict response a status code equal to that given

func (*CreateTenantConflict) IsRedirect

func (o *CreateTenantConflict) IsRedirect() bool

IsRedirect returns true when this create tenant conflict response has a 3xx status code

func (*CreateTenantConflict) IsServerError

func (o *CreateTenantConflict) IsServerError() bool

IsServerError returns true when this create tenant conflict response has a 5xx status code

func (*CreateTenantConflict) IsSuccess

func (o *CreateTenantConflict) IsSuccess() bool

IsSuccess returns true when this create tenant conflict response has a 2xx status code

func (*CreateTenantConflict) String

func (o *CreateTenantConflict) String() string

type CreateTenantCreated

type CreateTenantCreated struct {
	Payload      *kbmodel.Tenant
	HttpResponse runtime.ClientResponse
}

CreateTenantCreated describes a response with status code 201, with default header values.

Tenant created successfully

func NewCreateTenantCreated

func NewCreateTenantCreated() *CreateTenantCreated

NewCreateTenantCreated creates a CreateTenantCreated with default headers values

func (*CreateTenantCreated) Code

func (o *CreateTenantCreated) Code() int

Code gets the status code for the create tenant created response

func (*CreateTenantCreated) Error

func (o *CreateTenantCreated) Error() string

func (*CreateTenantCreated) GetPayload

func (o *CreateTenantCreated) GetPayload() *kbmodel.Tenant

func (*CreateTenantCreated) IsClientError

func (o *CreateTenantCreated) IsClientError() bool

IsClientError returns true when this create tenant created response has a 4xx status code

func (*CreateTenantCreated) IsCode

func (o *CreateTenantCreated) IsCode(code int) bool

IsCode returns true when this create tenant created response a status code equal to that given

func (*CreateTenantCreated) IsRedirect

func (o *CreateTenantCreated) IsRedirect() bool

IsRedirect returns true when this create tenant created response has a 3xx status code

func (*CreateTenantCreated) IsServerError

func (o *CreateTenantCreated) IsServerError() bool

IsServerError returns true when this create tenant created response has a 5xx status code

func (*CreateTenantCreated) IsSuccess

func (o *CreateTenantCreated) IsSuccess() bool

IsSuccess returns true when this create tenant created response has a 2xx status code

func (*CreateTenantCreated) String

func (o *CreateTenantCreated) String() string

type CreateTenantParams

type CreateTenantParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// Body.
	Body *kbmodel.Tenant

	// UseGlobalDefault.
	UseGlobalDefault *bool

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

CreateTenantParams contains all the parameters to send to the API endpoint

for the create tenant operation.

Typically these are written to a http.Request.

func NewCreateTenantParams

func NewCreateTenantParams() *CreateTenantParams

NewCreateTenantParams creates a new CreateTenantParams 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 NewCreateTenantParamsWithContext

func NewCreateTenantParamsWithContext(ctx context.Context) *CreateTenantParams

NewCreateTenantParamsWithContext creates a new CreateTenantParams object with the ability to set a context for a request.

func NewCreateTenantParamsWithHTTPClient

func NewCreateTenantParamsWithHTTPClient(client *http.Client) *CreateTenantParams

NewCreateTenantParamsWithHTTPClient creates a new CreateTenantParams object with the ability to set a custom HTTPClient for a request.

func NewCreateTenantParamsWithTimeout

func NewCreateTenantParamsWithTimeout(timeout time.Duration) *CreateTenantParams

NewCreateTenantParamsWithTimeout creates a new CreateTenantParams object with the ability to set a timeout on a request.

func (*CreateTenantParams) SetBody

func (o *CreateTenantParams) SetBody(body *kbmodel.Tenant)

SetBody adds the body to the create tenant params

func (*CreateTenantParams) SetContext

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

SetContext adds the context to the create tenant params

func (*CreateTenantParams) SetDefaults

func (o *CreateTenantParams) SetDefaults()

SetDefaults hydrates default values in the create tenant params (not the query body).

All values with no default are reset to their zero value.

func (*CreateTenantParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create tenant params

func (*CreateTenantParams) SetTimeout

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

SetTimeout adds the timeout to the create tenant params

func (*CreateTenantParams) SetUseGlobalDefault

func (o *CreateTenantParams) SetUseGlobalDefault(useGlobalDefault *bool)

SetUseGlobalDefault adds the useGlobalDefault to the create tenant params

func (*CreateTenantParams) SetXKillbillComment

func (o *CreateTenantParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the create tenant params

func (*CreateTenantParams) SetXKillbillCreatedBy

func (o *CreateTenantParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the create tenant params

func (*CreateTenantParams) SetXKillbillReason

func (o *CreateTenantParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the create tenant params

func (*CreateTenantParams) WithBody

WithBody adds the body to the create tenant params

func (*CreateTenantParams) WithContext

WithContext adds the context to the create tenant params

func (*CreateTenantParams) WithDefaults

func (o *CreateTenantParams) WithDefaults() *CreateTenantParams

WithDefaults hydrates default values in the create tenant params (not the query body).

All values with no default are reset to their zero value.

func (*CreateTenantParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create tenant params

func (*CreateTenantParams) WithTimeout

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

WithTimeout adds the timeout to the create tenant params

func (*CreateTenantParams) WithUseGlobalDefault

func (o *CreateTenantParams) WithUseGlobalDefault(useGlobalDefault *bool) *CreateTenantParams

WithUseGlobalDefault adds the useGlobalDefault to the create tenant params

func (*CreateTenantParams) WithXKillbillComment

func (o *CreateTenantParams) WithXKillbillComment(xKillbillComment *string) *CreateTenantParams

WithXKillbillComment adds the xKillbillComment to the create tenant params

func (*CreateTenantParams) WithXKillbillCreatedBy

func (o *CreateTenantParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateTenantParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the create tenant params

func (*CreateTenantParams) WithXKillbillReason

func (o *CreateTenantParams) WithXKillbillReason(xKillbillReason *string) *CreateTenantParams

WithXKillbillReason adds the xKillbillReason to the create tenant params

func (*CreateTenantParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateTenantReader

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

CreateTenantReader is a Reader for the CreateTenant structure.

func (*CreateTenantReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePerTenantConfigurationBadRequest

type DeletePerTenantConfigurationBadRequest struct {
	HttpResponse runtime.ClientResponse
}

DeletePerTenantConfigurationBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewDeletePerTenantConfigurationBadRequest

func NewDeletePerTenantConfigurationBadRequest() *DeletePerTenantConfigurationBadRequest

NewDeletePerTenantConfigurationBadRequest creates a DeletePerTenantConfigurationBadRequest with default headers values

func (*DeletePerTenantConfigurationBadRequest) Code

Code gets the status code for the delete per tenant configuration bad request response

func (*DeletePerTenantConfigurationBadRequest) Error

func (*DeletePerTenantConfigurationBadRequest) IsClientError

func (o *DeletePerTenantConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this delete per tenant configuration bad request response has a 4xx status code

func (*DeletePerTenantConfigurationBadRequest) IsCode

IsCode returns true when this delete per tenant configuration bad request response a status code equal to that given

func (*DeletePerTenantConfigurationBadRequest) IsRedirect

IsRedirect returns true when this delete per tenant configuration bad request response has a 3xx status code

func (*DeletePerTenantConfigurationBadRequest) IsServerError

func (o *DeletePerTenantConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this delete per tenant configuration bad request response has a 5xx status code

func (*DeletePerTenantConfigurationBadRequest) IsSuccess

IsSuccess returns true when this delete per tenant configuration bad request response has a 2xx status code

func (*DeletePerTenantConfigurationBadRequest) String

type DeletePerTenantConfigurationNoContent

type DeletePerTenantConfigurationNoContent struct {
	HttpResponse runtime.ClientResponse
}

DeletePerTenantConfigurationNoContent describes a response with status code 204, with default header values.

Successful operation

func NewDeletePerTenantConfigurationNoContent

func NewDeletePerTenantConfigurationNoContent() *DeletePerTenantConfigurationNoContent

NewDeletePerTenantConfigurationNoContent creates a DeletePerTenantConfigurationNoContent with default headers values

func (*DeletePerTenantConfigurationNoContent) Code

Code gets the status code for the delete per tenant configuration no content response

func (*DeletePerTenantConfigurationNoContent) Error

func (*DeletePerTenantConfigurationNoContent) IsClientError

func (o *DeletePerTenantConfigurationNoContent) IsClientError() bool

IsClientError returns true when this delete per tenant configuration no content response has a 4xx status code

func (*DeletePerTenantConfigurationNoContent) IsCode

IsCode returns true when this delete per tenant configuration no content response a status code equal to that given

func (*DeletePerTenantConfigurationNoContent) IsRedirect

IsRedirect returns true when this delete per tenant configuration no content response has a 3xx status code

func (*DeletePerTenantConfigurationNoContent) IsServerError

func (o *DeletePerTenantConfigurationNoContent) IsServerError() bool

IsServerError returns true when this delete per tenant configuration no content response has a 5xx status code

func (*DeletePerTenantConfigurationNoContent) IsSuccess

IsSuccess returns true when this delete per tenant configuration no content response has a 2xx status code

func (*DeletePerTenantConfigurationNoContent) String

type DeletePerTenantConfigurationParams

type DeletePerTenantConfigurationParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

DeletePerTenantConfigurationParams contains all the parameters to send to the API endpoint

for the delete per tenant configuration operation.

Typically these are written to a http.Request.

func NewDeletePerTenantConfigurationParams

func NewDeletePerTenantConfigurationParams() *DeletePerTenantConfigurationParams

NewDeletePerTenantConfigurationParams creates a new DeletePerTenantConfigurationParams 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 NewDeletePerTenantConfigurationParamsWithContext

func NewDeletePerTenantConfigurationParamsWithContext(ctx context.Context) *DeletePerTenantConfigurationParams

NewDeletePerTenantConfigurationParamsWithContext creates a new DeletePerTenantConfigurationParams object with the ability to set a context for a request.

func NewDeletePerTenantConfigurationParamsWithHTTPClient

func NewDeletePerTenantConfigurationParamsWithHTTPClient(client *http.Client) *DeletePerTenantConfigurationParams

NewDeletePerTenantConfigurationParamsWithHTTPClient creates a new DeletePerTenantConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePerTenantConfigurationParamsWithTimeout

func NewDeletePerTenantConfigurationParamsWithTimeout(timeout time.Duration) *DeletePerTenantConfigurationParams

NewDeletePerTenantConfigurationParamsWithTimeout creates a new DeletePerTenantConfigurationParams object with the ability to set a timeout on a request.

func (*DeletePerTenantConfigurationParams) SetContext

SetContext adds the context to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) SetDefaults

func (o *DeletePerTenantConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the delete per tenant configuration params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePerTenantConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) SetXKillbillComment

func (o *DeletePerTenantConfigurationParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) SetXKillbillCreatedBy

func (o *DeletePerTenantConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) SetXKillbillReason

func (o *DeletePerTenantConfigurationParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) WithContext

WithContext adds the context to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) WithDefaults

WithDefaults hydrates default values in the delete per tenant configuration params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePerTenantConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) WithXKillbillComment

func (o *DeletePerTenantConfigurationParams) WithXKillbillComment(xKillbillComment *string) *DeletePerTenantConfigurationParams

WithXKillbillComment adds the xKillbillComment to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) WithXKillbillCreatedBy

func (o *DeletePerTenantConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePerTenantConfigurationParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) WithXKillbillReason

func (o *DeletePerTenantConfigurationParams) WithXKillbillReason(xKillbillReason *string) *DeletePerTenantConfigurationParams

WithXKillbillReason adds the xKillbillReason to the delete per tenant configuration params

func (*DeletePerTenantConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePerTenantConfigurationReader

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

DeletePerTenantConfigurationReader is a Reader for the DeletePerTenantConfiguration structure.

func (*DeletePerTenantConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePluginConfigurationBadRequest

type DeletePluginConfigurationBadRequest struct {
	HttpResponse runtime.ClientResponse
}

DeletePluginConfigurationBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewDeletePluginConfigurationBadRequest

func NewDeletePluginConfigurationBadRequest() *DeletePluginConfigurationBadRequest

NewDeletePluginConfigurationBadRequest creates a DeletePluginConfigurationBadRequest with default headers values

func (*DeletePluginConfigurationBadRequest) Code

Code gets the status code for the delete plugin configuration bad request response

func (*DeletePluginConfigurationBadRequest) Error

func (*DeletePluginConfigurationBadRequest) IsClientError

func (o *DeletePluginConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this delete plugin configuration bad request response has a 4xx status code

func (*DeletePluginConfigurationBadRequest) IsCode

IsCode returns true when this delete plugin configuration bad request response a status code equal to that given

func (*DeletePluginConfigurationBadRequest) IsRedirect

func (o *DeletePluginConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this delete plugin configuration bad request response has a 3xx status code

func (*DeletePluginConfigurationBadRequest) IsServerError

func (o *DeletePluginConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this delete plugin configuration bad request response has a 5xx status code

func (*DeletePluginConfigurationBadRequest) IsSuccess

IsSuccess returns true when this delete plugin configuration bad request response has a 2xx status code

func (*DeletePluginConfigurationBadRequest) String

type DeletePluginConfigurationNoContent

type DeletePluginConfigurationNoContent struct {
	HttpResponse runtime.ClientResponse
}

DeletePluginConfigurationNoContent describes a response with status code 204, with default header values.

Successful operation

func NewDeletePluginConfigurationNoContent

func NewDeletePluginConfigurationNoContent() *DeletePluginConfigurationNoContent

NewDeletePluginConfigurationNoContent creates a DeletePluginConfigurationNoContent with default headers values

func (*DeletePluginConfigurationNoContent) Code

Code gets the status code for the delete plugin configuration no content response

func (*DeletePluginConfigurationNoContent) Error

func (*DeletePluginConfigurationNoContent) IsClientError

func (o *DeletePluginConfigurationNoContent) IsClientError() bool

IsClientError returns true when this delete plugin configuration no content response has a 4xx status code

func (*DeletePluginConfigurationNoContent) IsCode

IsCode returns true when this delete plugin configuration no content response a status code equal to that given

func (*DeletePluginConfigurationNoContent) IsRedirect

func (o *DeletePluginConfigurationNoContent) IsRedirect() bool

IsRedirect returns true when this delete plugin configuration no content response has a 3xx status code

func (*DeletePluginConfigurationNoContent) IsServerError

func (o *DeletePluginConfigurationNoContent) IsServerError() bool

IsServerError returns true when this delete plugin configuration no content response has a 5xx status code

func (*DeletePluginConfigurationNoContent) IsSuccess

IsSuccess returns true when this delete plugin configuration no content response has a 2xx status code

func (*DeletePluginConfigurationNoContent) String

type DeletePluginConfigurationParams

type DeletePluginConfigurationParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// PluginName.
	PluginName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

DeletePluginConfigurationParams contains all the parameters to send to the API endpoint

for the delete plugin configuration operation.

Typically these are written to a http.Request.

func NewDeletePluginConfigurationParams

func NewDeletePluginConfigurationParams() *DeletePluginConfigurationParams

NewDeletePluginConfigurationParams creates a new DeletePluginConfigurationParams 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 NewDeletePluginConfigurationParamsWithContext

func NewDeletePluginConfigurationParamsWithContext(ctx context.Context) *DeletePluginConfigurationParams

NewDeletePluginConfigurationParamsWithContext creates a new DeletePluginConfigurationParams object with the ability to set a context for a request.

func NewDeletePluginConfigurationParamsWithHTTPClient

func NewDeletePluginConfigurationParamsWithHTTPClient(client *http.Client) *DeletePluginConfigurationParams

NewDeletePluginConfigurationParamsWithHTTPClient creates a new DeletePluginConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePluginConfigurationParamsWithTimeout

func NewDeletePluginConfigurationParamsWithTimeout(timeout time.Duration) *DeletePluginConfigurationParams

NewDeletePluginConfigurationParamsWithTimeout creates a new DeletePluginConfigurationParams object with the ability to set a timeout on a request.

func (*DeletePluginConfigurationParams) SetContext

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

SetContext adds the context to the delete plugin configuration params

func (*DeletePluginConfigurationParams) SetDefaults

func (o *DeletePluginConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the delete plugin configuration params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePluginConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete plugin configuration params

func (*DeletePluginConfigurationParams) SetPluginName

func (o *DeletePluginConfigurationParams) SetPluginName(pluginName string)

SetPluginName adds the pluginName to the delete plugin configuration params

func (*DeletePluginConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the delete plugin configuration params

func (*DeletePluginConfigurationParams) SetXKillbillComment

func (o *DeletePluginConfigurationParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the delete plugin configuration params

func (*DeletePluginConfigurationParams) SetXKillbillCreatedBy

func (o *DeletePluginConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete plugin configuration params

func (*DeletePluginConfigurationParams) SetXKillbillReason

func (o *DeletePluginConfigurationParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the delete plugin configuration params

func (*DeletePluginConfigurationParams) WithContext

WithContext adds the context to the delete plugin configuration params

func (*DeletePluginConfigurationParams) WithDefaults

WithDefaults hydrates default values in the delete plugin configuration params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePluginConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete plugin configuration params

func (*DeletePluginConfigurationParams) WithPluginName

WithPluginName adds the pluginName to the delete plugin configuration params

func (*DeletePluginConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete plugin configuration params

func (*DeletePluginConfigurationParams) WithXKillbillComment

func (o *DeletePluginConfigurationParams) WithXKillbillComment(xKillbillComment *string) *DeletePluginConfigurationParams

WithXKillbillComment adds the xKillbillComment to the delete plugin configuration params

func (*DeletePluginConfigurationParams) WithXKillbillCreatedBy

func (o *DeletePluginConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePluginConfigurationParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete plugin configuration params

func (*DeletePluginConfigurationParams) WithXKillbillReason

func (o *DeletePluginConfigurationParams) WithXKillbillReason(xKillbillReason *string) *DeletePluginConfigurationParams

WithXKillbillReason adds the xKillbillReason to the delete plugin configuration params

func (*DeletePluginConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePluginConfigurationReader

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

DeletePluginConfigurationReader is a Reader for the DeletePluginConfiguration structure.

func (*DeletePluginConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePluginPaymentStateMachineConfigBadRequest

type DeletePluginPaymentStateMachineConfigBadRequest struct {
	HttpResponse runtime.ClientResponse
}

DeletePluginPaymentStateMachineConfigBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewDeletePluginPaymentStateMachineConfigBadRequest

func NewDeletePluginPaymentStateMachineConfigBadRequest() *DeletePluginPaymentStateMachineConfigBadRequest

NewDeletePluginPaymentStateMachineConfigBadRequest creates a DeletePluginPaymentStateMachineConfigBadRequest with default headers values

func (*DeletePluginPaymentStateMachineConfigBadRequest) Code

Code gets the status code for the delete plugin payment state machine config bad request response

func (*DeletePluginPaymentStateMachineConfigBadRequest) Error

func (*DeletePluginPaymentStateMachineConfigBadRequest) IsClientError

IsClientError returns true when this delete plugin payment state machine config bad request response has a 4xx status code

func (*DeletePluginPaymentStateMachineConfigBadRequest) IsCode

IsCode returns true when this delete plugin payment state machine config bad request response a status code equal to that given

func (*DeletePluginPaymentStateMachineConfigBadRequest) IsRedirect

IsRedirect returns true when this delete plugin payment state machine config bad request response has a 3xx status code

func (*DeletePluginPaymentStateMachineConfigBadRequest) IsServerError

IsServerError returns true when this delete plugin payment state machine config bad request response has a 5xx status code

func (*DeletePluginPaymentStateMachineConfigBadRequest) IsSuccess

IsSuccess returns true when this delete plugin payment state machine config bad request response has a 2xx status code

func (*DeletePluginPaymentStateMachineConfigBadRequest) String

type DeletePluginPaymentStateMachineConfigNoContent

type DeletePluginPaymentStateMachineConfigNoContent struct {
	HttpResponse runtime.ClientResponse
}

DeletePluginPaymentStateMachineConfigNoContent describes a response with status code 204, with default header values.

Successful operation

func NewDeletePluginPaymentStateMachineConfigNoContent

func NewDeletePluginPaymentStateMachineConfigNoContent() *DeletePluginPaymentStateMachineConfigNoContent

NewDeletePluginPaymentStateMachineConfigNoContent creates a DeletePluginPaymentStateMachineConfigNoContent with default headers values

func (*DeletePluginPaymentStateMachineConfigNoContent) Code

Code gets the status code for the delete plugin payment state machine config no content response

func (*DeletePluginPaymentStateMachineConfigNoContent) Error

func (*DeletePluginPaymentStateMachineConfigNoContent) IsClientError

IsClientError returns true when this delete plugin payment state machine config no content response has a 4xx status code

func (*DeletePluginPaymentStateMachineConfigNoContent) IsCode

IsCode returns true when this delete plugin payment state machine config no content response a status code equal to that given

func (*DeletePluginPaymentStateMachineConfigNoContent) IsRedirect

IsRedirect returns true when this delete plugin payment state machine config no content response has a 3xx status code

func (*DeletePluginPaymentStateMachineConfigNoContent) IsServerError

IsServerError returns true when this delete plugin payment state machine config no content response has a 5xx status code

func (*DeletePluginPaymentStateMachineConfigNoContent) IsSuccess

IsSuccess returns true when this delete plugin payment state machine config no content response has a 2xx status code

func (*DeletePluginPaymentStateMachineConfigNoContent) String

type DeletePluginPaymentStateMachineConfigParams

type DeletePluginPaymentStateMachineConfigParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// PluginName.
	PluginName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

DeletePluginPaymentStateMachineConfigParams contains all the parameters to send to the API endpoint

for the delete plugin payment state machine config operation.

Typically these are written to a http.Request.

func NewDeletePluginPaymentStateMachineConfigParams

func NewDeletePluginPaymentStateMachineConfigParams() *DeletePluginPaymentStateMachineConfigParams

NewDeletePluginPaymentStateMachineConfigParams creates a new DeletePluginPaymentStateMachineConfigParams 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 NewDeletePluginPaymentStateMachineConfigParamsWithContext

func NewDeletePluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *DeletePluginPaymentStateMachineConfigParams

NewDeletePluginPaymentStateMachineConfigParamsWithContext creates a new DeletePluginPaymentStateMachineConfigParams object with the ability to set a context for a request.

func NewDeletePluginPaymentStateMachineConfigParamsWithHTTPClient

func NewDeletePluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *DeletePluginPaymentStateMachineConfigParams

NewDeletePluginPaymentStateMachineConfigParamsWithHTTPClient creates a new DeletePluginPaymentStateMachineConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePluginPaymentStateMachineConfigParamsWithTimeout

func NewDeletePluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *DeletePluginPaymentStateMachineConfigParams

NewDeletePluginPaymentStateMachineConfigParamsWithTimeout creates a new DeletePluginPaymentStateMachineConfigParams object with the ability to set a timeout on a request.

func (*DeletePluginPaymentStateMachineConfigParams) SetContext

SetContext adds the context to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) SetDefaults

SetDefaults hydrates default values in the delete plugin payment state machine config params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePluginPaymentStateMachineConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) SetPluginName

func (o *DeletePluginPaymentStateMachineConfigParams) SetPluginName(pluginName string)

SetPluginName adds the pluginName to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) SetTimeout

SetTimeout adds the timeout to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) SetXKillbillComment

func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy

func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) SetXKillbillReason

func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) WithContext

WithContext adds the context to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) WithDefaults

WithDefaults hydrates default values in the delete plugin payment state machine config params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePluginPaymentStateMachineConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) WithPluginName

WithPluginName adds the pluginName to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) WithTimeout

WithTimeout adds the timeout to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) WithXKillbillComment

WithXKillbillComment adds the xKillbillComment to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) WithXKillbillCreatedBy

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) WithXKillbillReason

WithXKillbillReason adds the xKillbillReason to the delete plugin payment state machine config params

func (*DeletePluginPaymentStateMachineConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePluginPaymentStateMachineConfigReader

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

DeletePluginPaymentStateMachineConfigReader is a Reader for the DeletePluginPaymentStateMachineConfig structure.

func (*DeletePluginPaymentStateMachineConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePushNotificationCallbacksBadRequest

type DeletePushNotificationCallbacksBadRequest struct {
	HttpResponse runtime.ClientResponse
}

DeletePushNotificationCallbacksBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewDeletePushNotificationCallbacksBadRequest

func NewDeletePushNotificationCallbacksBadRequest() *DeletePushNotificationCallbacksBadRequest

NewDeletePushNotificationCallbacksBadRequest creates a DeletePushNotificationCallbacksBadRequest with default headers values

func (*DeletePushNotificationCallbacksBadRequest) Code

Code gets the status code for the delete push notification callbacks bad request response

func (*DeletePushNotificationCallbacksBadRequest) Error

func (*DeletePushNotificationCallbacksBadRequest) IsClientError

IsClientError returns true when this delete push notification callbacks bad request response has a 4xx status code

func (*DeletePushNotificationCallbacksBadRequest) IsCode

IsCode returns true when this delete push notification callbacks bad request response a status code equal to that given

func (*DeletePushNotificationCallbacksBadRequest) IsRedirect

IsRedirect returns true when this delete push notification callbacks bad request response has a 3xx status code

func (*DeletePushNotificationCallbacksBadRequest) IsServerError

IsServerError returns true when this delete push notification callbacks bad request response has a 5xx status code

func (*DeletePushNotificationCallbacksBadRequest) IsSuccess

IsSuccess returns true when this delete push notification callbacks bad request response has a 2xx status code

func (*DeletePushNotificationCallbacksBadRequest) String

type DeletePushNotificationCallbacksNoContent

type DeletePushNotificationCallbacksNoContent struct {
	HttpResponse runtime.ClientResponse
}

DeletePushNotificationCallbacksNoContent describes a response with status code 204, with default header values.

Successful operation

func NewDeletePushNotificationCallbacksNoContent

func NewDeletePushNotificationCallbacksNoContent() *DeletePushNotificationCallbacksNoContent

NewDeletePushNotificationCallbacksNoContent creates a DeletePushNotificationCallbacksNoContent with default headers values

func (*DeletePushNotificationCallbacksNoContent) Code

Code gets the status code for the delete push notification callbacks no content response

func (*DeletePushNotificationCallbacksNoContent) Error

func (*DeletePushNotificationCallbacksNoContent) IsClientError

IsClientError returns true when this delete push notification callbacks no content response has a 4xx status code

func (*DeletePushNotificationCallbacksNoContent) IsCode

IsCode returns true when this delete push notification callbacks no content response a status code equal to that given

func (*DeletePushNotificationCallbacksNoContent) IsRedirect

IsRedirect returns true when this delete push notification callbacks no content response has a 3xx status code

func (*DeletePushNotificationCallbacksNoContent) IsServerError

IsServerError returns true when this delete push notification callbacks no content response has a 5xx status code

func (*DeletePushNotificationCallbacksNoContent) IsSuccess

IsSuccess returns true when this delete push notification callbacks no content response has a 2xx status code

func (*DeletePushNotificationCallbacksNoContent) String

type DeletePushNotificationCallbacksParams

type DeletePushNotificationCallbacksParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

DeletePushNotificationCallbacksParams contains all the parameters to send to the API endpoint

for the delete push notification callbacks operation.

Typically these are written to a http.Request.

func NewDeletePushNotificationCallbacksParams

func NewDeletePushNotificationCallbacksParams() *DeletePushNotificationCallbacksParams

NewDeletePushNotificationCallbacksParams creates a new DeletePushNotificationCallbacksParams 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 NewDeletePushNotificationCallbacksParamsWithContext

func NewDeletePushNotificationCallbacksParamsWithContext(ctx context.Context) *DeletePushNotificationCallbacksParams

NewDeletePushNotificationCallbacksParamsWithContext creates a new DeletePushNotificationCallbacksParams object with the ability to set a context for a request.

func NewDeletePushNotificationCallbacksParamsWithHTTPClient

func NewDeletePushNotificationCallbacksParamsWithHTTPClient(client *http.Client) *DeletePushNotificationCallbacksParams

NewDeletePushNotificationCallbacksParamsWithHTTPClient creates a new DeletePushNotificationCallbacksParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePushNotificationCallbacksParamsWithTimeout

func NewDeletePushNotificationCallbacksParamsWithTimeout(timeout time.Duration) *DeletePushNotificationCallbacksParams

NewDeletePushNotificationCallbacksParamsWithTimeout creates a new DeletePushNotificationCallbacksParams object with the ability to set a timeout on a request.

func (*DeletePushNotificationCallbacksParams) SetContext

SetContext adds the context to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) SetDefaults

func (o *DeletePushNotificationCallbacksParams) SetDefaults()

SetDefaults hydrates default values in the delete push notification callbacks params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePushNotificationCallbacksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) SetTimeout

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

SetTimeout adds the timeout to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) SetXKillbillComment

func (o *DeletePushNotificationCallbacksParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) SetXKillbillCreatedBy

func (o *DeletePushNotificationCallbacksParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) SetXKillbillReason

func (o *DeletePushNotificationCallbacksParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) WithContext

WithContext adds the context to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) WithDefaults

WithDefaults hydrates default values in the delete push notification callbacks params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePushNotificationCallbacksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) WithTimeout

WithTimeout adds the timeout to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) WithXKillbillComment

func (o *DeletePushNotificationCallbacksParams) WithXKillbillComment(xKillbillComment *string) *DeletePushNotificationCallbacksParams

WithXKillbillComment adds the xKillbillComment to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) WithXKillbillCreatedBy

func (o *DeletePushNotificationCallbacksParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePushNotificationCallbacksParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) WithXKillbillReason

WithXKillbillReason adds the xKillbillReason to the delete push notification callbacks params

func (*DeletePushNotificationCallbacksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePushNotificationCallbacksReader

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

DeletePushNotificationCallbacksReader is a Reader for the DeletePushNotificationCallbacks structure.

func (*DeletePushNotificationCallbacksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserKeyValueBadRequest

type DeleteUserKeyValueBadRequest struct {
	HttpResponse runtime.ClientResponse
}

DeleteUserKeyValueBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewDeleteUserKeyValueBadRequest

func NewDeleteUserKeyValueBadRequest() *DeleteUserKeyValueBadRequest

NewDeleteUserKeyValueBadRequest creates a DeleteUserKeyValueBadRequest with default headers values

func (*DeleteUserKeyValueBadRequest) Code

Code gets the status code for the delete user key value bad request response

func (*DeleteUserKeyValueBadRequest) Error

func (*DeleteUserKeyValueBadRequest) IsClientError

func (o *DeleteUserKeyValueBadRequest) IsClientError() bool

IsClientError returns true when this delete user key value bad request response has a 4xx status code

func (*DeleteUserKeyValueBadRequest) IsCode

func (o *DeleteUserKeyValueBadRequest) IsCode(code int) bool

IsCode returns true when this delete user key value bad request response a status code equal to that given

func (*DeleteUserKeyValueBadRequest) IsRedirect

func (o *DeleteUserKeyValueBadRequest) IsRedirect() bool

IsRedirect returns true when this delete user key value bad request response has a 3xx status code

func (*DeleteUserKeyValueBadRequest) IsServerError

func (o *DeleteUserKeyValueBadRequest) IsServerError() bool

IsServerError returns true when this delete user key value bad request response has a 5xx status code

func (*DeleteUserKeyValueBadRequest) IsSuccess

func (o *DeleteUserKeyValueBadRequest) IsSuccess() bool

IsSuccess returns true when this delete user key value bad request response has a 2xx status code

func (*DeleteUserKeyValueBadRequest) String

type DeleteUserKeyValueNoContent

type DeleteUserKeyValueNoContent struct {
	HttpResponse runtime.ClientResponse
}

DeleteUserKeyValueNoContent describes a response with status code 204, with default header values.

Successful operation

func NewDeleteUserKeyValueNoContent

func NewDeleteUserKeyValueNoContent() *DeleteUserKeyValueNoContent

NewDeleteUserKeyValueNoContent creates a DeleteUserKeyValueNoContent with default headers values

func (*DeleteUserKeyValueNoContent) Code

func (o *DeleteUserKeyValueNoContent) Code() int

Code gets the status code for the delete user key value no content response

func (*DeleteUserKeyValueNoContent) Error

func (*DeleteUserKeyValueNoContent) IsClientError

func (o *DeleteUserKeyValueNoContent) IsClientError() bool

IsClientError returns true when this delete user key value no content response has a 4xx status code

func (*DeleteUserKeyValueNoContent) IsCode

func (o *DeleteUserKeyValueNoContent) IsCode(code int) bool

IsCode returns true when this delete user key value no content response a status code equal to that given

func (*DeleteUserKeyValueNoContent) IsRedirect

func (o *DeleteUserKeyValueNoContent) IsRedirect() bool

IsRedirect returns true when this delete user key value no content response has a 3xx status code

func (*DeleteUserKeyValueNoContent) IsServerError

func (o *DeleteUserKeyValueNoContent) IsServerError() bool

IsServerError returns true when this delete user key value no content response has a 5xx status code

func (*DeleteUserKeyValueNoContent) IsSuccess

func (o *DeleteUserKeyValueNoContent) IsSuccess() bool

IsSuccess returns true when this delete user key value no content response has a 2xx status code

func (*DeleteUserKeyValueNoContent) String

func (o *DeleteUserKeyValueNoContent) String() string

type DeleteUserKeyValueParams

type DeleteUserKeyValueParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// KeyName.
	KeyName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

DeleteUserKeyValueParams contains all the parameters to send to the API endpoint

for the delete user key value operation.

Typically these are written to a http.Request.

func NewDeleteUserKeyValueParams

func NewDeleteUserKeyValueParams() *DeleteUserKeyValueParams

NewDeleteUserKeyValueParams creates a new DeleteUserKeyValueParams 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 NewDeleteUserKeyValueParamsWithContext

func NewDeleteUserKeyValueParamsWithContext(ctx context.Context) *DeleteUserKeyValueParams

NewDeleteUserKeyValueParamsWithContext creates a new DeleteUserKeyValueParams object with the ability to set a context for a request.

func NewDeleteUserKeyValueParamsWithHTTPClient

func NewDeleteUserKeyValueParamsWithHTTPClient(client *http.Client) *DeleteUserKeyValueParams

NewDeleteUserKeyValueParamsWithHTTPClient creates a new DeleteUserKeyValueParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserKeyValueParamsWithTimeout

func NewDeleteUserKeyValueParamsWithTimeout(timeout time.Duration) *DeleteUserKeyValueParams

NewDeleteUserKeyValueParamsWithTimeout creates a new DeleteUserKeyValueParams object with the ability to set a timeout on a request.

func (*DeleteUserKeyValueParams) SetContext

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

SetContext adds the context to the delete user key value params

func (*DeleteUserKeyValueParams) SetDefaults

func (o *DeleteUserKeyValueParams) SetDefaults()

SetDefaults hydrates default values in the delete user key value params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserKeyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user key value params

func (*DeleteUserKeyValueParams) SetKeyName

func (o *DeleteUserKeyValueParams) SetKeyName(keyName string)

SetKeyName adds the keyName to the delete user key value params

func (*DeleteUserKeyValueParams) SetTimeout

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

SetTimeout adds the timeout to the delete user key value params

func (*DeleteUserKeyValueParams) SetXKillbillComment

func (o *DeleteUserKeyValueParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the delete user key value params

func (*DeleteUserKeyValueParams) SetXKillbillCreatedBy

func (o *DeleteUserKeyValueParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete user key value params

func (*DeleteUserKeyValueParams) SetXKillbillReason

func (o *DeleteUserKeyValueParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the delete user key value params

func (*DeleteUserKeyValueParams) WithContext

WithContext adds the context to the delete user key value params

func (*DeleteUserKeyValueParams) WithDefaults

WithDefaults hydrates default values in the delete user key value params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserKeyValueParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user key value params

func (*DeleteUserKeyValueParams) WithKeyName

func (o *DeleteUserKeyValueParams) WithKeyName(keyName string) *DeleteUserKeyValueParams

WithKeyName adds the keyName to the delete user key value params

func (*DeleteUserKeyValueParams) WithTimeout

WithTimeout adds the timeout to the delete user key value params

func (*DeleteUserKeyValueParams) WithXKillbillComment

func (o *DeleteUserKeyValueParams) WithXKillbillComment(xKillbillComment *string) *DeleteUserKeyValueParams

WithXKillbillComment adds the xKillbillComment to the delete user key value params

func (*DeleteUserKeyValueParams) WithXKillbillCreatedBy

func (o *DeleteUserKeyValueParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteUserKeyValueParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete user key value params

func (*DeleteUserKeyValueParams) WithXKillbillReason

func (o *DeleteUserKeyValueParams) WithXKillbillReason(xKillbillReason *string) *DeleteUserKeyValueParams

WithXKillbillReason adds the xKillbillReason to the delete user key value params

func (*DeleteUserKeyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserKeyValueReader

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

DeleteUserKeyValueReader is a Reader for the DeleteUserKeyValue structure.

func (*DeleteUserKeyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllPluginConfigurationBadRequest

type GetAllPluginConfigurationBadRequest struct {
	HttpResponse runtime.ClientResponse
}

GetAllPluginConfigurationBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewGetAllPluginConfigurationBadRequest

func NewGetAllPluginConfigurationBadRequest() *GetAllPluginConfigurationBadRequest

NewGetAllPluginConfigurationBadRequest creates a GetAllPluginConfigurationBadRequest with default headers values

func (*GetAllPluginConfigurationBadRequest) Code

Code gets the status code for the get all plugin configuration bad request response

func (*GetAllPluginConfigurationBadRequest) Error

func (*GetAllPluginConfigurationBadRequest) IsClientError

func (o *GetAllPluginConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this get all plugin configuration bad request response has a 4xx status code

func (*GetAllPluginConfigurationBadRequest) IsCode

IsCode returns true when this get all plugin configuration bad request response a status code equal to that given

func (*GetAllPluginConfigurationBadRequest) IsRedirect

func (o *GetAllPluginConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this get all plugin configuration bad request response has a 3xx status code

func (*GetAllPluginConfigurationBadRequest) IsServerError

func (o *GetAllPluginConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this get all plugin configuration bad request response has a 5xx status code

func (*GetAllPluginConfigurationBadRequest) IsSuccess

IsSuccess returns true when this get all plugin configuration bad request response has a 2xx status code

func (*GetAllPluginConfigurationBadRequest) String

type GetAllPluginConfigurationOK

type GetAllPluginConfigurationOK struct {
	Payload      []*kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

GetAllPluginConfigurationOK describes a response with status code 200, with default header values.

successful operation

func NewGetAllPluginConfigurationOK

func NewGetAllPluginConfigurationOK() *GetAllPluginConfigurationOK

NewGetAllPluginConfigurationOK creates a GetAllPluginConfigurationOK with default headers values

func (*GetAllPluginConfigurationOK) Code

func (o *GetAllPluginConfigurationOK) Code() int

Code gets the status code for the get all plugin configuration o k response

func (*GetAllPluginConfigurationOK) Error

func (*GetAllPluginConfigurationOK) GetPayload

func (*GetAllPluginConfigurationOK) IsClientError

func (o *GetAllPluginConfigurationOK) IsClientError() bool

IsClientError returns true when this get all plugin configuration o k response has a 4xx status code

func (*GetAllPluginConfigurationOK) IsCode

func (o *GetAllPluginConfigurationOK) IsCode(code int) bool

IsCode returns true when this get all plugin configuration o k response a status code equal to that given

func (*GetAllPluginConfigurationOK) IsRedirect

func (o *GetAllPluginConfigurationOK) IsRedirect() bool

IsRedirect returns true when this get all plugin configuration o k response has a 3xx status code

func (*GetAllPluginConfigurationOK) IsServerError

func (o *GetAllPluginConfigurationOK) IsServerError() bool

IsServerError returns true when this get all plugin configuration o k response has a 5xx status code

func (*GetAllPluginConfigurationOK) IsSuccess

func (o *GetAllPluginConfigurationOK) IsSuccess() bool

IsSuccess returns true when this get all plugin configuration o k response has a 2xx status code

func (*GetAllPluginConfigurationOK) String

func (o *GetAllPluginConfigurationOK) String() string

type GetAllPluginConfigurationParams

type GetAllPluginConfigurationParams struct {

	// KeyPrefix.
	KeyPrefix string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

GetAllPluginConfigurationParams contains all the parameters to send to the API endpoint

for the get all plugin configuration operation.

Typically these are written to a http.Request.

func NewGetAllPluginConfigurationParams

func NewGetAllPluginConfigurationParams() *GetAllPluginConfigurationParams

NewGetAllPluginConfigurationParams creates a new GetAllPluginConfigurationParams 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 NewGetAllPluginConfigurationParamsWithContext

func NewGetAllPluginConfigurationParamsWithContext(ctx context.Context) *GetAllPluginConfigurationParams

NewGetAllPluginConfigurationParamsWithContext creates a new GetAllPluginConfigurationParams object with the ability to set a context for a request.

func NewGetAllPluginConfigurationParamsWithHTTPClient

func NewGetAllPluginConfigurationParamsWithHTTPClient(client *http.Client) *GetAllPluginConfigurationParams

NewGetAllPluginConfigurationParamsWithHTTPClient creates a new GetAllPluginConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllPluginConfigurationParamsWithTimeout

func NewGetAllPluginConfigurationParamsWithTimeout(timeout time.Duration) *GetAllPluginConfigurationParams

NewGetAllPluginConfigurationParamsWithTimeout creates a new GetAllPluginConfigurationParams object with the ability to set a timeout on a request.

func (*GetAllPluginConfigurationParams) SetContext

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

SetContext adds the context to the get all plugin configuration params

func (*GetAllPluginConfigurationParams) SetDefaults

func (o *GetAllPluginConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get all plugin configuration params (not the query body).

All values with no default are reset to their zero value.

func (*GetAllPluginConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all plugin configuration params

func (*GetAllPluginConfigurationParams) SetKeyPrefix

func (o *GetAllPluginConfigurationParams) SetKeyPrefix(keyPrefix string)

SetKeyPrefix adds the keyPrefix to the get all plugin configuration params

func (*GetAllPluginConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the get all plugin configuration params

func (*GetAllPluginConfigurationParams) WithContext

WithContext adds the context to the get all plugin configuration params

func (*GetAllPluginConfigurationParams) WithDefaults

WithDefaults hydrates default values in the get all plugin configuration params (not the query body).

All values with no default are reset to their zero value.

func (*GetAllPluginConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all plugin configuration params

func (*GetAllPluginConfigurationParams) WithKeyPrefix

WithKeyPrefix adds the keyPrefix to the get all plugin configuration params

func (*GetAllPluginConfigurationParams) WithTimeout

WithTimeout adds the timeout to the get all plugin configuration params

func (*GetAllPluginConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllPluginConfigurationReader

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

GetAllPluginConfigurationReader is a Reader for the GetAllPluginConfiguration structure.

func (*GetAllPluginConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPerTenantConfigurationBadRequest

type GetPerTenantConfigurationBadRequest struct {
	HttpResponse runtime.ClientResponse
}

GetPerTenantConfigurationBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewGetPerTenantConfigurationBadRequest

func NewGetPerTenantConfigurationBadRequest() *GetPerTenantConfigurationBadRequest

NewGetPerTenantConfigurationBadRequest creates a GetPerTenantConfigurationBadRequest with default headers values

func (*GetPerTenantConfigurationBadRequest) Code

Code gets the status code for the get per tenant configuration bad request response

func (*GetPerTenantConfigurationBadRequest) Error

func (*GetPerTenantConfigurationBadRequest) IsClientError

func (o *GetPerTenantConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this get per tenant configuration bad request response has a 4xx status code

func (*GetPerTenantConfigurationBadRequest) IsCode

IsCode returns true when this get per tenant configuration bad request response a status code equal to that given

func (*GetPerTenantConfigurationBadRequest) IsRedirect

func (o *GetPerTenantConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this get per tenant configuration bad request response has a 3xx status code

func (*GetPerTenantConfigurationBadRequest) IsServerError

func (o *GetPerTenantConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this get per tenant configuration bad request response has a 5xx status code

func (*GetPerTenantConfigurationBadRequest) IsSuccess

IsSuccess returns true when this get per tenant configuration bad request response has a 2xx status code

func (*GetPerTenantConfigurationBadRequest) String

type GetPerTenantConfigurationOK

type GetPerTenantConfigurationOK struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

GetPerTenantConfigurationOK describes a response with status code 200, with default header values.

successful operation

func NewGetPerTenantConfigurationOK

func NewGetPerTenantConfigurationOK() *GetPerTenantConfigurationOK

NewGetPerTenantConfigurationOK creates a GetPerTenantConfigurationOK with default headers values

func (*GetPerTenantConfigurationOK) Code

func (o *GetPerTenantConfigurationOK) Code() int

Code gets the status code for the get per tenant configuration o k response

func (*GetPerTenantConfigurationOK) Error

func (*GetPerTenantConfigurationOK) GetPayload

func (*GetPerTenantConfigurationOK) IsClientError

func (o *GetPerTenantConfigurationOK) IsClientError() bool

IsClientError returns true when this get per tenant configuration o k response has a 4xx status code

func (*GetPerTenantConfigurationOK) IsCode

func (o *GetPerTenantConfigurationOK) IsCode(code int) bool

IsCode returns true when this get per tenant configuration o k response a status code equal to that given

func (*GetPerTenantConfigurationOK) IsRedirect

func (o *GetPerTenantConfigurationOK) IsRedirect() bool

IsRedirect returns true when this get per tenant configuration o k response has a 3xx status code

func (*GetPerTenantConfigurationOK) IsServerError

func (o *GetPerTenantConfigurationOK) IsServerError() bool

IsServerError returns true when this get per tenant configuration o k response has a 5xx status code

func (*GetPerTenantConfigurationOK) IsSuccess

func (o *GetPerTenantConfigurationOK) IsSuccess() bool

IsSuccess returns true when this get per tenant configuration o k response has a 2xx status code

func (*GetPerTenantConfigurationOK) String

func (o *GetPerTenantConfigurationOK) String() string

type GetPerTenantConfigurationParams

type GetPerTenantConfigurationParams struct {
	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

GetPerTenantConfigurationParams contains all the parameters to send to the API endpoint

for the get per tenant configuration operation.

Typically these are written to a http.Request.

func NewGetPerTenantConfigurationParams

func NewGetPerTenantConfigurationParams() *GetPerTenantConfigurationParams

NewGetPerTenantConfigurationParams creates a new GetPerTenantConfigurationParams 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 NewGetPerTenantConfigurationParamsWithContext

func NewGetPerTenantConfigurationParamsWithContext(ctx context.Context) *GetPerTenantConfigurationParams

NewGetPerTenantConfigurationParamsWithContext creates a new GetPerTenantConfigurationParams object with the ability to set a context for a request.

func NewGetPerTenantConfigurationParamsWithHTTPClient

func NewGetPerTenantConfigurationParamsWithHTTPClient(client *http.Client) *GetPerTenantConfigurationParams

NewGetPerTenantConfigurationParamsWithHTTPClient creates a new GetPerTenantConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetPerTenantConfigurationParamsWithTimeout

func NewGetPerTenantConfigurationParamsWithTimeout(timeout time.Duration) *GetPerTenantConfigurationParams

NewGetPerTenantConfigurationParamsWithTimeout creates a new GetPerTenantConfigurationParams object with the ability to set a timeout on a request.

func (*GetPerTenantConfigurationParams) SetContext

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

SetContext adds the context to the get per tenant configuration params

func (*GetPerTenantConfigurationParams) SetDefaults

func (o *GetPerTenantConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get per tenant configuration params (not the query body).

All values with no default are reset to their zero value.

func (*GetPerTenantConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get per tenant configuration params

func (*GetPerTenantConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the get per tenant configuration params

func (*GetPerTenantConfigurationParams) WithContext

WithContext adds the context to the get per tenant configuration params

func (*GetPerTenantConfigurationParams) WithDefaults

WithDefaults hydrates default values in the get per tenant configuration params (not the query body).

All values with no default are reset to their zero value.

func (*GetPerTenantConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get per tenant configuration params

func (*GetPerTenantConfigurationParams) WithTimeout

WithTimeout adds the timeout to the get per tenant configuration params

func (*GetPerTenantConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPerTenantConfigurationReader

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

GetPerTenantConfigurationReader is a Reader for the GetPerTenantConfiguration structure.

func (*GetPerTenantConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPluginConfigurationBadRequest

type GetPluginConfigurationBadRequest struct {
	HttpResponse runtime.ClientResponse
}

GetPluginConfigurationBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewGetPluginConfigurationBadRequest

func NewGetPluginConfigurationBadRequest() *GetPluginConfigurationBadRequest

NewGetPluginConfigurationBadRequest creates a GetPluginConfigurationBadRequest with default headers values

func (*GetPluginConfigurationBadRequest) Code

Code gets the status code for the get plugin configuration bad request response

func (*GetPluginConfigurationBadRequest) Error

func (*GetPluginConfigurationBadRequest) IsClientError

func (o *GetPluginConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this get plugin configuration bad request response has a 4xx status code

func (*GetPluginConfigurationBadRequest) IsCode

func (o *GetPluginConfigurationBadRequest) IsCode(code int) bool

IsCode returns true when this get plugin configuration bad request response a status code equal to that given

func (*GetPluginConfigurationBadRequest) IsRedirect

func (o *GetPluginConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this get plugin configuration bad request response has a 3xx status code

func (*GetPluginConfigurationBadRequest) IsServerError

func (o *GetPluginConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this get plugin configuration bad request response has a 5xx status code

func (*GetPluginConfigurationBadRequest) IsSuccess

func (o *GetPluginConfigurationBadRequest) IsSuccess() bool

IsSuccess returns true when this get plugin configuration bad request response has a 2xx status code

func (*GetPluginConfigurationBadRequest) String

type GetPluginConfigurationOK

type GetPluginConfigurationOK struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

GetPluginConfigurationOK describes a response with status code 200, with default header values.

successful operation

func NewGetPluginConfigurationOK

func NewGetPluginConfigurationOK() *GetPluginConfigurationOK

NewGetPluginConfigurationOK creates a GetPluginConfigurationOK with default headers values

func (*GetPluginConfigurationOK) Code

func (o *GetPluginConfigurationOK) Code() int

Code gets the status code for the get plugin configuration o k response

func (*GetPluginConfigurationOK) Error

func (o *GetPluginConfigurationOK) Error() string

func (*GetPluginConfigurationOK) GetPayload

func (*GetPluginConfigurationOK) IsClientError

func (o *GetPluginConfigurationOK) IsClientError() bool

IsClientError returns true when this get plugin configuration o k response has a 4xx status code

func (*GetPluginConfigurationOK) IsCode

func (o *GetPluginConfigurationOK) IsCode(code int) bool

IsCode returns true when this get plugin configuration o k response a status code equal to that given

func (*GetPluginConfigurationOK) IsRedirect

func (o *GetPluginConfigurationOK) IsRedirect() bool

IsRedirect returns true when this get plugin configuration o k response has a 3xx status code

func (*GetPluginConfigurationOK) IsServerError

func (o *GetPluginConfigurationOK) IsServerError() bool

IsServerError returns true when this get plugin configuration o k response has a 5xx status code

func (*GetPluginConfigurationOK) IsSuccess

func (o *GetPluginConfigurationOK) IsSuccess() bool

IsSuccess returns true when this get plugin configuration o k response has a 2xx status code

func (*GetPluginConfigurationOK) String

func (o *GetPluginConfigurationOK) String() string

type GetPluginConfigurationParams

type GetPluginConfigurationParams struct {

	// PluginName.
	PluginName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

GetPluginConfigurationParams contains all the parameters to send to the API endpoint

for the get plugin configuration operation.

Typically these are written to a http.Request.

func NewGetPluginConfigurationParams

func NewGetPluginConfigurationParams() *GetPluginConfigurationParams

NewGetPluginConfigurationParams creates a new GetPluginConfigurationParams 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 NewGetPluginConfigurationParamsWithContext

func NewGetPluginConfigurationParamsWithContext(ctx context.Context) *GetPluginConfigurationParams

NewGetPluginConfigurationParamsWithContext creates a new GetPluginConfigurationParams object with the ability to set a context for a request.

func NewGetPluginConfigurationParamsWithHTTPClient

func NewGetPluginConfigurationParamsWithHTTPClient(client *http.Client) *GetPluginConfigurationParams

NewGetPluginConfigurationParamsWithHTTPClient creates a new GetPluginConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetPluginConfigurationParamsWithTimeout

func NewGetPluginConfigurationParamsWithTimeout(timeout time.Duration) *GetPluginConfigurationParams

NewGetPluginConfigurationParamsWithTimeout creates a new GetPluginConfigurationParams object with the ability to set a timeout on a request.

func (*GetPluginConfigurationParams) SetContext

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

SetContext adds the context to the get plugin configuration params

func (*GetPluginConfigurationParams) SetDefaults

func (o *GetPluginConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get plugin configuration params (not the query body).

All values with no default are reset to their zero value.

func (*GetPluginConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get plugin configuration params

func (*GetPluginConfigurationParams) SetPluginName

func (o *GetPluginConfigurationParams) SetPluginName(pluginName string)

SetPluginName adds the pluginName to the get plugin configuration params

func (*GetPluginConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the get plugin configuration params

func (*GetPluginConfigurationParams) WithContext

WithContext adds the context to the get plugin configuration params

func (*GetPluginConfigurationParams) WithDefaults

WithDefaults hydrates default values in the get plugin configuration params (not the query body).

All values with no default are reset to their zero value.

func (*GetPluginConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get plugin configuration params

func (*GetPluginConfigurationParams) WithPluginName

func (o *GetPluginConfigurationParams) WithPluginName(pluginName string) *GetPluginConfigurationParams

WithPluginName adds the pluginName to the get plugin configuration params

func (*GetPluginConfigurationParams) WithTimeout

WithTimeout adds the timeout to the get plugin configuration params

func (*GetPluginConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPluginConfigurationReader

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

GetPluginConfigurationReader is a Reader for the GetPluginConfiguration structure.

func (*GetPluginConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPluginPaymentStateMachineConfigBadRequest

type GetPluginPaymentStateMachineConfigBadRequest struct {
	HttpResponse runtime.ClientResponse
}

GetPluginPaymentStateMachineConfigBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewGetPluginPaymentStateMachineConfigBadRequest

func NewGetPluginPaymentStateMachineConfigBadRequest() *GetPluginPaymentStateMachineConfigBadRequest

NewGetPluginPaymentStateMachineConfigBadRequest creates a GetPluginPaymentStateMachineConfigBadRequest with default headers values

func (*GetPluginPaymentStateMachineConfigBadRequest) Code

Code gets the status code for the get plugin payment state machine config bad request response

func (*GetPluginPaymentStateMachineConfigBadRequest) Error

func (*GetPluginPaymentStateMachineConfigBadRequest) IsClientError

IsClientError returns true when this get plugin payment state machine config bad request response has a 4xx status code

func (*GetPluginPaymentStateMachineConfigBadRequest) IsCode

IsCode returns true when this get plugin payment state machine config bad request response a status code equal to that given

func (*GetPluginPaymentStateMachineConfigBadRequest) IsRedirect

IsRedirect returns true when this get plugin payment state machine config bad request response has a 3xx status code

func (*GetPluginPaymentStateMachineConfigBadRequest) IsServerError

IsServerError returns true when this get plugin payment state machine config bad request response has a 5xx status code

func (*GetPluginPaymentStateMachineConfigBadRequest) IsSuccess

IsSuccess returns true when this get plugin payment state machine config bad request response has a 2xx status code

func (*GetPluginPaymentStateMachineConfigBadRequest) String

type GetPluginPaymentStateMachineConfigOK

type GetPluginPaymentStateMachineConfigOK struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

GetPluginPaymentStateMachineConfigOK describes a response with status code 200, with default header values.

successful operation

func NewGetPluginPaymentStateMachineConfigOK

func NewGetPluginPaymentStateMachineConfigOK() *GetPluginPaymentStateMachineConfigOK

NewGetPluginPaymentStateMachineConfigOK creates a GetPluginPaymentStateMachineConfigOK with default headers values

func (*GetPluginPaymentStateMachineConfigOK) Code

Code gets the status code for the get plugin payment state machine config o k response

func (*GetPluginPaymentStateMachineConfigOK) Error

func (*GetPluginPaymentStateMachineConfigOK) GetPayload

func (*GetPluginPaymentStateMachineConfigOK) IsClientError

func (o *GetPluginPaymentStateMachineConfigOK) IsClientError() bool

IsClientError returns true when this get plugin payment state machine config o k response has a 4xx status code

func (*GetPluginPaymentStateMachineConfigOK) IsCode

IsCode returns true when this get plugin payment state machine config o k response a status code equal to that given

func (*GetPluginPaymentStateMachineConfigOK) IsRedirect

IsRedirect returns true when this get plugin payment state machine config o k response has a 3xx status code

func (*GetPluginPaymentStateMachineConfigOK) IsServerError

func (o *GetPluginPaymentStateMachineConfigOK) IsServerError() bool

IsServerError returns true when this get plugin payment state machine config o k response has a 5xx status code

func (*GetPluginPaymentStateMachineConfigOK) IsSuccess

IsSuccess returns true when this get plugin payment state machine config o k response has a 2xx status code

func (*GetPluginPaymentStateMachineConfigOK) String

type GetPluginPaymentStateMachineConfigParams

type GetPluginPaymentStateMachineConfigParams struct {

	// PluginName.
	PluginName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

GetPluginPaymentStateMachineConfigParams contains all the parameters to send to the API endpoint

for the get plugin payment state machine config operation.

Typically these are written to a http.Request.

func NewGetPluginPaymentStateMachineConfigParams

func NewGetPluginPaymentStateMachineConfigParams() *GetPluginPaymentStateMachineConfigParams

NewGetPluginPaymentStateMachineConfigParams creates a new GetPluginPaymentStateMachineConfigParams 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 NewGetPluginPaymentStateMachineConfigParamsWithContext

func NewGetPluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *GetPluginPaymentStateMachineConfigParams

NewGetPluginPaymentStateMachineConfigParamsWithContext creates a new GetPluginPaymentStateMachineConfigParams object with the ability to set a context for a request.

func NewGetPluginPaymentStateMachineConfigParamsWithHTTPClient

func NewGetPluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *GetPluginPaymentStateMachineConfigParams

NewGetPluginPaymentStateMachineConfigParamsWithHTTPClient creates a new GetPluginPaymentStateMachineConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetPluginPaymentStateMachineConfigParamsWithTimeout

func NewGetPluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *GetPluginPaymentStateMachineConfigParams

NewGetPluginPaymentStateMachineConfigParamsWithTimeout creates a new GetPluginPaymentStateMachineConfigParams object with the ability to set a timeout on a request.

func (*GetPluginPaymentStateMachineConfigParams) SetContext

SetContext adds the context to the get plugin payment state machine config params

func (*GetPluginPaymentStateMachineConfigParams) SetDefaults

SetDefaults hydrates default values in the get plugin payment state machine config params (not the query body).

All values with no default are reset to their zero value.

func (*GetPluginPaymentStateMachineConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get plugin payment state machine config params

func (*GetPluginPaymentStateMachineConfigParams) SetPluginName

func (o *GetPluginPaymentStateMachineConfigParams) SetPluginName(pluginName string)

SetPluginName adds the pluginName to the get plugin payment state machine config params

func (*GetPluginPaymentStateMachineConfigParams) SetTimeout

SetTimeout adds the timeout to the get plugin payment state machine config params

func (*GetPluginPaymentStateMachineConfigParams) WithContext

WithContext adds the context to the get plugin payment state machine config params

func (*GetPluginPaymentStateMachineConfigParams) WithDefaults

WithDefaults hydrates default values in the get plugin payment state machine config params (not the query body).

All values with no default are reset to their zero value.

func (*GetPluginPaymentStateMachineConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get plugin payment state machine config params

func (*GetPluginPaymentStateMachineConfigParams) WithPluginName

WithPluginName adds the pluginName to the get plugin payment state machine config params

func (*GetPluginPaymentStateMachineConfigParams) WithTimeout

WithTimeout adds the timeout to the get plugin payment state machine config params

func (*GetPluginPaymentStateMachineConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPluginPaymentStateMachineConfigReader

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

GetPluginPaymentStateMachineConfigReader is a Reader for the GetPluginPaymentStateMachineConfig structure.

func (*GetPluginPaymentStateMachineConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPushNotificationCallbacksBadRequest

type GetPushNotificationCallbacksBadRequest struct {
	HttpResponse runtime.ClientResponse
}

GetPushNotificationCallbacksBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewGetPushNotificationCallbacksBadRequest

func NewGetPushNotificationCallbacksBadRequest() *GetPushNotificationCallbacksBadRequest

NewGetPushNotificationCallbacksBadRequest creates a GetPushNotificationCallbacksBadRequest with default headers values

func (*GetPushNotificationCallbacksBadRequest) Code

Code gets the status code for the get push notification callbacks bad request response

func (*GetPushNotificationCallbacksBadRequest) Error

func (*GetPushNotificationCallbacksBadRequest) IsClientError

func (o *GetPushNotificationCallbacksBadRequest) IsClientError() bool

IsClientError returns true when this get push notification callbacks bad request response has a 4xx status code

func (*GetPushNotificationCallbacksBadRequest) IsCode

IsCode returns true when this get push notification callbacks bad request response a status code equal to that given

func (*GetPushNotificationCallbacksBadRequest) IsRedirect

IsRedirect returns true when this get push notification callbacks bad request response has a 3xx status code

func (*GetPushNotificationCallbacksBadRequest) IsServerError

func (o *GetPushNotificationCallbacksBadRequest) IsServerError() bool

IsServerError returns true when this get push notification callbacks bad request response has a 5xx status code

func (*GetPushNotificationCallbacksBadRequest) IsSuccess

IsSuccess returns true when this get push notification callbacks bad request response has a 2xx status code

func (*GetPushNotificationCallbacksBadRequest) String

type GetPushNotificationCallbacksOK

type GetPushNotificationCallbacksOK struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

GetPushNotificationCallbacksOK describes a response with status code 200, with default header values.

successful operation

func NewGetPushNotificationCallbacksOK

func NewGetPushNotificationCallbacksOK() *GetPushNotificationCallbacksOK

NewGetPushNotificationCallbacksOK creates a GetPushNotificationCallbacksOK with default headers values

func (*GetPushNotificationCallbacksOK) Code

Code gets the status code for the get push notification callbacks o k response

func (*GetPushNotificationCallbacksOK) Error

func (*GetPushNotificationCallbacksOK) GetPayload

func (*GetPushNotificationCallbacksOK) IsClientError

func (o *GetPushNotificationCallbacksOK) IsClientError() bool

IsClientError returns true when this get push notification callbacks o k response has a 4xx status code

func (*GetPushNotificationCallbacksOK) IsCode

func (o *GetPushNotificationCallbacksOK) IsCode(code int) bool

IsCode returns true when this get push notification callbacks o k response a status code equal to that given

func (*GetPushNotificationCallbacksOK) IsRedirect

func (o *GetPushNotificationCallbacksOK) IsRedirect() bool

IsRedirect returns true when this get push notification callbacks o k response has a 3xx status code

func (*GetPushNotificationCallbacksOK) IsServerError

func (o *GetPushNotificationCallbacksOK) IsServerError() bool

IsServerError returns true when this get push notification callbacks o k response has a 5xx status code

func (*GetPushNotificationCallbacksOK) IsSuccess

func (o *GetPushNotificationCallbacksOK) IsSuccess() bool

IsSuccess returns true when this get push notification callbacks o k response has a 2xx status code

func (*GetPushNotificationCallbacksOK) String

type GetPushNotificationCallbacksParams

type GetPushNotificationCallbacksParams struct {
	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

GetPushNotificationCallbacksParams contains all the parameters to send to the API endpoint

for the get push notification callbacks operation.

Typically these are written to a http.Request.

func NewGetPushNotificationCallbacksParams

func NewGetPushNotificationCallbacksParams() *GetPushNotificationCallbacksParams

NewGetPushNotificationCallbacksParams creates a new GetPushNotificationCallbacksParams 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 NewGetPushNotificationCallbacksParamsWithContext

func NewGetPushNotificationCallbacksParamsWithContext(ctx context.Context) *GetPushNotificationCallbacksParams

NewGetPushNotificationCallbacksParamsWithContext creates a new GetPushNotificationCallbacksParams object with the ability to set a context for a request.

func NewGetPushNotificationCallbacksParamsWithHTTPClient

func NewGetPushNotificationCallbacksParamsWithHTTPClient(client *http.Client) *GetPushNotificationCallbacksParams

NewGetPushNotificationCallbacksParamsWithHTTPClient creates a new GetPushNotificationCallbacksParams object with the ability to set a custom HTTPClient for a request.

func NewGetPushNotificationCallbacksParamsWithTimeout

func NewGetPushNotificationCallbacksParamsWithTimeout(timeout time.Duration) *GetPushNotificationCallbacksParams

NewGetPushNotificationCallbacksParamsWithTimeout creates a new GetPushNotificationCallbacksParams object with the ability to set a timeout on a request.

func (*GetPushNotificationCallbacksParams) SetContext

SetContext adds the context to the get push notification callbacks params

func (*GetPushNotificationCallbacksParams) SetDefaults

func (o *GetPushNotificationCallbacksParams) SetDefaults()

SetDefaults hydrates default values in the get push notification callbacks params (not the query body).

All values with no default are reset to their zero value.

func (*GetPushNotificationCallbacksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get push notification callbacks params

func (*GetPushNotificationCallbacksParams) SetTimeout

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

SetTimeout adds the timeout to the get push notification callbacks params

func (*GetPushNotificationCallbacksParams) WithContext

WithContext adds the context to the get push notification callbacks params

func (*GetPushNotificationCallbacksParams) WithDefaults

WithDefaults hydrates default values in the get push notification callbacks params (not the query body).

All values with no default are reset to their zero value.

func (*GetPushNotificationCallbacksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get push notification callbacks params

func (*GetPushNotificationCallbacksParams) WithTimeout

WithTimeout adds the timeout to the get push notification callbacks params

func (*GetPushNotificationCallbacksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPushNotificationCallbacksReader

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

GetPushNotificationCallbacksReader is a Reader for the GetPushNotificationCallbacks structure.

func (*GetPushNotificationCallbacksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTenantBadRequest

type GetTenantBadRequest struct {
	HttpResponse runtime.ClientResponse
}

GetTenantBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewGetTenantBadRequest

func NewGetTenantBadRequest() *GetTenantBadRequest

NewGetTenantBadRequest creates a GetTenantBadRequest with default headers values

func (*GetTenantBadRequest) Code

func (o *GetTenantBadRequest) Code() int

Code gets the status code for the get tenant bad request response

func (*GetTenantBadRequest) Error

func (o *GetTenantBadRequest) Error() string

func (*GetTenantBadRequest) IsClientError

func (o *GetTenantBadRequest) IsClientError() bool

IsClientError returns true when this get tenant bad request response has a 4xx status code

func (*GetTenantBadRequest) IsCode

func (o *GetTenantBadRequest) IsCode(code int) bool

IsCode returns true when this get tenant bad request response a status code equal to that given

func (*GetTenantBadRequest) IsRedirect

func (o *GetTenantBadRequest) IsRedirect() bool

IsRedirect returns true when this get tenant bad request response has a 3xx status code

func (*GetTenantBadRequest) IsServerError

func (o *GetTenantBadRequest) IsServerError() bool

IsServerError returns true when this get tenant bad request response has a 5xx status code

func (*GetTenantBadRequest) IsSuccess

func (o *GetTenantBadRequest) IsSuccess() bool

IsSuccess returns true when this get tenant bad request response has a 2xx status code

func (*GetTenantBadRequest) String

func (o *GetTenantBadRequest) String() string

type GetTenantByAPIKeyNotFound

type GetTenantByAPIKeyNotFound struct {
	HttpResponse runtime.ClientResponse
}

GetTenantByAPIKeyNotFound describes a response with status code 404, with default header values.

Tenant not found

func NewGetTenantByAPIKeyNotFound

func NewGetTenantByAPIKeyNotFound() *GetTenantByAPIKeyNotFound

NewGetTenantByAPIKeyNotFound creates a GetTenantByAPIKeyNotFound with default headers values

func (*GetTenantByAPIKeyNotFound) Code

func (o *GetTenantByAPIKeyNotFound) Code() int

Code gets the status code for the get tenant by Api key not found response

func (*GetTenantByAPIKeyNotFound) Error

func (o *GetTenantByAPIKeyNotFound) Error() string

func (*GetTenantByAPIKeyNotFound) IsClientError

func (o *GetTenantByAPIKeyNotFound) IsClientError() bool

IsClientError returns true when this get tenant by Api key not found response has a 4xx status code

func (*GetTenantByAPIKeyNotFound) IsCode

func (o *GetTenantByAPIKeyNotFound) IsCode(code int) bool

IsCode returns true when this get tenant by Api key not found response a status code equal to that given

func (*GetTenantByAPIKeyNotFound) IsRedirect

func (o *GetTenantByAPIKeyNotFound) IsRedirect() bool

IsRedirect returns true when this get tenant by Api key not found response has a 3xx status code

func (*GetTenantByAPIKeyNotFound) IsServerError

func (o *GetTenantByAPIKeyNotFound) IsServerError() bool

IsServerError returns true when this get tenant by Api key not found response has a 5xx status code

func (*GetTenantByAPIKeyNotFound) IsSuccess

func (o *GetTenantByAPIKeyNotFound) IsSuccess() bool

IsSuccess returns true when this get tenant by Api key not found response has a 2xx status code

func (*GetTenantByAPIKeyNotFound) String

func (o *GetTenantByAPIKeyNotFound) String() string

type GetTenantByAPIKeyOK

type GetTenantByAPIKeyOK struct {
	Payload      *kbmodel.Tenant
	HttpResponse runtime.ClientResponse
}

GetTenantByAPIKeyOK describes a response with status code 200, with default header values.

successful operation

func NewGetTenantByAPIKeyOK

func NewGetTenantByAPIKeyOK() *GetTenantByAPIKeyOK

NewGetTenantByAPIKeyOK creates a GetTenantByAPIKeyOK with default headers values

func (*GetTenantByAPIKeyOK) Code

func (o *GetTenantByAPIKeyOK) Code() int

Code gets the status code for the get tenant by Api key o k response

func (*GetTenantByAPIKeyOK) Error

func (o *GetTenantByAPIKeyOK) Error() string

func (*GetTenantByAPIKeyOK) GetPayload

func (o *GetTenantByAPIKeyOK) GetPayload() *kbmodel.Tenant

func (*GetTenantByAPIKeyOK) IsClientError

func (o *GetTenantByAPIKeyOK) IsClientError() bool

IsClientError returns true when this get tenant by Api key o k response has a 4xx status code

func (*GetTenantByAPIKeyOK) IsCode

func (o *GetTenantByAPIKeyOK) IsCode(code int) bool

IsCode returns true when this get tenant by Api key o k response a status code equal to that given

func (*GetTenantByAPIKeyOK) IsRedirect

func (o *GetTenantByAPIKeyOK) IsRedirect() bool

IsRedirect returns true when this get tenant by Api key o k response has a 3xx status code

func (*GetTenantByAPIKeyOK) IsServerError

func (o *GetTenantByAPIKeyOK) IsServerError() bool

IsServerError returns true when this get tenant by Api key o k response has a 5xx status code

func (*GetTenantByAPIKeyOK) IsSuccess

func (o *GetTenantByAPIKeyOK) IsSuccess() bool

IsSuccess returns true when this get tenant by Api key o k response has a 2xx status code

func (*GetTenantByAPIKeyOK) String

func (o *GetTenantByAPIKeyOK) String() string

type GetTenantByAPIKeyParams

type GetTenantByAPIKeyParams struct {

	// APIKey.
	APIKey *string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

GetTenantByAPIKeyParams contains all the parameters to send to the API endpoint

for the get tenant by Api key operation.

Typically these are written to a http.Request.

func NewGetTenantByAPIKeyParams

func NewGetTenantByAPIKeyParams() *GetTenantByAPIKeyParams

NewGetTenantByAPIKeyParams creates a new GetTenantByAPIKeyParams 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 NewGetTenantByAPIKeyParamsWithContext

func NewGetTenantByAPIKeyParamsWithContext(ctx context.Context) *GetTenantByAPIKeyParams

NewGetTenantByAPIKeyParamsWithContext creates a new GetTenantByAPIKeyParams object with the ability to set a context for a request.

func NewGetTenantByAPIKeyParamsWithHTTPClient

func NewGetTenantByAPIKeyParamsWithHTTPClient(client *http.Client) *GetTenantByAPIKeyParams

NewGetTenantByAPIKeyParamsWithHTTPClient creates a new GetTenantByAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewGetTenantByAPIKeyParamsWithTimeout

func NewGetTenantByAPIKeyParamsWithTimeout(timeout time.Duration) *GetTenantByAPIKeyParams

NewGetTenantByAPIKeyParamsWithTimeout creates a new GetTenantByAPIKeyParams object with the ability to set a timeout on a request.

func (*GetTenantByAPIKeyParams) SetAPIKey

func (o *GetTenantByAPIKeyParams) SetAPIKey(aPIKey *string)

SetAPIKey adds the apiKey to the get tenant by Api key params

func (*GetTenantByAPIKeyParams) SetContext

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

SetContext adds the context to the get tenant by Api key params

func (*GetTenantByAPIKeyParams) SetDefaults

func (o *GetTenantByAPIKeyParams) SetDefaults()

SetDefaults hydrates default values in the get tenant by Api key params (not the query body).

All values with no default are reset to their zero value.

func (*GetTenantByAPIKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tenant by Api key params

func (*GetTenantByAPIKeyParams) SetTimeout

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

SetTimeout adds the timeout to the get tenant by Api key params

func (*GetTenantByAPIKeyParams) WithAPIKey

func (o *GetTenantByAPIKeyParams) WithAPIKey(aPIKey *string) *GetTenantByAPIKeyParams

WithAPIKey adds the aPIKey to the get tenant by Api key params

func (*GetTenantByAPIKeyParams) WithContext

WithContext adds the context to the get tenant by Api key params

func (*GetTenantByAPIKeyParams) WithDefaults

WithDefaults hydrates default values in the get tenant by Api key params (not the query body).

All values with no default are reset to their zero value.

func (*GetTenantByAPIKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get tenant by Api key params

func (*GetTenantByAPIKeyParams) WithTimeout

WithTimeout adds the timeout to the get tenant by Api key params

func (*GetTenantByAPIKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTenantByAPIKeyReader

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

GetTenantByAPIKeyReader is a Reader for the GetTenantByAPIKey structure.

func (*GetTenantByAPIKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTenantNotFound

type GetTenantNotFound struct {
	HttpResponse runtime.ClientResponse
}

GetTenantNotFound describes a response with status code 404, with default header values.

Tenant not found

func NewGetTenantNotFound

func NewGetTenantNotFound() *GetTenantNotFound

NewGetTenantNotFound creates a GetTenantNotFound with default headers values

func (*GetTenantNotFound) Code

func (o *GetTenantNotFound) Code() int

Code gets the status code for the get tenant not found response

func (*GetTenantNotFound) Error

func (o *GetTenantNotFound) Error() string

func (*GetTenantNotFound) IsClientError

func (o *GetTenantNotFound) IsClientError() bool

IsClientError returns true when this get tenant not found response has a 4xx status code

func (*GetTenantNotFound) IsCode

func (o *GetTenantNotFound) IsCode(code int) bool

IsCode returns true when this get tenant not found response a status code equal to that given

func (*GetTenantNotFound) IsRedirect

func (o *GetTenantNotFound) IsRedirect() bool

IsRedirect returns true when this get tenant not found response has a 3xx status code

func (*GetTenantNotFound) IsServerError

func (o *GetTenantNotFound) IsServerError() bool

IsServerError returns true when this get tenant not found response has a 5xx status code

func (*GetTenantNotFound) IsSuccess

func (o *GetTenantNotFound) IsSuccess() bool

IsSuccess returns true when this get tenant not found response has a 2xx status code

func (*GetTenantNotFound) String

func (o *GetTenantNotFound) String() string

type GetTenantOK

type GetTenantOK struct {
	Payload      *kbmodel.Tenant
	HttpResponse runtime.ClientResponse
}

GetTenantOK describes a response with status code 200, with default header values.

successful operation

func NewGetTenantOK

func NewGetTenantOK() *GetTenantOK

NewGetTenantOK creates a GetTenantOK with default headers values

func (*GetTenantOK) Code

func (o *GetTenantOK) Code() int

Code gets the status code for the get tenant o k response

func (*GetTenantOK) Error

func (o *GetTenantOK) Error() string

func (*GetTenantOK) GetPayload

func (o *GetTenantOK) GetPayload() *kbmodel.Tenant

func (*GetTenantOK) IsClientError

func (o *GetTenantOK) IsClientError() bool

IsClientError returns true when this get tenant o k response has a 4xx status code

func (*GetTenantOK) IsCode

func (o *GetTenantOK) IsCode(code int) bool

IsCode returns true when this get tenant o k response a status code equal to that given

func (*GetTenantOK) IsRedirect

func (o *GetTenantOK) IsRedirect() bool

IsRedirect returns true when this get tenant o k response has a 3xx status code

func (*GetTenantOK) IsServerError

func (o *GetTenantOK) IsServerError() bool

IsServerError returns true when this get tenant o k response has a 5xx status code

func (*GetTenantOK) IsSuccess

func (o *GetTenantOK) IsSuccess() bool

IsSuccess returns true when this get tenant o k response has a 2xx status code

func (*GetTenantOK) String

func (o *GetTenantOK) String() string

type GetTenantParams

type GetTenantParams struct {

	// TenantID.
	//
	// Format: uuid
	TenantID strfmt.UUID

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

GetTenantParams contains all the parameters to send to the API endpoint

for the get tenant operation.

Typically these are written to a http.Request.

func NewGetTenantParams

func NewGetTenantParams() *GetTenantParams

NewGetTenantParams creates a new GetTenantParams 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 NewGetTenantParamsWithContext

func NewGetTenantParamsWithContext(ctx context.Context) *GetTenantParams

NewGetTenantParamsWithContext creates a new GetTenantParams object with the ability to set a context for a request.

func NewGetTenantParamsWithHTTPClient

func NewGetTenantParamsWithHTTPClient(client *http.Client) *GetTenantParams

NewGetTenantParamsWithHTTPClient creates a new GetTenantParams object with the ability to set a custom HTTPClient for a request.

func NewGetTenantParamsWithTimeout

func NewGetTenantParamsWithTimeout(timeout time.Duration) *GetTenantParams

NewGetTenantParamsWithTimeout creates a new GetTenantParams object with the ability to set a timeout on a request.

func (*GetTenantParams) SetContext

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

SetContext adds the context to the get tenant params

func (*GetTenantParams) SetDefaults

func (o *GetTenantParams) SetDefaults()

SetDefaults hydrates default values in the get tenant params (not the query body).

All values with no default are reset to their zero value.

func (*GetTenantParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tenant params

func (*GetTenantParams) SetTenantID

func (o *GetTenantParams) SetTenantID(tenantID strfmt.UUID)

SetTenantID adds the tenantId to the get tenant params

func (*GetTenantParams) SetTimeout

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

SetTimeout adds the timeout to the get tenant params

func (*GetTenantParams) WithContext

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

WithContext adds the context to the get tenant params

func (*GetTenantParams) WithDefaults

func (o *GetTenantParams) WithDefaults() *GetTenantParams

WithDefaults hydrates default values in the get tenant params (not the query body).

All values with no default are reset to their zero value.

func (*GetTenantParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get tenant params

func (*GetTenantParams) WithTenantID

func (o *GetTenantParams) WithTenantID(tenantID strfmt.UUID) *GetTenantParams

WithTenantID adds the tenantID to the get tenant params

func (*GetTenantParams) WithTimeout

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

WithTimeout adds the timeout to the get tenant params

func (*GetTenantParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTenantReader

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

GetTenantReader is a Reader for the GetTenant structure.

func (*GetTenantReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserKeyValueBadRequest

type GetUserKeyValueBadRequest struct {
	HttpResponse runtime.ClientResponse
}

GetUserKeyValueBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewGetUserKeyValueBadRequest

func NewGetUserKeyValueBadRequest() *GetUserKeyValueBadRequest

NewGetUserKeyValueBadRequest creates a GetUserKeyValueBadRequest with default headers values

func (*GetUserKeyValueBadRequest) Code

func (o *GetUserKeyValueBadRequest) Code() int

Code gets the status code for the get user key value bad request response

func (*GetUserKeyValueBadRequest) Error

func (o *GetUserKeyValueBadRequest) Error() string

func (*GetUserKeyValueBadRequest) IsClientError

func (o *GetUserKeyValueBadRequest) IsClientError() bool

IsClientError returns true when this get user key value bad request response has a 4xx status code

func (*GetUserKeyValueBadRequest) IsCode

func (o *GetUserKeyValueBadRequest) IsCode(code int) bool

IsCode returns true when this get user key value bad request response a status code equal to that given

func (*GetUserKeyValueBadRequest) IsRedirect

func (o *GetUserKeyValueBadRequest) IsRedirect() bool

IsRedirect returns true when this get user key value bad request response has a 3xx status code

func (*GetUserKeyValueBadRequest) IsServerError

func (o *GetUserKeyValueBadRequest) IsServerError() bool

IsServerError returns true when this get user key value bad request response has a 5xx status code

func (*GetUserKeyValueBadRequest) IsSuccess

func (o *GetUserKeyValueBadRequest) IsSuccess() bool

IsSuccess returns true when this get user key value bad request response has a 2xx status code

func (*GetUserKeyValueBadRequest) String

func (o *GetUserKeyValueBadRequest) String() string

type GetUserKeyValueOK

type GetUserKeyValueOK struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

GetUserKeyValueOK describes a response with status code 200, with default header values.

successful operation

func NewGetUserKeyValueOK

func NewGetUserKeyValueOK() *GetUserKeyValueOK

NewGetUserKeyValueOK creates a GetUserKeyValueOK with default headers values

func (*GetUserKeyValueOK) Code

func (o *GetUserKeyValueOK) Code() int

Code gets the status code for the get user key value o k response

func (*GetUserKeyValueOK) Error

func (o *GetUserKeyValueOK) Error() string

func (*GetUserKeyValueOK) GetPayload

func (o *GetUserKeyValueOK) GetPayload() *kbmodel.TenantKeyValue

func (*GetUserKeyValueOK) IsClientError

func (o *GetUserKeyValueOK) IsClientError() bool

IsClientError returns true when this get user key value o k response has a 4xx status code

func (*GetUserKeyValueOK) IsCode

func (o *GetUserKeyValueOK) IsCode(code int) bool

IsCode returns true when this get user key value o k response a status code equal to that given

func (*GetUserKeyValueOK) IsRedirect

func (o *GetUserKeyValueOK) IsRedirect() bool

IsRedirect returns true when this get user key value o k response has a 3xx status code

func (*GetUserKeyValueOK) IsServerError

func (o *GetUserKeyValueOK) IsServerError() bool

IsServerError returns true when this get user key value o k response has a 5xx status code

func (*GetUserKeyValueOK) IsSuccess

func (o *GetUserKeyValueOK) IsSuccess() bool

IsSuccess returns true when this get user key value o k response has a 2xx status code

func (*GetUserKeyValueOK) String

func (o *GetUserKeyValueOK) String() string

type GetUserKeyValueParams

type GetUserKeyValueParams struct {

	// KeyName.
	KeyName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

GetUserKeyValueParams contains all the parameters to send to the API endpoint

for the get user key value operation.

Typically these are written to a http.Request.

func NewGetUserKeyValueParams

func NewGetUserKeyValueParams() *GetUserKeyValueParams

NewGetUserKeyValueParams creates a new GetUserKeyValueParams 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 NewGetUserKeyValueParamsWithContext

func NewGetUserKeyValueParamsWithContext(ctx context.Context) *GetUserKeyValueParams

NewGetUserKeyValueParamsWithContext creates a new GetUserKeyValueParams object with the ability to set a context for a request.

func NewGetUserKeyValueParamsWithHTTPClient

func NewGetUserKeyValueParamsWithHTTPClient(client *http.Client) *GetUserKeyValueParams

NewGetUserKeyValueParamsWithHTTPClient creates a new GetUserKeyValueParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserKeyValueParamsWithTimeout

func NewGetUserKeyValueParamsWithTimeout(timeout time.Duration) *GetUserKeyValueParams

NewGetUserKeyValueParamsWithTimeout creates a new GetUserKeyValueParams object with the ability to set a timeout on a request.

func (*GetUserKeyValueParams) SetContext

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

SetContext adds the context to the get user key value params

func (*GetUserKeyValueParams) SetDefaults

func (o *GetUserKeyValueParams) SetDefaults()

SetDefaults hydrates default values in the get user key value params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserKeyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user key value params

func (*GetUserKeyValueParams) SetKeyName

func (o *GetUserKeyValueParams) SetKeyName(keyName string)

SetKeyName adds the keyName to the get user key value params

func (*GetUserKeyValueParams) SetTimeout

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

SetTimeout adds the timeout to the get user key value params

func (*GetUserKeyValueParams) WithContext

WithContext adds the context to the get user key value params

func (*GetUserKeyValueParams) WithDefaults

func (o *GetUserKeyValueParams) WithDefaults() *GetUserKeyValueParams

WithDefaults hydrates default values in the get user key value params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserKeyValueParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user key value params

func (*GetUserKeyValueParams) WithKeyName

func (o *GetUserKeyValueParams) WithKeyName(keyName string) *GetUserKeyValueParams

WithKeyName adds the keyName to the get user key value params

func (*GetUserKeyValueParams) WithTimeout

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

WithTimeout adds the timeout to the get user key value params

func (*GetUserKeyValueParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUserKeyValueReader

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

GetUserKeyValueReader is a Reader for the GetUserKeyValue structure.

func (*GetUserKeyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InsertUserKeyValueBadRequest

type InsertUserKeyValueBadRequest struct {
	HttpResponse runtime.ClientResponse
}

InsertUserKeyValueBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewInsertUserKeyValueBadRequest

func NewInsertUserKeyValueBadRequest() *InsertUserKeyValueBadRequest

NewInsertUserKeyValueBadRequest creates a InsertUserKeyValueBadRequest with default headers values

func (*InsertUserKeyValueBadRequest) Code

Code gets the status code for the insert user key value bad request response

func (*InsertUserKeyValueBadRequest) Error

func (*InsertUserKeyValueBadRequest) IsClientError

func (o *InsertUserKeyValueBadRequest) IsClientError() bool

IsClientError returns true when this insert user key value bad request response has a 4xx status code

func (*InsertUserKeyValueBadRequest) IsCode

func (o *InsertUserKeyValueBadRequest) IsCode(code int) bool

IsCode returns true when this insert user key value bad request response a status code equal to that given

func (*InsertUserKeyValueBadRequest) IsRedirect

func (o *InsertUserKeyValueBadRequest) IsRedirect() bool

IsRedirect returns true when this insert user key value bad request response has a 3xx status code

func (*InsertUserKeyValueBadRequest) IsServerError

func (o *InsertUserKeyValueBadRequest) IsServerError() bool

IsServerError returns true when this insert user key value bad request response has a 5xx status code

func (*InsertUserKeyValueBadRequest) IsSuccess

func (o *InsertUserKeyValueBadRequest) IsSuccess() bool

IsSuccess returns true when this insert user key value bad request response has a 2xx status code

func (*InsertUserKeyValueBadRequest) String

type InsertUserKeyValueCreated

type InsertUserKeyValueCreated struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

InsertUserKeyValueCreated describes a response with status code 201, with default header values.

Per tenant config uploaded successfully

func NewInsertUserKeyValueCreated

func NewInsertUserKeyValueCreated() *InsertUserKeyValueCreated

NewInsertUserKeyValueCreated creates a InsertUserKeyValueCreated with default headers values

func (*InsertUserKeyValueCreated) Code

func (o *InsertUserKeyValueCreated) Code() int

Code gets the status code for the insert user key value created response

func (*InsertUserKeyValueCreated) Error

func (o *InsertUserKeyValueCreated) Error() string

func (*InsertUserKeyValueCreated) GetPayload

func (*InsertUserKeyValueCreated) IsClientError

func (o *InsertUserKeyValueCreated) IsClientError() bool

IsClientError returns true when this insert user key value created response has a 4xx status code

func (*InsertUserKeyValueCreated) IsCode

func (o *InsertUserKeyValueCreated) IsCode(code int) bool

IsCode returns true when this insert user key value created response a status code equal to that given

func (*InsertUserKeyValueCreated) IsRedirect

func (o *InsertUserKeyValueCreated) IsRedirect() bool

IsRedirect returns true when this insert user key value created response has a 3xx status code

func (*InsertUserKeyValueCreated) IsServerError

func (o *InsertUserKeyValueCreated) IsServerError() bool

IsServerError returns true when this insert user key value created response has a 5xx status code

func (*InsertUserKeyValueCreated) IsSuccess

func (o *InsertUserKeyValueCreated) IsSuccess() bool

IsSuccess returns true when this insert user key value created response has a 2xx status code

func (*InsertUserKeyValueCreated) String

func (o *InsertUserKeyValueCreated) String() string

type InsertUserKeyValueParams

type InsertUserKeyValueParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// Body.
	Body string

	// KeyName.
	KeyName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

InsertUserKeyValueParams contains all the parameters to send to the API endpoint

for the insert user key value operation.

Typically these are written to a http.Request.

func NewInsertUserKeyValueParams

func NewInsertUserKeyValueParams() *InsertUserKeyValueParams

NewInsertUserKeyValueParams creates a new InsertUserKeyValueParams 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 NewInsertUserKeyValueParamsWithContext

func NewInsertUserKeyValueParamsWithContext(ctx context.Context) *InsertUserKeyValueParams

NewInsertUserKeyValueParamsWithContext creates a new InsertUserKeyValueParams object with the ability to set a context for a request.

func NewInsertUserKeyValueParamsWithHTTPClient

func NewInsertUserKeyValueParamsWithHTTPClient(client *http.Client) *InsertUserKeyValueParams

NewInsertUserKeyValueParamsWithHTTPClient creates a new InsertUserKeyValueParams object with the ability to set a custom HTTPClient for a request.

func NewInsertUserKeyValueParamsWithTimeout

func NewInsertUserKeyValueParamsWithTimeout(timeout time.Duration) *InsertUserKeyValueParams

NewInsertUserKeyValueParamsWithTimeout creates a new InsertUserKeyValueParams object with the ability to set a timeout on a request.

func (*InsertUserKeyValueParams) SetBody

func (o *InsertUserKeyValueParams) SetBody(body string)

SetBody adds the body to the insert user key value params

func (*InsertUserKeyValueParams) SetContext

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

SetContext adds the context to the insert user key value params

func (*InsertUserKeyValueParams) SetDefaults

func (o *InsertUserKeyValueParams) SetDefaults()

SetDefaults hydrates default values in the insert user key value params (not the query body).

All values with no default are reset to their zero value.

func (*InsertUserKeyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the insert user key value params

func (*InsertUserKeyValueParams) SetKeyName

func (o *InsertUserKeyValueParams) SetKeyName(keyName string)

SetKeyName adds the keyName to the insert user key value params

func (*InsertUserKeyValueParams) SetTimeout

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

SetTimeout adds the timeout to the insert user key value params

func (*InsertUserKeyValueParams) SetXKillbillComment

func (o *InsertUserKeyValueParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the insert user key value params

func (*InsertUserKeyValueParams) SetXKillbillCreatedBy

func (o *InsertUserKeyValueParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the insert user key value params

func (*InsertUserKeyValueParams) SetXKillbillReason

func (o *InsertUserKeyValueParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the insert user key value params

func (*InsertUserKeyValueParams) WithBody

WithBody adds the body to the insert user key value params

func (*InsertUserKeyValueParams) WithContext

WithContext adds the context to the insert user key value params

func (*InsertUserKeyValueParams) WithDefaults

WithDefaults hydrates default values in the insert user key value params (not the query body).

All values with no default are reset to their zero value.

func (*InsertUserKeyValueParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the insert user key value params

func (*InsertUserKeyValueParams) WithKeyName

func (o *InsertUserKeyValueParams) WithKeyName(keyName string) *InsertUserKeyValueParams

WithKeyName adds the keyName to the insert user key value params

func (*InsertUserKeyValueParams) WithTimeout

WithTimeout adds the timeout to the insert user key value params

func (*InsertUserKeyValueParams) WithXKillbillComment

func (o *InsertUserKeyValueParams) WithXKillbillComment(xKillbillComment *string) *InsertUserKeyValueParams

WithXKillbillComment adds the xKillbillComment to the insert user key value params

func (*InsertUserKeyValueParams) WithXKillbillCreatedBy

func (o *InsertUserKeyValueParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *InsertUserKeyValueParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the insert user key value params

func (*InsertUserKeyValueParams) WithXKillbillReason

func (o *InsertUserKeyValueParams) WithXKillbillReason(xKillbillReason *string) *InsertUserKeyValueParams

WithXKillbillReason adds the xKillbillReason to the insert user key value params

func (*InsertUserKeyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InsertUserKeyValueReader

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

InsertUserKeyValueReader is a Reader for the InsertUserKeyValue structure.

func (*InsertUserKeyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type KillbillDefaults

type KillbillDefaults interface {
	// Default CreatedBy. If not set explicitly in params, this will be used.
	XKillbillCreatedBy() *string
	// Default Comment. If not set explicitly in params, this will be used.
	XKillbillComment() *string
	// Default Reason. If not set explicitly in params, this will be used.
	XKillbillReason() *string
	// Default WithWithProfilingInfo. If not set explicitly in params, this will be used.
	KillbillWithProfilingInfo() *string
	// Default WithStackTrace. If not set explicitly in params, this will be used.
	KillbillWithStackTrace() *bool
}

killbill default values. When a call is made to an operation, these values are used if params doesn't specify them.

type RegisterPushNotificationCallbackBadRequest

type RegisterPushNotificationCallbackBadRequest struct {
	HttpResponse runtime.ClientResponse
}

RegisterPushNotificationCallbackBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewRegisterPushNotificationCallbackBadRequest

func NewRegisterPushNotificationCallbackBadRequest() *RegisterPushNotificationCallbackBadRequest

NewRegisterPushNotificationCallbackBadRequest creates a RegisterPushNotificationCallbackBadRequest with default headers values

func (*RegisterPushNotificationCallbackBadRequest) Code

Code gets the status code for the register push notification callback bad request response

func (*RegisterPushNotificationCallbackBadRequest) Error

func (*RegisterPushNotificationCallbackBadRequest) IsClientError

IsClientError returns true when this register push notification callback bad request response has a 4xx status code

func (*RegisterPushNotificationCallbackBadRequest) IsCode

IsCode returns true when this register push notification callback bad request response a status code equal to that given

func (*RegisterPushNotificationCallbackBadRequest) IsRedirect

IsRedirect returns true when this register push notification callback bad request response has a 3xx status code

func (*RegisterPushNotificationCallbackBadRequest) IsServerError

IsServerError returns true when this register push notification callback bad request response has a 5xx status code

func (*RegisterPushNotificationCallbackBadRequest) IsSuccess

IsSuccess returns true when this register push notification callback bad request response has a 2xx status code

func (*RegisterPushNotificationCallbackBadRequest) String

type RegisterPushNotificationCallbackCreated

type RegisterPushNotificationCallbackCreated struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

RegisterPushNotificationCallbackCreated describes a response with status code 201, with default header values.

Push notification registered successfully

func NewRegisterPushNotificationCallbackCreated

func NewRegisterPushNotificationCallbackCreated() *RegisterPushNotificationCallbackCreated

NewRegisterPushNotificationCallbackCreated creates a RegisterPushNotificationCallbackCreated with default headers values

func (*RegisterPushNotificationCallbackCreated) Code

Code gets the status code for the register push notification callback created response

func (*RegisterPushNotificationCallbackCreated) Error

func (*RegisterPushNotificationCallbackCreated) GetPayload

func (*RegisterPushNotificationCallbackCreated) IsClientError

func (o *RegisterPushNotificationCallbackCreated) IsClientError() bool

IsClientError returns true when this register push notification callback created response has a 4xx status code

func (*RegisterPushNotificationCallbackCreated) IsCode

IsCode returns true when this register push notification callback created response a status code equal to that given

func (*RegisterPushNotificationCallbackCreated) IsRedirect

IsRedirect returns true when this register push notification callback created response has a 3xx status code

func (*RegisterPushNotificationCallbackCreated) IsServerError

func (o *RegisterPushNotificationCallbackCreated) IsServerError() bool

IsServerError returns true when this register push notification callback created response has a 5xx status code

func (*RegisterPushNotificationCallbackCreated) IsSuccess

IsSuccess returns true when this register push notification callback created response has a 2xx status code

func (*RegisterPushNotificationCallbackCreated) String

type RegisterPushNotificationCallbackParams

type RegisterPushNotificationCallbackParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// Cb.
	Cb *string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

RegisterPushNotificationCallbackParams contains all the parameters to send to the API endpoint

for the register push notification callback operation.

Typically these are written to a http.Request.

func NewRegisterPushNotificationCallbackParams

func NewRegisterPushNotificationCallbackParams() *RegisterPushNotificationCallbackParams

NewRegisterPushNotificationCallbackParams creates a new RegisterPushNotificationCallbackParams 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 NewRegisterPushNotificationCallbackParamsWithContext

func NewRegisterPushNotificationCallbackParamsWithContext(ctx context.Context) *RegisterPushNotificationCallbackParams

NewRegisterPushNotificationCallbackParamsWithContext creates a new RegisterPushNotificationCallbackParams object with the ability to set a context for a request.

func NewRegisterPushNotificationCallbackParamsWithHTTPClient

func NewRegisterPushNotificationCallbackParamsWithHTTPClient(client *http.Client) *RegisterPushNotificationCallbackParams

NewRegisterPushNotificationCallbackParamsWithHTTPClient creates a new RegisterPushNotificationCallbackParams object with the ability to set a custom HTTPClient for a request.

func NewRegisterPushNotificationCallbackParamsWithTimeout

func NewRegisterPushNotificationCallbackParamsWithTimeout(timeout time.Duration) *RegisterPushNotificationCallbackParams

NewRegisterPushNotificationCallbackParamsWithTimeout creates a new RegisterPushNotificationCallbackParams object with the ability to set a timeout on a request.

func (*RegisterPushNotificationCallbackParams) SetCb

SetCb adds the cb to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) SetContext

SetContext adds the context to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) SetDefaults

func (o *RegisterPushNotificationCallbackParams) SetDefaults()

SetDefaults hydrates default values in the register push notification callback params (not the query body).

All values with no default are reset to their zero value.

func (*RegisterPushNotificationCallbackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) SetTimeout

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

SetTimeout adds the timeout to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) SetXKillbillComment

func (o *RegisterPushNotificationCallbackParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) SetXKillbillCreatedBy

func (o *RegisterPushNotificationCallbackParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) SetXKillbillReason

func (o *RegisterPushNotificationCallbackParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) WithCb

WithCb adds the cb to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) WithContext

WithContext adds the context to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) WithDefaults

WithDefaults hydrates default values in the register push notification callback params (not the query body).

All values with no default are reset to their zero value.

func (*RegisterPushNotificationCallbackParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) WithTimeout

WithTimeout adds the timeout to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) WithXKillbillComment

func (o *RegisterPushNotificationCallbackParams) WithXKillbillComment(xKillbillComment *string) *RegisterPushNotificationCallbackParams

WithXKillbillComment adds the xKillbillComment to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) WithXKillbillCreatedBy

func (o *RegisterPushNotificationCallbackParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *RegisterPushNotificationCallbackParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) WithXKillbillReason

WithXKillbillReason adds the xKillbillReason to the register push notification callback params

func (*RegisterPushNotificationCallbackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RegisterPushNotificationCallbackReader

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

RegisterPushNotificationCallbackReader is a Reader for the RegisterPushNotificationCallback structure.

func (*RegisterPushNotificationCallbackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadPerTenantConfigurationBadRequest

type UploadPerTenantConfigurationBadRequest struct {
	HttpResponse runtime.ClientResponse
}

UploadPerTenantConfigurationBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewUploadPerTenantConfigurationBadRequest

func NewUploadPerTenantConfigurationBadRequest() *UploadPerTenantConfigurationBadRequest

NewUploadPerTenantConfigurationBadRequest creates a UploadPerTenantConfigurationBadRequest with default headers values

func (*UploadPerTenantConfigurationBadRequest) Code

Code gets the status code for the upload per tenant configuration bad request response

func (*UploadPerTenantConfigurationBadRequest) Error

func (*UploadPerTenantConfigurationBadRequest) IsClientError

func (o *UploadPerTenantConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this upload per tenant configuration bad request response has a 4xx status code

func (*UploadPerTenantConfigurationBadRequest) IsCode

IsCode returns true when this upload per tenant configuration bad request response a status code equal to that given

func (*UploadPerTenantConfigurationBadRequest) IsRedirect

IsRedirect returns true when this upload per tenant configuration bad request response has a 3xx status code

func (*UploadPerTenantConfigurationBadRequest) IsServerError

func (o *UploadPerTenantConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this upload per tenant configuration bad request response has a 5xx status code

func (*UploadPerTenantConfigurationBadRequest) IsSuccess

IsSuccess returns true when this upload per tenant configuration bad request response has a 2xx status code

func (*UploadPerTenantConfigurationBadRequest) String

type UploadPerTenantConfigurationCreated

type UploadPerTenantConfigurationCreated struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

UploadPerTenantConfigurationCreated describes a response with status code 201, with default header values.

Per tenant configuration uploaded successfully

func NewUploadPerTenantConfigurationCreated

func NewUploadPerTenantConfigurationCreated() *UploadPerTenantConfigurationCreated

NewUploadPerTenantConfigurationCreated creates a UploadPerTenantConfigurationCreated with default headers values

func (*UploadPerTenantConfigurationCreated) Code

Code gets the status code for the upload per tenant configuration created response

func (*UploadPerTenantConfigurationCreated) Error

func (*UploadPerTenantConfigurationCreated) GetPayload

func (*UploadPerTenantConfigurationCreated) IsClientError

func (o *UploadPerTenantConfigurationCreated) IsClientError() bool

IsClientError returns true when this upload per tenant configuration created response has a 4xx status code

func (*UploadPerTenantConfigurationCreated) IsCode

IsCode returns true when this upload per tenant configuration created response a status code equal to that given

func (*UploadPerTenantConfigurationCreated) IsRedirect

func (o *UploadPerTenantConfigurationCreated) IsRedirect() bool

IsRedirect returns true when this upload per tenant configuration created response has a 3xx status code

func (*UploadPerTenantConfigurationCreated) IsServerError

func (o *UploadPerTenantConfigurationCreated) IsServerError() bool

IsServerError returns true when this upload per tenant configuration created response has a 5xx status code

func (*UploadPerTenantConfigurationCreated) IsSuccess

IsSuccess returns true when this upload per tenant configuration created response has a 2xx status code

func (*UploadPerTenantConfigurationCreated) String

type UploadPerTenantConfigurationParams

type UploadPerTenantConfigurationParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// Body.
	Body string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

UploadPerTenantConfigurationParams contains all the parameters to send to the API endpoint

for the upload per tenant configuration operation.

Typically these are written to a http.Request.

func NewUploadPerTenantConfigurationParams

func NewUploadPerTenantConfigurationParams() *UploadPerTenantConfigurationParams

NewUploadPerTenantConfigurationParams creates a new UploadPerTenantConfigurationParams 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 NewUploadPerTenantConfigurationParamsWithContext

func NewUploadPerTenantConfigurationParamsWithContext(ctx context.Context) *UploadPerTenantConfigurationParams

NewUploadPerTenantConfigurationParamsWithContext creates a new UploadPerTenantConfigurationParams object with the ability to set a context for a request.

func NewUploadPerTenantConfigurationParamsWithHTTPClient

func NewUploadPerTenantConfigurationParamsWithHTTPClient(client *http.Client) *UploadPerTenantConfigurationParams

NewUploadPerTenantConfigurationParamsWithHTTPClient creates a new UploadPerTenantConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewUploadPerTenantConfigurationParamsWithTimeout

func NewUploadPerTenantConfigurationParamsWithTimeout(timeout time.Duration) *UploadPerTenantConfigurationParams

NewUploadPerTenantConfigurationParamsWithTimeout creates a new UploadPerTenantConfigurationParams object with the ability to set a timeout on a request.

func (*UploadPerTenantConfigurationParams) SetBody

func (o *UploadPerTenantConfigurationParams) SetBody(body string)

SetBody adds the body to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) SetContext

SetContext adds the context to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) SetDefaults

func (o *UploadPerTenantConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the upload per tenant configuration params (not the query body).

All values with no default are reset to their zero value.

func (*UploadPerTenantConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) SetXKillbillComment

func (o *UploadPerTenantConfigurationParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) SetXKillbillCreatedBy

func (o *UploadPerTenantConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) SetXKillbillReason

func (o *UploadPerTenantConfigurationParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) WithBody

WithBody adds the body to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) WithContext

WithContext adds the context to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) WithDefaults

WithDefaults hydrates default values in the upload per tenant configuration params (not the query body).

All values with no default are reset to their zero value.

func (*UploadPerTenantConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) WithTimeout

WithTimeout adds the timeout to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) WithXKillbillComment

func (o *UploadPerTenantConfigurationParams) WithXKillbillComment(xKillbillComment *string) *UploadPerTenantConfigurationParams

WithXKillbillComment adds the xKillbillComment to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) WithXKillbillCreatedBy

func (o *UploadPerTenantConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadPerTenantConfigurationParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) WithXKillbillReason

func (o *UploadPerTenantConfigurationParams) WithXKillbillReason(xKillbillReason *string) *UploadPerTenantConfigurationParams

WithXKillbillReason adds the xKillbillReason to the upload per tenant configuration params

func (*UploadPerTenantConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadPerTenantConfigurationReader

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

UploadPerTenantConfigurationReader is a Reader for the UploadPerTenantConfiguration structure.

func (*UploadPerTenantConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadPluginConfigurationBadRequest

type UploadPluginConfigurationBadRequest struct {
	HttpResponse runtime.ClientResponse
}

UploadPluginConfigurationBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewUploadPluginConfigurationBadRequest

func NewUploadPluginConfigurationBadRequest() *UploadPluginConfigurationBadRequest

NewUploadPluginConfigurationBadRequest creates a UploadPluginConfigurationBadRequest with default headers values

func (*UploadPluginConfigurationBadRequest) Code

Code gets the status code for the upload plugin configuration bad request response

func (*UploadPluginConfigurationBadRequest) Error

func (*UploadPluginConfigurationBadRequest) IsClientError

func (o *UploadPluginConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this upload plugin configuration bad request response has a 4xx status code

func (*UploadPluginConfigurationBadRequest) IsCode

IsCode returns true when this upload plugin configuration bad request response a status code equal to that given

func (*UploadPluginConfigurationBadRequest) IsRedirect

func (o *UploadPluginConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this upload plugin configuration bad request response has a 3xx status code

func (*UploadPluginConfigurationBadRequest) IsServerError

func (o *UploadPluginConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this upload plugin configuration bad request response has a 5xx status code

func (*UploadPluginConfigurationBadRequest) IsSuccess

IsSuccess returns true when this upload plugin configuration bad request response has a 2xx status code

func (*UploadPluginConfigurationBadRequest) String

type UploadPluginConfigurationCreated

type UploadPluginConfigurationCreated struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

UploadPluginConfigurationCreated describes a response with status code 201, with default header values.

Plugin configuration uploaded successfully

func NewUploadPluginConfigurationCreated

func NewUploadPluginConfigurationCreated() *UploadPluginConfigurationCreated

NewUploadPluginConfigurationCreated creates a UploadPluginConfigurationCreated with default headers values

func (*UploadPluginConfigurationCreated) Code

Code gets the status code for the upload plugin configuration created response

func (*UploadPluginConfigurationCreated) Error

func (*UploadPluginConfigurationCreated) GetPayload

func (*UploadPluginConfigurationCreated) IsClientError

func (o *UploadPluginConfigurationCreated) IsClientError() bool

IsClientError returns true when this upload plugin configuration created response has a 4xx status code

func (*UploadPluginConfigurationCreated) IsCode

func (o *UploadPluginConfigurationCreated) IsCode(code int) bool

IsCode returns true when this upload plugin configuration created response a status code equal to that given

func (*UploadPluginConfigurationCreated) IsRedirect

func (o *UploadPluginConfigurationCreated) IsRedirect() bool

IsRedirect returns true when this upload plugin configuration created response has a 3xx status code

func (*UploadPluginConfigurationCreated) IsServerError

func (o *UploadPluginConfigurationCreated) IsServerError() bool

IsServerError returns true when this upload plugin configuration created response has a 5xx status code

func (*UploadPluginConfigurationCreated) IsSuccess

func (o *UploadPluginConfigurationCreated) IsSuccess() bool

IsSuccess returns true when this upload plugin configuration created response has a 2xx status code

func (*UploadPluginConfigurationCreated) String

type UploadPluginConfigurationParams

type UploadPluginConfigurationParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// Body.
	Body string

	// PluginName.
	PluginName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

UploadPluginConfigurationParams contains all the parameters to send to the API endpoint

for the upload plugin configuration operation.

Typically these are written to a http.Request.

func NewUploadPluginConfigurationParams

func NewUploadPluginConfigurationParams() *UploadPluginConfigurationParams

NewUploadPluginConfigurationParams creates a new UploadPluginConfigurationParams 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 NewUploadPluginConfigurationParamsWithContext

func NewUploadPluginConfigurationParamsWithContext(ctx context.Context) *UploadPluginConfigurationParams

NewUploadPluginConfigurationParamsWithContext creates a new UploadPluginConfigurationParams object with the ability to set a context for a request.

func NewUploadPluginConfigurationParamsWithHTTPClient

func NewUploadPluginConfigurationParamsWithHTTPClient(client *http.Client) *UploadPluginConfigurationParams

NewUploadPluginConfigurationParamsWithHTTPClient creates a new UploadPluginConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewUploadPluginConfigurationParamsWithTimeout

func NewUploadPluginConfigurationParamsWithTimeout(timeout time.Duration) *UploadPluginConfigurationParams

NewUploadPluginConfigurationParamsWithTimeout creates a new UploadPluginConfigurationParams object with the ability to set a timeout on a request.

func (*UploadPluginConfigurationParams) SetBody

func (o *UploadPluginConfigurationParams) SetBody(body string)

SetBody adds the body to the upload plugin configuration params

func (*UploadPluginConfigurationParams) SetContext

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

SetContext adds the context to the upload plugin configuration params

func (*UploadPluginConfigurationParams) SetDefaults

func (o *UploadPluginConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the upload plugin configuration params (not the query body).

All values with no default are reset to their zero value.

func (*UploadPluginConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload plugin configuration params

func (*UploadPluginConfigurationParams) SetPluginName

func (o *UploadPluginConfigurationParams) SetPluginName(pluginName string)

SetPluginName adds the pluginName to the upload plugin configuration params

func (*UploadPluginConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the upload plugin configuration params

func (*UploadPluginConfigurationParams) SetXKillbillComment

func (o *UploadPluginConfigurationParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the upload plugin configuration params

func (*UploadPluginConfigurationParams) SetXKillbillCreatedBy

func (o *UploadPluginConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the upload plugin configuration params

func (*UploadPluginConfigurationParams) SetXKillbillReason

func (o *UploadPluginConfigurationParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WithBody

WithBody adds the body to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WithContext

WithContext adds the context to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WithDefaults

WithDefaults hydrates default values in the upload plugin configuration params (not the query body).

All values with no default are reset to their zero value.

func (*UploadPluginConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WithPluginName

WithPluginName adds the pluginName to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WithTimeout

WithTimeout adds the timeout to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WithXKillbillComment

func (o *UploadPluginConfigurationParams) WithXKillbillComment(xKillbillComment *string) *UploadPluginConfigurationParams

WithXKillbillComment adds the xKillbillComment to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WithXKillbillCreatedBy

func (o *UploadPluginConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadPluginConfigurationParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WithXKillbillReason

func (o *UploadPluginConfigurationParams) WithXKillbillReason(xKillbillReason *string) *UploadPluginConfigurationParams

WithXKillbillReason adds the xKillbillReason to the upload plugin configuration params

func (*UploadPluginConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadPluginConfigurationReader

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

UploadPluginConfigurationReader is a Reader for the UploadPluginConfiguration structure.

func (*UploadPluginConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadPluginPaymentStateMachineConfigBadRequest

type UploadPluginPaymentStateMachineConfigBadRequest struct {
	HttpResponse runtime.ClientResponse
}

UploadPluginPaymentStateMachineConfigBadRequest describes a response with status code 400, with default header values.

Invalid tenantId supplied

func NewUploadPluginPaymentStateMachineConfigBadRequest

func NewUploadPluginPaymentStateMachineConfigBadRequest() *UploadPluginPaymentStateMachineConfigBadRequest

NewUploadPluginPaymentStateMachineConfigBadRequest creates a UploadPluginPaymentStateMachineConfigBadRequest with default headers values

func (*UploadPluginPaymentStateMachineConfigBadRequest) Code

Code gets the status code for the upload plugin payment state machine config bad request response

func (*UploadPluginPaymentStateMachineConfigBadRequest) Error

func (*UploadPluginPaymentStateMachineConfigBadRequest) IsClientError

IsClientError returns true when this upload plugin payment state machine config bad request response has a 4xx status code

func (*UploadPluginPaymentStateMachineConfigBadRequest) IsCode

IsCode returns true when this upload plugin payment state machine config bad request response a status code equal to that given

func (*UploadPluginPaymentStateMachineConfigBadRequest) IsRedirect

IsRedirect returns true when this upload plugin payment state machine config bad request response has a 3xx status code

func (*UploadPluginPaymentStateMachineConfigBadRequest) IsServerError

IsServerError returns true when this upload plugin payment state machine config bad request response has a 5xx status code

func (*UploadPluginPaymentStateMachineConfigBadRequest) IsSuccess

IsSuccess returns true when this upload plugin payment state machine config bad request response has a 2xx status code

func (*UploadPluginPaymentStateMachineConfigBadRequest) String

type UploadPluginPaymentStateMachineConfigCreated

type UploadPluginPaymentStateMachineConfigCreated struct {
	Payload      *kbmodel.TenantKeyValue
	HttpResponse runtime.ClientResponse
}

UploadPluginPaymentStateMachineConfigCreated describes a response with status code 201, with default header values.

Per tenant state machine uploaded successfully

func NewUploadPluginPaymentStateMachineConfigCreated

func NewUploadPluginPaymentStateMachineConfigCreated() *UploadPluginPaymentStateMachineConfigCreated

NewUploadPluginPaymentStateMachineConfigCreated creates a UploadPluginPaymentStateMachineConfigCreated with default headers values

func (*UploadPluginPaymentStateMachineConfigCreated) Code

Code gets the status code for the upload plugin payment state machine config created response

func (*UploadPluginPaymentStateMachineConfigCreated) Error

func (*UploadPluginPaymentStateMachineConfigCreated) GetPayload

func (*UploadPluginPaymentStateMachineConfigCreated) IsClientError

IsClientError returns true when this upload plugin payment state machine config created response has a 4xx status code

func (*UploadPluginPaymentStateMachineConfigCreated) IsCode

IsCode returns true when this upload plugin payment state machine config created response a status code equal to that given

func (*UploadPluginPaymentStateMachineConfigCreated) IsRedirect

IsRedirect returns true when this upload plugin payment state machine config created response has a 3xx status code

func (*UploadPluginPaymentStateMachineConfigCreated) IsServerError

IsServerError returns true when this upload plugin payment state machine config created response has a 5xx status code

func (*UploadPluginPaymentStateMachineConfigCreated) IsSuccess

IsSuccess returns true when this upload plugin payment state machine config created response has a 2xx status code

func (*UploadPluginPaymentStateMachineConfigCreated) String

type UploadPluginPaymentStateMachineConfigParams

type UploadPluginPaymentStateMachineConfigParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// Body.
	Body string

	// PluginName.
	PluginName string

	WithProfilingInfo *string // If set, return KB hprof headers
	WithStackTrace    *bool   // If set, returns full stack trace with error message

	Context               context.Context
	HTTPClient            *http.Client
	ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource.
	// contains filtered or unexported fields
}

UploadPluginPaymentStateMachineConfigParams contains all the parameters to send to the API endpoint

for the upload plugin payment state machine config operation.

Typically these are written to a http.Request.

func NewUploadPluginPaymentStateMachineConfigParams

func NewUploadPluginPaymentStateMachineConfigParams() *UploadPluginPaymentStateMachineConfigParams

NewUploadPluginPaymentStateMachineConfigParams creates a new UploadPluginPaymentStateMachineConfigParams 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 NewUploadPluginPaymentStateMachineConfigParamsWithContext

func NewUploadPluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *UploadPluginPaymentStateMachineConfigParams

NewUploadPluginPaymentStateMachineConfigParamsWithContext creates a new UploadPluginPaymentStateMachineConfigParams object with the ability to set a context for a request.

func NewUploadPluginPaymentStateMachineConfigParamsWithHTTPClient

func NewUploadPluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *UploadPluginPaymentStateMachineConfigParams

NewUploadPluginPaymentStateMachineConfigParamsWithHTTPClient creates a new UploadPluginPaymentStateMachineConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUploadPluginPaymentStateMachineConfigParamsWithTimeout

func NewUploadPluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *UploadPluginPaymentStateMachineConfigParams

NewUploadPluginPaymentStateMachineConfigParamsWithTimeout creates a new UploadPluginPaymentStateMachineConfigParams object with the ability to set a timeout on a request.

func (*UploadPluginPaymentStateMachineConfigParams) SetBody

SetBody adds the body to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) SetContext

SetContext adds the context to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) SetDefaults

SetDefaults hydrates default values in the upload plugin payment state machine config params (not the query body).

All values with no default are reset to their zero value.

func (*UploadPluginPaymentStateMachineConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) SetPluginName

func (o *UploadPluginPaymentStateMachineConfigParams) SetPluginName(pluginName string)

SetPluginName adds the pluginName to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) SetTimeout

SetTimeout adds the timeout to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) SetXKillbillComment

func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy

func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) SetXKillbillReason

func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WithBody

WithBody adds the body to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WithContext

WithContext adds the context to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WithDefaults

WithDefaults hydrates default values in the upload plugin payment state machine config params (not the query body).

All values with no default are reset to their zero value.

func (*UploadPluginPaymentStateMachineConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WithPluginName

WithPluginName adds the pluginName to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WithTimeout

WithTimeout adds the timeout to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WithXKillbillComment

WithXKillbillComment adds the xKillbillComment to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WithXKillbillCreatedBy

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WithXKillbillReason

WithXKillbillReason adds the xKillbillReason to the upload plugin payment state machine config params

func (*UploadPluginPaymentStateMachineConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadPluginPaymentStateMachineConfigReader

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

UploadPluginPaymentStateMachineConfigReader is a Reader for the UploadPluginPaymentStateMachineConfig structure.

func (*UploadPluginPaymentStateMachineConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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