account

package
v0.0.0-...-2afdb13 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithAcceptApplicationJSON

func WithAcceptApplicationJSON(r *runtime.ClientOperation)

WithAcceptApplicationJSON sets the Accept header to "application/json".

func WithAcceptApplicationXML

func WithAcceptApplicationXML(r *runtime.ClientOperation)

WithAcceptApplicationXML sets the Accept header to "application/xml".

func WithAcceptTextJSON

func WithAcceptTextJSON(r *runtime.ClientOperation)

WithAcceptTextJSON sets the Accept header to "text/json".

func WithAcceptTextXML

func WithAcceptTextXML(r *runtime.ClientOperation)

WithAcceptTextXML sets the Accept header to "text/xml".

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

WithContentTypeApplicationJSON sets the Content-Type header to "application/json".

func WithContentTypeApplicationXML

func WithContentTypeApplicationXML(r *runtime.ClientOperation)

WithContentTypeApplicationXML sets the Content-Type header to "application/xml".

func WithContentTypeApplicationxWwwFormUrlencoded

func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)

WithContentTypeApplicationxWwwFormUrlencoded sets the Content-Type header to "application/x-www-form-urlencoded".

func WithContentTypeTextJSON

func WithContentTypeTextJSON(r *runtime.ClientOperation)

WithContentTypeTextJSON sets the Content-Type header to "text/json".

func WithContentTypeTextXML

func WithContentTypeTextXML(r *runtime.ClientOperation)

WithContentTypeTextXML sets the Content-Type header to "text/xml".

Types

type AccountAddLicenseBillableOK

type AccountAddLicenseBillableOK struct {
	Payload *model.AddNewLicenseBillableResponseModel
}

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

Add a new license billable

func NewAccountAddLicenseBillableOK

func NewAccountAddLicenseBillableOK() *AccountAddLicenseBillableOK

NewAccountAddLicenseBillableOK creates a AccountAddLicenseBillableOK with default headers values

func (*AccountAddLicenseBillableOK) Code

func (o *AccountAddLicenseBillableOK) Code() int

Code gets the status code for the account add license billable o k response

func (*AccountAddLicenseBillableOK) Error

func (*AccountAddLicenseBillableOK) GetPayload

func (*AccountAddLicenseBillableOK) IsClientError

func (o *AccountAddLicenseBillableOK) IsClientError() bool

IsClientError returns true when this account add license billable o k response has a 4xx status code

func (*AccountAddLicenseBillableOK) IsCode

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

IsCode returns true when this account add license billable o k response a status code equal to that given

func (*AccountAddLicenseBillableOK) IsRedirect

func (o *AccountAddLicenseBillableOK) IsRedirect() bool

IsRedirect returns true when this account add license billable o k response has a 3xx status code

func (*AccountAddLicenseBillableOK) IsServerError

func (o *AccountAddLicenseBillableOK) IsServerError() bool

IsServerError returns true when this account add license billable o k response has a 5xx status code

func (*AccountAddLicenseBillableOK) IsSuccess

func (o *AccountAddLicenseBillableOK) IsSuccess() bool

IsSuccess returns true when this account add license billable o k response has a 2xx status code

func (*AccountAddLicenseBillableOK) String

func (o *AccountAddLicenseBillableOK) String() string

type AccountAddLicenseBillableParams

type AccountAddLicenseBillableParams struct {

	// LicenseBillableModel.
	LicenseBillableModel *model.AddNewLicenseBillableModel

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

AccountAddLicenseBillableParams contains all the parameters to send to the API endpoint

for the account add license billable operation.

Typically these are written to a http.Request.

func NewAccountAddLicenseBillableParams

func NewAccountAddLicenseBillableParams() *AccountAddLicenseBillableParams

NewAccountAddLicenseBillableParams creates a new AccountAddLicenseBillableParams 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 NewAccountAddLicenseBillableParamsWithContext

func NewAccountAddLicenseBillableParamsWithContext(ctx context.Context) *AccountAddLicenseBillableParams

NewAccountAddLicenseBillableParamsWithContext creates a new AccountAddLicenseBillableParams object with the ability to set a context for a request.

func NewAccountAddLicenseBillableParamsWithHTTPClient

func NewAccountAddLicenseBillableParamsWithHTTPClient(client *http.Client) *AccountAddLicenseBillableParams

NewAccountAddLicenseBillableParamsWithHTTPClient creates a new AccountAddLicenseBillableParams object with the ability to set a custom HTTPClient for a request.

func NewAccountAddLicenseBillableParamsWithTimeout

func NewAccountAddLicenseBillableParamsWithTimeout(timeout time.Duration) *AccountAddLicenseBillableParams

NewAccountAddLicenseBillableParamsWithTimeout creates a new AccountAddLicenseBillableParams object with the ability to set a timeout on a request.

func (*AccountAddLicenseBillableParams) SetContext

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

SetContext adds the context to the account add license billable params

func (*AccountAddLicenseBillableParams) SetDefaults

func (o *AccountAddLicenseBillableParams) SetDefaults()

SetDefaults hydrates default values in the account add license billable params (not the query body).

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

func (*AccountAddLicenseBillableParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account add license billable params

func (*AccountAddLicenseBillableParams) SetLicenseBillableModel

func (o *AccountAddLicenseBillableParams) SetLicenseBillableModel(licenseBillableModel *model.AddNewLicenseBillableModel)

SetLicenseBillableModel adds the licenseBillableModel to the account add license billable params

func (*AccountAddLicenseBillableParams) SetTimeout

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

SetTimeout adds the timeout to the account add license billable params

func (*AccountAddLicenseBillableParams) WithContext

WithContext adds the context to the account add license billable params

func (*AccountAddLicenseBillableParams) WithDefaults

WithDefaults hydrates default values in the account add license billable params (not the query body).

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

func (*AccountAddLicenseBillableParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account add license billable params

func (*AccountAddLicenseBillableParams) WithLicenseBillableModel

func (o *AccountAddLicenseBillableParams) WithLicenseBillableModel(licenseBillableModel *model.AddNewLicenseBillableModel) *AccountAddLicenseBillableParams

WithLicenseBillableModel adds the licenseBillableModel to the account add license billable params

func (*AccountAddLicenseBillableParams) WithTimeout

WithTimeout adds the timeout to the account add license billable params

func (*AccountAddLicenseBillableParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountAddLicenseBillableReader

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

AccountAddLicenseBillableReader is a Reader for the AccountAddLicenseBillable structure.

func (*AccountAddLicenseBillableReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountGetAccountInformationOK

type AccountGetAccountInformationOK struct {
	Payload *model.AccountInformation
}

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

Get account information

func NewAccountGetAccountInformationOK

func NewAccountGetAccountInformationOK() *AccountGetAccountInformationOK

NewAccountGetAccountInformationOK creates a AccountGetAccountInformationOK with default headers values

func (*AccountGetAccountInformationOK) Code

Code gets the status code for the account get account information o k response

func (*AccountGetAccountInformationOK) Error

func (*AccountGetAccountInformationOK) GetPayload

func (*AccountGetAccountInformationOK) IsClientError

func (o *AccountGetAccountInformationOK) IsClientError() bool

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

func (*AccountGetAccountInformationOK) IsCode

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

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

func (*AccountGetAccountInformationOK) IsRedirect

func (o *AccountGetAccountInformationOK) IsRedirect() bool

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

func (*AccountGetAccountInformationOK) IsServerError

func (o *AccountGetAccountInformationOK) IsServerError() bool

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

func (*AccountGetAccountInformationOK) IsSuccess

func (o *AccountGetAccountInformationOK) IsSuccess() bool

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

func (*AccountGetAccountInformationOK) String

type AccountGetAccountInformationParams

type AccountGetAccountInformationParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountGetAccountInformationParams contains all the parameters to send to the API endpoint

for the account get account information operation.

Typically these are written to a http.Request.

func NewAccountGetAccountInformationParams

func NewAccountGetAccountInformationParams() *AccountGetAccountInformationParams

NewAccountGetAccountInformationParams creates a new AccountGetAccountInformationParams 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 NewAccountGetAccountInformationParamsWithContext

func NewAccountGetAccountInformationParamsWithContext(ctx context.Context) *AccountGetAccountInformationParams

NewAccountGetAccountInformationParamsWithContext creates a new AccountGetAccountInformationParams object with the ability to set a context for a request.

func NewAccountGetAccountInformationParamsWithHTTPClient

func NewAccountGetAccountInformationParamsWithHTTPClient(client *http.Client) *AccountGetAccountInformationParams

NewAccountGetAccountInformationParamsWithHTTPClient creates a new AccountGetAccountInformationParams object with the ability to set a custom HTTPClient for a request.

func NewAccountGetAccountInformationParamsWithTimeout

func NewAccountGetAccountInformationParamsWithTimeout(timeout time.Duration) *AccountGetAccountInformationParams

NewAccountGetAccountInformationParamsWithTimeout creates a new AccountGetAccountInformationParams object with the ability to set a timeout on a request.

func (*AccountGetAccountInformationParams) SetContext

SetContext adds the context to the account get account information params

func (*AccountGetAccountInformationParams) SetDefaults

func (o *AccountGetAccountInformationParams) SetDefaults()

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

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

func (*AccountGetAccountInformationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account get account information params

func (*AccountGetAccountInformationParams) SetTimeout

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

SetTimeout adds the timeout to the account get account information params

func (*AccountGetAccountInformationParams) WithContext

WithContext adds the context to the account get account information params

func (*AccountGetAccountInformationParams) WithDefaults

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

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

func (*AccountGetAccountInformationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account get account information params

func (*AccountGetAccountInformationParams) WithTimeout

WithTimeout adds the timeout to the account get account information params

func (*AccountGetAccountInformationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountGetAccountInformationReader

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

AccountGetAccountInformationReader is a Reader for the AccountGetAccountInformation structure.

func (*AccountGetAccountInformationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountGetSSOTokenOK

type AccountGetSSOTokenOK struct {
	Payload interface{}
}

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

OK

func NewAccountGetSSOTokenOK

func NewAccountGetSSOTokenOK() *AccountGetSSOTokenOK

NewAccountGetSSOTokenOK creates a AccountGetSSOTokenOK with default headers values

func (*AccountGetSSOTokenOK) Code

func (o *AccountGetSSOTokenOK) Code() int

Code gets the status code for the account get s s o token o k response

func (*AccountGetSSOTokenOK) Error

func (o *AccountGetSSOTokenOK) Error() string

func (*AccountGetSSOTokenOK) GetPayload

func (o *AccountGetSSOTokenOK) GetPayload() interface{}

func (*AccountGetSSOTokenOK) IsClientError

func (o *AccountGetSSOTokenOK) IsClientError() bool

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

func (*AccountGetSSOTokenOK) IsCode

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

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

func (*AccountGetSSOTokenOK) IsRedirect

func (o *AccountGetSSOTokenOK) IsRedirect() bool

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

func (*AccountGetSSOTokenOK) IsServerError

func (o *AccountGetSSOTokenOK) IsServerError() bool

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

func (*AccountGetSSOTokenOK) IsSuccess

func (o *AccountGetSSOTokenOK) IsSuccess() bool

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

func (*AccountGetSSOTokenOK) String

func (o *AccountGetSSOTokenOK) String() string

type AccountGetSSOTokenParams

type AccountGetSSOTokenParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AccountGetSSOTokenParams contains all the parameters to send to the API endpoint

for the account get s s o token operation.

Typically these are written to a http.Request.

func NewAccountGetSSOTokenParams

func NewAccountGetSSOTokenParams() *AccountGetSSOTokenParams

NewAccountGetSSOTokenParams creates a new AccountGetSSOTokenParams 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 NewAccountGetSSOTokenParamsWithContext

func NewAccountGetSSOTokenParamsWithContext(ctx context.Context) *AccountGetSSOTokenParams

NewAccountGetSSOTokenParamsWithContext creates a new AccountGetSSOTokenParams object with the ability to set a context for a request.

func NewAccountGetSSOTokenParamsWithHTTPClient

func NewAccountGetSSOTokenParamsWithHTTPClient(client *http.Client) *AccountGetSSOTokenParams

NewAccountGetSSOTokenParamsWithHTTPClient creates a new AccountGetSSOTokenParams object with the ability to set a custom HTTPClient for a request.

func NewAccountGetSSOTokenParamsWithTimeout

func NewAccountGetSSOTokenParamsWithTimeout(timeout time.Duration) *AccountGetSSOTokenParams

NewAccountGetSSOTokenParamsWithTimeout creates a new AccountGetSSOTokenParams object with the ability to set a timeout on a request.

func (*AccountGetSSOTokenParams) SetContext

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

SetContext adds the context to the account get s s o token params

func (*AccountGetSSOTokenParams) SetDefaults

func (o *AccountGetSSOTokenParams) SetDefaults()

SetDefaults hydrates default values in the account get s s o token params (not the query body).

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

func (*AccountGetSSOTokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account get s s o token params

func (*AccountGetSSOTokenParams) SetTimeout

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

SetTimeout adds the timeout to the account get s s o token params

func (*AccountGetSSOTokenParams) WithContext

WithContext adds the context to the account get s s o token params

func (*AccountGetSSOTokenParams) WithDefaults

WithDefaults hydrates default values in the account get s s o token params (not the query body).

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

func (*AccountGetSSOTokenParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the account get s s o token params

func (*AccountGetSSOTokenParams) WithTimeout

WithTimeout adds the timeout to the account get s s o token params

func (*AccountGetSSOTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountGetSSOTokenReader

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

AccountGetSSOTokenReader is a Reader for the AccountGetSSOToken structure.

func (*AccountGetSSOTokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountPostSequencesOK

type AccountPostSequencesOK struct {
	Payload interface{}
}

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

OK

func NewAccountPostSequencesOK

func NewAccountPostSequencesOK() *AccountPostSequencesOK

NewAccountPostSequencesOK creates a AccountPostSequencesOK with default headers values

func (*AccountPostSequencesOK) Code

func (o *AccountPostSequencesOK) Code() int

Code gets the status code for the account post sequences o k response

func (*AccountPostSequencesOK) Error

func (o *AccountPostSequencesOK) Error() string

func (*AccountPostSequencesOK) GetPayload

func (o *AccountPostSequencesOK) GetPayload() interface{}

func (*AccountPostSequencesOK) IsClientError

func (o *AccountPostSequencesOK) IsClientError() bool

IsClientError returns true when this account post sequences o k response has a 4xx status code

func (*AccountPostSequencesOK) IsCode

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

IsCode returns true when this account post sequences o k response a status code equal to that given

func (*AccountPostSequencesOK) IsRedirect

func (o *AccountPostSequencesOK) IsRedirect() bool

IsRedirect returns true when this account post sequences o k response has a 3xx status code

func (*AccountPostSequencesOK) IsServerError

func (o *AccountPostSequencesOK) IsServerError() bool

IsServerError returns true when this account post sequences o k response has a 5xx status code

func (*AccountPostSequencesOK) IsSuccess

func (o *AccountPostSequencesOK) IsSuccess() bool

IsSuccess returns true when this account post sequences o k response has a 2xx status code

func (*AccountPostSequencesOK) String

func (o *AccountPostSequencesOK) String() string

type AccountPostSequencesParams

type AccountPostSequencesParams struct {

	// SequenceRequest.
	SequenceRequest *model.SequenceRequest

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

AccountPostSequencesParams contains all the parameters to send to the API endpoint

for the account post sequences operation.

Typically these are written to a http.Request.

func NewAccountPostSequencesParams

func NewAccountPostSequencesParams() *AccountPostSequencesParams

NewAccountPostSequencesParams creates a new AccountPostSequencesParams 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 NewAccountPostSequencesParamsWithContext

func NewAccountPostSequencesParamsWithContext(ctx context.Context) *AccountPostSequencesParams

NewAccountPostSequencesParamsWithContext creates a new AccountPostSequencesParams object with the ability to set a context for a request.

func NewAccountPostSequencesParamsWithHTTPClient

func NewAccountPostSequencesParamsWithHTTPClient(client *http.Client) *AccountPostSequencesParams

NewAccountPostSequencesParamsWithHTTPClient creates a new AccountPostSequencesParams object with the ability to set a custom HTTPClient for a request.

func NewAccountPostSequencesParamsWithTimeout

func NewAccountPostSequencesParamsWithTimeout(timeout time.Duration) *AccountPostSequencesParams

NewAccountPostSequencesParamsWithTimeout creates a new AccountPostSequencesParams object with the ability to set a timeout on a request.

func (*AccountPostSequencesParams) SetContext

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

SetContext adds the context to the account post sequences params

func (*AccountPostSequencesParams) SetDefaults

func (o *AccountPostSequencesParams) SetDefaults()

SetDefaults hydrates default values in the account post sequences params (not the query body).

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

func (*AccountPostSequencesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account post sequences params

func (*AccountPostSequencesParams) SetSequenceRequest

func (o *AccountPostSequencesParams) SetSequenceRequest(sequenceRequest *model.SequenceRequest)

SetSequenceRequest adds the sequenceRequest to the account post sequences params

func (*AccountPostSequencesParams) SetTimeout

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

SetTimeout adds the timeout to the account post sequences params

func (*AccountPostSequencesParams) WithContext

WithContext adds the context to the account post sequences params

func (*AccountPostSequencesParams) WithDefaults

WithDefaults hydrates default values in the account post sequences params (not the query body).

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

func (*AccountPostSequencesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account post sequences params

func (*AccountPostSequencesParams) WithSequenceRequest

func (o *AccountPostSequencesParams) WithSequenceRequest(sequenceRequest *model.SequenceRequest) *AccountPostSequencesParams

WithSequenceRequest adds the sequenceRequest to the account post sequences params

func (*AccountPostSequencesParams) WithTimeout

WithTimeout adds the timeout to the account post sequences params

func (*AccountPostSequencesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountPostSequencesReader

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

AccountPostSequencesReader is a Reader for the AccountPostSequences structure.

func (*AccountPostSequencesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountRegisterCompanyOK

type AccountRegisterCompanyOK struct {
	Payload *model.RegisterAccountResponse
}

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

Registers a company

func NewAccountRegisterCompanyOK

func NewAccountRegisterCompanyOK() *AccountRegisterCompanyOK

NewAccountRegisterCompanyOK creates a AccountRegisterCompanyOK with default headers values

func (*AccountRegisterCompanyOK) Code

func (o *AccountRegisterCompanyOK) Code() int

Code gets the status code for the account register company o k response

func (*AccountRegisterCompanyOK) Error

func (o *AccountRegisterCompanyOK) Error() string

func (*AccountRegisterCompanyOK) GetPayload

func (*AccountRegisterCompanyOK) IsClientError

func (o *AccountRegisterCompanyOK) IsClientError() bool

IsClientError returns true when this account register company o k response has a 4xx status code

func (*AccountRegisterCompanyOK) IsCode

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

IsCode returns true when this account register company o k response a status code equal to that given

func (*AccountRegisterCompanyOK) IsRedirect

func (o *AccountRegisterCompanyOK) IsRedirect() bool

IsRedirect returns true when this account register company o k response has a 3xx status code

func (*AccountRegisterCompanyOK) IsServerError

func (o *AccountRegisterCompanyOK) IsServerError() bool

IsServerError returns true when this account register company o k response has a 5xx status code

func (*AccountRegisterCompanyOK) IsSuccess

func (o *AccountRegisterCompanyOK) IsSuccess() bool

IsSuccess returns true when this account register company o k response has a 2xx status code

func (*AccountRegisterCompanyOK) String

func (o *AccountRegisterCompanyOK) String() string

type AccountRegisterCompanyParams

type AccountRegisterCompanyParams struct {

	// RegisterAccountRequest.
	RegisterAccountRequest *model.RegisterAccountRequestModel

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

AccountRegisterCompanyParams contains all the parameters to send to the API endpoint

for the account register company operation.

Typically these are written to a http.Request.

func NewAccountRegisterCompanyParams

func NewAccountRegisterCompanyParams() *AccountRegisterCompanyParams

NewAccountRegisterCompanyParams creates a new AccountRegisterCompanyParams 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 NewAccountRegisterCompanyParamsWithContext

func NewAccountRegisterCompanyParamsWithContext(ctx context.Context) *AccountRegisterCompanyParams

NewAccountRegisterCompanyParamsWithContext creates a new AccountRegisterCompanyParams object with the ability to set a context for a request.

func NewAccountRegisterCompanyParamsWithHTTPClient

func NewAccountRegisterCompanyParamsWithHTTPClient(client *http.Client) *AccountRegisterCompanyParams

NewAccountRegisterCompanyParamsWithHTTPClient creates a new AccountRegisterCompanyParams object with the ability to set a custom HTTPClient for a request.

func NewAccountRegisterCompanyParamsWithTimeout

func NewAccountRegisterCompanyParamsWithTimeout(timeout time.Duration) *AccountRegisterCompanyParams

NewAccountRegisterCompanyParamsWithTimeout creates a new AccountRegisterCompanyParams object with the ability to set a timeout on a request.

func (*AccountRegisterCompanyParams) SetContext

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

SetContext adds the context to the account register company params

func (*AccountRegisterCompanyParams) SetDefaults

func (o *AccountRegisterCompanyParams) SetDefaults()

SetDefaults hydrates default values in the account register company params (not the query body).

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

func (*AccountRegisterCompanyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account register company params

func (*AccountRegisterCompanyParams) SetRegisterAccountRequest

func (o *AccountRegisterCompanyParams) SetRegisterAccountRequest(registerAccountRequest *model.RegisterAccountRequestModel)

SetRegisterAccountRequest adds the registerAccountRequest to the account register company params

func (*AccountRegisterCompanyParams) SetTimeout

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

SetTimeout adds the timeout to the account register company params

func (*AccountRegisterCompanyParams) WithContext

WithContext adds the context to the account register company params

func (*AccountRegisterCompanyParams) WithDefaults

WithDefaults hydrates default values in the account register company params (not the query body).

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

func (*AccountRegisterCompanyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account register company params

func (*AccountRegisterCompanyParams) WithRegisterAccountRequest

func (o *AccountRegisterCompanyParams) WithRegisterAccountRequest(registerAccountRequest *model.RegisterAccountRequestModel) *AccountRegisterCompanyParams

WithRegisterAccountRequest adds the registerAccountRequest to the account register company params

func (*AccountRegisterCompanyParams) WithTimeout

WithTimeout adds the timeout to the account register company params

func (*AccountRegisterCompanyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountRegisterCompanyReader

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

AccountRegisterCompanyReader is a Reader for the AccountRegisterCompany structure.

func (*AccountRegisterCompanyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AccountUpdateLicenseOK

type AccountUpdateLicenseOK struct {
	Payload *model.UpdateLicenseResponseModel
}

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

Update a company license

func NewAccountUpdateLicenseOK

func NewAccountUpdateLicenseOK() *AccountUpdateLicenseOK

NewAccountUpdateLicenseOK creates a AccountUpdateLicenseOK with default headers values

func (*AccountUpdateLicenseOK) Code

func (o *AccountUpdateLicenseOK) Code() int

Code gets the status code for the account update license o k response

func (*AccountUpdateLicenseOK) Error

func (o *AccountUpdateLicenseOK) Error() string

func (*AccountUpdateLicenseOK) GetPayload

func (*AccountUpdateLicenseOK) IsClientError

func (o *AccountUpdateLicenseOK) IsClientError() bool

IsClientError returns true when this account update license o k response has a 4xx status code

func (*AccountUpdateLicenseOK) IsCode

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

IsCode returns true when this account update license o k response a status code equal to that given

func (*AccountUpdateLicenseOK) IsRedirect

func (o *AccountUpdateLicenseOK) IsRedirect() bool

IsRedirect returns true when this account update license o k response has a 3xx status code

func (*AccountUpdateLicenseOK) IsServerError

func (o *AccountUpdateLicenseOK) IsServerError() bool

IsServerError returns true when this account update license o k response has a 5xx status code

func (*AccountUpdateLicenseOK) IsSuccess

func (o *AccountUpdateLicenseOK) IsSuccess() bool

IsSuccess returns true when this account update license o k response has a 2xx status code

func (*AccountUpdateLicenseOK) String

func (o *AccountUpdateLicenseOK) String() string

type AccountUpdateLicenseParams

type AccountUpdateLicenseParams struct {

	// UpdateLicenseModel.
	UpdateLicenseModel *model.UpdateLicenseRequestModel

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

AccountUpdateLicenseParams contains all the parameters to send to the API endpoint

for the account update license operation.

Typically these are written to a http.Request.

func NewAccountUpdateLicenseParams

func NewAccountUpdateLicenseParams() *AccountUpdateLicenseParams

NewAccountUpdateLicenseParams creates a new AccountUpdateLicenseParams 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 NewAccountUpdateLicenseParamsWithContext

func NewAccountUpdateLicenseParamsWithContext(ctx context.Context) *AccountUpdateLicenseParams

NewAccountUpdateLicenseParamsWithContext creates a new AccountUpdateLicenseParams object with the ability to set a context for a request.

func NewAccountUpdateLicenseParamsWithHTTPClient

func NewAccountUpdateLicenseParamsWithHTTPClient(client *http.Client) *AccountUpdateLicenseParams

NewAccountUpdateLicenseParamsWithHTTPClient creates a new AccountUpdateLicenseParams object with the ability to set a custom HTTPClient for a request.

func NewAccountUpdateLicenseParamsWithTimeout

func NewAccountUpdateLicenseParamsWithTimeout(timeout time.Duration) *AccountUpdateLicenseParams

NewAccountUpdateLicenseParamsWithTimeout creates a new AccountUpdateLicenseParams object with the ability to set a timeout on a request.

func (*AccountUpdateLicenseParams) SetContext

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

SetContext adds the context to the account update license params

func (*AccountUpdateLicenseParams) SetDefaults

func (o *AccountUpdateLicenseParams) SetDefaults()

SetDefaults hydrates default values in the account update license params (not the query body).

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

func (*AccountUpdateLicenseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the account update license params

func (*AccountUpdateLicenseParams) SetTimeout

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

SetTimeout adds the timeout to the account update license params

func (*AccountUpdateLicenseParams) SetUpdateLicenseModel

func (o *AccountUpdateLicenseParams) SetUpdateLicenseModel(updateLicenseModel *model.UpdateLicenseRequestModel)

SetUpdateLicenseModel adds the updateLicenseModel to the account update license params

func (*AccountUpdateLicenseParams) WithContext

WithContext adds the context to the account update license params

func (*AccountUpdateLicenseParams) WithDefaults

WithDefaults hydrates default values in the account update license params (not the query body).

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

func (*AccountUpdateLicenseParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the account update license params

func (*AccountUpdateLicenseParams) WithTimeout

WithTimeout adds the timeout to the account update license params

func (*AccountUpdateLicenseParams) WithUpdateLicenseModel

func (o *AccountUpdateLicenseParams) WithUpdateLicenseModel(updateLicenseModel *model.UpdateLicenseRequestModel) *AccountUpdateLicenseParams

WithUpdateLicenseModel adds the updateLicenseModel to the account update license params

func (*AccountUpdateLicenseParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AccountUpdateLicenseReader

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

AccountUpdateLicenseReader is a Reader for the AccountUpdateLicense structure.

func (*AccountUpdateLicenseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for account API

func (*Client) AccountAddLicenseBillable

func (a *Client) AccountAddLicenseBillable(params *AccountAddLicenseBillableParams, opts ...ClientOption) (*AccountAddLicenseBillableOK, error)

AccountAddLicenseBillable adds new license billable

func (*Client) AccountGetAccountInformation

func (a *Client) AccountGetAccountInformation(params *AccountGetAccountInformationParams, opts ...ClientOption) (*AccountGetAccountInformationOK, error)

AccountGetAccountInformation account get account information API

func (*Client) AccountGetSSOToken

func (a *Client) AccountGetSSOToken(params *AccountGetSSOTokenParams, opts ...ClientOption) (*AccountGetSSOTokenOK, error)

AccountGetSSOToken account get s s o token API

func (*Client) AccountPostSequences

func (a *Client) AccountPostSequences(params *AccountPostSequencesParams, opts ...ClientOption) (*AccountPostSequencesOK, error)

AccountPostSequences account post sequences API

func (*Client) AccountRegisterCompany

func (a *Client) AccountRegisterCompany(params *AccountRegisterCompanyParams, opts ...ClientOption) (*AccountRegisterCompanyOK, error)

AccountRegisterCompany account register company API

func (*Client) AccountUpdateLicense

func (a *Client) AccountUpdateLicense(params *AccountUpdateLicenseParams, opts ...ClientOption) (*AccountUpdateLicenseOK, error)

AccountUpdateLicense updates the license

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 may be used to customize the behavior of Client methods.

func WithAccept

func WithAccept(mime string) ClientOption

WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

func WithContentType

func WithContentType(mime string) ClientOption

WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

type ClientService

type ClientService interface {
	AccountAddLicenseBillable(params *AccountAddLicenseBillableParams, opts ...ClientOption) (*AccountAddLicenseBillableOK, error)

	AccountGetAccountInformation(params *AccountGetAccountInformationParams, opts ...ClientOption) (*AccountGetAccountInformationOK, error)

	AccountGetSSOToken(params *AccountGetSSOTokenParams, opts ...ClientOption) (*AccountGetSSOTokenOK, error)

	AccountPostSequences(params *AccountPostSequencesParams, opts ...ClientOption) (*AccountPostSequencesOK, error)

	AccountRegisterCompany(params *AccountRegisterCompanyParams, opts ...ClientOption) (*AccountRegisterCompanyOK, error)

	AccountUpdateLicense(params *AccountUpdateLicenseParams, opts ...ClientOption) (*AccountUpdateLicenseOK, 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 account API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new account API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new account API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

Jump to

Keyboard shortcuts

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