c_o_n_s_e_n_t_p_a_g_e

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptKSAConsentSystemForbidden

type AcceptKSAConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptKSAConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptKSAConsentSystemForbidden

func NewAcceptKSAConsentSystemForbidden() *AcceptKSAConsentSystemForbidden

NewAcceptKSAConsentSystemForbidden creates a AcceptKSAConsentSystemForbidden with default headers values

func (*AcceptKSAConsentSystemForbidden) Code

Code gets the status code for the accept k s a consent system forbidden response

func (*AcceptKSAConsentSystemForbidden) Error

func (*AcceptKSAConsentSystemForbidden) GetPayload

func (o *AcceptKSAConsentSystemForbidden) GetPayload() *models.Error

func (*AcceptKSAConsentSystemForbidden) IsClientError

func (o *AcceptKSAConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this accept k s a consent system forbidden response has a 4xx status code

func (*AcceptKSAConsentSystemForbidden) IsCode

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

IsCode returns true when this accept k s a consent system forbidden response a status code equal to that given

func (*AcceptKSAConsentSystemForbidden) IsRedirect

func (o *AcceptKSAConsentSystemForbidden) IsRedirect() bool

IsRedirect returns true when this accept k s a consent system forbidden response has a 3xx status code

func (*AcceptKSAConsentSystemForbidden) IsServerError

func (o *AcceptKSAConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this accept k s a consent system forbidden response has a 5xx status code

func (*AcceptKSAConsentSystemForbidden) IsSuccess

func (o *AcceptKSAConsentSystemForbidden) IsSuccess() bool

IsSuccess returns true when this accept k s a consent system forbidden response has a 2xx status code

func (*AcceptKSAConsentSystemForbidden) String

type AcceptKSAConsentSystemNotFound

type AcceptKSAConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewAcceptKSAConsentSystemNotFound

func NewAcceptKSAConsentSystemNotFound() *AcceptKSAConsentSystemNotFound

NewAcceptKSAConsentSystemNotFound creates a AcceptKSAConsentSystemNotFound with default headers values

func (*AcceptKSAConsentSystemNotFound) Code

Code gets the status code for the accept k s a consent system not found response

func (*AcceptKSAConsentSystemNotFound) Error

func (*AcceptKSAConsentSystemNotFound) GetPayload

func (o *AcceptKSAConsentSystemNotFound) GetPayload() *models.Error

func (*AcceptKSAConsentSystemNotFound) IsClientError

func (o *AcceptKSAConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this accept k s a consent system not found response has a 4xx status code

func (*AcceptKSAConsentSystemNotFound) IsCode

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

IsCode returns true when this accept k s a consent system not found response a status code equal to that given

func (*AcceptKSAConsentSystemNotFound) IsRedirect

func (o *AcceptKSAConsentSystemNotFound) IsRedirect() bool

IsRedirect returns true when this accept k s a consent system not found response has a 3xx status code

func (*AcceptKSAConsentSystemNotFound) IsServerError

func (o *AcceptKSAConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this accept k s a consent system not found response has a 5xx status code

func (*AcceptKSAConsentSystemNotFound) IsSuccess

func (o *AcceptKSAConsentSystemNotFound) IsSuccess() bool

IsSuccess returns true when this accept k s a consent system not found response has a 2xx status code

func (*AcceptKSAConsentSystemNotFound) String

type AcceptKSAConsentSystemOK

type AcceptKSAConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

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

Consent Accepted

func NewAcceptKSAConsentSystemOK

func NewAcceptKSAConsentSystemOK() *AcceptKSAConsentSystemOK

NewAcceptKSAConsentSystemOK creates a AcceptKSAConsentSystemOK with default headers values

func (*AcceptKSAConsentSystemOK) Code

func (o *AcceptKSAConsentSystemOK) Code() int

Code gets the status code for the accept k s a consent system o k response

func (*AcceptKSAConsentSystemOK) Error

func (o *AcceptKSAConsentSystemOK) Error() string

func (*AcceptKSAConsentSystemOK) GetPayload

func (*AcceptKSAConsentSystemOK) IsClientError

func (o *AcceptKSAConsentSystemOK) IsClientError() bool

IsClientError returns true when this accept k s a consent system o k response has a 4xx status code

func (*AcceptKSAConsentSystemOK) IsCode

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

IsCode returns true when this accept k s a consent system o k response a status code equal to that given

func (*AcceptKSAConsentSystemOK) IsRedirect

func (o *AcceptKSAConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this accept k s a consent system o k response has a 3xx status code

func (*AcceptKSAConsentSystemOK) IsServerError

func (o *AcceptKSAConsentSystemOK) IsServerError() bool

IsServerError returns true when this accept k s a consent system o k response has a 5xx status code

func (*AcceptKSAConsentSystemOK) IsSuccess

func (o *AcceptKSAConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this accept k s a consent system o k response has a 2xx status code

func (*AcceptKSAConsentSystemOK) String

func (o *AcceptKSAConsentSystemOK) String() string

type AcceptKSAConsentSystemParams

type AcceptKSAConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptKSAConsentSystemParams contains all the parameters to send to the API endpoint

for the accept k s a consent system operation.

Typically these are written to a http.Request.

func NewAcceptKSAConsentSystemParams

func NewAcceptKSAConsentSystemParams() *AcceptKSAConsentSystemParams

NewAcceptKSAConsentSystemParams creates a new AcceptKSAConsentSystemParams 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 NewAcceptKSAConsentSystemParamsWithContext

func NewAcceptKSAConsentSystemParamsWithContext(ctx context.Context) *AcceptKSAConsentSystemParams

NewAcceptKSAConsentSystemParamsWithContext creates a new AcceptKSAConsentSystemParams object with the ability to set a context for a request.

func NewAcceptKSAConsentSystemParamsWithHTTPClient

func NewAcceptKSAConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptKSAConsentSystemParams

NewAcceptKSAConsentSystemParamsWithHTTPClient creates a new AcceptKSAConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptKSAConsentSystemParamsWithTimeout

func NewAcceptKSAConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptKSAConsentSystemParams

NewAcceptKSAConsentSystemParamsWithTimeout creates a new AcceptKSAConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptKSAConsentSystemParams) SetAcceptConsent

func (o *AcceptKSAConsentSystemParams) SetAcceptConsent(acceptConsent *models.AcceptConsentRequest)

SetAcceptConsent adds the acceptConsent to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) SetContext

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

SetContext adds the context to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) SetDefaults

func (o *AcceptKSAConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the accept k s a consent system params (not the query body).

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

func (*AcceptKSAConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) SetLogin

func (o *AcceptKSAConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) WithContext

WithContext adds the context to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept k s a consent system params (not the query body).

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

func (*AcceptKSAConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) WithLogin

WithLogin adds the login to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept k s a consent system params

func (*AcceptKSAConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptKSAConsentSystemReader

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

AcceptKSAConsentSystemReader is a Reader for the AcceptKSAConsentSystem structure.

func (*AcceptKSAConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptKSAConsentSystemTooManyRequests

type AcceptKSAConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptKSAConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptKSAConsentSystemTooManyRequests

func NewAcceptKSAConsentSystemTooManyRequests() *AcceptKSAConsentSystemTooManyRequests

NewAcceptKSAConsentSystemTooManyRequests creates a AcceptKSAConsentSystemTooManyRequests with default headers values

func (*AcceptKSAConsentSystemTooManyRequests) Code

Code gets the status code for the accept k s a consent system too many requests response

func (*AcceptKSAConsentSystemTooManyRequests) Error

func (*AcceptKSAConsentSystemTooManyRequests) GetPayload

func (*AcceptKSAConsentSystemTooManyRequests) IsClientError

func (o *AcceptKSAConsentSystemTooManyRequests) IsClientError() bool

IsClientError returns true when this accept k s a consent system too many requests response has a 4xx status code

func (*AcceptKSAConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept k s a consent system too many requests response a status code equal to that given

func (*AcceptKSAConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept k s a consent system too many requests response has a 3xx status code

func (*AcceptKSAConsentSystemTooManyRequests) IsServerError

func (o *AcceptKSAConsentSystemTooManyRequests) IsServerError() bool

IsServerError returns true when this accept k s a consent system too many requests response has a 5xx status code

func (*AcceptKSAConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept k s a consent system too many requests response has a 2xx status code

func (*AcceptKSAConsentSystemTooManyRequests) String

type AcceptKSAConsentSystemUnauthorized

type AcceptKSAConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptKSAConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptKSAConsentSystemUnauthorized

func NewAcceptKSAConsentSystemUnauthorized() *AcceptKSAConsentSystemUnauthorized

NewAcceptKSAConsentSystemUnauthorized creates a AcceptKSAConsentSystemUnauthorized with default headers values

func (*AcceptKSAConsentSystemUnauthorized) Code

Code gets the status code for the accept k s a consent system unauthorized response

func (*AcceptKSAConsentSystemUnauthorized) Error

func (*AcceptKSAConsentSystemUnauthorized) GetPayload

func (*AcceptKSAConsentSystemUnauthorized) IsClientError

func (o *AcceptKSAConsentSystemUnauthorized) IsClientError() bool

IsClientError returns true when this accept k s a consent system unauthorized response has a 4xx status code

func (*AcceptKSAConsentSystemUnauthorized) IsCode

IsCode returns true when this accept k s a consent system unauthorized response a status code equal to that given

func (*AcceptKSAConsentSystemUnauthorized) IsRedirect

func (o *AcceptKSAConsentSystemUnauthorized) IsRedirect() bool

IsRedirect returns true when this accept k s a consent system unauthorized response has a 3xx status code

func (*AcceptKSAConsentSystemUnauthorized) IsServerError

func (o *AcceptKSAConsentSystemUnauthorized) IsServerError() bool

IsServerError returns true when this accept k s a consent system unauthorized response has a 5xx status code

func (*AcceptKSAConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept k s a consent system unauthorized response has a 2xx status code

func (*AcceptKSAConsentSystemUnauthorized) String

type Client

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

Client for c o n s e n t p a g e API

func (*Client) AcceptKSAConsentSystem

func (a *Client) AcceptKSAConsentSystem(params *AcceptKSAConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptKSAConsentSystemOK, error)

AcceptKSAConsentSystem accepts k s a consent

This API can be used by a custom openbanking consent page to notify ACP that user granted consent to a customer data access.

func (*Client) GetKSAConsentSystem

func (a *Client) GetKSAConsentSystem(params *GetKSAConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKSAConsentSystemOK, error)
GetKSAConsentSystem gets k s a consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) RejectKSAConsentSystem

func (a *Client) RejectKSAConsentSystem(params *RejectKSAConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectKSAConsentSystemOK, error)

RejectKSAConsentSystem rejects k s a consent

This API can be used by a custom openbanking consent page to notify ACP that user rejected access.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AcceptKSAConsentSystem(params *AcceptKSAConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptKSAConsentSystemOK, error)

	GetKSAConsentSystem(params *GetKSAConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetKSAConsentSystemOK, error)

	RejectKSAConsentSystem(params *RejectKSAConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectKSAConsentSystemOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new c o n s e n t p a g e API client.

type GetKSAConsentSystemForbidden

type GetKSAConsentSystemForbidden struct {
	Payload *models.Error
}

GetKSAConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetKSAConsentSystemForbidden

func NewGetKSAConsentSystemForbidden() *GetKSAConsentSystemForbidden

NewGetKSAConsentSystemForbidden creates a GetKSAConsentSystemForbidden with default headers values

func (*GetKSAConsentSystemForbidden) Code

Code gets the status code for the get k s a consent system forbidden response

func (*GetKSAConsentSystemForbidden) Error

func (*GetKSAConsentSystemForbidden) GetPayload

func (o *GetKSAConsentSystemForbidden) GetPayload() *models.Error

func (*GetKSAConsentSystemForbidden) IsClientError

func (o *GetKSAConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this get k s a consent system forbidden response has a 4xx status code

func (*GetKSAConsentSystemForbidden) IsCode

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

IsCode returns true when this get k s a consent system forbidden response a status code equal to that given

func (*GetKSAConsentSystemForbidden) IsRedirect

func (o *GetKSAConsentSystemForbidden) IsRedirect() bool

IsRedirect returns true when this get k s a consent system forbidden response has a 3xx status code

func (*GetKSAConsentSystemForbidden) IsServerError

func (o *GetKSAConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this get k s a consent system forbidden response has a 5xx status code

func (*GetKSAConsentSystemForbidden) IsSuccess

func (o *GetKSAConsentSystemForbidden) IsSuccess() bool

IsSuccess returns true when this get k s a consent system forbidden response has a 2xx status code

func (*GetKSAConsentSystemForbidden) String

type GetKSAConsentSystemNotFound

type GetKSAConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetKSAConsentSystemNotFound

func NewGetKSAConsentSystemNotFound() *GetKSAConsentSystemNotFound

NewGetKSAConsentSystemNotFound creates a GetKSAConsentSystemNotFound with default headers values

func (*GetKSAConsentSystemNotFound) Code

func (o *GetKSAConsentSystemNotFound) Code() int

Code gets the status code for the get k s a consent system not found response

func (*GetKSAConsentSystemNotFound) Error

func (*GetKSAConsentSystemNotFound) GetPayload

func (o *GetKSAConsentSystemNotFound) GetPayload() *models.Error

func (*GetKSAConsentSystemNotFound) IsClientError

func (o *GetKSAConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this get k s a consent system not found response has a 4xx status code

func (*GetKSAConsentSystemNotFound) IsCode

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

IsCode returns true when this get k s a consent system not found response a status code equal to that given

func (*GetKSAConsentSystemNotFound) IsRedirect

func (o *GetKSAConsentSystemNotFound) IsRedirect() bool

IsRedirect returns true when this get k s a consent system not found response has a 3xx status code

func (*GetKSAConsentSystemNotFound) IsServerError

func (o *GetKSAConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this get k s a consent system not found response has a 5xx status code

func (*GetKSAConsentSystemNotFound) IsSuccess

func (o *GetKSAConsentSystemNotFound) IsSuccess() bool

IsSuccess returns true when this get k s a consent system not found response has a 2xx status code

func (*GetKSAConsentSystemNotFound) String

func (o *GetKSAConsentSystemNotFound) String() string

type GetKSAConsentSystemOK

type GetKSAConsentSystemOK struct {
	Payload *models.GetKSAConsentResponse
}

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

GetKSAConsentResponse

func NewGetKSAConsentSystemOK

func NewGetKSAConsentSystemOK() *GetKSAConsentSystemOK

NewGetKSAConsentSystemOK creates a GetKSAConsentSystemOK with default headers values

func (*GetKSAConsentSystemOK) Code

func (o *GetKSAConsentSystemOK) Code() int

Code gets the status code for the get k s a consent system o k response

func (*GetKSAConsentSystemOK) Error

func (o *GetKSAConsentSystemOK) Error() string

func (*GetKSAConsentSystemOK) GetPayload

func (*GetKSAConsentSystemOK) IsClientError

func (o *GetKSAConsentSystemOK) IsClientError() bool

IsClientError returns true when this get k s a consent system o k response has a 4xx status code

func (*GetKSAConsentSystemOK) IsCode

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

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

func (*GetKSAConsentSystemOK) IsRedirect

func (o *GetKSAConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this get k s a consent system o k response has a 3xx status code

func (*GetKSAConsentSystemOK) IsServerError

func (o *GetKSAConsentSystemOK) IsServerError() bool

IsServerError returns true when this get k s a consent system o k response has a 5xx status code

func (*GetKSAConsentSystemOK) IsSuccess

func (o *GetKSAConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this get k s a consent system o k response has a 2xx status code

func (*GetKSAConsentSystemOK) String

func (o *GetKSAConsentSystemOK) String() string

type GetKSAConsentSystemParams

type GetKSAConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetKSAConsentSystemParams contains all the parameters to send to the API endpoint

for the get k s a consent system operation.

Typically these are written to a http.Request.

func NewGetKSAConsentSystemParams

func NewGetKSAConsentSystemParams() *GetKSAConsentSystemParams

NewGetKSAConsentSystemParams creates a new GetKSAConsentSystemParams 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 NewGetKSAConsentSystemParamsWithContext

func NewGetKSAConsentSystemParamsWithContext(ctx context.Context) *GetKSAConsentSystemParams

NewGetKSAConsentSystemParamsWithContext creates a new GetKSAConsentSystemParams object with the ability to set a context for a request.

func NewGetKSAConsentSystemParamsWithHTTPClient

func NewGetKSAConsentSystemParamsWithHTTPClient(client *http.Client) *GetKSAConsentSystemParams

NewGetKSAConsentSystemParamsWithHTTPClient creates a new GetKSAConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetKSAConsentSystemParamsWithTimeout

func NewGetKSAConsentSystemParamsWithTimeout(timeout time.Duration) *GetKSAConsentSystemParams

NewGetKSAConsentSystemParamsWithTimeout creates a new GetKSAConsentSystemParams object with the ability to set a timeout on a request.

func (*GetKSAConsentSystemParams) SetContext

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

SetContext adds the context to the get k s a consent system params

func (*GetKSAConsentSystemParams) SetDefaults

func (o *GetKSAConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the get k s a consent system params (not the query body).

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

func (*GetKSAConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get k s a consent system params

func (*GetKSAConsentSystemParams) SetLogin

func (o *GetKSAConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the get k s a consent system params

func (*GetKSAConsentSystemParams) SetLoginState

func (o *GetKSAConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get k s a consent system params

func (*GetKSAConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the get k s a consent system params

func (*GetKSAConsentSystemParams) WithContext

WithContext adds the context to the get k s a consent system params

func (*GetKSAConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get k s a consent system params (not the query body).

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

func (*GetKSAConsentSystemParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get k s a consent system params

func (*GetKSAConsentSystemParams) WithLogin

WithLogin adds the login to the get k s a consent system params

func (*GetKSAConsentSystemParams) WithLoginState

func (o *GetKSAConsentSystemParams) WithLoginState(loginState *string) *GetKSAConsentSystemParams

WithLoginState adds the loginState to the get k s a consent system params

func (*GetKSAConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get k s a consent system params

func (*GetKSAConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKSAConsentSystemReader

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

GetKSAConsentSystemReader is a Reader for the GetKSAConsentSystem structure.

func (*GetKSAConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKSAConsentSystemTooManyRequests

type GetKSAConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetKSAConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetKSAConsentSystemTooManyRequests

func NewGetKSAConsentSystemTooManyRequests() *GetKSAConsentSystemTooManyRequests

NewGetKSAConsentSystemTooManyRequests creates a GetKSAConsentSystemTooManyRequests with default headers values

func (*GetKSAConsentSystemTooManyRequests) Code

Code gets the status code for the get k s a consent system too many requests response

func (*GetKSAConsentSystemTooManyRequests) Error

func (*GetKSAConsentSystemTooManyRequests) GetPayload

func (*GetKSAConsentSystemTooManyRequests) IsClientError

func (o *GetKSAConsentSystemTooManyRequests) IsClientError() bool

IsClientError returns true when this get k s a consent system too many requests response has a 4xx status code

func (*GetKSAConsentSystemTooManyRequests) IsCode

IsCode returns true when this get k s a consent system too many requests response a status code equal to that given

func (*GetKSAConsentSystemTooManyRequests) IsRedirect

func (o *GetKSAConsentSystemTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get k s a consent system too many requests response has a 3xx status code

func (*GetKSAConsentSystemTooManyRequests) IsServerError

func (o *GetKSAConsentSystemTooManyRequests) IsServerError() bool

IsServerError returns true when this get k s a consent system too many requests response has a 5xx status code

func (*GetKSAConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get k s a consent system too many requests response has a 2xx status code

func (*GetKSAConsentSystemTooManyRequests) String

type GetKSAConsentSystemUnauthorized

type GetKSAConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetKSAConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetKSAConsentSystemUnauthorized

func NewGetKSAConsentSystemUnauthorized() *GetKSAConsentSystemUnauthorized

NewGetKSAConsentSystemUnauthorized creates a GetKSAConsentSystemUnauthorized with default headers values

func (*GetKSAConsentSystemUnauthorized) Code

Code gets the status code for the get k s a consent system unauthorized response

func (*GetKSAConsentSystemUnauthorized) Error

func (*GetKSAConsentSystemUnauthorized) GetPayload

func (o *GetKSAConsentSystemUnauthorized) GetPayload() *models.Error

func (*GetKSAConsentSystemUnauthorized) IsClientError

func (o *GetKSAConsentSystemUnauthorized) IsClientError() bool

IsClientError returns true when this get k s a consent system unauthorized response has a 4xx status code

func (*GetKSAConsentSystemUnauthorized) IsCode

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

IsCode returns true when this get k s a consent system unauthorized response a status code equal to that given

func (*GetKSAConsentSystemUnauthorized) IsRedirect

func (o *GetKSAConsentSystemUnauthorized) IsRedirect() bool

IsRedirect returns true when this get k s a consent system unauthorized response has a 3xx status code

func (*GetKSAConsentSystemUnauthorized) IsServerError

func (o *GetKSAConsentSystemUnauthorized) IsServerError() bool

IsServerError returns true when this get k s a consent system unauthorized response has a 5xx status code

func (*GetKSAConsentSystemUnauthorized) IsSuccess

func (o *GetKSAConsentSystemUnauthorized) IsSuccess() bool

IsSuccess returns true when this get k s a consent system unauthorized response has a 2xx status code

func (*GetKSAConsentSystemUnauthorized) String

type RejectKSAConsentSystemForbidden

type RejectKSAConsentSystemForbidden struct {
	Payload *models.Error
}

RejectKSAConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectKSAConsentSystemForbidden

func NewRejectKSAConsentSystemForbidden() *RejectKSAConsentSystemForbidden

NewRejectKSAConsentSystemForbidden creates a RejectKSAConsentSystemForbidden with default headers values

func (*RejectKSAConsentSystemForbidden) Code

Code gets the status code for the reject k s a consent system forbidden response

func (*RejectKSAConsentSystemForbidden) Error

func (*RejectKSAConsentSystemForbidden) GetPayload

func (o *RejectKSAConsentSystemForbidden) GetPayload() *models.Error

func (*RejectKSAConsentSystemForbidden) IsClientError

func (o *RejectKSAConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this reject k s a consent system forbidden response has a 4xx status code

func (*RejectKSAConsentSystemForbidden) IsCode

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

IsCode returns true when this reject k s a consent system forbidden response a status code equal to that given

func (*RejectKSAConsentSystemForbidden) IsRedirect

func (o *RejectKSAConsentSystemForbidden) IsRedirect() bool

IsRedirect returns true when this reject k s a consent system forbidden response has a 3xx status code

func (*RejectKSAConsentSystemForbidden) IsServerError

func (o *RejectKSAConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this reject k s a consent system forbidden response has a 5xx status code

func (*RejectKSAConsentSystemForbidden) IsSuccess

func (o *RejectKSAConsentSystemForbidden) IsSuccess() bool

IsSuccess returns true when this reject k s a consent system forbidden response has a 2xx status code

func (*RejectKSAConsentSystemForbidden) String

type RejectKSAConsentSystemNotFound

type RejectKSAConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewRejectKSAConsentSystemNotFound

func NewRejectKSAConsentSystemNotFound() *RejectKSAConsentSystemNotFound

NewRejectKSAConsentSystemNotFound creates a RejectKSAConsentSystemNotFound with default headers values

func (*RejectKSAConsentSystemNotFound) Code

Code gets the status code for the reject k s a consent system not found response

func (*RejectKSAConsentSystemNotFound) Error

func (*RejectKSAConsentSystemNotFound) GetPayload

func (o *RejectKSAConsentSystemNotFound) GetPayload() *models.Error

func (*RejectKSAConsentSystemNotFound) IsClientError

func (o *RejectKSAConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this reject k s a consent system not found response has a 4xx status code

func (*RejectKSAConsentSystemNotFound) IsCode

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

IsCode returns true when this reject k s a consent system not found response a status code equal to that given

func (*RejectKSAConsentSystemNotFound) IsRedirect

func (o *RejectKSAConsentSystemNotFound) IsRedirect() bool

IsRedirect returns true when this reject k s a consent system not found response has a 3xx status code

func (*RejectKSAConsentSystemNotFound) IsServerError

func (o *RejectKSAConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this reject k s a consent system not found response has a 5xx status code

func (*RejectKSAConsentSystemNotFound) IsSuccess

func (o *RejectKSAConsentSystemNotFound) IsSuccess() bool

IsSuccess returns true when this reject k s a consent system not found response has a 2xx status code

func (*RejectKSAConsentSystemNotFound) String

type RejectKSAConsentSystemOK

type RejectKSAConsentSystemOK struct {
	Payload *models.ConsentRejected
}

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

Consent rejected

func NewRejectKSAConsentSystemOK

func NewRejectKSAConsentSystemOK() *RejectKSAConsentSystemOK

NewRejectKSAConsentSystemOK creates a RejectKSAConsentSystemOK with default headers values

func (*RejectKSAConsentSystemOK) Code

func (o *RejectKSAConsentSystemOK) Code() int

Code gets the status code for the reject k s a consent system o k response

func (*RejectKSAConsentSystemOK) Error

func (o *RejectKSAConsentSystemOK) Error() string

func (*RejectKSAConsentSystemOK) GetPayload

func (*RejectKSAConsentSystemOK) IsClientError

func (o *RejectKSAConsentSystemOK) IsClientError() bool

IsClientError returns true when this reject k s a consent system o k response has a 4xx status code

func (*RejectKSAConsentSystemOK) IsCode

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

IsCode returns true when this reject k s a consent system o k response a status code equal to that given

func (*RejectKSAConsentSystemOK) IsRedirect

func (o *RejectKSAConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this reject k s a consent system o k response has a 3xx status code

func (*RejectKSAConsentSystemOK) IsServerError

func (o *RejectKSAConsentSystemOK) IsServerError() bool

IsServerError returns true when this reject k s a consent system o k response has a 5xx status code

func (*RejectKSAConsentSystemOK) IsSuccess

func (o *RejectKSAConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this reject k s a consent system o k response has a 2xx status code

func (*RejectKSAConsentSystemOK) String

func (o *RejectKSAConsentSystemOK) String() string

type RejectKSAConsentSystemParams

type RejectKSAConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectKSAConsentSystemParams contains all the parameters to send to the API endpoint

for the reject k s a consent system operation.

Typically these are written to a http.Request.

func NewRejectKSAConsentSystemParams

func NewRejectKSAConsentSystemParams() *RejectKSAConsentSystemParams

NewRejectKSAConsentSystemParams creates a new RejectKSAConsentSystemParams 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 NewRejectKSAConsentSystemParamsWithContext

func NewRejectKSAConsentSystemParamsWithContext(ctx context.Context) *RejectKSAConsentSystemParams

NewRejectKSAConsentSystemParamsWithContext creates a new RejectKSAConsentSystemParams object with the ability to set a context for a request.

func NewRejectKSAConsentSystemParamsWithHTTPClient

func NewRejectKSAConsentSystemParamsWithHTTPClient(client *http.Client) *RejectKSAConsentSystemParams

NewRejectKSAConsentSystemParamsWithHTTPClient creates a new RejectKSAConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectKSAConsentSystemParamsWithTimeout

func NewRejectKSAConsentSystemParamsWithTimeout(timeout time.Duration) *RejectKSAConsentSystemParams

NewRejectKSAConsentSystemParamsWithTimeout creates a new RejectKSAConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectKSAConsentSystemParams) SetContext

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

SetContext adds the context to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) SetDefaults

func (o *RejectKSAConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the reject k s a consent system params (not the query body).

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

func (*RejectKSAConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) SetLogin

func (o *RejectKSAConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) SetRejectConsent

func (o *RejectKSAConsentSystemParams) SetRejectConsent(rejectConsent *models.RejectConsentRequest)

SetRejectConsent adds the rejectConsent to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) WithContext

WithContext adds the context to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject k s a consent system params (not the query body).

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

func (*RejectKSAConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) WithLogin

WithLogin adds the login to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject k s a consent system params

func (*RejectKSAConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectKSAConsentSystemReader

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

RejectKSAConsentSystemReader is a Reader for the RejectKSAConsentSystem structure.

func (*RejectKSAConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectKSAConsentSystemTooManyRequests

type RejectKSAConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectKSAConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectKSAConsentSystemTooManyRequests

func NewRejectKSAConsentSystemTooManyRequests() *RejectKSAConsentSystemTooManyRequests

NewRejectKSAConsentSystemTooManyRequests creates a RejectKSAConsentSystemTooManyRequests with default headers values

func (*RejectKSAConsentSystemTooManyRequests) Code

Code gets the status code for the reject k s a consent system too many requests response

func (*RejectKSAConsentSystemTooManyRequests) Error

func (*RejectKSAConsentSystemTooManyRequests) GetPayload

func (*RejectKSAConsentSystemTooManyRequests) IsClientError

func (o *RejectKSAConsentSystemTooManyRequests) IsClientError() bool

IsClientError returns true when this reject k s a consent system too many requests response has a 4xx status code

func (*RejectKSAConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject k s a consent system too many requests response a status code equal to that given

func (*RejectKSAConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject k s a consent system too many requests response has a 3xx status code

func (*RejectKSAConsentSystemTooManyRequests) IsServerError

func (o *RejectKSAConsentSystemTooManyRequests) IsServerError() bool

IsServerError returns true when this reject k s a consent system too many requests response has a 5xx status code

func (*RejectKSAConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject k s a consent system too many requests response has a 2xx status code

func (*RejectKSAConsentSystemTooManyRequests) String

type RejectKSAConsentSystemUnauthorized

type RejectKSAConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectKSAConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectKSAConsentSystemUnauthorized

func NewRejectKSAConsentSystemUnauthorized() *RejectKSAConsentSystemUnauthorized

NewRejectKSAConsentSystemUnauthorized creates a RejectKSAConsentSystemUnauthorized with default headers values

func (*RejectKSAConsentSystemUnauthorized) Code

Code gets the status code for the reject k s a consent system unauthorized response

func (*RejectKSAConsentSystemUnauthorized) Error

func (*RejectKSAConsentSystemUnauthorized) GetPayload

func (*RejectKSAConsentSystemUnauthorized) IsClientError

func (o *RejectKSAConsentSystemUnauthorized) IsClientError() bool

IsClientError returns true when this reject k s a consent system unauthorized response has a 4xx status code

func (*RejectKSAConsentSystemUnauthorized) IsCode

IsCode returns true when this reject k s a consent system unauthorized response a status code equal to that given

func (*RejectKSAConsentSystemUnauthorized) IsRedirect

func (o *RejectKSAConsentSystemUnauthorized) IsRedirect() bool

IsRedirect returns true when this reject k s a consent system unauthorized response has a 3xx status code

func (*RejectKSAConsentSystemUnauthorized) IsServerError

func (o *RejectKSAConsentSystemUnauthorized) IsServerError() bool

IsServerError returns true when this reject k s a consent system unauthorized response has a 5xx status code

func (*RejectKSAConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject k s a consent system unauthorized response has a 2xx status code

func (*RejectKSAConsentSystemUnauthorized) String

Jump to

Keyboard shortcuts

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