api_access_token

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 11 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 api access token API

func (*Client) CreateAPIAccessTokenUsingPOST

CreateAPIAccessTokenUsingPOST creates api access token

func (*Client) DeleteAPIAccessTokenUsingDELETE

DeleteAPIAccessTokenUsingDELETE deletes user api access token

func (*Client) DeleteAPIAccessTokensUsingDELETE

DeleteAPIAccessTokensUsingDELETE deletes all user api access tokens

func (*Client) GetAPIAccessTokensUsingGET

func (a *Client) GetAPIAccessTokensUsingGET(params *GetAPIAccessTokensUsingGETParams) (*GetAPIAccessTokensUsingGETOK, error)

GetAPIAccessTokensUsingGET gets user api access token

func (*Client) GetAPIAccessTokensUsingGET1

func (a *Client) GetAPIAccessTokensUsingGET1(params *GetAPIAccessTokensUsingGET1Params) (*GetAPIAccessTokensUsingGET1OK, error)

GetAPIAccessTokensUsingGET1 gets all user api access token

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new api access token API client.

type CreateAPIAccessTokenUsingPOSTCreated

type CreateAPIAccessTokenUsingPOSTCreated struct {
}

CreateAPIAccessTokenUsingPOSTCreated handles this case with default header values.

Created

func NewCreateAPIAccessTokenUsingPOSTCreated

func NewCreateAPIAccessTokenUsingPOSTCreated() *CreateAPIAccessTokenUsingPOSTCreated

NewCreateAPIAccessTokenUsingPOSTCreated creates a CreateAPIAccessTokenUsingPOSTCreated with default headers values

func (*CreateAPIAccessTokenUsingPOSTCreated) Error

type CreateAPIAccessTokenUsingPOSTForbidden

type CreateAPIAccessTokenUsingPOSTForbidden struct {
}

CreateAPIAccessTokenUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateAPIAccessTokenUsingPOSTForbidden

func NewCreateAPIAccessTokenUsingPOSTForbidden() *CreateAPIAccessTokenUsingPOSTForbidden

NewCreateAPIAccessTokenUsingPOSTForbidden creates a CreateAPIAccessTokenUsingPOSTForbidden with default headers values

func (*CreateAPIAccessTokenUsingPOSTForbidden) Error

type CreateAPIAccessTokenUsingPOSTNotFound

type CreateAPIAccessTokenUsingPOSTNotFound struct {
}

CreateAPIAccessTokenUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateAPIAccessTokenUsingPOSTNotFound

func NewCreateAPIAccessTokenUsingPOSTNotFound() *CreateAPIAccessTokenUsingPOSTNotFound

NewCreateAPIAccessTokenUsingPOSTNotFound creates a CreateAPIAccessTokenUsingPOSTNotFound with default headers values

func (*CreateAPIAccessTokenUsingPOSTNotFound) Error

type CreateAPIAccessTokenUsingPOSTOK

type CreateAPIAccessTokenUsingPOSTOK struct {
	Payload *models.APIAccessTokenDto
}

CreateAPIAccessTokenUsingPOSTOK handles this case with default header values.

OK

func NewCreateAPIAccessTokenUsingPOSTOK

func NewCreateAPIAccessTokenUsingPOSTOK() *CreateAPIAccessTokenUsingPOSTOK

NewCreateAPIAccessTokenUsingPOSTOK creates a CreateAPIAccessTokenUsingPOSTOK with default headers values

func (*CreateAPIAccessTokenUsingPOSTOK) Error

func (*CreateAPIAccessTokenUsingPOSTOK) GetPayload

type CreateAPIAccessTokenUsingPOSTParams

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

CreateAPIAccessTokenUsingPOSTParams contains all the parameters to send to the API endpoint for the create Api access token using p o s t operation typically these are written to a http.Request

func NewCreateAPIAccessTokenUsingPOSTParams

func NewCreateAPIAccessTokenUsingPOSTParams() *CreateAPIAccessTokenUsingPOSTParams

NewCreateAPIAccessTokenUsingPOSTParams creates a new CreateAPIAccessTokenUsingPOSTParams object with the default values initialized.

func NewCreateAPIAccessTokenUsingPOSTParamsWithContext

func NewCreateAPIAccessTokenUsingPOSTParamsWithContext(ctx context.Context) *CreateAPIAccessTokenUsingPOSTParams

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

func NewCreateAPIAccessTokenUsingPOSTParamsWithHTTPClient

func NewCreateAPIAccessTokenUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateAPIAccessTokenUsingPOSTParams

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

func NewCreateAPIAccessTokenUsingPOSTParamsWithTimeout

func NewCreateAPIAccessTokenUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateAPIAccessTokenUsingPOSTParams

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

func (*CreateAPIAccessTokenUsingPOSTParams) SetContext

SetContext adds the context to the create Api access token using p o s t params

func (*CreateAPIAccessTokenUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create Api access token using p o s t params

func (*CreateAPIAccessTokenUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the create Api access token using p o s t params

func (*CreateAPIAccessTokenUsingPOSTParams) WithContext

WithContext adds the context to the create Api access token using p o s t params

func (*CreateAPIAccessTokenUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create Api access token using p o s t params

func (*CreateAPIAccessTokenUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the create Api access token using p o s t params

func (*CreateAPIAccessTokenUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAPIAccessTokenUsingPOSTReader

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

CreateAPIAccessTokenUsingPOSTReader is a Reader for the CreateAPIAccessTokenUsingPOST structure.

func (*CreateAPIAccessTokenUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAPIAccessTokenUsingPOSTUnauthorized

type CreateAPIAccessTokenUsingPOSTUnauthorized struct {
}

CreateAPIAccessTokenUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAPIAccessTokenUsingPOSTUnauthorized

func NewCreateAPIAccessTokenUsingPOSTUnauthorized() *CreateAPIAccessTokenUsingPOSTUnauthorized

NewCreateAPIAccessTokenUsingPOSTUnauthorized creates a CreateAPIAccessTokenUsingPOSTUnauthorized with default headers values

func (*CreateAPIAccessTokenUsingPOSTUnauthorized) Error

type DeleteAPIAccessTokenUsingDELETEForbidden

type DeleteAPIAccessTokenUsingDELETEForbidden struct {
}

DeleteAPIAccessTokenUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteAPIAccessTokenUsingDELETEForbidden

func NewDeleteAPIAccessTokenUsingDELETEForbidden() *DeleteAPIAccessTokenUsingDELETEForbidden

NewDeleteAPIAccessTokenUsingDELETEForbidden creates a DeleteAPIAccessTokenUsingDELETEForbidden with default headers values

func (*DeleteAPIAccessTokenUsingDELETEForbidden) Error

type DeleteAPIAccessTokenUsingDELETENoContent

type DeleteAPIAccessTokenUsingDELETENoContent struct {
}

DeleteAPIAccessTokenUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteAPIAccessTokenUsingDELETENoContent

func NewDeleteAPIAccessTokenUsingDELETENoContent() *DeleteAPIAccessTokenUsingDELETENoContent

NewDeleteAPIAccessTokenUsingDELETENoContent creates a DeleteAPIAccessTokenUsingDELETENoContent with default headers values

func (*DeleteAPIAccessTokenUsingDELETENoContent) Error

type DeleteAPIAccessTokenUsingDELETEOK

type DeleteAPIAccessTokenUsingDELETEOK struct {
}

DeleteAPIAccessTokenUsingDELETEOK handles this case with default header values.

OK

func NewDeleteAPIAccessTokenUsingDELETEOK

func NewDeleteAPIAccessTokenUsingDELETEOK() *DeleteAPIAccessTokenUsingDELETEOK

NewDeleteAPIAccessTokenUsingDELETEOK creates a DeleteAPIAccessTokenUsingDELETEOK with default headers values

func (*DeleteAPIAccessTokenUsingDELETEOK) Error

type DeleteAPIAccessTokenUsingDELETEParams

type DeleteAPIAccessTokenUsingDELETEParams struct {

	/*APIAccessTokenID
	  apiAccessTokenId

	*/
	APIAccessTokenID int64

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

DeleteAPIAccessTokenUsingDELETEParams contains all the parameters to send to the API endpoint for the delete Api access token using d e l e t e operation typically these are written to a http.Request

func NewDeleteAPIAccessTokenUsingDELETEParams

func NewDeleteAPIAccessTokenUsingDELETEParams() *DeleteAPIAccessTokenUsingDELETEParams

NewDeleteAPIAccessTokenUsingDELETEParams creates a new DeleteAPIAccessTokenUsingDELETEParams object with the default values initialized.

func NewDeleteAPIAccessTokenUsingDELETEParamsWithContext

func NewDeleteAPIAccessTokenUsingDELETEParamsWithContext(ctx context.Context) *DeleteAPIAccessTokenUsingDELETEParams

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

func NewDeleteAPIAccessTokenUsingDELETEParamsWithHTTPClient

func NewDeleteAPIAccessTokenUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteAPIAccessTokenUsingDELETEParams

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

func NewDeleteAPIAccessTokenUsingDELETEParamsWithTimeout

func NewDeleteAPIAccessTokenUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteAPIAccessTokenUsingDELETEParams

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

func (*DeleteAPIAccessTokenUsingDELETEParams) SetAPIAccessTokenID

func (o *DeleteAPIAccessTokenUsingDELETEParams) SetAPIAccessTokenID(aPIAccessTokenID int64)

SetAPIAccessTokenID adds the apiAccessTokenId to the delete Api access token using d e l e t e params

func (*DeleteAPIAccessTokenUsingDELETEParams) SetContext

SetContext adds the context to the delete Api access token using d e l e t e params

func (*DeleteAPIAccessTokenUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Api access token using d e l e t e params

func (*DeleteAPIAccessTokenUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete Api access token using d e l e t e params

func (*DeleteAPIAccessTokenUsingDELETEParams) WithAPIAccessTokenID

func (o *DeleteAPIAccessTokenUsingDELETEParams) WithAPIAccessTokenID(aPIAccessTokenID int64) *DeleteAPIAccessTokenUsingDELETEParams

WithAPIAccessTokenID adds the aPIAccessTokenID to the delete Api access token using d e l e t e params

func (*DeleteAPIAccessTokenUsingDELETEParams) WithContext

WithContext adds the context to the delete Api access token using d e l e t e params

func (*DeleteAPIAccessTokenUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete Api access token using d e l e t e params

func (*DeleteAPIAccessTokenUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete Api access token using d e l e t e params

func (*DeleteAPIAccessTokenUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAPIAccessTokenUsingDELETEReader

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

DeleteAPIAccessTokenUsingDELETEReader is a Reader for the DeleteAPIAccessTokenUsingDELETE structure.

func (*DeleteAPIAccessTokenUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAPIAccessTokenUsingDELETEUnauthorized

type DeleteAPIAccessTokenUsingDELETEUnauthorized struct {
}

DeleteAPIAccessTokenUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAPIAccessTokenUsingDELETEUnauthorized

func NewDeleteAPIAccessTokenUsingDELETEUnauthorized() *DeleteAPIAccessTokenUsingDELETEUnauthorized

NewDeleteAPIAccessTokenUsingDELETEUnauthorized creates a DeleteAPIAccessTokenUsingDELETEUnauthorized with default headers values

func (*DeleteAPIAccessTokenUsingDELETEUnauthorized) Error

type DeleteAPIAccessTokensUsingDELETEForbidden

type DeleteAPIAccessTokensUsingDELETEForbidden struct {
}

DeleteAPIAccessTokensUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteAPIAccessTokensUsingDELETEForbidden

func NewDeleteAPIAccessTokensUsingDELETEForbidden() *DeleteAPIAccessTokensUsingDELETEForbidden

NewDeleteAPIAccessTokensUsingDELETEForbidden creates a DeleteAPIAccessTokensUsingDELETEForbidden with default headers values

func (*DeleteAPIAccessTokensUsingDELETEForbidden) Error

type DeleteAPIAccessTokensUsingDELETENoContent

type DeleteAPIAccessTokensUsingDELETENoContent struct {
}

DeleteAPIAccessTokensUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteAPIAccessTokensUsingDELETENoContent

func NewDeleteAPIAccessTokensUsingDELETENoContent() *DeleteAPIAccessTokensUsingDELETENoContent

NewDeleteAPIAccessTokensUsingDELETENoContent creates a DeleteAPIAccessTokensUsingDELETENoContent with default headers values

func (*DeleteAPIAccessTokensUsingDELETENoContent) Error

type DeleteAPIAccessTokensUsingDELETEOK

type DeleteAPIAccessTokensUsingDELETEOK struct {
}

DeleteAPIAccessTokensUsingDELETEOK handles this case with default header values.

OK

func NewDeleteAPIAccessTokensUsingDELETEOK

func NewDeleteAPIAccessTokensUsingDELETEOK() *DeleteAPIAccessTokensUsingDELETEOK

NewDeleteAPIAccessTokensUsingDELETEOK creates a DeleteAPIAccessTokensUsingDELETEOK with default headers values

func (*DeleteAPIAccessTokensUsingDELETEOK) Error

type DeleteAPIAccessTokensUsingDELETEParams

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

DeleteAPIAccessTokensUsingDELETEParams contains all the parameters to send to the API endpoint for the delete Api access tokens using d e l e t e operation typically these are written to a http.Request

func NewDeleteAPIAccessTokensUsingDELETEParams

func NewDeleteAPIAccessTokensUsingDELETEParams() *DeleteAPIAccessTokensUsingDELETEParams

NewDeleteAPIAccessTokensUsingDELETEParams creates a new DeleteAPIAccessTokensUsingDELETEParams object with the default values initialized.

func NewDeleteAPIAccessTokensUsingDELETEParamsWithContext

func NewDeleteAPIAccessTokensUsingDELETEParamsWithContext(ctx context.Context) *DeleteAPIAccessTokensUsingDELETEParams

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

func NewDeleteAPIAccessTokensUsingDELETEParamsWithHTTPClient

func NewDeleteAPIAccessTokensUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteAPIAccessTokensUsingDELETEParams

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

func NewDeleteAPIAccessTokensUsingDELETEParamsWithTimeout

func NewDeleteAPIAccessTokensUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteAPIAccessTokensUsingDELETEParams

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

func (*DeleteAPIAccessTokensUsingDELETEParams) SetContext

SetContext adds the context to the delete Api access tokens using d e l e t e params

func (*DeleteAPIAccessTokensUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Api access tokens using d e l e t e params

func (*DeleteAPIAccessTokensUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete Api access tokens using d e l e t e params

func (*DeleteAPIAccessTokensUsingDELETEParams) WithContext

WithContext adds the context to the delete Api access tokens using d e l e t e params

func (*DeleteAPIAccessTokensUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete Api access tokens using d e l e t e params

func (*DeleteAPIAccessTokensUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete Api access tokens using d e l e t e params

func (*DeleteAPIAccessTokensUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAPIAccessTokensUsingDELETEReader

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

DeleteAPIAccessTokensUsingDELETEReader is a Reader for the DeleteAPIAccessTokensUsingDELETE structure.

func (*DeleteAPIAccessTokensUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAPIAccessTokensUsingDELETEUnauthorized

type DeleteAPIAccessTokensUsingDELETEUnauthorized struct {
}

DeleteAPIAccessTokensUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAPIAccessTokensUsingDELETEUnauthorized

func NewDeleteAPIAccessTokensUsingDELETEUnauthorized() *DeleteAPIAccessTokensUsingDELETEUnauthorized

NewDeleteAPIAccessTokensUsingDELETEUnauthorized creates a DeleteAPIAccessTokensUsingDELETEUnauthorized with default headers values

func (*DeleteAPIAccessTokensUsingDELETEUnauthorized) Error

type GetAPIAccessTokensUsingGET1Forbidden

type GetAPIAccessTokensUsingGET1Forbidden struct {
}

GetAPIAccessTokensUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetAPIAccessTokensUsingGET1Forbidden

func NewGetAPIAccessTokensUsingGET1Forbidden() *GetAPIAccessTokensUsingGET1Forbidden

NewGetAPIAccessTokensUsingGET1Forbidden creates a GetAPIAccessTokensUsingGET1Forbidden with default headers values

func (*GetAPIAccessTokensUsingGET1Forbidden) Error

type GetAPIAccessTokensUsingGET1NotFound

type GetAPIAccessTokensUsingGET1NotFound struct {
}

GetAPIAccessTokensUsingGET1NotFound handles this case with default header values.

Not Found

func NewGetAPIAccessTokensUsingGET1NotFound

func NewGetAPIAccessTokensUsingGET1NotFound() *GetAPIAccessTokensUsingGET1NotFound

NewGetAPIAccessTokensUsingGET1NotFound creates a GetAPIAccessTokensUsingGET1NotFound with default headers values

func (*GetAPIAccessTokensUsingGET1NotFound) Error

type GetAPIAccessTokensUsingGET1OK

type GetAPIAccessTokensUsingGET1OK struct {
	Payload *models.ListHolderDto
}

GetAPIAccessTokensUsingGET1OK handles this case with default header values.

OK

func NewGetAPIAccessTokensUsingGET1OK

func NewGetAPIAccessTokensUsingGET1OK() *GetAPIAccessTokensUsingGET1OK

NewGetAPIAccessTokensUsingGET1OK creates a GetAPIAccessTokensUsingGET1OK with default headers values

func (*GetAPIAccessTokensUsingGET1OK) Error

func (*GetAPIAccessTokensUsingGET1OK) GetPayload

type GetAPIAccessTokensUsingGET1Params

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

GetAPIAccessTokensUsingGET1Params contains all the parameters to send to the API endpoint for the get Api access tokens using g e t 1 operation typically these are written to a http.Request

func NewGetAPIAccessTokensUsingGET1Params

func NewGetAPIAccessTokensUsingGET1Params() *GetAPIAccessTokensUsingGET1Params

NewGetAPIAccessTokensUsingGET1Params creates a new GetAPIAccessTokensUsingGET1Params object with the default values initialized.

func NewGetAPIAccessTokensUsingGET1ParamsWithContext

func NewGetAPIAccessTokensUsingGET1ParamsWithContext(ctx context.Context) *GetAPIAccessTokensUsingGET1Params

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

func NewGetAPIAccessTokensUsingGET1ParamsWithHTTPClient

func NewGetAPIAccessTokensUsingGET1ParamsWithHTTPClient(client *http.Client) *GetAPIAccessTokensUsingGET1Params

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

func NewGetAPIAccessTokensUsingGET1ParamsWithTimeout

func NewGetAPIAccessTokensUsingGET1ParamsWithTimeout(timeout time.Duration) *GetAPIAccessTokensUsingGET1Params

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

func (*GetAPIAccessTokensUsingGET1Params) SetContext

SetContext adds the context to the get Api access tokens using g e t 1 params

func (*GetAPIAccessTokensUsingGET1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get Api access tokens using g e t 1 params

func (*GetAPIAccessTokensUsingGET1Params) SetTimeout

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

SetTimeout adds the timeout to the get Api access tokens using g e t 1 params

func (*GetAPIAccessTokensUsingGET1Params) WithContext

WithContext adds the context to the get Api access tokens using g e t 1 params

func (*GetAPIAccessTokensUsingGET1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get Api access tokens using g e t 1 params

func (*GetAPIAccessTokensUsingGET1Params) WithTimeout

WithTimeout adds the timeout to the get Api access tokens using g e t 1 params

func (*GetAPIAccessTokensUsingGET1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIAccessTokensUsingGET1Reader

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

GetAPIAccessTokensUsingGET1Reader is a Reader for the GetAPIAccessTokensUsingGET1 structure.

func (*GetAPIAccessTokensUsingGET1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIAccessTokensUsingGET1Unauthorized

type GetAPIAccessTokensUsingGET1Unauthorized struct {
}

GetAPIAccessTokensUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetAPIAccessTokensUsingGET1Unauthorized

func NewGetAPIAccessTokensUsingGET1Unauthorized() *GetAPIAccessTokensUsingGET1Unauthorized

NewGetAPIAccessTokensUsingGET1Unauthorized creates a GetAPIAccessTokensUsingGET1Unauthorized with default headers values

func (*GetAPIAccessTokensUsingGET1Unauthorized) Error

type GetAPIAccessTokensUsingGETForbidden

type GetAPIAccessTokensUsingGETForbidden struct {
}

GetAPIAccessTokensUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetAPIAccessTokensUsingGETForbidden

func NewGetAPIAccessTokensUsingGETForbidden() *GetAPIAccessTokensUsingGETForbidden

NewGetAPIAccessTokensUsingGETForbidden creates a GetAPIAccessTokensUsingGETForbidden with default headers values

func (*GetAPIAccessTokensUsingGETForbidden) Error

type GetAPIAccessTokensUsingGETNotFound

type GetAPIAccessTokensUsingGETNotFound struct {
}

GetAPIAccessTokensUsingGETNotFound handles this case with default header values.

Not Found

func NewGetAPIAccessTokensUsingGETNotFound

func NewGetAPIAccessTokensUsingGETNotFound() *GetAPIAccessTokensUsingGETNotFound

NewGetAPIAccessTokensUsingGETNotFound creates a GetAPIAccessTokensUsingGETNotFound with default headers values

func (*GetAPIAccessTokensUsingGETNotFound) Error

type GetAPIAccessTokensUsingGETOK

type GetAPIAccessTokensUsingGETOK struct {
	Payload *models.APIAccessTokenDto
}

GetAPIAccessTokensUsingGETOK handles this case with default header values.

OK

func NewGetAPIAccessTokensUsingGETOK

func NewGetAPIAccessTokensUsingGETOK() *GetAPIAccessTokensUsingGETOK

NewGetAPIAccessTokensUsingGETOK creates a GetAPIAccessTokensUsingGETOK with default headers values

func (*GetAPIAccessTokensUsingGETOK) Error

func (*GetAPIAccessTokensUsingGETOK) GetPayload

type GetAPIAccessTokensUsingGETParams

type GetAPIAccessTokensUsingGETParams struct {

	/*APIAccessTokenID
	  apiAccessTokenId

	*/
	APIAccessTokenID int64

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

GetAPIAccessTokensUsingGETParams contains all the parameters to send to the API endpoint for the get Api access tokens using g e t operation typically these are written to a http.Request

func NewGetAPIAccessTokensUsingGETParams

func NewGetAPIAccessTokensUsingGETParams() *GetAPIAccessTokensUsingGETParams

NewGetAPIAccessTokensUsingGETParams creates a new GetAPIAccessTokensUsingGETParams object with the default values initialized.

func NewGetAPIAccessTokensUsingGETParamsWithContext

func NewGetAPIAccessTokensUsingGETParamsWithContext(ctx context.Context) *GetAPIAccessTokensUsingGETParams

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

func NewGetAPIAccessTokensUsingGETParamsWithHTTPClient

func NewGetAPIAccessTokensUsingGETParamsWithHTTPClient(client *http.Client) *GetAPIAccessTokensUsingGETParams

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

func NewGetAPIAccessTokensUsingGETParamsWithTimeout

func NewGetAPIAccessTokensUsingGETParamsWithTimeout(timeout time.Duration) *GetAPIAccessTokensUsingGETParams

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

func (*GetAPIAccessTokensUsingGETParams) SetAPIAccessTokenID

func (o *GetAPIAccessTokensUsingGETParams) SetAPIAccessTokenID(aPIAccessTokenID int64)

SetAPIAccessTokenID adds the apiAccessTokenId to the get Api access tokens using g e t params

func (*GetAPIAccessTokensUsingGETParams) SetContext

SetContext adds the context to the get Api access tokens using g e t params

func (*GetAPIAccessTokensUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get Api access tokens using g e t params

func (*GetAPIAccessTokensUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get Api access tokens using g e t params

func (*GetAPIAccessTokensUsingGETParams) WithAPIAccessTokenID

func (o *GetAPIAccessTokensUsingGETParams) WithAPIAccessTokenID(aPIAccessTokenID int64) *GetAPIAccessTokensUsingGETParams

WithAPIAccessTokenID adds the aPIAccessTokenID to the get Api access tokens using g e t params

func (*GetAPIAccessTokensUsingGETParams) WithContext

WithContext adds the context to the get Api access tokens using g e t params

func (*GetAPIAccessTokensUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get Api access tokens using g e t params

func (*GetAPIAccessTokensUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get Api access tokens using g e t params

func (*GetAPIAccessTokensUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIAccessTokensUsingGETReader

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

GetAPIAccessTokensUsingGETReader is a Reader for the GetAPIAccessTokensUsingGET structure.

func (*GetAPIAccessTokensUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIAccessTokensUsingGETUnauthorized

type GetAPIAccessTokensUsingGETUnauthorized struct {
}

GetAPIAccessTokensUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetAPIAccessTokensUsingGETUnauthorized

func NewGetAPIAccessTokensUsingGETUnauthorized() *GetAPIAccessTokensUsingGETUnauthorized

NewGetAPIAccessTokensUsingGETUnauthorized creates a GetAPIAccessTokensUsingGETUnauthorized with default headers values

func (*GetAPIAccessTokensUsingGETUnauthorized) Error

Jump to

Keyboard shortcuts

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