uma_user_managed_access

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2020 License: Apache-2.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 uma user managed access API

func (*Client) GetUMAGatherClaims

func (a *Client) GetUMAGatherClaims(params *GetUMAGatherClaimsParams) (*GetUMAGatherClaimsOK, error)

GetUMAGatherClaims gets uma gather claims

UMA Claims Gathering Endpoint.

func (*Client) HostRsrcPr

func (a *Client) HostRsrcPr(params *HostRsrcPrParams) (*HostRsrcPrCreated, error)

HostRsrcPr hosts rsrc pr

Registers permission.

func (*Client) PostUMAGatherClaims

func (a *Client) PostUMAGatherClaims(params *PostUMAGatherClaimsParams) (*PostUMAGatherClaimsOK, error)

PostUMAGatherClaims posts uma gather claims

UMA Claims Gathering Endpoint

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UMA2Configuration

func (a *Client) UMA2Configuration(params *UMA2ConfigurationParams) (*UMA2ConfigurationOK, error)

UMA2Configuration uma2s configuration

Gets UMA configuration data.

type ClientService

type ClientService interface {
	GetUMAGatherClaims(params *GetUMAGatherClaimsParams) (*GetUMAGatherClaimsOK, error)

	HostRsrcPr(params *HostRsrcPrParams) (*HostRsrcPrCreated, error)

	PostUMAGatherClaims(params *PostUMAGatherClaimsParams) (*PostUMAGatherClaimsOK, error)

	UMA2Configuration(params *UMA2ConfigurationParams) (*UMA2ConfigurationOK, 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 uma user managed access API client.

type GetUMAGatherClaimsBadRequest

type GetUMAGatherClaimsBadRequest struct {
	Payload *models.ErrorResponse
}

GetUMAGatherClaimsBadRequest handles this case with default header values.

Invalid parameters provided to endpoint.

func NewGetUMAGatherClaimsBadRequest

func NewGetUMAGatherClaimsBadRequest() *GetUMAGatherClaimsBadRequest

NewGetUMAGatherClaimsBadRequest creates a GetUMAGatherClaimsBadRequest with default headers values

func (*GetUMAGatherClaimsBadRequest) Error

func (*GetUMAGatherClaimsBadRequest) GetPayload

type GetUMAGatherClaimsInternalServerError

type GetUMAGatherClaimsInternalServerError struct {
	Payload *models.ErrorResponse
}

GetUMAGatherClaimsInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewGetUMAGatherClaimsInternalServerError

func NewGetUMAGatherClaimsInternalServerError() *GetUMAGatherClaimsInternalServerError

NewGetUMAGatherClaimsInternalServerError creates a GetUMAGatherClaimsInternalServerError with default headers values

func (*GetUMAGatherClaimsInternalServerError) Error

func (*GetUMAGatherClaimsInternalServerError) GetPayload

type GetUMAGatherClaimsOK

type GetUMAGatherClaimsOK struct {
}

GetUMAGatherClaimsOK handles this case with default header values.

GetUMAGatherClaimsOK get Uma gather claims o k

func NewGetUMAGatherClaimsOK

func NewGetUMAGatherClaimsOK() *GetUMAGatherClaimsOK

NewGetUMAGatherClaimsOK creates a GetUMAGatherClaimsOK with default headers values

func (*GetUMAGatherClaimsOK) Error

func (o *GetUMAGatherClaimsOK) Error() string

type GetUMAGatherClaimsParams

type GetUMAGatherClaimsParams struct {

	/*Authentication*/
	Authentication *bool
	/*ClaimsRedirectURI*/
	ClaimsRedirectURI *string
	/*ClientID
	  OAuth 2.0 Client Identifier valid at the Authorization Server.

	*/
	ClientID *string
	/*Reset*/
	Reset *bool
	/*State*/
	State *string
	/*Ticket*/
	Ticket *string

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

GetUMAGatherClaimsParams contains all the parameters to send to the API endpoint for the get uma gather claims operation typically these are written to a http.Request

func NewGetUMAGatherClaimsParams

func NewGetUMAGatherClaimsParams() *GetUMAGatherClaimsParams

NewGetUMAGatherClaimsParams creates a new GetUMAGatherClaimsParams object with the default values initialized.

func NewGetUMAGatherClaimsParamsWithContext

func NewGetUMAGatherClaimsParamsWithContext(ctx context.Context) *GetUMAGatherClaimsParams

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

func NewGetUMAGatherClaimsParamsWithHTTPClient

func NewGetUMAGatherClaimsParamsWithHTTPClient(client *http.Client) *GetUMAGatherClaimsParams

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

func NewGetUMAGatherClaimsParamsWithTimeout

func NewGetUMAGatherClaimsParamsWithTimeout(timeout time.Duration) *GetUMAGatherClaimsParams

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

func (*GetUMAGatherClaimsParams) SetAuthentication

func (o *GetUMAGatherClaimsParams) SetAuthentication(authentication *bool)

SetAuthentication adds the authentication to the get uma gather claims params

func (*GetUMAGatherClaimsParams) SetClaimsRedirectURI

func (o *GetUMAGatherClaimsParams) SetClaimsRedirectURI(claimsRedirectURI *string)

SetClaimsRedirectURI adds the claimsRedirectUri to the get uma gather claims params

func (*GetUMAGatherClaimsParams) SetClientID

func (o *GetUMAGatherClaimsParams) SetClientID(clientID *string)

SetClientID adds the clientId to the get uma gather claims params

func (*GetUMAGatherClaimsParams) SetContext

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

SetContext adds the context to the get uma gather claims params

func (*GetUMAGatherClaimsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get uma gather claims params

func (*GetUMAGatherClaimsParams) SetReset

func (o *GetUMAGatherClaimsParams) SetReset(reset *bool)

SetReset adds the reset to the get uma gather claims params

func (*GetUMAGatherClaimsParams) SetState

func (o *GetUMAGatherClaimsParams) SetState(state *string)

SetState adds the state to the get uma gather claims params

func (*GetUMAGatherClaimsParams) SetTicket

func (o *GetUMAGatherClaimsParams) SetTicket(ticket *string)

SetTicket adds the ticket to the get uma gather claims params

func (*GetUMAGatherClaimsParams) SetTimeout

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

SetTimeout adds the timeout to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithAuthentication

func (o *GetUMAGatherClaimsParams) WithAuthentication(authentication *bool) *GetUMAGatherClaimsParams

WithAuthentication adds the authentication to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithClaimsRedirectURI

func (o *GetUMAGatherClaimsParams) WithClaimsRedirectURI(claimsRedirectURI *string) *GetUMAGatherClaimsParams

WithClaimsRedirectURI adds the claimsRedirectURI to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithClientID

func (o *GetUMAGatherClaimsParams) WithClientID(clientID *string) *GetUMAGatherClaimsParams

WithClientID adds the clientID to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithContext

WithContext adds the context to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithReset

WithReset adds the reset to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithState

WithState adds the state to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithTicket

WithTicket adds the ticket to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WithTimeout

WithTimeout adds the timeout to the get uma gather claims params

func (*GetUMAGatherClaimsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUMAGatherClaimsReader

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

GetUMAGatherClaimsReader is a Reader for the GetUMAGatherClaims structure.

func (*GetUMAGatherClaimsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type HostRsrcPrCreated

type HostRsrcPrCreated struct {
	Payload []*models.UMAPermissionList
}

HostRsrcPrCreated handles this case with default header values.

OK

func NewHostRsrcPrCreated

func NewHostRsrcPrCreated() *HostRsrcPrCreated

NewHostRsrcPrCreated creates a HostRsrcPrCreated with default headers values

func (*HostRsrcPrCreated) Error

func (o *HostRsrcPrCreated) Error() string

func (*HostRsrcPrCreated) GetPayload

func (o *HostRsrcPrCreated) GetPayload() []*models.UMAPermissionList

type HostRsrcPrInternalServerError

type HostRsrcPrInternalServerError struct {
	Payload *models.ErrorResponse
}

HostRsrcPrInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewHostRsrcPrInternalServerError

func NewHostRsrcPrInternalServerError() *HostRsrcPrInternalServerError

NewHostRsrcPrInternalServerError creates a HostRsrcPrInternalServerError with default headers values

func (*HostRsrcPrInternalServerError) Error

func (*HostRsrcPrInternalServerError) GetPayload

type HostRsrcPrParams

type HostRsrcPrParams struct {

	/*Authorization
	  Client Authorization details that contains the access token along with other details.

	*/
	Authorization string
	/*Params
	  A key/value map that can contain custom parameters.

	*/
	Params *string
	/*ResourceID
	  The identifier for a resource to which this client is seeking access. The identifier MUST correspond to a resource that was previously registered.

	*/
	ResourceID string
	/*ResourceScopes
	  An array referencing zero or more strings representing scopes to which access was granted for this resource. Each string MUST correspond to a scope that was registered by this resource server for the referenced resource.

	*/
	ResourceScopes []string

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

HostRsrcPrParams contains all the parameters to send to the API endpoint for the host rsrc pr operation typically these are written to a http.Request

func NewHostRsrcPrParams

func NewHostRsrcPrParams() *HostRsrcPrParams

NewHostRsrcPrParams creates a new HostRsrcPrParams object with the default values initialized.

func NewHostRsrcPrParamsWithContext

func NewHostRsrcPrParamsWithContext(ctx context.Context) *HostRsrcPrParams

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

func NewHostRsrcPrParamsWithHTTPClient

func NewHostRsrcPrParamsWithHTTPClient(client *http.Client) *HostRsrcPrParams

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

func NewHostRsrcPrParamsWithTimeout

func NewHostRsrcPrParamsWithTimeout(timeout time.Duration) *HostRsrcPrParams

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

func (*HostRsrcPrParams) SetAuthorization

func (o *HostRsrcPrParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the host rsrc pr params

func (*HostRsrcPrParams) SetContext

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

SetContext adds the context to the host rsrc pr params

func (*HostRsrcPrParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the host rsrc pr params

func (*HostRsrcPrParams) SetParams

func (o *HostRsrcPrParams) SetParams(params *string)

SetParams adds the params to the host rsrc pr params

func (*HostRsrcPrParams) SetResourceID

func (o *HostRsrcPrParams) SetResourceID(resourceID string)

SetResourceID adds the resourceId to the host rsrc pr params

func (*HostRsrcPrParams) SetResourceScopes

func (o *HostRsrcPrParams) SetResourceScopes(resourceScopes []string)

SetResourceScopes adds the resourceScopes to the host rsrc pr params

func (*HostRsrcPrParams) SetTimeout

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

SetTimeout adds the timeout to the host rsrc pr params

func (*HostRsrcPrParams) WithAuthorization

func (o *HostRsrcPrParams) WithAuthorization(authorization string) *HostRsrcPrParams

WithAuthorization adds the authorization to the host rsrc pr params

func (*HostRsrcPrParams) WithContext

func (o *HostRsrcPrParams) WithContext(ctx context.Context) *HostRsrcPrParams

WithContext adds the context to the host rsrc pr params

func (*HostRsrcPrParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the host rsrc pr params

func (*HostRsrcPrParams) WithParams

func (o *HostRsrcPrParams) WithParams(params *string) *HostRsrcPrParams

WithParams adds the params to the host rsrc pr params

func (*HostRsrcPrParams) WithResourceID

func (o *HostRsrcPrParams) WithResourceID(resourceID string) *HostRsrcPrParams

WithResourceID adds the resourceID to the host rsrc pr params

func (*HostRsrcPrParams) WithResourceScopes

func (o *HostRsrcPrParams) WithResourceScopes(resourceScopes []string) *HostRsrcPrParams

WithResourceScopes adds the resourceScopes to the host rsrc pr params

func (*HostRsrcPrParams) WithTimeout

func (o *HostRsrcPrParams) WithTimeout(timeout time.Duration) *HostRsrcPrParams

WithTimeout adds the timeout to the host rsrc pr params

func (*HostRsrcPrParams) WriteToRequest

func (o *HostRsrcPrParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type HostRsrcPrReader

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

HostRsrcPrReader is a Reader for the HostRsrcPr structure.

func (*HostRsrcPrReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUMAGatherClaimsBadRequest

type PostUMAGatherClaimsBadRequest struct {
	Payload *models.ErrorResponse
}

PostUMAGatherClaimsBadRequest handles this case with default header values.

Invalid parameters provided to endpoint.

func NewPostUMAGatherClaimsBadRequest

func NewPostUMAGatherClaimsBadRequest() *PostUMAGatherClaimsBadRequest

NewPostUMAGatherClaimsBadRequest creates a PostUMAGatherClaimsBadRequest with default headers values

func (*PostUMAGatherClaimsBadRequest) Error

func (*PostUMAGatherClaimsBadRequest) GetPayload

type PostUMAGatherClaimsInternalServerError

type PostUMAGatherClaimsInternalServerError struct {
	Payload *models.ErrorResponse
}

PostUMAGatherClaimsInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewPostUMAGatherClaimsInternalServerError

func NewPostUMAGatherClaimsInternalServerError() *PostUMAGatherClaimsInternalServerError

NewPostUMAGatherClaimsInternalServerError creates a PostUMAGatherClaimsInternalServerError with default headers values

func (*PostUMAGatherClaimsInternalServerError) Error

func (*PostUMAGatherClaimsInternalServerError) GetPayload

type PostUMAGatherClaimsOK

type PostUMAGatherClaimsOK struct {
}

PostUMAGatherClaimsOK handles this case with default header values.

PostUMAGatherClaimsOK post Uma gather claims o k

func NewPostUMAGatherClaimsOK

func NewPostUMAGatherClaimsOK() *PostUMAGatherClaimsOK

NewPostUMAGatherClaimsOK creates a PostUMAGatherClaimsOK with default headers values

func (*PostUMAGatherClaimsOK) Error

func (o *PostUMAGatherClaimsOK) Error() string

type PostUMAGatherClaimsParams

type PostUMAGatherClaimsParams struct {

	/*Authentication*/
	Authentication *bool
	/*ClaimsRedirectURI*/
	ClaimsRedirectURI *string
	/*ClientID
	  OAuth 2.0 Client Identifier valid at the Authorization Server.

	*/
	ClientID *string
	/*Reset*/
	Reset *bool
	/*State*/
	State *string
	/*Ticket*/
	Ticket *string

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

PostUMAGatherClaimsParams contains all the parameters to send to the API endpoint for the post uma gather claims operation typically these are written to a http.Request

func NewPostUMAGatherClaimsParams

func NewPostUMAGatherClaimsParams() *PostUMAGatherClaimsParams

NewPostUMAGatherClaimsParams creates a new PostUMAGatherClaimsParams object with the default values initialized.

func NewPostUMAGatherClaimsParamsWithContext

func NewPostUMAGatherClaimsParamsWithContext(ctx context.Context) *PostUMAGatherClaimsParams

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

func NewPostUMAGatherClaimsParamsWithHTTPClient

func NewPostUMAGatherClaimsParamsWithHTTPClient(client *http.Client) *PostUMAGatherClaimsParams

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

func NewPostUMAGatherClaimsParamsWithTimeout

func NewPostUMAGatherClaimsParamsWithTimeout(timeout time.Duration) *PostUMAGatherClaimsParams

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

func (*PostUMAGatherClaimsParams) SetAuthentication

func (o *PostUMAGatherClaimsParams) SetAuthentication(authentication *bool)

SetAuthentication adds the authentication to the post uma gather claims params

func (*PostUMAGatherClaimsParams) SetClaimsRedirectURI

func (o *PostUMAGatherClaimsParams) SetClaimsRedirectURI(claimsRedirectURI *string)

SetClaimsRedirectURI adds the claimsRedirectUri to the post uma gather claims params

func (*PostUMAGatherClaimsParams) SetClientID

func (o *PostUMAGatherClaimsParams) SetClientID(clientID *string)

SetClientID adds the clientId to the post uma gather claims params

func (*PostUMAGatherClaimsParams) SetContext

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

SetContext adds the context to the post uma gather claims params

func (*PostUMAGatherClaimsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post uma gather claims params

func (*PostUMAGatherClaimsParams) SetReset

func (o *PostUMAGatherClaimsParams) SetReset(reset *bool)

SetReset adds the reset to the post uma gather claims params

func (*PostUMAGatherClaimsParams) SetState

func (o *PostUMAGatherClaimsParams) SetState(state *string)

SetState adds the state to the post uma gather claims params

func (*PostUMAGatherClaimsParams) SetTicket

func (o *PostUMAGatherClaimsParams) SetTicket(ticket *string)

SetTicket adds the ticket to the post uma gather claims params

func (*PostUMAGatherClaimsParams) SetTimeout

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

SetTimeout adds the timeout to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithAuthentication

func (o *PostUMAGatherClaimsParams) WithAuthentication(authentication *bool) *PostUMAGatherClaimsParams

WithAuthentication adds the authentication to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithClaimsRedirectURI

func (o *PostUMAGatherClaimsParams) WithClaimsRedirectURI(claimsRedirectURI *string) *PostUMAGatherClaimsParams

WithClaimsRedirectURI adds the claimsRedirectURI to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithClientID

func (o *PostUMAGatherClaimsParams) WithClientID(clientID *string) *PostUMAGatherClaimsParams

WithClientID adds the clientID to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithContext

WithContext adds the context to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithReset

WithReset adds the reset to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithState

WithState adds the state to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithTicket

WithTicket adds the ticket to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WithTimeout

WithTimeout adds the timeout to the post uma gather claims params

func (*PostUMAGatherClaimsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUMAGatherClaimsReader

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

PostUMAGatherClaimsReader is a Reader for the PostUMAGatherClaims structure.

func (*PostUMAGatherClaimsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UMA2ConfigurationInternalServerError

type UMA2ConfigurationInternalServerError struct {
	Payload *models.ErrorResponse
}

UMA2ConfigurationInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewUMA2ConfigurationInternalServerError

func NewUMA2ConfigurationInternalServerError() *UMA2ConfigurationInternalServerError

NewUMA2ConfigurationInternalServerError creates a UMA2ConfigurationInternalServerError with default headers values

func (*UMA2ConfigurationInternalServerError) Error

func (*UMA2ConfigurationInternalServerError) GetPayload

type UMA2ConfigurationOK

type UMA2ConfigurationOK struct {
	Payload *models.UMA2ConfigurationResponse
}

UMA2ConfigurationOK handles this case with default header values.

OK

func NewUMA2ConfigurationOK

func NewUMA2ConfigurationOK() *UMA2ConfigurationOK

NewUMA2ConfigurationOK creates a UMA2ConfigurationOK with default headers values

func (*UMA2ConfigurationOK) Error

func (o *UMA2ConfigurationOK) Error() string

func (*UMA2ConfigurationOK) GetPayload

type UMA2ConfigurationParams

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

UMA2ConfigurationParams contains all the parameters to send to the API endpoint for the uma2 configuration operation typically these are written to a http.Request

func NewUMA2ConfigurationParams

func NewUMA2ConfigurationParams() *UMA2ConfigurationParams

NewUMA2ConfigurationParams creates a new UMA2ConfigurationParams object with the default values initialized.

func NewUMA2ConfigurationParamsWithContext

func NewUMA2ConfigurationParamsWithContext(ctx context.Context) *UMA2ConfigurationParams

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

func NewUMA2ConfigurationParamsWithHTTPClient

func NewUMA2ConfigurationParamsWithHTTPClient(client *http.Client) *UMA2ConfigurationParams

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

func NewUMA2ConfigurationParamsWithTimeout

func NewUMA2ConfigurationParamsWithTimeout(timeout time.Duration) *UMA2ConfigurationParams

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

func (*UMA2ConfigurationParams) SetContext

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

SetContext adds the context to the uma2 configuration params

func (*UMA2ConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the uma2 configuration params

func (*UMA2ConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the uma2 configuration params

func (*UMA2ConfigurationParams) WithContext

WithContext adds the context to the uma2 configuration params

func (*UMA2ConfigurationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the uma2 configuration params

func (*UMA2ConfigurationParams) WithTimeout

WithTimeout adds the timeout to the uma2 configuration params

func (*UMA2ConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UMA2ConfigurationReader

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

UMA2ConfigurationReader is a Reader for the UMA2Configuration structure.

func (*UMA2ConfigurationReader) ReadResponse

func (o *UMA2ConfigurationReader) 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