Versions in this module Expand all Collapse all v1 v1.0.0 Sep 4, 2019 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) GetCustomFieldAuditLogsWithHistory(ctx context.Context, params *GetCustomFieldAuditLogsWithHistoryParams) (*GetCustomFieldAuditLogsWithHistoryOK, error) + func (a *Client) GetCustomFields(ctx context.Context, params *GetCustomFieldsParams) (*GetCustomFieldsOK, error) + func (a *Client) SearchCustomFields(ctx context.Context, params *SearchCustomFieldsParams) (*SearchCustomFieldsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetCustomFieldAuditLogsWithHistoryNotFound struct + HttpResponse runtime.ClientResponse + func NewGetCustomFieldAuditLogsWithHistoryNotFound() *GetCustomFieldAuditLogsWithHistoryNotFound + func (o *GetCustomFieldAuditLogsWithHistoryNotFound) Error() string + type GetCustomFieldAuditLogsWithHistoryOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.AuditLog + func NewGetCustomFieldAuditLogsWithHistoryOK() *GetCustomFieldAuditLogsWithHistoryOK + func (o *GetCustomFieldAuditLogsWithHistoryOK) Error() string + type GetCustomFieldAuditLogsWithHistoryParams struct + Context context.Context + CustomFieldID strfmt.UUID + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetCustomFieldAuditLogsWithHistoryParams() *GetCustomFieldAuditLogsWithHistoryParams + func NewGetCustomFieldAuditLogsWithHistoryParamsWithContext(ctx context.Context) *GetCustomFieldAuditLogsWithHistoryParams + func NewGetCustomFieldAuditLogsWithHistoryParamsWithHTTPClient(client *http.Client) *GetCustomFieldAuditLogsWithHistoryParams + func NewGetCustomFieldAuditLogsWithHistoryParamsWithTimeout(timeout time.Duration) *GetCustomFieldAuditLogsWithHistoryParams + func (o *GetCustomFieldAuditLogsWithHistoryParams) SetContext(ctx context.Context) + func (o *GetCustomFieldAuditLogsWithHistoryParams) SetCustomFieldID(customFieldID strfmt.UUID) + func (o *GetCustomFieldAuditLogsWithHistoryParams) SetHTTPClient(client *http.Client) + func (o *GetCustomFieldAuditLogsWithHistoryParams) SetTimeout(timeout time.Duration) + func (o *GetCustomFieldAuditLogsWithHistoryParams) WithContext(ctx context.Context) *GetCustomFieldAuditLogsWithHistoryParams + func (o *GetCustomFieldAuditLogsWithHistoryParams) WithCustomFieldID(customFieldID strfmt.UUID) *GetCustomFieldAuditLogsWithHistoryParams + func (o *GetCustomFieldAuditLogsWithHistoryParams) WithHTTPClient(client *http.Client) *GetCustomFieldAuditLogsWithHistoryParams + func (o *GetCustomFieldAuditLogsWithHistoryParams) WithTimeout(timeout time.Duration) *GetCustomFieldAuditLogsWithHistoryParams + func (o *GetCustomFieldAuditLogsWithHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCustomFieldAuditLogsWithHistoryReader struct + func (o *GetCustomFieldAuditLogsWithHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetCustomFieldsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewGetCustomFieldsOK() *GetCustomFieldsOK + func (o *GetCustomFieldsOK) Error() string + type GetCustomFieldsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetCustomFieldsParams() *GetCustomFieldsParams + func NewGetCustomFieldsParamsWithContext(ctx context.Context) *GetCustomFieldsParams + func NewGetCustomFieldsParamsWithHTTPClient(client *http.Client) *GetCustomFieldsParams + func NewGetCustomFieldsParamsWithTimeout(timeout time.Duration) *GetCustomFieldsParams + func (o *GetCustomFieldsParams) SetAudit(audit *string) + func (o *GetCustomFieldsParams) SetContext(ctx context.Context) + func (o *GetCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *GetCustomFieldsParams) SetLimit(limit *int64) + func (o *GetCustomFieldsParams) SetOffset(offset *int64) + func (o *GetCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *GetCustomFieldsParams) WithAudit(audit *string) *GetCustomFieldsParams + func (o *GetCustomFieldsParams) WithContext(ctx context.Context) *GetCustomFieldsParams + func (o *GetCustomFieldsParams) WithHTTPClient(client *http.Client) *GetCustomFieldsParams + func (o *GetCustomFieldsParams) WithLimit(limit *int64) *GetCustomFieldsParams + func (o *GetCustomFieldsParams) WithOffset(offset *int64) *GetCustomFieldsParams + func (o *GetCustomFieldsParams) WithTimeout(timeout time.Duration) *GetCustomFieldsParams + func (o *GetCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCustomFieldsReader struct + func (o *GetCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ICustomField interface + GetCustomFieldAuditLogsWithHistory func(ctx context.Context, params *GetCustomFieldAuditLogsWithHistoryParams) (*GetCustomFieldAuditLogsWithHistoryOK, error) + GetCustomFields func(ctx context.Context, params *GetCustomFieldsParams) (*GetCustomFieldsOK, error) + SearchCustomFields func(ctx context.Context, params *SearchCustomFieldsParams) (*SearchCustomFieldsOK, error) + type KillbillDefaults interface + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string + type SearchCustomFieldsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewSearchCustomFieldsOK() *SearchCustomFieldsOK + func (o *SearchCustomFieldsOK) Error() string + type SearchCustomFieldsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + ProcessLocationHeader bool + SearchKey string + WithStackTrace *bool + func NewSearchCustomFieldsParams() *SearchCustomFieldsParams + func NewSearchCustomFieldsParamsWithContext(ctx context.Context) *SearchCustomFieldsParams + func NewSearchCustomFieldsParamsWithHTTPClient(client *http.Client) *SearchCustomFieldsParams + func NewSearchCustomFieldsParamsWithTimeout(timeout time.Duration) *SearchCustomFieldsParams + func (o *SearchCustomFieldsParams) SetAudit(audit *string) + func (o *SearchCustomFieldsParams) SetContext(ctx context.Context) + func (o *SearchCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *SearchCustomFieldsParams) SetLimit(limit *int64) + func (o *SearchCustomFieldsParams) SetOffset(offset *int64) + func (o *SearchCustomFieldsParams) SetSearchKey(searchKey string) + func (o *SearchCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *SearchCustomFieldsParams) WithAudit(audit *string) *SearchCustomFieldsParams + func (o *SearchCustomFieldsParams) WithContext(ctx context.Context) *SearchCustomFieldsParams + func (o *SearchCustomFieldsParams) WithHTTPClient(client *http.Client) *SearchCustomFieldsParams + func (o *SearchCustomFieldsParams) WithLimit(limit *int64) *SearchCustomFieldsParams + func (o *SearchCustomFieldsParams) WithOffset(offset *int64) *SearchCustomFieldsParams + func (o *SearchCustomFieldsParams) WithSearchKey(searchKey string) *SearchCustomFieldsParams + func (o *SearchCustomFieldsParams) WithTimeout(timeout time.Duration) *SearchCustomFieldsParams + func (o *SearchCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchCustomFieldsReader struct + func (o *SearchCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)