platform_account_closure

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 Client

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

Client for platform account closure API

func (*Client) GetUserPlatformAccountClosureHistories deprecated

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

GetUserPlatformAccountClosureHistories get user platform account closure history Get user platform account closure history.

func (*Client) GetUserPlatformAccountClosureHistoriesShort

func (a *Client) GetUserPlatformAccountClosureHistoriesShort(params *GetUserPlatformAccountClosureHistoriesParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserPlatformAccountClosureHistoriesOK, error)

GetUserPlatformAccountClosureHistoriesShort get user platform account closure history Get user platform account closure history.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetUserPlatformAccountClosureHistories(params *GetUserPlatformAccountClosureHistoriesParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserPlatformAccountClosureHistoriesOK, error)
	GetUserPlatformAccountClosureHistoriesShort(params *GetUserPlatformAccountClosureHistoriesParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserPlatformAccountClosureHistoriesOK, 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 API client.

type GetUserPlatformAccountClosureHistoriesOK

type GetUserPlatformAccountClosureHistoriesOK struct {
	Payload []*platformclientmodels.PlatformAccountClosureHistoryInfo
}

GetUserPlatformAccountClosureHistoriesOK handles this case with default header values.

successful operation

func NewGetUserPlatformAccountClosureHistoriesOK

func NewGetUserPlatformAccountClosureHistoriesOK() *GetUserPlatformAccountClosureHistoriesOK

NewGetUserPlatformAccountClosureHistoriesOK creates a GetUserPlatformAccountClosureHistoriesOK with default headers values

func (*GetUserPlatformAccountClosureHistoriesOK) Error

func (*GetUserPlatformAccountClosureHistoriesOK) GetPayload

func (*GetUserPlatformAccountClosureHistoriesOK) ToJSONString

type GetUserPlatformAccountClosureHistoriesParams

type GetUserPlatformAccountClosureHistoriesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace*/
	Namespace string
	/*UserID*/
	UserID 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
}

GetUserPlatformAccountClosureHistoriesParams contains all the parameters to send to the API endpoint for the get user platform account closure histories operation typically these are written to a http.Request

func NewGetUserPlatformAccountClosureHistoriesParams

func NewGetUserPlatformAccountClosureHistoriesParams() *GetUserPlatformAccountClosureHistoriesParams

NewGetUserPlatformAccountClosureHistoriesParams creates a new GetUserPlatformAccountClosureHistoriesParams object with the default values initialized.

func NewGetUserPlatformAccountClosureHistoriesParamsWithContext

func NewGetUserPlatformAccountClosureHistoriesParamsWithContext(ctx context.Context) *GetUserPlatformAccountClosureHistoriesParams

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

func NewGetUserPlatformAccountClosureHistoriesParamsWithHTTPClient

func NewGetUserPlatformAccountClosureHistoriesParamsWithHTTPClient(client *http.Client) *GetUserPlatformAccountClosureHistoriesParams

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

func NewGetUserPlatformAccountClosureHistoriesParamsWithTimeout

func NewGetUserPlatformAccountClosureHistoriesParamsWithTimeout(timeout time.Duration) *GetUserPlatformAccountClosureHistoriesParams

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

func (*GetUserPlatformAccountClosureHistoriesParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) SetContext

SetContext adds the context to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) SetFlightId

func (o *GetUserPlatformAccountClosureHistoriesParams) SetFlightId(flightId string)

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

func (*GetUserPlatformAccountClosureHistoriesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) SetNamespace

func (o *GetUserPlatformAccountClosureHistoriesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) SetTimeout

SetTimeout adds the timeout to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) SetUserID

SetUserID adds the userId to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) WithContext

WithContext adds the context to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) WithNamespace

WithNamespace adds the namespace to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) WithTimeout

WithTimeout adds the timeout to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) WithUserID

WithUserID adds the userID to the get user platform account closure histories params

func (*GetUserPlatformAccountClosureHistoriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserPlatformAccountClosureHistoriesReader

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

GetUserPlatformAccountClosureHistoriesReader is a Reader for the GetUserPlatformAccountClosureHistories structure.

func (*GetUserPlatformAccountClosureHistoriesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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