user_meta_service

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2021 License: Apache-2.0 Imports: 10 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 user meta service API

func New

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

New creates a new user meta service API client.

func (*Client) DeleteUserMetaTags

func (a *Client) DeleteUserMetaTags(params *DeleteUserMetaTagsParams) (*DeleteUserMetaTagsOK, error)

DeleteUserMetaTags deletes one or all tags for a given namespace use for all tags

func (*Client) ListUserMetaNamespace

func (a *Client) ListUserMetaNamespace(params *ListUserMetaNamespaceParams) (*ListUserMetaNamespaceOK, error)

ListUserMetaNamespace lists defined meta namespaces

func (*Client) ListUserMetaTags

func (a *Client) ListUserMetaTags(params *ListUserMetaTagsParams) (*ListUserMetaTagsOK, error)

ListUserMetaTags lists tags for a given namespace

func (*Client) PutUserMetaTag

func (a *Client) PutUserMetaTag(params *PutUserMetaTagParams) (*PutUserMetaTagOK, error)

PutUserMetaTag adds a new value to tags for a given namespace

func (*Client) SearchUserMeta

func (a *Client) SearchUserMeta(params *SearchUserMetaParams) (*SearchUserMetaOK, error)

SearchUserMeta searches a list of meta by node Id or by user id and by namespace

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUserMeta

func (a *Client) UpdateUserMeta(params *UpdateUserMetaParams) (*UpdateUserMetaOK, error)

UpdateUserMeta updates delete user meta

func (*Client) UpdateUserMetaNamespace

func (a *Client) UpdateUserMetaNamespace(params *UpdateUserMetaNamespaceParams) (*UpdateUserMetaNamespaceOK, error)

UpdateUserMetaNamespace admins update namespaces

func (*Client) UserBookmarks

func (a *Client) UserBookmarks(params *UserBookmarksParams) (*UserBookmarksOK, error)

UserBookmarks specials API for bookmarks will load user meta and the associated nodes and return as a node list

type DeleteUserMetaTagsOK

type DeleteUserMetaTagsOK struct {
	Payload *models.RestDeleteUserMetaTagsResponse
}

DeleteUserMetaTagsOK handles this case with default header values.

DeleteUserMetaTagsOK delete user meta tags o k

func NewDeleteUserMetaTagsOK

func NewDeleteUserMetaTagsOK() *DeleteUserMetaTagsOK

NewDeleteUserMetaTagsOK creates a DeleteUserMetaTagsOK with default headers values

func (*DeleteUserMetaTagsOK) Error

func (o *DeleteUserMetaTagsOK) Error() string

type DeleteUserMetaTagsParams

type DeleteUserMetaTagsParams struct {

	/*Namespace*/
	Namespace string
	/*Tags*/
	Tags string

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

DeleteUserMetaTagsParams contains all the parameters to send to the API endpoint for the delete user meta tags operation typically these are written to a http.Request

func NewDeleteUserMetaTagsParams

func NewDeleteUserMetaTagsParams() *DeleteUserMetaTagsParams

NewDeleteUserMetaTagsParams creates a new DeleteUserMetaTagsParams object with the default values initialized.

func NewDeleteUserMetaTagsParamsWithContext

func NewDeleteUserMetaTagsParamsWithContext(ctx context.Context) *DeleteUserMetaTagsParams

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

func NewDeleteUserMetaTagsParamsWithHTTPClient

func NewDeleteUserMetaTagsParamsWithHTTPClient(client *http.Client) *DeleteUserMetaTagsParams

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

func NewDeleteUserMetaTagsParamsWithTimeout

func NewDeleteUserMetaTagsParamsWithTimeout(timeout time.Duration) *DeleteUserMetaTagsParams

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

func (*DeleteUserMetaTagsParams) SetContext

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

SetContext adds the context to the delete user meta tags params

func (*DeleteUserMetaTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user meta tags params

func (*DeleteUserMetaTagsParams) SetNamespace

func (o *DeleteUserMetaTagsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete user meta tags params

func (*DeleteUserMetaTagsParams) SetTags

func (o *DeleteUserMetaTagsParams) SetTags(tags string)

SetTags adds the tags to the delete user meta tags params

func (*DeleteUserMetaTagsParams) SetTimeout

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

SetTimeout adds the timeout to the delete user meta tags params

func (*DeleteUserMetaTagsParams) WithContext

WithContext adds the context to the delete user meta tags params

func (*DeleteUserMetaTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user meta tags params

func (*DeleteUserMetaTagsParams) WithNamespace

func (o *DeleteUserMetaTagsParams) WithNamespace(namespace string) *DeleteUserMetaTagsParams

WithNamespace adds the namespace to the delete user meta tags params

func (*DeleteUserMetaTagsParams) WithTags

WithTags adds the tags to the delete user meta tags params

func (*DeleteUserMetaTagsParams) WithTimeout

WithTimeout adds the timeout to the delete user meta tags params

func (*DeleteUserMetaTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserMetaTagsReader

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

DeleteUserMetaTagsReader is a Reader for the DeleteUserMetaTags structure.

func (*DeleteUserMetaTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUserMetaNamespaceOK

type ListUserMetaNamespaceOK struct {
	Payload *models.RestUserMetaNamespaceCollection
}

ListUserMetaNamespaceOK handles this case with default header values.

ListUserMetaNamespaceOK list user meta namespace o k

func NewListUserMetaNamespaceOK

func NewListUserMetaNamespaceOK() *ListUserMetaNamespaceOK

NewListUserMetaNamespaceOK creates a ListUserMetaNamespaceOK with default headers values

func (*ListUserMetaNamespaceOK) Error

func (o *ListUserMetaNamespaceOK) Error() string

type ListUserMetaNamespaceParams

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

ListUserMetaNamespaceParams contains all the parameters to send to the API endpoint for the list user meta namespace operation typically these are written to a http.Request

func NewListUserMetaNamespaceParams

func NewListUserMetaNamespaceParams() *ListUserMetaNamespaceParams

NewListUserMetaNamespaceParams creates a new ListUserMetaNamespaceParams object with the default values initialized.

func NewListUserMetaNamespaceParamsWithContext

func NewListUserMetaNamespaceParamsWithContext(ctx context.Context) *ListUserMetaNamespaceParams

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

func NewListUserMetaNamespaceParamsWithHTTPClient

func NewListUserMetaNamespaceParamsWithHTTPClient(client *http.Client) *ListUserMetaNamespaceParams

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

func NewListUserMetaNamespaceParamsWithTimeout

func NewListUserMetaNamespaceParamsWithTimeout(timeout time.Duration) *ListUserMetaNamespaceParams

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

func (*ListUserMetaNamespaceParams) SetContext

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

SetContext adds the context to the list user meta namespace params

func (*ListUserMetaNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list user meta namespace params

func (*ListUserMetaNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the list user meta namespace params

func (*ListUserMetaNamespaceParams) WithContext

WithContext adds the context to the list user meta namespace params

func (*ListUserMetaNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list user meta namespace params

func (*ListUserMetaNamespaceParams) WithTimeout

WithTimeout adds the timeout to the list user meta namespace params

func (*ListUserMetaNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListUserMetaNamespaceReader

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

ListUserMetaNamespaceReader is a Reader for the ListUserMetaNamespace structure.

func (*ListUserMetaNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUserMetaTagsOK

type ListUserMetaTagsOK struct {
	Payload *models.RestListUserMetaTagsResponse
}

ListUserMetaTagsOK handles this case with default header values.

ListUserMetaTagsOK list user meta tags o k

func NewListUserMetaTagsOK

func NewListUserMetaTagsOK() *ListUserMetaTagsOK

NewListUserMetaTagsOK creates a ListUserMetaTagsOK with default headers values

func (*ListUserMetaTagsOK) Error

func (o *ListUserMetaTagsOK) Error() string

type ListUserMetaTagsParams

type ListUserMetaTagsParams struct {

	/*Namespace*/
	Namespace string

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

ListUserMetaTagsParams contains all the parameters to send to the API endpoint for the list user meta tags operation typically these are written to a http.Request

func NewListUserMetaTagsParams

func NewListUserMetaTagsParams() *ListUserMetaTagsParams

NewListUserMetaTagsParams creates a new ListUserMetaTagsParams object with the default values initialized.

func NewListUserMetaTagsParamsWithContext

func NewListUserMetaTagsParamsWithContext(ctx context.Context) *ListUserMetaTagsParams

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

func NewListUserMetaTagsParamsWithHTTPClient

func NewListUserMetaTagsParamsWithHTTPClient(client *http.Client) *ListUserMetaTagsParams

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

func NewListUserMetaTagsParamsWithTimeout

func NewListUserMetaTagsParamsWithTimeout(timeout time.Duration) *ListUserMetaTagsParams

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

func (*ListUserMetaTagsParams) SetContext

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

SetContext adds the context to the list user meta tags params

func (*ListUserMetaTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list user meta tags params

func (*ListUserMetaTagsParams) SetNamespace

func (o *ListUserMetaTagsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the list user meta tags params

func (*ListUserMetaTagsParams) SetTimeout

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

SetTimeout adds the timeout to the list user meta tags params

func (*ListUserMetaTagsParams) WithContext

WithContext adds the context to the list user meta tags params

func (*ListUserMetaTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list user meta tags params

func (*ListUserMetaTagsParams) WithNamespace

func (o *ListUserMetaTagsParams) WithNamespace(namespace string) *ListUserMetaTagsParams

WithNamespace adds the namespace to the list user meta tags params

func (*ListUserMetaTagsParams) WithTimeout

WithTimeout adds the timeout to the list user meta tags params

func (*ListUserMetaTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListUserMetaTagsReader

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

ListUserMetaTagsReader is a Reader for the ListUserMetaTags structure.

func (*ListUserMetaTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutUserMetaTagOK

type PutUserMetaTagOK struct {
	Payload *models.RestPutUserMetaTagResponse
}

PutUserMetaTagOK handles this case with default header values.

PutUserMetaTagOK put user meta tag o k

func NewPutUserMetaTagOK

func NewPutUserMetaTagOK() *PutUserMetaTagOK

NewPutUserMetaTagOK creates a PutUserMetaTagOK with default headers values

func (*PutUserMetaTagOK) Error

func (o *PutUserMetaTagOK) Error() string

type PutUserMetaTagParams

type PutUserMetaTagParams struct {

	/*Namespace*/
	Namespace string
	/*Body*/
	Body *models.RestPutUserMetaTagRequest

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

PutUserMetaTagParams contains all the parameters to send to the API endpoint for the put user meta tag operation typically these are written to a http.Request

func NewPutUserMetaTagParams

func NewPutUserMetaTagParams() *PutUserMetaTagParams

NewPutUserMetaTagParams creates a new PutUserMetaTagParams object with the default values initialized.

func NewPutUserMetaTagParamsWithContext

func NewPutUserMetaTagParamsWithContext(ctx context.Context) *PutUserMetaTagParams

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

func NewPutUserMetaTagParamsWithHTTPClient

func NewPutUserMetaTagParamsWithHTTPClient(client *http.Client) *PutUserMetaTagParams

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

func NewPutUserMetaTagParamsWithTimeout

func NewPutUserMetaTagParamsWithTimeout(timeout time.Duration) *PutUserMetaTagParams

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

func (*PutUserMetaTagParams) SetBody

SetBody adds the body to the put user meta tag params

func (*PutUserMetaTagParams) SetContext

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

SetContext adds the context to the put user meta tag params

func (*PutUserMetaTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put user meta tag params

func (*PutUserMetaTagParams) SetNamespace

func (o *PutUserMetaTagParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the put user meta tag params

func (*PutUserMetaTagParams) SetTimeout

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

SetTimeout adds the timeout to the put user meta tag params

func (*PutUserMetaTagParams) WithBody

WithBody adds the body to the put user meta tag params

func (*PutUserMetaTagParams) WithContext

WithContext adds the context to the put user meta tag params

func (*PutUserMetaTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put user meta tag params

func (*PutUserMetaTagParams) WithNamespace

func (o *PutUserMetaTagParams) WithNamespace(namespace string) *PutUserMetaTagParams

WithNamespace adds the namespace to the put user meta tag params

func (*PutUserMetaTagParams) WithTimeout

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

WithTimeout adds the timeout to the put user meta tag params

func (*PutUserMetaTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutUserMetaTagReader

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

PutUserMetaTagReader is a Reader for the PutUserMetaTag structure.

func (*PutUserMetaTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SearchUserMetaOK

type SearchUserMetaOK struct {
	Payload *models.RestUserMetaCollection
}

SearchUserMetaOK handles this case with default header values.

SearchUserMetaOK search user meta o k

func NewSearchUserMetaOK

func NewSearchUserMetaOK() *SearchUserMetaOK

NewSearchUserMetaOK creates a SearchUserMetaOK with default headers values

func (*SearchUserMetaOK) Error

func (o *SearchUserMetaOK) Error() string

type SearchUserMetaParams

type SearchUserMetaParams struct {

	/*Body*/
	Body *models.IdmSearchUserMetaRequest

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

SearchUserMetaParams contains all the parameters to send to the API endpoint for the search user meta operation typically these are written to a http.Request

func NewSearchUserMetaParams

func NewSearchUserMetaParams() *SearchUserMetaParams

NewSearchUserMetaParams creates a new SearchUserMetaParams object with the default values initialized.

func NewSearchUserMetaParamsWithContext

func NewSearchUserMetaParamsWithContext(ctx context.Context) *SearchUserMetaParams

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

func NewSearchUserMetaParamsWithHTTPClient

func NewSearchUserMetaParamsWithHTTPClient(client *http.Client) *SearchUserMetaParams

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

func NewSearchUserMetaParamsWithTimeout

func NewSearchUserMetaParamsWithTimeout(timeout time.Duration) *SearchUserMetaParams

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

func (*SearchUserMetaParams) SetBody

SetBody adds the body to the search user meta params

func (*SearchUserMetaParams) SetContext

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

SetContext adds the context to the search user meta params

func (*SearchUserMetaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the search user meta params

func (*SearchUserMetaParams) SetTimeout

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

SetTimeout adds the timeout to the search user meta params

func (*SearchUserMetaParams) WithBody

WithBody adds the body to the search user meta params

func (*SearchUserMetaParams) WithContext

WithContext adds the context to the search user meta params

func (*SearchUserMetaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the search user meta params

func (*SearchUserMetaParams) WithTimeout

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

WithTimeout adds the timeout to the search user meta params

func (*SearchUserMetaParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SearchUserMetaReader

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

SearchUserMetaReader is a Reader for the SearchUserMeta structure.

func (*SearchUserMetaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserMetaNamespaceOK

type UpdateUserMetaNamespaceOK struct {
	Payload *models.IdmUpdateUserMetaNamespaceResponse
}

UpdateUserMetaNamespaceOK handles this case with default header values.

UpdateUserMetaNamespaceOK update user meta namespace o k

func NewUpdateUserMetaNamespaceOK

func NewUpdateUserMetaNamespaceOK() *UpdateUserMetaNamespaceOK

NewUpdateUserMetaNamespaceOK creates a UpdateUserMetaNamespaceOK with default headers values

func (*UpdateUserMetaNamespaceOK) Error

func (o *UpdateUserMetaNamespaceOK) Error() string

type UpdateUserMetaNamespaceParams

type UpdateUserMetaNamespaceParams struct {

	/*Body*/
	Body *models.IdmUpdateUserMetaNamespaceRequest

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

UpdateUserMetaNamespaceParams contains all the parameters to send to the API endpoint for the update user meta namespace operation typically these are written to a http.Request

func NewUpdateUserMetaNamespaceParams

func NewUpdateUserMetaNamespaceParams() *UpdateUserMetaNamespaceParams

NewUpdateUserMetaNamespaceParams creates a new UpdateUserMetaNamespaceParams object with the default values initialized.

func NewUpdateUserMetaNamespaceParamsWithContext

func NewUpdateUserMetaNamespaceParamsWithContext(ctx context.Context) *UpdateUserMetaNamespaceParams

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

func NewUpdateUserMetaNamespaceParamsWithHTTPClient

func NewUpdateUserMetaNamespaceParamsWithHTTPClient(client *http.Client) *UpdateUserMetaNamespaceParams

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

func NewUpdateUserMetaNamespaceParamsWithTimeout

func NewUpdateUserMetaNamespaceParamsWithTimeout(timeout time.Duration) *UpdateUserMetaNamespaceParams

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

func (*UpdateUserMetaNamespaceParams) SetBody

SetBody adds the body to the update user meta namespace params

func (*UpdateUserMetaNamespaceParams) SetContext

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

SetContext adds the context to the update user meta namespace params

func (*UpdateUserMetaNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user meta namespace params

func (*UpdateUserMetaNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the update user meta namespace params

func (*UpdateUserMetaNamespaceParams) WithBody

WithBody adds the body to the update user meta namespace params

func (*UpdateUserMetaNamespaceParams) WithContext

WithContext adds the context to the update user meta namespace params

func (*UpdateUserMetaNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user meta namespace params

func (*UpdateUserMetaNamespaceParams) WithTimeout

WithTimeout adds the timeout to the update user meta namespace params

func (*UpdateUserMetaNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserMetaNamespaceReader

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

UpdateUserMetaNamespaceReader is a Reader for the UpdateUserMetaNamespace structure.

func (*UpdateUserMetaNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserMetaOK

type UpdateUserMetaOK struct {
	Payload *models.IdmUpdateUserMetaResponse
}

UpdateUserMetaOK handles this case with default header values.

UpdateUserMetaOK update user meta o k

func NewUpdateUserMetaOK

func NewUpdateUserMetaOK() *UpdateUserMetaOK

NewUpdateUserMetaOK creates a UpdateUserMetaOK with default headers values

func (*UpdateUserMetaOK) Error

func (o *UpdateUserMetaOK) Error() string

type UpdateUserMetaParams

type UpdateUserMetaParams struct {

	/*Body*/
	Body *models.IdmUpdateUserMetaRequest

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

UpdateUserMetaParams contains all the parameters to send to the API endpoint for the update user meta operation typically these are written to a http.Request

func NewUpdateUserMetaParams

func NewUpdateUserMetaParams() *UpdateUserMetaParams

NewUpdateUserMetaParams creates a new UpdateUserMetaParams object with the default values initialized.

func NewUpdateUserMetaParamsWithContext

func NewUpdateUserMetaParamsWithContext(ctx context.Context) *UpdateUserMetaParams

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

func NewUpdateUserMetaParamsWithHTTPClient

func NewUpdateUserMetaParamsWithHTTPClient(client *http.Client) *UpdateUserMetaParams

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

func NewUpdateUserMetaParamsWithTimeout

func NewUpdateUserMetaParamsWithTimeout(timeout time.Duration) *UpdateUserMetaParams

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

func (*UpdateUserMetaParams) SetBody

SetBody adds the body to the update user meta params

func (*UpdateUserMetaParams) SetContext

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

SetContext adds the context to the update user meta params

func (*UpdateUserMetaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user meta params

func (*UpdateUserMetaParams) SetTimeout

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

SetTimeout adds the timeout to the update user meta params

func (*UpdateUserMetaParams) WithBody

WithBody adds the body to the update user meta params

func (*UpdateUserMetaParams) WithContext

WithContext adds the context to the update user meta params

func (*UpdateUserMetaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update user meta params

func (*UpdateUserMetaParams) WithTimeout

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

WithTimeout adds the timeout to the update user meta params

func (*UpdateUserMetaParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateUserMetaReader

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

UpdateUserMetaReader is a Reader for the UpdateUserMeta structure.

func (*UpdateUserMetaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UserBookmarksOK

type UserBookmarksOK struct {
	Payload *models.RestBulkMetaResponse
}

UserBookmarksOK handles this case with default header values.

UserBookmarksOK user bookmarks o k

func NewUserBookmarksOK

func NewUserBookmarksOK() *UserBookmarksOK

NewUserBookmarksOK creates a UserBookmarksOK with default headers values

func (*UserBookmarksOK) Error

func (o *UserBookmarksOK) Error() string

type UserBookmarksParams

type UserBookmarksParams struct {

	/*Body*/
	Body models.RestUserBookmarksRequest

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

UserBookmarksParams contains all the parameters to send to the API endpoint for the user bookmarks operation typically these are written to a http.Request

func NewUserBookmarksParams

func NewUserBookmarksParams() *UserBookmarksParams

NewUserBookmarksParams creates a new UserBookmarksParams object with the default values initialized.

func NewUserBookmarksParamsWithContext

func NewUserBookmarksParamsWithContext(ctx context.Context) *UserBookmarksParams

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

func NewUserBookmarksParamsWithHTTPClient

func NewUserBookmarksParamsWithHTTPClient(client *http.Client) *UserBookmarksParams

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

func NewUserBookmarksParamsWithTimeout

func NewUserBookmarksParamsWithTimeout(timeout time.Duration) *UserBookmarksParams

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

func (*UserBookmarksParams) SetBody

SetBody adds the body to the user bookmarks params

func (*UserBookmarksParams) SetContext

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

SetContext adds the context to the user bookmarks params

func (*UserBookmarksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the user bookmarks params

func (*UserBookmarksParams) SetTimeout

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

SetTimeout adds the timeout to the user bookmarks params

func (*UserBookmarksParams) WithBody

WithBody adds the body to the user bookmarks params

func (*UserBookmarksParams) WithContext

WithContext adds the context to the user bookmarks params

func (*UserBookmarksParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the user bookmarks params

func (*UserBookmarksParams) WithTimeout

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

WithTimeout adds the timeout to the user bookmarks params

func (*UserBookmarksParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UserBookmarksReader

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

UserBookmarksReader is a Reader for the UserBookmarks structure.

func (*UserBookmarksReader) ReadResponse

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