platform_account_closure_client

package
v0.70.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeletePlatformAccountClosureClientBadRequest

type AdminDeletePlatformAccountClosureClientBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientBadRequest handles this case with default header values.

Bad Request

func NewAdminDeletePlatformAccountClosureClientBadRequest

func NewAdminDeletePlatformAccountClosureClientBadRequest() *AdminDeletePlatformAccountClosureClientBadRequest

NewAdminDeletePlatformAccountClosureClientBadRequest creates a AdminDeletePlatformAccountClosureClientBadRequest with default headers values

func (*AdminDeletePlatformAccountClosureClientBadRequest) Error

func (*AdminDeletePlatformAccountClosureClientBadRequest) GetPayload

func (*AdminDeletePlatformAccountClosureClientBadRequest) ToJSONString

type AdminDeletePlatformAccountClosureClientForbidden

type AdminDeletePlatformAccountClosureClientForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientForbidden handles this case with default header values.

Forbidden

func NewAdminDeletePlatformAccountClosureClientForbidden

func NewAdminDeletePlatformAccountClosureClientForbidden() *AdminDeletePlatformAccountClosureClientForbidden

NewAdminDeletePlatformAccountClosureClientForbidden creates a AdminDeletePlatformAccountClosureClientForbidden with default headers values

func (*AdminDeletePlatformAccountClosureClientForbidden) Error

func (*AdminDeletePlatformAccountClosureClientForbidden) GetPayload

func (*AdminDeletePlatformAccountClosureClientForbidden) ToJSONString

type AdminDeletePlatformAccountClosureClientInternalServerError

type AdminDeletePlatformAccountClosureClientInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlatformAccountClosureClientInternalServerError

func NewAdminDeletePlatformAccountClosureClientInternalServerError() *AdminDeletePlatformAccountClosureClientInternalServerError

NewAdminDeletePlatformAccountClosureClientInternalServerError creates a AdminDeletePlatformAccountClosureClientInternalServerError with default headers values

func (*AdminDeletePlatformAccountClosureClientInternalServerError) Error

func (*AdminDeletePlatformAccountClosureClientInternalServerError) GetPayload

func (*AdminDeletePlatformAccountClosureClientInternalServerError) ToJSONString

type AdminDeletePlatformAccountClosureClientNoContent

type AdminDeletePlatformAccountClosureClientNoContent struct {
}

AdminDeletePlatformAccountClosureClientNoContent handles this case with default header values.

No Content

func NewAdminDeletePlatformAccountClosureClientNoContent

func NewAdminDeletePlatformAccountClosureClientNoContent() *AdminDeletePlatformAccountClosureClientNoContent

NewAdminDeletePlatformAccountClosureClientNoContent creates a AdminDeletePlatformAccountClosureClientNoContent with default headers values

func (*AdminDeletePlatformAccountClosureClientNoContent) Error

type AdminDeletePlatformAccountClosureClientNotFound

type AdminDeletePlatformAccountClosureClientNotFound struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientNotFound handles this case with default header values.

Not Found

func NewAdminDeletePlatformAccountClosureClientNotFound

func NewAdminDeletePlatformAccountClosureClientNotFound() *AdminDeletePlatformAccountClosureClientNotFound

NewAdminDeletePlatformAccountClosureClientNotFound creates a AdminDeletePlatformAccountClosureClientNotFound with default headers values

func (*AdminDeletePlatformAccountClosureClientNotFound) Error

func (*AdminDeletePlatformAccountClosureClientNotFound) GetPayload

func (*AdminDeletePlatformAccountClosureClientNotFound) ToJSONString

type AdminDeletePlatformAccountClosureClientParams

type AdminDeletePlatformAccountClosureClientParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Platform
	  3rd party platform

	*/
	Platform string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminDeletePlatformAccountClosureClientParams contains all the parameters to send to the API endpoint for the admin delete platform account closure client operation typically these are written to a http.Request

func NewAdminDeletePlatformAccountClosureClientParams

func NewAdminDeletePlatformAccountClosureClientParams() *AdminDeletePlatformAccountClosureClientParams

NewAdminDeletePlatformAccountClosureClientParams creates a new AdminDeletePlatformAccountClosureClientParams object with the default values initialized.

func NewAdminDeletePlatformAccountClosureClientParamsWithContext

func NewAdminDeletePlatformAccountClosureClientParamsWithContext(ctx context.Context) *AdminDeletePlatformAccountClosureClientParams

NewAdminDeletePlatformAccountClosureClientParamsWithContext creates a new AdminDeletePlatformAccountClosureClientParams object with the default values initialized, and the ability to set a context for a request

func NewAdminDeletePlatformAccountClosureClientParamsWithHTTPClient

func NewAdminDeletePlatformAccountClosureClientParamsWithHTTPClient(client *http.Client) *AdminDeletePlatformAccountClosureClientParams

NewAdminDeletePlatformAccountClosureClientParamsWithHTTPClient creates a new AdminDeletePlatformAccountClosureClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminDeletePlatformAccountClosureClientParamsWithTimeout

func NewAdminDeletePlatformAccountClosureClientParamsWithTimeout(timeout time.Duration) *AdminDeletePlatformAccountClosureClientParams

NewAdminDeletePlatformAccountClosureClientParamsWithTimeout creates a new AdminDeletePlatformAccountClosureClientParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminDeletePlatformAccountClosureClientParams) SetAuthInfoWriter

func (o *AdminDeletePlatformAccountClosureClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetContext

SetContext adds the context to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetFlightId

func (o *AdminDeletePlatformAccountClosureClientParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDeletePlatformAccountClosureClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetHTTPClientTransport

func (o *AdminDeletePlatformAccountClosureClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetNamespace

func (o *AdminDeletePlatformAccountClosureClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetPlatform

func (o *AdminDeletePlatformAccountClosureClientParams) SetPlatform(platform string)

SetPlatform adds the platform to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) SetTimeout

SetTimeout adds the timeout to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithContext

WithContext adds the context to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithNamespace

WithNamespace adds the namespace to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithPlatform

WithPlatform adds the platform to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WithTimeout

WithTimeout adds the timeout to the admin delete platform account closure client params

func (*AdminDeletePlatformAccountClosureClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlatformAccountClosureClientReader

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

AdminDeletePlatformAccountClosureClientReader is a Reader for the AdminDeletePlatformAccountClosureClient structure.

func (*AdminDeletePlatformAccountClosureClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeletePlatformAccountClosureClientUnauthorized

type AdminDeletePlatformAccountClosureClientUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminDeletePlatformAccountClosureClientUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeletePlatformAccountClosureClientUnauthorized

func NewAdminDeletePlatformAccountClosureClientUnauthorized() *AdminDeletePlatformAccountClosureClientUnauthorized

NewAdminDeletePlatformAccountClosureClientUnauthorized creates a AdminDeletePlatformAccountClosureClientUnauthorized with default headers values

func (*AdminDeletePlatformAccountClosureClientUnauthorized) Error

func (*AdminDeletePlatformAccountClosureClientUnauthorized) GetPayload

func (*AdminDeletePlatformAccountClosureClientUnauthorized) ToJSONString

type AdminGetPlatformAccountClosureClientBadRequest

type AdminGetPlatformAccountClosureClientBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientBadRequest handles this case with default header values.

Bad Request

func NewAdminGetPlatformAccountClosureClientBadRequest

func NewAdminGetPlatformAccountClosureClientBadRequest() *AdminGetPlatformAccountClosureClientBadRequest

NewAdminGetPlatformAccountClosureClientBadRequest creates a AdminGetPlatformAccountClosureClientBadRequest with default headers values

func (*AdminGetPlatformAccountClosureClientBadRequest) Error

func (*AdminGetPlatformAccountClosureClientBadRequest) GetPayload

func (*AdminGetPlatformAccountClosureClientBadRequest) ToJSONString

type AdminGetPlatformAccountClosureClientForbidden

type AdminGetPlatformAccountClosureClientForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientForbidden handles this case with default header values.

Forbidden

func NewAdminGetPlatformAccountClosureClientForbidden

func NewAdminGetPlatformAccountClosureClientForbidden() *AdminGetPlatformAccountClosureClientForbidden

NewAdminGetPlatformAccountClosureClientForbidden creates a AdminGetPlatformAccountClosureClientForbidden with default headers values

func (*AdminGetPlatformAccountClosureClientForbidden) Error

func (*AdminGetPlatformAccountClosureClientForbidden) GetPayload

func (*AdminGetPlatformAccountClosureClientForbidden) ToJSONString

type AdminGetPlatformAccountClosureClientInternalServerError

type AdminGetPlatformAccountClosureClientInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlatformAccountClosureClientInternalServerError

func NewAdminGetPlatformAccountClosureClientInternalServerError() *AdminGetPlatformAccountClosureClientInternalServerError

NewAdminGetPlatformAccountClosureClientInternalServerError creates a AdminGetPlatformAccountClosureClientInternalServerError with default headers values

func (*AdminGetPlatformAccountClosureClientInternalServerError) Error

func (*AdminGetPlatformAccountClosureClientInternalServerError) GetPayload

func (*AdminGetPlatformAccountClosureClientInternalServerError) ToJSONString

type AdminGetPlatformAccountClosureClientNotFound

type AdminGetPlatformAccountClosureClientNotFound struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientNotFound handles this case with default header values.

Not Found

func NewAdminGetPlatformAccountClosureClientNotFound

func NewAdminGetPlatformAccountClosureClientNotFound() *AdminGetPlatformAccountClosureClientNotFound

NewAdminGetPlatformAccountClosureClientNotFound creates a AdminGetPlatformAccountClosureClientNotFound with default headers values

func (*AdminGetPlatformAccountClosureClientNotFound) Error

func (*AdminGetPlatformAccountClosureClientNotFound) GetPayload

func (*AdminGetPlatformAccountClosureClientNotFound) ToJSONString

type AdminGetPlatformAccountClosureClientOK

type AdminGetPlatformAccountClosureClientOK struct {
	Payload *gdprclientmodels.DTOPlatformAccountClosureClientResponse
}

AdminGetPlatformAccountClosureClientOK handles this case with default header values.

OK

func NewAdminGetPlatformAccountClosureClientOK

func NewAdminGetPlatformAccountClosureClientOK() *AdminGetPlatformAccountClosureClientOK

NewAdminGetPlatformAccountClosureClientOK creates a AdminGetPlatformAccountClosureClientOK with default headers values

func (*AdminGetPlatformAccountClosureClientOK) Error

func (*AdminGetPlatformAccountClosureClientOK) GetPayload

func (*AdminGetPlatformAccountClosureClientOK) ToJSONString

type AdminGetPlatformAccountClosureClientParams

type AdminGetPlatformAccountClosureClientParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Platform
	  3rd party platform

	*/
	Platform string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetPlatformAccountClosureClientParams contains all the parameters to send to the API endpoint for the admin get platform account closure client operation typically these are written to a http.Request

func NewAdminGetPlatformAccountClosureClientParams

func NewAdminGetPlatformAccountClosureClientParams() *AdminGetPlatformAccountClosureClientParams

NewAdminGetPlatformAccountClosureClientParams creates a new AdminGetPlatformAccountClosureClientParams object with the default values initialized.

func NewAdminGetPlatformAccountClosureClientParamsWithContext

func NewAdminGetPlatformAccountClosureClientParamsWithContext(ctx context.Context) *AdminGetPlatformAccountClosureClientParams

NewAdminGetPlatformAccountClosureClientParamsWithContext creates a new AdminGetPlatformAccountClosureClientParams object with the default values initialized, and the ability to set a context for a request

func NewAdminGetPlatformAccountClosureClientParamsWithHTTPClient

func NewAdminGetPlatformAccountClosureClientParamsWithHTTPClient(client *http.Client) *AdminGetPlatformAccountClosureClientParams

NewAdminGetPlatformAccountClosureClientParamsWithHTTPClient creates a new AdminGetPlatformAccountClosureClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetPlatformAccountClosureClientParamsWithTimeout

func NewAdminGetPlatformAccountClosureClientParamsWithTimeout(timeout time.Duration) *AdminGetPlatformAccountClosureClientParams

NewAdminGetPlatformAccountClosureClientParamsWithTimeout creates a new AdminGetPlatformAccountClosureClientParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetPlatformAccountClosureClientParams) SetAuthInfoWriter

func (o *AdminGetPlatformAccountClosureClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetContext

SetContext adds the context to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetFlightId

func (o *AdminGetPlatformAccountClosureClientParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetPlatformAccountClosureClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetHTTPClientTransport

func (o *AdminGetPlatformAccountClosureClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetNamespace

func (o *AdminGetPlatformAccountClosureClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetPlatform

func (o *AdminGetPlatformAccountClosureClientParams) SetPlatform(platform string)

SetPlatform adds the platform to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) SetTimeout

SetTimeout adds the timeout to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithContext

WithContext adds the context to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithNamespace

WithNamespace adds the namespace to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithPlatform

WithPlatform adds the platform to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WithTimeout

WithTimeout adds the timeout to the admin get platform account closure client params

func (*AdminGetPlatformAccountClosureClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlatformAccountClosureClientReader

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

AdminGetPlatformAccountClosureClientReader is a Reader for the AdminGetPlatformAccountClosureClient structure.

func (*AdminGetPlatformAccountClosureClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetPlatformAccountClosureClientUnauthorized

type AdminGetPlatformAccountClosureClientUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminGetPlatformAccountClosureClientUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlatformAccountClosureClientUnauthorized

func NewAdminGetPlatformAccountClosureClientUnauthorized() *AdminGetPlatformAccountClosureClientUnauthorized

NewAdminGetPlatformAccountClosureClientUnauthorized creates a AdminGetPlatformAccountClosureClientUnauthorized with default headers values

func (*AdminGetPlatformAccountClosureClientUnauthorized) Error

func (*AdminGetPlatformAccountClosureClientUnauthorized) GetPayload

func (*AdminGetPlatformAccountClosureClientUnauthorized) ToJSONString

type AdminUpdatePlatformAccountClosureClientBadRequest

type AdminUpdatePlatformAccountClosureClientBadRequest struct {
	Payload *gdprclientmodels.ResponseError
}

AdminUpdatePlatformAccountClosureClientBadRequest handles this case with default header values.

Bad Request

func NewAdminUpdatePlatformAccountClosureClientBadRequest

func NewAdminUpdatePlatformAccountClosureClientBadRequest() *AdminUpdatePlatformAccountClosureClientBadRequest

NewAdminUpdatePlatformAccountClosureClientBadRequest creates a AdminUpdatePlatformAccountClosureClientBadRequest with default headers values

func (*AdminUpdatePlatformAccountClosureClientBadRequest) Error

func (*AdminUpdatePlatformAccountClosureClientBadRequest) GetPayload

func (*AdminUpdatePlatformAccountClosureClientBadRequest) ToJSONString

type AdminUpdatePlatformAccountClosureClientForbidden

type AdminUpdatePlatformAccountClosureClientForbidden struct {
	Payload *gdprclientmodels.ResponseError
}

AdminUpdatePlatformAccountClosureClientForbidden handles this case with default header values.

Forbidden

func NewAdminUpdatePlatformAccountClosureClientForbidden

func NewAdminUpdatePlatformAccountClosureClientForbidden() *AdminUpdatePlatformAccountClosureClientForbidden

NewAdminUpdatePlatformAccountClosureClientForbidden creates a AdminUpdatePlatformAccountClosureClientForbidden with default headers values

func (*AdminUpdatePlatformAccountClosureClientForbidden) Error

func (*AdminUpdatePlatformAccountClosureClientForbidden) GetPayload

func (*AdminUpdatePlatformAccountClosureClientForbidden) ToJSONString

type AdminUpdatePlatformAccountClosureClientInternalServerError

type AdminUpdatePlatformAccountClosureClientInternalServerError struct {
	Payload *gdprclientmodels.ResponseError
}

AdminUpdatePlatformAccountClosureClientInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdatePlatformAccountClosureClientInternalServerError

func NewAdminUpdatePlatformAccountClosureClientInternalServerError() *AdminUpdatePlatformAccountClosureClientInternalServerError

NewAdminUpdatePlatformAccountClosureClientInternalServerError creates a AdminUpdatePlatformAccountClosureClientInternalServerError with default headers values

func (*AdminUpdatePlatformAccountClosureClientInternalServerError) Error

func (*AdminUpdatePlatformAccountClosureClientInternalServerError) GetPayload

func (*AdminUpdatePlatformAccountClosureClientInternalServerError) ToJSONString

type AdminUpdatePlatformAccountClosureClientNoContent

type AdminUpdatePlatformAccountClosureClientNoContent struct {
}

AdminUpdatePlatformAccountClosureClientNoContent handles this case with default header values.

No Content

func NewAdminUpdatePlatformAccountClosureClientNoContent

func NewAdminUpdatePlatformAccountClosureClientNoContent() *AdminUpdatePlatformAccountClosureClientNoContent

NewAdminUpdatePlatformAccountClosureClientNoContent creates a AdminUpdatePlatformAccountClosureClientNoContent with default headers values

func (*AdminUpdatePlatformAccountClosureClientNoContent) Error

type AdminUpdatePlatformAccountClosureClientParams

type AdminUpdatePlatformAccountClosureClientParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *gdprclientmodels.DTOPlatformAccountClosureClientRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Platform
	  3rd party platform

	*/
	Platform string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminUpdatePlatformAccountClosureClientParams contains all the parameters to send to the API endpoint for the admin update platform account closure client operation typically these are written to a http.Request

func NewAdminUpdatePlatformAccountClosureClientParams

func NewAdminUpdatePlatformAccountClosureClientParams() *AdminUpdatePlatformAccountClosureClientParams

NewAdminUpdatePlatformAccountClosureClientParams creates a new AdminUpdatePlatformAccountClosureClientParams object with the default values initialized.

func NewAdminUpdatePlatformAccountClosureClientParamsWithContext

func NewAdminUpdatePlatformAccountClosureClientParamsWithContext(ctx context.Context) *AdminUpdatePlatformAccountClosureClientParams

NewAdminUpdatePlatformAccountClosureClientParamsWithContext creates a new AdminUpdatePlatformAccountClosureClientParams object with the default values initialized, and the ability to set a context for a request

func NewAdminUpdatePlatformAccountClosureClientParamsWithHTTPClient

func NewAdminUpdatePlatformAccountClosureClientParamsWithHTTPClient(client *http.Client) *AdminUpdatePlatformAccountClosureClientParams

NewAdminUpdatePlatformAccountClosureClientParamsWithHTTPClient creates a new AdminUpdatePlatformAccountClosureClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminUpdatePlatformAccountClosureClientParamsWithTimeout

func NewAdminUpdatePlatformAccountClosureClientParamsWithTimeout(timeout time.Duration) *AdminUpdatePlatformAccountClosureClientParams

NewAdminUpdatePlatformAccountClosureClientParamsWithTimeout creates a new AdminUpdatePlatformAccountClosureClientParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminUpdatePlatformAccountClosureClientParams) SetAuthInfoWriter

func (o *AdminUpdatePlatformAccountClosureClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetBody

SetBody adds the body to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetContext

SetContext adds the context to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetFlightId

func (o *AdminUpdatePlatformAccountClosureClientParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminUpdatePlatformAccountClosureClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetHTTPClientTransport

func (o *AdminUpdatePlatformAccountClosureClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetNamespace

func (o *AdminUpdatePlatformAccountClosureClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetPlatform

func (o *AdminUpdatePlatformAccountClosureClientParams) SetPlatform(platform string)

SetPlatform adds the platform to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) SetTimeout

SetTimeout adds the timeout to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithBody

WithBody adds the body to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithContext

WithContext adds the context to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithNamespace

WithNamespace adds the namespace to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithPlatform

WithPlatform adds the platform to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WithTimeout

WithTimeout adds the timeout to the admin update platform account closure client params

func (*AdminUpdatePlatformAccountClosureClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdatePlatformAccountClosureClientReader

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

AdminUpdatePlatformAccountClosureClientReader is a Reader for the AdminUpdatePlatformAccountClosureClient structure.

func (*AdminUpdatePlatformAccountClosureClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdatePlatformAccountClosureClientUnauthorized

type AdminUpdatePlatformAccountClosureClientUnauthorized struct {
	Payload *gdprclientmodels.ResponseError
}

AdminUpdatePlatformAccountClosureClientUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdatePlatformAccountClosureClientUnauthorized

func NewAdminUpdatePlatformAccountClosureClientUnauthorized() *AdminUpdatePlatformAccountClosureClientUnauthorized

NewAdminUpdatePlatformAccountClosureClientUnauthorized creates a AdminUpdatePlatformAccountClosureClientUnauthorized with default headers values

func (*AdminUpdatePlatformAccountClosureClientUnauthorized) Error

func (*AdminUpdatePlatformAccountClosureClientUnauthorized) GetPayload

func (*AdminUpdatePlatformAccountClosureClientUnauthorized) ToJSONString

type Client

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

Client for platform account closure client API

func (*Client) AdminDeletePlatformAccountClosureClient deprecated

Deprecated: 2022-08-10 - Use AdminDeletePlatformAccountClosureClientShort instead.

AdminDeletePlatformAccountClosureClient delete platform account closure client Delete platform account closure client.

func (*Client) AdminDeletePlatformAccountClosureClientShort

AdminDeletePlatformAccountClosureClientShort delete platform account closure client Delete platform account closure client.

func (*Client) AdminGetPlatformAccountClosureClient deprecated

Deprecated: 2022-08-10 - Use AdminGetPlatformAccountClosureClientShort instead.

AdminGetPlatformAccountClosureClient get platform account closure config Get platform account closure config. Scope: account

func (*Client) AdminGetPlatformAccountClosureClientShort

func (a *Client) AdminGetPlatformAccountClosureClientShort(params *AdminGetPlatformAccountClosureClientParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlatformAccountClosureClientOK, error)

AdminGetPlatformAccountClosureClientShort get platform account closure config Get platform account closure config. Scope: account

func (*Client) AdminUpdatePlatformAccountClosureClient deprecated

Deprecated: 2022-08-10 - Use AdminUpdatePlatformAccountClosureClientShort instead.

AdminUpdatePlatformAccountClosureClient update platform account closure client Update platform account closure client. Scope: account

func (*Client) AdminUpdatePlatformAccountClosureClientShort

AdminUpdatePlatformAccountClosureClientShort update platform account closure client Update platform account closure client. Scope: account

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminGetPlatformAccountClosureClient(params *AdminGetPlatformAccountClosureClientParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlatformAccountClosureClientOK, *AdminGetPlatformAccountClosureClientBadRequest, *AdminGetPlatformAccountClosureClientUnauthorized, *AdminGetPlatformAccountClosureClientForbidden, *AdminGetPlatformAccountClosureClientNotFound, *AdminGetPlatformAccountClosureClientInternalServerError, error)
	AdminGetPlatformAccountClosureClientShort(params *AdminGetPlatformAccountClosureClientParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlatformAccountClosureClientOK, error)
	AdminUpdatePlatformAccountClosureClient(params *AdminUpdatePlatformAccountClosureClientParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePlatformAccountClosureClientNoContent, *AdminUpdatePlatformAccountClosureClientBadRequest, *AdminUpdatePlatformAccountClosureClientUnauthorized, *AdminUpdatePlatformAccountClosureClientForbidden, *AdminUpdatePlatformAccountClosureClientInternalServerError, error)
	AdminUpdatePlatformAccountClosureClientShort(params *AdminUpdatePlatformAccountClosureClientParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePlatformAccountClosureClientNoContent, error)
	AdminDeletePlatformAccountClosureClient(params *AdminDeletePlatformAccountClosureClientParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlatformAccountClosureClientNoContent, *AdminDeletePlatformAccountClosureClientBadRequest, *AdminDeletePlatformAccountClosureClientUnauthorized, *AdminDeletePlatformAccountClosureClientForbidden, *AdminDeletePlatformAccountClosureClientNotFound, *AdminDeletePlatformAccountClosureClientInternalServerError, error)
	AdminDeletePlatformAccountClosureClientShort(params *AdminDeletePlatformAccountClosureClientParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlatformAccountClosureClientNoContent, 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 platform account closure client API client.

Jump to

Keyboard shortcuts

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