users

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2021 License: Apache-2.0 Imports: 13 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 users API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UsersConfigList

func (a *Client) UsersConfigList(params *UsersConfigListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersConfigListOK, error)

UsersConfigList Return the UserConfig for the currently authenticated User.

func (*Client) UsersGroupsBulkDelete

func (a *Client) UsersGroupsBulkDelete(params *UsersGroupsBulkDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsBulkDeleteNoContent, error)

UsersGroupsBulkDelete users groups bulk delete API

func (*Client) UsersGroupsBulkPartialUpdate

func (a *Client) UsersGroupsBulkPartialUpdate(params *UsersGroupsBulkPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsBulkPartialUpdateOK, error)

UsersGroupsBulkPartialUpdate users groups bulk partial update API

func (*Client) UsersGroupsBulkUpdate

func (a *Client) UsersGroupsBulkUpdate(params *UsersGroupsBulkUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsBulkUpdateOK, error)

UsersGroupsBulkUpdate users groups bulk update API

func (*Client) UsersGroupsCreate

func (a *Client) UsersGroupsCreate(params *UsersGroupsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsCreateCreated, error)

UsersGroupsCreate users groups create API

func (*Client) UsersGroupsDelete

func (a *Client) UsersGroupsDelete(params *UsersGroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsDeleteNoContent, error)

UsersGroupsDelete users groups delete API

func (*Client) UsersGroupsList

func (a *Client) UsersGroupsList(params *UsersGroupsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsListOK, error)

UsersGroupsList users groups list API

func (*Client) UsersGroupsPartialUpdate

func (a *Client) UsersGroupsPartialUpdate(params *UsersGroupsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsPartialUpdateOK, error)

UsersGroupsPartialUpdate users groups partial update API

func (*Client) UsersGroupsRead

func (a *Client) UsersGroupsRead(params *UsersGroupsReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsReadOK, error)

UsersGroupsRead users groups read API

func (*Client) UsersGroupsUpdate

func (a *Client) UsersGroupsUpdate(params *UsersGroupsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsUpdateOK, error)

UsersGroupsUpdate users groups update API

func (*Client) UsersPermissionsBulkDelete

UsersPermissionsBulkDelete users permissions bulk delete API

func (*Client) UsersPermissionsBulkPartialUpdate

func (a *Client) UsersPermissionsBulkPartialUpdate(params *UsersPermissionsBulkPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsBulkPartialUpdateOK, error)

UsersPermissionsBulkPartialUpdate users permissions bulk partial update API

func (*Client) UsersPermissionsBulkUpdate

func (a *Client) UsersPermissionsBulkUpdate(params *UsersPermissionsBulkUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsBulkUpdateOK, error)

UsersPermissionsBulkUpdate users permissions bulk update API

func (*Client) UsersPermissionsCreate

func (a *Client) UsersPermissionsCreate(params *UsersPermissionsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsCreateCreated, error)

UsersPermissionsCreate users permissions create API

func (*Client) UsersPermissionsDelete

func (a *Client) UsersPermissionsDelete(params *UsersPermissionsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsDeleteNoContent, error)

UsersPermissionsDelete users permissions delete API

func (*Client) UsersPermissionsList

func (a *Client) UsersPermissionsList(params *UsersPermissionsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsListOK, error)

UsersPermissionsList users permissions list API

func (*Client) UsersPermissionsPartialUpdate

func (a *Client) UsersPermissionsPartialUpdate(params *UsersPermissionsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsPartialUpdateOK, error)

UsersPermissionsPartialUpdate users permissions partial update API

func (*Client) UsersPermissionsRead

func (a *Client) UsersPermissionsRead(params *UsersPermissionsReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsReadOK, error)

UsersPermissionsRead users permissions read API

func (*Client) UsersPermissionsUpdate

func (a *Client) UsersPermissionsUpdate(params *UsersPermissionsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsUpdateOK, error)

UsersPermissionsUpdate users permissions update API

func (*Client) UsersUsersBulkDelete

func (a *Client) UsersUsersBulkDelete(params *UsersUsersBulkDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersBulkDeleteNoContent, error)

UsersUsersBulkDelete users users bulk delete API

func (*Client) UsersUsersBulkPartialUpdate

func (a *Client) UsersUsersBulkPartialUpdate(params *UsersUsersBulkPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersBulkPartialUpdateOK, error)

UsersUsersBulkPartialUpdate users users bulk partial update API

func (*Client) UsersUsersBulkUpdate

func (a *Client) UsersUsersBulkUpdate(params *UsersUsersBulkUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersBulkUpdateOK, error)

UsersUsersBulkUpdate users users bulk update API

func (*Client) UsersUsersCreate

func (a *Client) UsersUsersCreate(params *UsersUsersCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersCreateCreated, error)

UsersUsersCreate users users create API

func (*Client) UsersUsersDelete

func (a *Client) UsersUsersDelete(params *UsersUsersDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersDeleteNoContent, error)

UsersUsersDelete users users delete API

func (*Client) UsersUsersList

func (a *Client) UsersUsersList(params *UsersUsersListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersListOK, error)

UsersUsersList users users list API

func (*Client) UsersUsersPartialUpdate

func (a *Client) UsersUsersPartialUpdate(params *UsersUsersPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersPartialUpdateOK, error)

UsersUsersPartialUpdate users users partial update API

func (*Client) UsersUsersRead

func (a *Client) UsersUsersRead(params *UsersUsersReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersReadOK, error)

UsersUsersRead users users read API

func (*Client) UsersUsersUpdate

func (a *Client) UsersUsersUpdate(params *UsersUsersUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersUpdateOK, error)

UsersUsersUpdate users users update API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	UsersConfigList(params *UsersConfigListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersConfigListOK, error)

	UsersGroupsBulkDelete(params *UsersGroupsBulkDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsBulkDeleteNoContent, error)

	UsersGroupsBulkPartialUpdate(params *UsersGroupsBulkPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsBulkPartialUpdateOK, error)

	UsersGroupsBulkUpdate(params *UsersGroupsBulkUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsBulkUpdateOK, error)

	UsersGroupsCreate(params *UsersGroupsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsCreateCreated, error)

	UsersGroupsDelete(params *UsersGroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsDeleteNoContent, error)

	UsersGroupsList(params *UsersGroupsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsListOK, error)

	UsersGroupsPartialUpdate(params *UsersGroupsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsPartialUpdateOK, error)

	UsersGroupsRead(params *UsersGroupsReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsReadOK, error)

	UsersGroupsUpdate(params *UsersGroupsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersGroupsUpdateOK, error)

	UsersPermissionsBulkDelete(params *UsersPermissionsBulkDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsBulkDeleteNoContent, error)

	UsersPermissionsBulkPartialUpdate(params *UsersPermissionsBulkPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsBulkPartialUpdateOK, error)

	UsersPermissionsBulkUpdate(params *UsersPermissionsBulkUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsBulkUpdateOK, error)

	UsersPermissionsCreate(params *UsersPermissionsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsCreateCreated, error)

	UsersPermissionsDelete(params *UsersPermissionsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsDeleteNoContent, error)

	UsersPermissionsList(params *UsersPermissionsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsListOK, error)

	UsersPermissionsPartialUpdate(params *UsersPermissionsPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsPartialUpdateOK, error)

	UsersPermissionsRead(params *UsersPermissionsReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsReadOK, error)

	UsersPermissionsUpdate(params *UsersPermissionsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersPermissionsUpdateOK, error)

	UsersUsersBulkDelete(params *UsersUsersBulkDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersBulkDeleteNoContent, error)

	UsersUsersBulkPartialUpdate(params *UsersUsersBulkPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersBulkPartialUpdateOK, error)

	UsersUsersBulkUpdate(params *UsersUsersBulkUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersBulkUpdateOK, error)

	UsersUsersCreate(params *UsersUsersCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersCreateCreated, error)

	UsersUsersDelete(params *UsersUsersDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersDeleteNoContent, error)

	UsersUsersList(params *UsersUsersListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersListOK, error)

	UsersUsersPartialUpdate(params *UsersUsersPartialUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersPartialUpdateOK, error)

	UsersUsersRead(params *UsersUsersReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersReadOK, error)

	UsersUsersUpdate(params *UsersUsersUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UsersUsersUpdateOK, 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 users API client.

type UsersConfigListOK

type UsersConfigListOK struct {
}
UsersConfigListOK describes a response with status code 200, with default header values.

UsersConfigListOK users config list o k

func NewUsersConfigListOK

func NewUsersConfigListOK() *UsersConfigListOK

NewUsersConfigListOK creates a UsersConfigListOK with default headers values

func (*UsersConfigListOK) Error

func (o *UsersConfigListOK) Error() string

type UsersConfigListParams

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

UsersConfigListParams contains all the parameters to send to the API endpoint

for the users config list operation.

Typically these are written to a http.Request.

func NewUsersConfigListParams

func NewUsersConfigListParams() *UsersConfigListParams

NewUsersConfigListParams creates a new UsersConfigListParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersConfigListParamsWithContext

func NewUsersConfigListParamsWithContext(ctx context.Context) *UsersConfigListParams

NewUsersConfigListParamsWithContext creates a new UsersConfigListParams object with the ability to set a context for a request.

func NewUsersConfigListParamsWithHTTPClient

func NewUsersConfigListParamsWithHTTPClient(client *http.Client) *UsersConfigListParams

NewUsersConfigListParamsWithHTTPClient creates a new UsersConfigListParams object with the ability to set a custom HTTPClient for a request.

func NewUsersConfigListParamsWithTimeout

func NewUsersConfigListParamsWithTimeout(timeout time.Duration) *UsersConfigListParams

NewUsersConfigListParamsWithTimeout creates a new UsersConfigListParams object with the ability to set a timeout on a request.

func (*UsersConfigListParams) SetContext

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

SetContext adds the context to the users config list params

func (*UsersConfigListParams) SetDefaults

func (o *UsersConfigListParams) SetDefaults()

SetDefaults hydrates default values in the users config list params (not the query body).

All values with no default are reset to their zero value.

func (*UsersConfigListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users config list params

func (*UsersConfigListParams) SetTimeout

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

SetTimeout adds the timeout to the users config list params

func (*UsersConfigListParams) WithContext

WithContext adds the context to the users config list params

func (*UsersConfigListParams) WithDefaults

func (o *UsersConfigListParams) WithDefaults() *UsersConfigListParams

WithDefaults hydrates default values in the users config list params (not the query body).

All values with no default are reset to their zero value.

func (*UsersConfigListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users config list params

func (*UsersConfigListParams) WithTimeout

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

WithTimeout adds the timeout to the users config list params

func (*UsersConfigListParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UsersConfigListReader

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

UsersConfigListReader is a Reader for the UsersConfigList structure.

func (*UsersConfigListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsBulkDeleteNoContent

type UsersGroupsBulkDeleteNoContent struct {
}
UsersGroupsBulkDeleteNoContent describes a response with status code 204, with default header values.

UsersGroupsBulkDeleteNoContent users groups bulk delete no content

func NewUsersGroupsBulkDeleteNoContent

func NewUsersGroupsBulkDeleteNoContent() *UsersGroupsBulkDeleteNoContent

NewUsersGroupsBulkDeleteNoContent creates a UsersGroupsBulkDeleteNoContent with default headers values

func (*UsersGroupsBulkDeleteNoContent) Error

type UsersGroupsBulkDeleteParams

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

UsersGroupsBulkDeleteParams contains all the parameters to send to the API endpoint

for the users groups bulk delete operation.

Typically these are written to a http.Request.

func NewUsersGroupsBulkDeleteParams

func NewUsersGroupsBulkDeleteParams() *UsersGroupsBulkDeleteParams

NewUsersGroupsBulkDeleteParams creates a new UsersGroupsBulkDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsBulkDeleteParamsWithContext

func NewUsersGroupsBulkDeleteParamsWithContext(ctx context.Context) *UsersGroupsBulkDeleteParams

NewUsersGroupsBulkDeleteParamsWithContext creates a new UsersGroupsBulkDeleteParams object with the ability to set a context for a request.

func NewUsersGroupsBulkDeleteParamsWithHTTPClient

func NewUsersGroupsBulkDeleteParamsWithHTTPClient(client *http.Client) *UsersGroupsBulkDeleteParams

NewUsersGroupsBulkDeleteParamsWithHTTPClient creates a new UsersGroupsBulkDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsBulkDeleteParamsWithTimeout

func NewUsersGroupsBulkDeleteParamsWithTimeout(timeout time.Duration) *UsersGroupsBulkDeleteParams

NewUsersGroupsBulkDeleteParamsWithTimeout creates a new UsersGroupsBulkDeleteParams object with the ability to set a timeout on a request.

func (*UsersGroupsBulkDeleteParams) SetContext

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

SetContext adds the context to the users groups bulk delete params

func (*UsersGroupsBulkDeleteParams) SetDefaults

func (o *UsersGroupsBulkDeleteParams) SetDefaults()

SetDefaults hydrates default values in the users groups bulk delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsBulkDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups bulk delete params

func (*UsersGroupsBulkDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the users groups bulk delete params

func (*UsersGroupsBulkDeleteParams) WithContext

WithContext adds the context to the users groups bulk delete params

func (*UsersGroupsBulkDeleteParams) WithDefaults

WithDefaults hydrates default values in the users groups bulk delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsBulkDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users groups bulk delete params

func (*UsersGroupsBulkDeleteParams) WithTimeout

WithTimeout adds the timeout to the users groups bulk delete params

func (*UsersGroupsBulkDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersGroupsBulkDeleteReader

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

UsersGroupsBulkDeleteReader is a Reader for the UsersGroupsBulkDelete structure.

func (*UsersGroupsBulkDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsBulkPartialUpdateOK

type UsersGroupsBulkPartialUpdateOK struct {
	Payload *models.Group
}
UsersGroupsBulkPartialUpdateOK describes a response with status code 200, with default header values.

UsersGroupsBulkPartialUpdateOK users groups bulk partial update o k

func NewUsersGroupsBulkPartialUpdateOK

func NewUsersGroupsBulkPartialUpdateOK() *UsersGroupsBulkPartialUpdateOK

NewUsersGroupsBulkPartialUpdateOK creates a UsersGroupsBulkPartialUpdateOK with default headers values

func (*UsersGroupsBulkPartialUpdateOK) Error

func (*UsersGroupsBulkPartialUpdateOK) GetPayload

func (o *UsersGroupsBulkPartialUpdateOK) GetPayload() *models.Group

type UsersGroupsBulkPartialUpdateParams

type UsersGroupsBulkPartialUpdateParams struct {

	// Data.
	Data *models.Group

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

UsersGroupsBulkPartialUpdateParams contains all the parameters to send to the API endpoint

for the users groups bulk partial update operation.

Typically these are written to a http.Request.

func NewUsersGroupsBulkPartialUpdateParams

func NewUsersGroupsBulkPartialUpdateParams() *UsersGroupsBulkPartialUpdateParams

NewUsersGroupsBulkPartialUpdateParams creates a new UsersGroupsBulkPartialUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsBulkPartialUpdateParamsWithContext

func NewUsersGroupsBulkPartialUpdateParamsWithContext(ctx context.Context) *UsersGroupsBulkPartialUpdateParams

NewUsersGroupsBulkPartialUpdateParamsWithContext creates a new UsersGroupsBulkPartialUpdateParams object with the ability to set a context for a request.

func NewUsersGroupsBulkPartialUpdateParamsWithHTTPClient

func NewUsersGroupsBulkPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsBulkPartialUpdateParams

NewUsersGroupsBulkPartialUpdateParamsWithHTTPClient creates a new UsersGroupsBulkPartialUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsBulkPartialUpdateParamsWithTimeout

func NewUsersGroupsBulkPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsBulkPartialUpdateParams

NewUsersGroupsBulkPartialUpdateParamsWithTimeout creates a new UsersGroupsBulkPartialUpdateParams object with the ability to set a timeout on a request.

func (*UsersGroupsBulkPartialUpdateParams) SetContext

SetContext adds the context to the users groups bulk partial update params

func (*UsersGroupsBulkPartialUpdateParams) SetData

SetData adds the data to the users groups bulk partial update params

func (*UsersGroupsBulkPartialUpdateParams) SetDefaults

func (o *UsersGroupsBulkPartialUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users groups bulk partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsBulkPartialUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups bulk partial update params

func (*UsersGroupsBulkPartialUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users groups bulk partial update params

func (*UsersGroupsBulkPartialUpdateParams) WithContext

WithContext adds the context to the users groups bulk partial update params

func (*UsersGroupsBulkPartialUpdateParams) WithData

WithData adds the data to the users groups bulk partial update params

func (*UsersGroupsBulkPartialUpdateParams) WithDefaults

WithDefaults hydrates default values in the users groups bulk partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsBulkPartialUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users groups bulk partial update params

func (*UsersGroupsBulkPartialUpdateParams) WithTimeout

WithTimeout adds the timeout to the users groups bulk partial update params

func (*UsersGroupsBulkPartialUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersGroupsBulkPartialUpdateReader

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

UsersGroupsBulkPartialUpdateReader is a Reader for the UsersGroupsBulkPartialUpdate structure.

func (*UsersGroupsBulkPartialUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsBulkUpdateOK

type UsersGroupsBulkUpdateOK struct {
	Payload *models.Group
}
UsersGroupsBulkUpdateOK describes a response with status code 200, with default header values.

UsersGroupsBulkUpdateOK users groups bulk update o k

func NewUsersGroupsBulkUpdateOK

func NewUsersGroupsBulkUpdateOK() *UsersGroupsBulkUpdateOK

NewUsersGroupsBulkUpdateOK creates a UsersGroupsBulkUpdateOK with default headers values

func (*UsersGroupsBulkUpdateOK) Error

func (o *UsersGroupsBulkUpdateOK) Error() string

func (*UsersGroupsBulkUpdateOK) GetPayload

func (o *UsersGroupsBulkUpdateOK) GetPayload() *models.Group

type UsersGroupsBulkUpdateParams

type UsersGroupsBulkUpdateParams struct {

	// Data.
	Data *models.Group

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

UsersGroupsBulkUpdateParams contains all the parameters to send to the API endpoint

for the users groups bulk update operation.

Typically these are written to a http.Request.

func NewUsersGroupsBulkUpdateParams

func NewUsersGroupsBulkUpdateParams() *UsersGroupsBulkUpdateParams

NewUsersGroupsBulkUpdateParams creates a new UsersGroupsBulkUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsBulkUpdateParamsWithContext

func NewUsersGroupsBulkUpdateParamsWithContext(ctx context.Context) *UsersGroupsBulkUpdateParams

NewUsersGroupsBulkUpdateParamsWithContext creates a new UsersGroupsBulkUpdateParams object with the ability to set a context for a request.

func NewUsersGroupsBulkUpdateParamsWithHTTPClient

func NewUsersGroupsBulkUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsBulkUpdateParams

NewUsersGroupsBulkUpdateParamsWithHTTPClient creates a new UsersGroupsBulkUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsBulkUpdateParamsWithTimeout

func NewUsersGroupsBulkUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsBulkUpdateParams

NewUsersGroupsBulkUpdateParamsWithTimeout creates a new UsersGroupsBulkUpdateParams object with the ability to set a timeout on a request.

func (*UsersGroupsBulkUpdateParams) SetContext

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

SetContext adds the context to the users groups bulk update params

func (*UsersGroupsBulkUpdateParams) SetData

func (o *UsersGroupsBulkUpdateParams) SetData(data *models.Group)

SetData adds the data to the users groups bulk update params

func (*UsersGroupsBulkUpdateParams) SetDefaults

func (o *UsersGroupsBulkUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users groups bulk update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsBulkUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups bulk update params

func (*UsersGroupsBulkUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users groups bulk update params

func (*UsersGroupsBulkUpdateParams) WithContext

WithContext adds the context to the users groups bulk update params

func (*UsersGroupsBulkUpdateParams) WithData

WithData adds the data to the users groups bulk update params

func (*UsersGroupsBulkUpdateParams) WithDefaults

WithDefaults hydrates default values in the users groups bulk update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsBulkUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users groups bulk update params

func (*UsersGroupsBulkUpdateParams) WithTimeout

WithTimeout adds the timeout to the users groups bulk update params

func (*UsersGroupsBulkUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersGroupsBulkUpdateReader

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

UsersGroupsBulkUpdateReader is a Reader for the UsersGroupsBulkUpdate structure.

func (*UsersGroupsBulkUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsCreateCreated

type UsersGroupsCreateCreated struct {
	Payload *models.Group
}
UsersGroupsCreateCreated describes a response with status code 201, with default header values.

UsersGroupsCreateCreated users groups create created

func NewUsersGroupsCreateCreated

func NewUsersGroupsCreateCreated() *UsersGroupsCreateCreated

NewUsersGroupsCreateCreated creates a UsersGroupsCreateCreated with default headers values

func (*UsersGroupsCreateCreated) Error

func (o *UsersGroupsCreateCreated) Error() string

func (*UsersGroupsCreateCreated) GetPayload

func (o *UsersGroupsCreateCreated) GetPayload() *models.Group

type UsersGroupsCreateParams

type UsersGroupsCreateParams struct {

	// Data.
	Data *models.Group

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

UsersGroupsCreateParams contains all the parameters to send to the API endpoint

for the users groups create operation.

Typically these are written to a http.Request.

func NewUsersGroupsCreateParams

func NewUsersGroupsCreateParams() *UsersGroupsCreateParams

NewUsersGroupsCreateParams creates a new UsersGroupsCreateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsCreateParamsWithContext

func NewUsersGroupsCreateParamsWithContext(ctx context.Context) *UsersGroupsCreateParams

NewUsersGroupsCreateParamsWithContext creates a new UsersGroupsCreateParams object with the ability to set a context for a request.

func NewUsersGroupsCreateParamsWithHTTPClient

func NewUsersGroupsCreateParamsWithHTTPClient(client *http.Client) *UsersGroupsCreateParams

NewUsersGroupsCreateParamsWithHTTPClient creates a new UsersGroupsCreateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsCreateParamsWithTimeout

func NewUsersGroupsCreateParamsWithTimeout(timeout time.Duration) *UsersGroupsCreateParams

NewUsersGroupsCreateParamsWithTimeout creates a new UsersGroupsCreateParams object with the ability to set a timeout on a request.

func (*UsersGroupsCreateParams) SetContext

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

SetContext adds the context to the users groups create params

func (*UsersGroupsCreateParams) SetData

func (o *UsersGroupsCreateParams) SetData(data *models.Group)

SetData adds the data to the users groups create params

func (*UsersGroupsCreateParams) SetDefaults

func (o *UsersGroupsCreateParams) SetDefaults()

SetDefaults hydrates default values in the users groups create params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups create params

func (*UsersGroupsCreateParams) SetTimeout

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

SetTimeout adds the timeout to the users groups create params

func (*UsersGroupsCreateParams) WithContext

WithContext adds the context to the users groups create params

func (*UsersGroupsCreateParams) WithData

WithData adds the data to the users groups create params

func (*UsersGroupsCreateParams) WithDefaults

WithDefaults hydrates default values in the users groups create params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users groups create params

func (*UsersGroupsCreateParams) WithTimeout

WithTimeout adds the timeout to the users groups create params

func (*UsersGroupsCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersGroupsCreateReader

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

UsersGroupsCreateReader is a Reader for the UsersGroupsCreate structure.

func (*UsersGroupsCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsDeleteNoContent

type UsersGroupsDeleteNoContent struct {
}
UsersGroupsDeleteNoContent describes a response with status code 204, with default header values.

UsersGroupsDeleteNoContent users groups delete no content

func NewUsersGroupsDeleteNoContent

func NewUsersGroupsDeleteNoContent() *UsersGroupsDeleteNoContent

NewUsersGroupsDeleteNoContent creates a UsersGroupsDeleteNoContent with default headers values

func (*UsersGroupsDeleteNoContent) Error

type UsersGroupsDeleteParams

type UsersGroupsDeleteParams struct {

	/* ID.

	   A unique integer value identifying this group.
	*/
	ID int64

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

UsersGroupsDeleteParams contains all the parameters to send to the API endpoint

for the users groups delete operation.

Typically these are written to a http.Request.

func NewUsersGroupsDeleteParams

func NewUsersGroupsDeleteParams() *UsersGroupsDeleteParams

NewUsersGroupsDeleteParams creates a new UsersGroupsDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsDeleteParamsWithContext

func NewUsersGroupsDeleteParamsWithContext(ctx context.Context) *UsersGroupsDeleteParams

NewUsersGroupsDeleteParamsWithContext creates a new UsersGroupsDeleteParams object with the ability to set a context for a request.

func NewUsersGroupsDeleteParamsWithHTTPClient

func NewUsersGroupsDeleteParamsWithHTTPClient(client *http.Client) *UsersGroupsDeleteParams

NewUsersGroupsDeleteParamsWithHTTPClient creates a new UsersGroupsDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsDeleteParamsWithTimeout

func NewUsersGroupsDeleteParamsWithTimeout(timeout time.Duration) *UsersGroupsDeleteParams

NewUsersGroupsDeleteParamsWithTimeout creates a new UsersGroupsDeleteParams object with the ability to set a timeout on a request.

func (*UsersGroupsDeleteParams) SetContext

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

SetContext adds the context to the users groups delete params

func (*UsersGroupsDeleteParams) SetDefaults

func (o *UsersGroupsDeleteParams) SetDefaults()

SetDefaults hydrates default values in the users groups delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups delete params

func (*UsersGroupsDeleteParams) SetID

func (o *UsersGroupsDeleteParams) SetID(id int64)

SetID adds the id to the users groups delete params

func (*UsersGroupsDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the users groups delete params

func (*UsersGroupsDeleteParams) WithContext

WithContext adds the context to the users groups delete params

func (*UsersGroupsDeleteParams) WithDefaults

WithDefaults hydrates default values in the users groups delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsDeleteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users groups delete params

func (*UsersGroupsDeleteParams) WithID

WithID adds the id to the users groups delete params

func (*UsersGroupsDeleteParams) WithTimeout

WithTimeout adds the timeout to the users groups delete params

func (*UsersGroupsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersGroupsDeleteReader

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

UsersGroupsDeleteReader is a Reader for the UsersGroupsDelete structure.

func (*UsersGroupsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsListOK

type UsersGroupsListOK struct {
	Payload *UsersGroupsListOKBody
}
UsersGroupsListOK describes a response with status code 200, with default header values.

UsersGroupsListOK users groups list o k

func NewUsersGroupsListOK

func NewUsersGroupsListOK() *UsersGroupsListOK

NewUsersGroupsListOK creates a UsersGroupsListOK with default headers values

func (*UsersGroupsListOK) Error

func (o *UsersGroupsListOK) Error() string

func (*UsersGroupsListOK) GetPayload

func (o *UsersGroupsListOK) GetPayload() *UsersGroupsListOKBody

type UsersGroupsListOKBody

type UsersGroupsListOKBody struct {

	// count
	// Required: true
	Count *int64 `json:"count"`

	// next
	// Format: uri
	Next *strfmt.URI `json:"next,omitempty"`

	// previous
	// Format: uri
	Previous *strfmt.URI `json:"previous,omitempty"`

	// results
	// Required: true
	Results []*models.Group `json:"results"`
}

UsersGroupsListOKBody users groups list o k body swagger:model UsersGroupsListOKBody

func (*UsersGroupsListOKBody) ContextValidate

func (o *UsersGroupsListOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this users groups list o k body based on the context it is used

func (*UsersGroupsListOKBody) MarshalBinary

func (o *UsersGroupsListOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UsersGroupsListOKBody) UnmarshalBinary

func (o *UsersGroupsListOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UsersGroupsListOKBody) Validate

func (o *UsersGroupsListOKBody) Validate(formats strfmt.Registry) error

Validate validates this users groups list o k body

type UsersGroupsListParams

type UsersGroupsListParams struct {

	// ID.
	ID *string

	// IDGt.
	IDGt *string

	// IDGte.
	IDGte *string

	// IDLt.
	IDLt *string

	// IDLte.
	IDLte *string

	// IDn.
	IDn *string

	/* Limit.

	   Number of results to return per page.
	*/
	Limit *int64

	// Name.
	Name *string

	// NameEmpty.
	NameEmpty *string

	// NameIc.
	NameIc *string

	// NameIe.
	NameIe *string

	// NameIew.
	NameIew *string

	// NameIsw.
	NameIsw *string

	// Namen.
	Namen *string

	// NameNic.
	NameNic *string

	// NameNie.
	NameNie *string

	// NameNiew.
	NameNiew *string

	// NameNisw.
	NameNisw *string

	/* Offset.

	   The initial index from which to return the results.
	*/
	Offset *int64

	// Q.
	Q *string

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

UsersGroupsListParams contains all the parameters to send to the API endpoint

for the users groups list operation.

Typically these are written to a http.Request.

func NewUsersGroupsListParams

func NewUsersGroupsListParams() *UsersGroupsListParams

NewUsersGroupsListParams creates a new UsersGroupsListParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsListParamsWithContext

func NewUsersGroupsListParamsWithContext(ctx context.Context) *UsersGroupsListParams

NewUsersGroupsListParamsWithContext creates a new UsersGroupsListParams object with the ability to set a context for a request.

func NewUsersGroupsListParamsWithHTTPClient

func NewUsersGroupsListParamsWithHTTPClient(client *http.Client) *UsersGroupsListParams

NewUsersGroupsListParamsWithHTTPClient creates a new UsersGroupsListParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsListParamsWithTimeout

func NewUsersGroupsListParamsWithTimeout(timeout time.Duration) *UsersGroupsListParams

NewUsersGroupsListParamsWithTimeout creates a new UsersGroupsListParams object with the ability to set a timeout on a request.

func (*UsersGroupsListParams) SetContext

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

SetContext adds the context to the users groups list params

func (*UsersGroupsListParams) SetDefaults

func (o *UsersGroupsListParams) SetDefaults()

SetDefaults hydrates default values in the users groups list params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups list params

func (*UsersGroupsListParams) SetID

func (o *UsersGroupsListParams) SetID(id *string)

SetID adds the id to the users groups list params

func (*UsersGroupsListParams) SetIDGt

func (o *UsersGroupsListParams) SetIDGt(iDGt *string)

SetIDGt adds the idGt to the users groups list params

func (*UsersGroupsListParams) SetIDGte

func (o *UsersGroupsListParams) SetIDGte(iDGte *string)

SetIDGte adds the idGte to the users groups list params

func (*UsersGroupsListParams) SetIDLt

func (o *UsersGroupsListParams) SetIDLt(iDLt *string)

SetIDLt adds the idLt to the users groups list params

func (*UsersGroupsListParams) SetIDLte

func (o *UsersGroupsListParams) SetIDLte(iDLte *string)

SetIDLte adds the idLte to the users groups list params

func (*UsersGroupsListParams) SetIDn

func (o *UsersGroupsListParams) SetIDn(iDn *string)

SetIDn adds the idN to the users groups list params

func (*UsersGroupsListParams) SetLimit

func (o *UsersGroupsListParams) SetLimit(limit *int64)

SetLimit adds the limit to the users groups list params

func (*UsersGroupsListParams) SetName

func (o *UsersGroupsListParams) SetName(name *string)

SetName adds the name to the users groups list params

func (*UsersGroupsListParams) SetNameEmpty

func (o *UsersGroupsListParams) SetNameEmpty(nameEmpty *string)

SetNameEmpty adds the nameEmpty to the users groups list params

func (*UsersGroupsListParams) SetNameIc

func (o *UsersGroupsListParams) SetNameIc(nameIc *string)

SetNameIc adds the nameIc to the users groups list params

func (*UsersGroupsListParams) SetNameIe

func (o *UsersGroupsListParams) SetNameIe(nameIe *string)

SetNameIe adds the nameIe to the users groups list params

func (*UsersGroupsListParams) SetNameIew

func (o *UsersGroupsListParams) SetNameIew(nameIew *string)

SetNameIew adds the nameIew to the users groups list params

func (*UsersGroupsListParams) SetNameIsw

func (o *UsersGroupsListParams) SetNameIsw(nameIsw *string)

SetNameIsw adds the nameIsw to the users groups list params

func (*UsersGroupsListParams) SetNameNic

func (o *UsersGroupsListParams) SetNameNic(nameNic *string)

SetNameNic adds the nameNic to the users groups list params

func (*UsersGroupsListParams) SetNameNie

func (o *UsersGroupsListParams) SetNameNie(nameNie *string)

SetNameNie adds the nameNie to the users groups list params

func (*UsersGroupsListParams) SetNameNiew

func (o *UsersGroupsListParams) SetNameNiew(nameNiew *string)

SetNameNiew adds the nameNiew to the users groups list params

func (*UsersGroupsListParams) SetNameNisw

func (o *UsersGroupsListParams) SetNameNisw(nameNisw *string)

SetNameNisw adds the nameNisw to the users groups list params

func (*UsersGroupsListParams) SetNamen

func (o *UsersGroupsListParams) SetNamen(namen *string)

SetNamen adds the nameN to the users groups list params

func (*UsersGroupsListParams) SetOffset

func (o *UsersGroupsListParams) SetOffset(offset *int64)

SetOffset adds the offset to the users groups list params

func (*UsersGroupsListParams) SetQ

func (o *UsersGroupsListParams) SetQ(q *string)

SetQ adds the q to the users groups list params

func (*UsersGroupsListParams) SetTimeout

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

SetTimeout adds the timeout to the users groups list params

func (*UsersGroupsListParams) WithContext

WithContext adds the context to the users groups list params

func (*UsersGroupsListParams) WithDefaults

func (o *UsersGroupsListParams) WithDefaults() *UsersGroupsListParams

WithDefaults hydrates default values in the users groups list params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users groups list params

func (*UsersGroupsListParams) WithID

WithID adds the id to the users groups list params

func (*UsersGroupsListParams) WithIDGt

WithIDGt adds the iDGt to the users groups list params

func (*UsersGroupsListParams) WithIDGte

func (o *UsersGroupsListParams) WithIDGte(iDGte *string) *UsersGroupsListParams

WithIDGte adds the iDGte to the users groups list params

func (*UsersGroupsListParams) WithIDLt

WithIDLt adds the iDLt to the users groups list params

func (*UsersGroupsListParams) WithIDLte

func (o *UsersGroupsListParams) WithIDLte(iDLte *string) *UsersGroupsListParams

WithIDLte adds the iDLte to the users groups list params

func (*UsersGroupsListParams) WithIDn

WithIDn adds the iDn to the users groups list params

func (*UsersGroupsListParams) WithLimit

func (o *UsersGroupsListParams) WithLimit(limit *int64) *UsersGroupsListParams

WithLimit adds the limit to the users groups list params

func (*UsersGroupsListParams) WithName

WithName adds the name to the users groups list params

func (*UsersGroupsListParams) WithNameEmpty

func (o *UsersGroupsListParams) WithNameEmpty(nameEmpty *string) *UsersGroupsListParams

WithNameEmpty adds the nameEmpty to the users groups list params

func (*UsersGroupsListParams) WithNameIc

func (o *UsersGroupsListParams) WithNameIc(nameIc *string) *UsersGroupsListParams

WithNameIc adds the nameIc to the users groups list params

func (*UsersGroupsListParams) WithNameIe

func (o *UsersGroupsListParams) WithNameIe(nameIe *string) *UsersGroupsListParams

WithNameIe adds the nameIe to the users groups list params

func (*UsersGroupsListParams) WithNameIew

func (o *UsersGroupsListParams) WithNameIew(nameIew *string) *UsersGroupsListParams

WithNameIew adds the nameIew to the users groups list params

func (*UsersGroupsListParams) WithNameIsw

func (o *UsersGroupsListParams) WithNameIsw(nameIsw *string) *UsersGroupsListParams

WithNameIsw adds the nameIsw to the users groups list params

func (*UsersGroupsListParams) WithNameNic

func (o *UsersGroupsListParams) WithNameNic(nameNic *string) *UsersGroupsListParams

WithNameNic adds the nameNic to the users groups list params

func (*UsersGroupsListParams) WithNameNie

func (o *UsersGroupsListParams) WithNameNie(nameNie *string) *UsersGroupsListParams

WithNameNie adds the nameNie to the users groups list params

func (*UsersGroupsListParams) WithNameNiew

func (o *UsersGroupsListParams) WithNameNiew(nameNiew *string) *UsersGroupsListParams

WithNameNiew adds the nameNiew to the users groups list params

func (*UsersGroupsListParams) WithNameNisw

func (o *UsersGroupsListParams) WithNameNisw(nameNisw *string) *UsersGroupsListParams

WithNameNisw adds the nameNisw to the users groups list params

func (*UsersGroupsListParams) WithNamen

func (o *UsersGroupsListParams) WithNamen(namen *string) *UsersGroupsListParams

WithNamen adds the namen to the users groups list params

func (*UsersGroupsListParams) WithOffset

func (o *UsersGroupsListParams) WithOffset(offset *int64) *UsersGroupsListParams

WithOffset adds the offset to the users groups list params

func (*UsersGroupsListParams) WithQ

WithQ adds the q to the users groups list params

func (*UsersGroupsListParams) WithTimeout

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

WithTimeout adds the timeout to the users groups list params

func (*UsersGroupsListParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UsersGroupsListReader

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

UsersGroupsListReader is a Reader for the UsersGroupsList structure.

func (*UsersGroupsListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsPartialUpdateOK

type UsersGroupsPartialUpdateOK struct {
	Payload *models.Group
}
UsersGroupsPartialUpdateOK describes a response with status code 200, with default header values.

UsersGroupsPartialUpdateOK users groups partial update o k

func NewUsersGroupsPartialUpdateOK

func NewUsersGroupsPartialUpdateOK() *UsersGroupsPartialUpdateOK

NewUsersGroupsPartialUpdateOK creates a UsersGroupsPartialUpdateOK with default headers values

func (*UsersGroupsPartialUpdateOK) Error

func (*UsersGroupsPartialUpdateOK) GetPayload

func (o *UsersGroupsPartialUpdateOK) GetPayload() *models.Group

type UsersGroupsPartialUpdateParams

type UsersGroupsPartialUpdateParams struct {

	// Data.
	Data *models.Group

	/* ID.

	   A unique integer value identifying this group.
	*/
	ID int64

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

UsersGroupsPartialUpdateParams contains all the parameters to send to the API endpoint

for the users groups partial update operation.

Typically these are written to a http.Request.

func NewUsersGroupsPartialUpdateParams

func NewUsersGroupsPartialUpdateParams() *UsersGroupsPartialUpdateParams

NewUsersGroupsPartialUpdateParams creates a new UsersGroupsPartialUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsPartialUpdateParamsWithContext

func NewUsersGroupsPartialUpdateParamsWithContext(ctx context.Context) *UsersGroupsPartialUpdateParams

NewUsersGroupsPartialUpdateParamsWithContext creates a new UsersGroupsPartialUpdateParams object with the ability to set a context for a request.

func NewUsersGroupsPartialUpdateParamsWithHTTPClient

func NewUsersGroupsPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsPartialUpdateParams

NewUsersGroupsPartialUpdateParamsWithHTTPClient creates a new UsersGroupsPartialUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsPartialUpdateParamsWithTimeout

func NewUsersGroupsPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsPartialUpdateParams

NewUsersGroupsPartialUpdateParamsWithTimeout creates a new UsersGroupsPartialUpdateParams object with the ability to set a timeout on a request.

func (*UsersGroupsPartialUpdateParams) SetContext

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

SetContext adds the context to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) SetData

func (o *UsersGroupsPartialUpdateParams) SetData(data *models.Group)

SetData adds the data to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) SetDefaults

func (o *UsersGroupsPartialUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users groups partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsPartialUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) SetID

SetID adds the id to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) WithContext

WithContext adds the context to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) WithData

WithData adds the data to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) WithDefaults

WithDefaults hydrates default values in the users groups partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsPartialUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) WithID

WithID adds the id to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) WithTimeout

WithTimeout adds the timeout to the users groups partial update params

func (*UsersGroupsPartialUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersGroupsPartialUpdateReader

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

UsersGroupsPartialUpdateReader is a Reader for the UsersGroupsPartialUpdate structure.

func (*UsersGroupsPartialUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsReadOK

type UsersGroupsReadOK struct {
	Payload *models.Group
}
UsersGroupsReadOK describes a response with status code 200, with default header values.

UsersGroupsReadOK users groups read o k

func NewUsersGroupsReadOK

func NewUsersGroupsReadOK() *UsersGroupsReadOK

NewUsersGroupsReadOK creates a UsersGroupsReadOK with default headers values

func (*UsersGroupsReadOK) Error

func (o *UsersGroupsReadOK) Error() string

func (*UsersGroupsReadOK) GetPayload

func (o *UsersGroupsReadOK) GetPayload() *models.Group

type UsersGroupsReadParams

type UsersGroupsReadParams struct {

	/* ID.

	   A unique integer value identifying this group.
	*/
	ID int64

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

UsersGroupsReadParams contains all the parameters to send to the API endpoint

for the users groups read operation.

Typically these are written to a http.Request.

func NewUsersGroupsReadParams

func NewUsersGroupsReadParams() *UsersGroupsReadParams

NewUsersGroupsReadParams creates a new UsersGroupsReadParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsReadParamsWithContext

func NewUsersGroupsReadParamsWithContext(ctx context.Context) *UsersGroupsReadParams

NewUsersGroupsReadParamsWithContext creates a new UsersGroupsReadParams object with the ability to set a context for a request.

func NewUsersGroupsReadParamsWithHTTPClient

func NewUsersGroupsReadParamsWithHTTPClient(client *http.Client) *UsersGroupsReadParams

NewUsersGroupsReadParamsWithHTTPClient creates a new UsersGroupsReadParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsReadParamsWithTimeout

func NewUsersGroupsReadParamsWithTimeout(timeout time.Duration) *UsersGroupsReadParams

NewUsersGroupsReadParamsWithTimeout creates a new UsersGroupsReadParams object with the ability to set a timeout on a request.

func (*UsersGroupsReadParams) SetContext

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

SetContext adds the context to the users groups read params

func (*UsersGroupsReadParams) SetDefaults

func (o *UsersGroupsReadParams) SetDefaults()

SetDefaults hydrates default values in the users groups read params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsReadParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups read params

func (*UsersGroupsReadParams) SetID

func (o *UsersGroupsReadParams) SetID(id int64)

SetID adds the id to the users groups read params

func (*UsersGroupsReadParams) SetTimeout

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

SetTimeout adds the timeout to the users groups read params

func (*UsersGroupsReadParams) WithContext

WithContext adds the context to the users groups read params

func (*UsersGroupsReadParams) WithDefaults

func (o *UsersGroupsReadParams) WithDefaults() *UsersGroupsReadParams

WithDefaults hydrates default values in the users groups read params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsReadParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users groups read params

func (*UsersGroupsReadParams) WithID

WithID adds the id to the users groups read params

func (*UsersGroupsReadParams) WithTimeout

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

WithTimeout adds the timeout to the users groups read params

func (*UsersGroupsReadParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UsersGroupsReadReader

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

UsersGroupsReadReader is a Reader for the UsersGroupsRead structure.

func (*UsersGroupsReadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersGroupsUpdateOK

type UsersGroupsUpdateOK struct {
	Payload *models.Group
}
UsersGroupsUpdateOK describes a response with status code 200, with default header values.

UsersGroupsUpdateOK users groups update o k

func NewUsersGroupsUpdateOK

func NewUsersGroupsUpdateOK() *UsersGroupsUpdateOK

NewUsersGroupsUpdateOK creates a UsersGroupsUpdateOK with default headers values

func (*UsersGroupsUpdateOK) Error

func (o *UsersGroupsUpdateOK) Error() string

func (*UsersGroupsUpdateOK) GetPayload

func (o *UsersGroupsUpdateOK) GetPayload() *models.Group

type UsersGroupsUpdateParams

type UsersGroupsUpdateParams struct {

	// Data.
	Data *models.Group

	/* ID.

	   A unique integer value identifying this group.
	*/
	ID int64

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

UsersGroupsUpdateParams contains all the parameters to send to the API endpoint

for the users groups update operation.

Typically these are written to a http.Request.

func NewUsersGroupsUpdateParams

func NewUsersGroupsUpdateParams() *UsersGroupsUpdateParams

NewUsersGroupsUpdateParams creates a new UsersGroupsUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersGroupsUpdateParamsWithContext

func NewUsersGroupsUpdateParamsWithContext(ctx context.Context) *UsersGroupsUpdateParams

NewUsersGroupsUpdateParamsWithContext creates a new UsersGroupsUpdateParams object with the ability to set a context for a request.

func NewUsersGroupsUpdateParamsWithHTTPClient

func NewUsersGroupsUpdateParamsWithHTTPClient(client *http.Client) *UsersGroupsUpdateParams

NewUsersGroupsUpdateParamsWithHTTPClient creates a new UsersGroupsUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersGroupsUpdateParamsWithTimeout

func NewUsersGroupsUpdateParamsWithTimeout(timeout time.Duration) *UsersGroupsUpdateParams

NewUsersGroupsUpdateParamsWithTimeout creates a new UsersGroupsUpdateParams object with the ability to set a timeout on a request.

func (*UsersGroupsUpdateParams) SetContext

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

SetContext adds the context to the users groups update params

func (*UsersGroupsUpdateParams) SetData

func (o *UsersGroupsUpdateParams) SetData(data *models.Group)

SetData adds the data to the users groups update params

func (*UsersGroupsUpdateParams) SetDefaults

func (o *UsersGroupsUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users groups update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users groups update params

func (*UsersGroupsUpdateParams) SetID

func (o *UsersGroupsUpdateParams) SetID(id int64)

SetID adds the id to the users groups update params

func (*UsersGroupsUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users groups update params

func (*UsersGroupsUpdateParams) WithContext

WithContext adds the context to the users groups update params

func (*UsersGroupsUpdateParams) WithData

WithData adds the data to the users groups update params

func (*UsersGroupsUpdateParams) WithDefaults

WithDefaults hydrates default values in the users groups update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersGroupsUpdateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users groups update params

func (*UsersGroupsUpdateParams) WithID

WithID adds the id to the users groups update params

func (*UsersGroupsUpdateParams) WithTimeout

WithTimeout adds the timeout to the users groups update params

func (*UsersGroupsUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersGroupsUpdateReader

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

UsersGroupsUpdateReader is a Reader for the UsersGroupsUpdate structure.

func (*UsersGroupsUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsBulkDeleteNoContent

type UsersPermissionsBulkDeleteNoContent struct {
}
UsersPermissionsBulkDeleteNoContent describes a response with status code 204, with default header values.

UsersPermissionsBulkDeleteNoContent users permissions bulk delete no content

func NewUsersPermissionsBulkDeleteNoContent

func NewUsersPermissionsBulkDeleteNoContent() *UsersPermissionsBulkDeleteNoContent

NewUsersPermissionsBulkDeleteNoContent creates a UsersPermissionsBulkDeleteNoContent with default headers values

func (*UsersPermissionsBulkDeleteNoContent) Error

type UsersPermissionsBulkDeleteParams

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

UsersPermissionsBulkDeleteParams contains all the parameters to send to the API endpoint

for the users permissions bulk delete operation.

Typically these are written to a http.Request.

func NewUsersPermissionsBulkDeleteParams

func NewUsersPermissionsBulkDeleteParams() *UsersPermissionsBulkDeleteParams

NewUsersPermissionsBulkDeleteParams creates a new UsersPermissionsBulkDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsBulkDeleteParamsWithContext

func NewUsersPermissionsBulkDeleteParamsWithContext(ctx context.Context) *UsersPermissionsBulkDeleteParams

NewUsersPermissionsBulkDeleteParamsWithContext creates a new UsersPermissionsBulkDeleteParams object with the ability to set a context for a request.

func NewUsersPermissionsBulkDeleteParamsWithHTTPClient

func NewUsersPermissionsBulkDeleteParamsWithHTTPClient(client *http.Client) *UsersPermissionsBulkDeleteParams

NewUsersPermissionsBulkDeleteParamsWithHTTPClient creates a new UsersPermissionsBulkDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsBulkDeleteParamsWithTimeout

func NewUsersPermissionsBulkDeleteParamsWithTimeout(timeout time.Duration) *UsersPermissionsBulkDeleteParams

NewUsersPermissionsBulkDeleteParamsWithTimeout creates a new UsersPermissionsBulkDeleteParams object with the ability to set a timeout on a request.

func (*UsersPermissionsBulkDeleteParams) SetContext

SetContext adds the context to the users permissions bulk delete params

func (*UsersPermissionsBulkDeleteParams) SetDefaults

func (o *UsersPermissionsBulkDeleteParams) SetDefaults()

SetDefaults hydrates default values in the users permissions bulk delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsBulkDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions bulk delete params

func (*UsersPermissionsBulkDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions bulk delete params

func (*UsersPermissionsBulkDeleteParams) WithContext

WithContext adds the context to the users permissions bulk delete params

func (*UsersPermissionsBulkDeleteParams) WithDefaults

WithDefaults hydrates default values in the users permissions bulk delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsBulkDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions bulk delete params

func (*UsersPermissionsBulkDeleteParams) WithTimeout

WithTimeout adds the timeout to the users permissions bulk delete params

func (*UsersPermissionsBulkDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsBulkDeleteReader

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

UsersPermissionsBulkDeleteReader is a Reader for the UsersPermissionsBulkDelete structure.

func (*UsersPermissionsBulkDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsBulkPartialUpdateOK

type UsersPermissionsBulkPartialUpdateOK struct {
	Payload *models.ObjectPermission
}
UsersPermissionsBulkPartialUpdateOK describes a response with status code 200, with default header values.

UsersPermissionsBulkPartialUpdateOK users permissions bulk partial update o k

func NewUsersPermissionsBulkPartialUpdateOK

func NewUsersPermissionsBulkPartialUpdateOK() *UsersPermissionsBulkPartialUpdateOK

NewUsersPermissionsBulkPartialUpdateOK creates a UsersPermissionsBulkPartialUpdateOK with default headers values

func (*UsersPermissionsBulkPartialUpdateOK) Error

func (*UsersPermissionsBulkPartialUpdateOK) GetPayload

type UsersPermissionsBulkPartialUpdateParams

type UsersPermissionsBulkPartialUpdateParams struct {

	// Data.
	Data *models.WritableObjectPermission

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

UsersPermissionsBulkPartialUpdateParams contains all the parameters to send to the API endpoint

for the users permissions bulk partial update operation.

Typically these are written to a http.Request.

func NewUsersPermissionsBulkPartialUpdateParams

func NewUsersPermissionsBulkPartialUpdateParams() *UsersPermissionsBulkPartialUpdateParams

NewUsersPermissionsBulkPartialUpdateParams creates a new UsersPermissionsBulkPartialUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsBulkPartialUpdateParamsWithContext

func NewUsersPermissionsBulkPartialUpdateParamsWithContext(ctx context.Context) *UsersPermissionsBulkPartialUpdateParams

NewUsersPermissionsBulkPartialUpdateParamsWithContext creates a new UsersPermissionsBulkPartialUpdateParams object with the ability to set a context for a request.

func NewUsersPermissionsBulkPartialUpdateParamsWithHTTPClient

func NewUsersPermissionsBulkPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsBulkPartialUpdateParams

NewUsersPermissionsBulkPartialUpdateParamsWithHTTPClient creates a new UsersPermissionsBulkPartialUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsBulkPartialUpdateParamsWithTimeout

func NewUsersPermissionsBulkPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsBulkPartialUpdateParams

NewUsersPermissionsBulkPartialUpdateParamsWithTimeout creates a new UsersPermissionsBulkPartialUpdateParams object with the ability to set a timeout on a request.

func (*UsersPermissionsBulkPartialUpdateParams) SetContext

SetContext adds the context to the users permissions bulk partial update params

func (*UsersPermissionsBulkPartialUpdateParams) SetData

SetData adds the data to the users permissions bulk partial update params

func (*UsersPermissionsBulkPartialUpdateParams) SetDefaults

func (o *UsersPermissionsBulkPartialUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users permissions bulk partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsBulkPartialUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions bulk partial update params

func (*UsersPermissionsBulkPartialUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions bulk partial update params

func (*UsersPermissionsBulkPartialUpdateParams) WithContext

WithContext adds the context to the users permissions bulk partial update params

func (*UsersPermissionsBulkPartialUpdateParams) WithData

WithData adds the data to the users permissions bulk partial update params

func (*UsersPermissionsBulkPartialUpdateParams) WithDefaults

WithDefaults hydrates default values in the users permissions bulk partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsBulkPartialUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions bulk partial update params

func (*UsersPermissionsBulkPartialUpdateParams) WithTimeout

WithTimeout adds the timeout to the users permissions bulk partial update params

func (*UsersPermissionsBulkPartialUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsBulkPartialUpdateReader

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

UsersPermissionsBulkPartialUpdateReader is a Reader for the UsersPermissionsBulkPartialUpdate structure.

func (*UsersPermissionsBulkPartialUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsBulkUpdateOK

type UsersPermissionsBulkUpdateOK struct {
	Payload *models.ObjectPermission
}
UsersPermissionsBulkUpdateOK describes a response with status code 200, with default header values.

UsersPermissionsBulkUpdateOK users permissions bulk update o k

func NewUsersPermissionsBulkUpdateOK

func NewUsersPermissionsBulkUpdateOK() *UsersPermissionsBulkUpdateOK

NewUsersPermissionsBulkUpdateOK creates a UsersPermissionsBulkUpdateOK with default headers values

func (*UsersPermissionsBulkUpdateOK) Error

func (*UsersPermissionsBulkUpdateOK) GetPayload

type UsersPermissionsBulkUpdateParams

type UsersPermissionsBulkUpdateParams struct {

	// Data.
	Data *models.WritableObjectPermission

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

UsersPermissionsBulkUpdateParams contains all the parameters to send to the API endpoint

for the users permissions bulk update operation.

Typically these are written to a http.Request.

func NewUsersPermissionsBulkUpdateParams

func NewUsersPermissionsBulkUpdateParams() *UsersPermissionsBulkUpdateParams

NewUsersPermissionsBulkUpdateParams creates a new UsersPermissionsBulkUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsBulkUpdateParamsWithContext

func NewUsersPermissionsBulkUpdateParamsWithContext(ctx context.Context) *UsersPermissionsBulkUpdateParams

NewUsersPermissionsBulkUpdateParamsWithContext creates a new UsersPermissionsBulkUpdateParams object with the ability to set a context for a request.

func NewUsersPermissionsBulkUpdateParamsWithHTTPClient

func NewUsersPermissionsBulkUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsBulkUpdateParams

NewUsersPermissionsBulkUpdateParamsWithHTTPClient creates a new UsersPermissionsBulkUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsBulkUpdateParamsWithTimeout

func NewUsersPermissionsBulkUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsBulkUpdateParams

NewUsersPermissionsBulkUpdateParamsWithTimeout creates a new UsersPermissionsBulkUpdateParams object with the ability to set a timeout on a request.

func (*UsersPermissionsBulkUpdateParams) SetContext

SetContext adds the context to the users permissions bulk update params

func (*UsersPermissionsBulkUpdateParams) SetData

SetData adds the data to the users permissions bulk update params

func (*UsersPermissionsBulkUpdateParams) SetDefaults

func (o *UsersPermissionsBulkUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users permissions bulk update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsBulkUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions bulk update params

func (*UsersPermissionsBulkUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions bulk update params

func (*UsersPermissionsBulkUpdateParams) WithContext

WithContext adds the context to the users permissions bulk update params

func (*UsersPermissionsBulkUpdateParams) WithData

WithData adds the data to the users permissions bulk update params

func (*UsersPermissionsBulkUpdateParams) WithDefaults

WithDefaults hydrates default values in the users permissions bulk update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsBulkUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions bulk update params

func (*UsersPermissionsBulkUpdateParams) WithTimeout

WithTimeout adds the timeout to the users permissions bulk update params

func (*UsersPermissionsBulkUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsBulkUpdateReader

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

UsersPermissionsBulkUpdateReader is a Reader for the UsersPermissionsBulkUpdate structure.

func (*UsersPermissionsBulkUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsCreateCreated

type UsersPermissionsCreateCreated struct {
	Payload *models.ObjectPermission
}
UsersPermissionsCreateCreated describes a response with status code 201, with default header values.

UsersPermissionsCreateCreated users permissions create created

func NewUsersPermissionsCreateCreated

func NewUsersPermissionsCreateCreated() *UsersPermissionsCreateCreated

NewUsersPermissionsCreateCreated creates a UsersPermissionsCreateCreated with default headers values

func (*UsersPermissionsCreateCreated) Error

func (*UsersPermissionsCreateCreated) GetPayload

type UsersPermissionsCreateParams

type UsersPermissionsCreateParams struct {

	// Data.
	Data *models.WritableObjectPermission

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

UsersPermissionsCreateParams contains all the parameters to send to the API endpoint

for the users permissions create operation.

Typically these are written to a http.Request.

func NewUsersPermissionsCreateParams

func NewUsersPermissionsCreateParams() *UsersPermissionsCreateParams

NewUsersPermissionsCreateParams creates a new UsersPermissionsCreateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsCreateParamsWithContext

func NewUsersPermissionsCreateParamsWithContext(ctx context.Context) *UsersPermissionsCreateParams

NewUsersPermissionsCreateParamsWithContext creates a new UsersPermissionsCreateParams object with the ability to set a context for a request.

func NewUsersPermissionsCreateParamsWithHTTPClient

func NewUsersPermissionsCreateParamsWithHTTPClient(client *http.Client) *UsersPermissionsCreateParams

NewUsersPermissionsCreateParamsWithHTTPClient creates a new UsersPermissionsCreateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsCreateParamsWithTimeout

func NewUsersPermissionsCreateParamsWithTimeout(timeout time.Duration) *UsersPermissionsCreateParams

NewUsersPermissionsCreateParamsWithTimeout creates a new UsersPermissionsCreateParams object with the ability to set a timeout on a request.

func (*UsersPermissionsCreateParams) SetContext

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

SetContext adds the context to the users permissions create params

func (*UsersPermissionsCreateParams) SetData

SetData adds the data to the users permissions create params

func (*UsersPermissionsCreateParams) SetDefaults

func (o *UsersPermissionsCreateParams) SetDefaults()

SetDefaults hydrates default values in the users permissions create params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions create params

func (*UsersPermissionsCreateParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions create params

func (*UsersPermissionsCreateParams) WithContext

WithContext adds the context to the users permissions create params

func (*UsersPermissionsCreateParams) WithData

WithData adds the data to the users permissions create params

func (*UsersPermissionsCreateParams) WithDefaults

WithDefaults hydrates default values in the users permissions create params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions create params

func (*UsersPermissionsCreateParams) WithTimeout

WithTimeout adds the timeout to the users permissions create params

func (*UsersPermissionsCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsCreateReader

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

UsersPermissionsCreateReader is a Reader for the UsersPermissionsCreate structure.

func (*UsersPermissionsCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsDeleteNoContent

type UsersPermissionsDeleteNoContent struct {
}
UsersPermissionsDeleteNoContent describes a response with status code 204, with default header values.

UsersPermissionsDeleteNoContent users permissions delete no content

func NewUsersPermissionsDeleteNoContent

func NewUsersPermissionsDeleteNoContent() *UsersPermissionsDeleteNoContent

NewUsersPermissionsDeleteNoContent creates a UsersPermissionsDeleteNoContent with default headers values

func (*UsersPermissionsDeleteNoContent) Error

type UsersPermissionsDeleteParams

type UsersPermissionsDeleteParams struct {

	/* ID.

	   A unique integer value identifying this permission.
	*/
	ID int64

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

UsersPermissionsDeleteParams contains all the parameters to send to the API endpoint

for the users permissions delete operation.

Typically these are written to a http.Request.

func NewUsersPermissionsDeleteParams

func NewUsersPermissionsDeleteParams() *UsersPermissionsDeleteParams

NewUsersPermissionsDeleteParams creates a new UsersPermissionsDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsDeleteParamsWithContext

func NewUsersPermissionsDeleteParamsWithContext(ctx context.Context) *UsersPermissionsDeleteParams

NewUsersPermissionsDeleteParamsWithContext creates a new UsersPermissionsDeleteParams object with the ability to set a context for a request.

func NewUsersPermissionsDeleteParamsWithHTTPClient

func NewUsersPermissionsDeleteParamsWithHTTPClient(client *http.Client) *UsersPermissionsDeleteParams

NewUsersPermissionsDeleteParamsWithHTTPClient creates a new UsersPermissionsDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsDeleteParamsWithTimeout

func NewUsersPermissionsDeleteParamsWithTimeout(timeout time.Duration) *UsersPermissionsDeleteParams

NewUsersPermissionsDeleteParamsWithTimeout creates a new UsersPermissionsDeleteParams object with the ability to set a timeout on a request.

func (*UsersPermissionsDeleteParams) SetContext

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

SetContext adds the context to the users permissions delete params

func (*UsersPermissionsDeleteParams) SetDefaults

func (o *UsersPermissionsDeleteParams) SetDefaults()

SetDefaults hydrates default values in the users permissions delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions delete params

func (*UsersPermissionsDeleteParams) SetID

func (o *UsersPermissionsDeleteParams) SetID(id int64)

SetID adds the id to the users permissions delete params

func (*UsersPermissionsDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions delete params

func (*UsersPermissionsDeleteParams) WithContext

WithContext adds the context to the users permissions delete params

func (*UsersPermissionsDeleteParams) WithDefaults

WithDefaults hydrates default values in the users permissions delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions delete params

func (*UsersPermissionsDeleteParams) WithID

WithID adds the id to the users permissions delete params

func (*UsersPermissionsDeleteParams) WithTimeout

WithTimeout adds the timeout to the users permissions delete params

func (*UsersPermissionsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsDeleteReader

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

UsersPermissionsDeleteReader is a Reader for the UsersPermissionsDelete structure.

func (*UsersPermissionsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsListOK

type UsersPermissionsListOK struct {
	Payload *UsersPermissionsListOKBody
}
UsersPermissionsListOK describes a response with status code 200, with default header values.

UsersPermissionsListOK users permissions list o k

func NewUsersPermissionsListOK

func NewUsersPermissionsListOK() *UsersPermissionsListOK

NewUsersPermissionsListOK creates a UsersPermissionsListOK with default headers values

func (*UsersPermissionsListOK) Error

func (o *UsersPermissionsListOK) Error() string

func (*UsersPermissionsListOK) GetPayload

type UsersPermissionsListOKBody

type UsersPermissionsListOKBody struct {

	// count
	// Required: true
	Count *int64 `json:"count"`

	// next
	// Format: uri
	Next *strfmt.URI `json:"next,omitempty"`

	// previous
	// Format: uri
	Previous *strfmt.URI `json:"previous,omitempty"`

	// results
	// Required: true
	Results []*models.ObjectPermission `json:"results"`
}

UsersPermissionsListOKBody users permissions list o k body swagger:model UsersPermissionsListOKBody

func (*UsersPermissionsListOKBody) ContextValidate

func (o *UsersPermissionsListOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this users permissions list o k body based on the context it is used

func (*UsersPermissionsListOKBody) MarshalBinary

func (o *UsersPermissionsListOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UsersPermissionsListOKBody) UnmarshalBinary

func (o *UsersPermissionsListOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UsersPermissionsListOKBody) Validate

func (o *UsersPermissionsListOKBody) Validate(formats strfmt.Registry) error

Validate validates this users permissions list o k body

type UsersPermissionsListParams

type UsersPermissionsListParams struct {

	// Enabled.
	Enabled *string

	// Group.
	Group *string

	// Groupn.
	Groupn *string

	// GroupID.
	GroupID *string

	// GroupIDn.
	GroupIDn *string

	// ID.
	ID *string

	// IDGt.
	IDGt *string

	// IDGte.
	IDGte *string

	// IDLt.
	IDLt *string

	// IDLte.
	IDLte *string

	// IDn.
	IDn *string

	/* Limit.

	   Number of results to return per page.
	*/
	Limit *int64

	// Name.
	Name *string

	// NameEmpty.
	NameEmpty *string

	// NameIc.
	NameIc *string

	// NameIe.
	NameIe *string

	// NameIew.
	NameIew *string

	// NameIsw.
	NameIsw *string

	// Namen.
	Namen *string

	// NameNic.
	NameNic *string

	// NameNie.
	NameNie *string

	// NameNiew.
	NameNiew *string

	// NameNisw.
	NameNisw *string

	// ObjectTypes.
	ObjectTypes *string

	// ObjectTypesn.
	ObjectTypesn *string

	/* Offset.

	   The initial index from which to return the results.
	*/
	Offset *int64

	// User.
	User *string

	// Usern.
	Usern *string

	// UserID.
	UserID *string

	// UserIDn.
	UserIDn *string

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

UsersPermissionsListParams contains all the parameters to send to the API endpoint

for the users permissions list operation.

Typically these are written to a http.Request.

func NewUsersPermissionsListParams

func NewUsersPermissionsListParams() *UsersPermissionsListParams

NewUsersPermissionsListParams creates a new UsersPermissionsListParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsListParamsWithContext

func NewUsersPermissionsListParamsWithContext(ctx context.Context) *UsersPermissionsListParams

NewUsersPermissionsListParamsWithContext creates a new UsersPermissionsListParams object with the ability to set a context for a request.

func NewUsersPermissionsListParamsWithHTTPClient

func NewUsersPermissionsListParamsWithHTTPClient(client *http.Client) *UsersPermissionsListParams

NewUsersPermissionsListParamsWithHTTPClient creates a new UsersPermissionsListParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsListParamsWithTimeout

func NewUsersPermissionsListParamsWithTimeout(timeout time.Duration) *UsersPermissionsListParams

NewUsersPermissionsListParamsWithTimeout creates a new UsersPermissionsListParams object with the ability to set a timeout on a request.

func (*UsersPermissionsListParams) SetContext

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

SetContext adds the context to the users permissions list params

func (*UsersPermissionsListParams) SetDefaults

func (o *UsersPermissionsListParams) SetDefaults()

SetDefaults hydrates default values in the users permissions list params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsListParams) SetEnabled

func (o *UsersPermissionsListParams) SetEnabled(enabled *string)

SetEnabled adds the enabled to the users permissions list params

func (*UsersPermissionsListParams) SetGroup

func (o *UsersPermissionsListParams) SetGroup(group *string)

SetGroup adds the group to the users permissions list params

func (*UsersPermissionsListParams) SetGroupID

func (o *UsersPermissionsListParams) SetGroupID(groupID *string)

SetGroupID adds the groupId to the users permissions list params

func (*UsersPermissionsListParams) SetGroupIDn

func (o *UsersPermissionsListParams) SetGroupIDn(groupIDn *string)

SetGroupIDn adds the groupIdN to the users permissions list params

func (*UsersPermissionsListParams) SetGroupn

func (o *UsersPermissionsListParams) SetGroupn(groupn *string)

SetGroupn adds the groupN to the users permissions list params

func (*UsersPermissionsListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions list params

func (*UsersPermissionsListParams) SetID

func (o *UsersPermissionsListParams) SetID(id *string)

SetID adds the id to the users permissions list params

func (*UsersPermissionsListParams) SetIDGt

func (o *UsersPermissionsListParams) SetIDGt(iDGt *string)

SetIDGt adds the idGt to the users permissions list params

func (*UsersPermissionsListParams) SetIDGte

func (o *UsersPermissionsListParams) SetIDGte(iDGte *string)

SetIDGte adds the idGte to the users permissions list params

func (*UsersPermissionsListParams) SetIDLt

func (o *UsersPermissionsListParams) SetIDLt(iDLt *string)

SetIDLt adds the idLt to the users permissions list params

func (*UsersPermissionsListParams) SetIDLte

func (o *UsersPermissionsListParams) SetIDLte(iDLte *string)

SetIDLte adds the idLte to the users permissions list params

func (*UsersPermissionsListParams) SetIDn

func (o *UsersPermissionsListParams) SetIDn(iDn *string)

SetIDn adds the idN to the users permissions list params

func (*UsersPermissionsListParams) SetLimit

func (o *UsersPermissionsListParams) SetLimit(limit *int64)

SetLimit adds the limit to the users permissions list params

func (*UsersPermissionsListParams) SetName

func (o *UsersPermissionsListParams) SetName(name *string)

SetName adds the name to the users permissions list params

func (*UsersPermissionsListParams) SetNameEmpty

func (o *UsersPermissionsListParams) SetNameEmpty(nameEmpty *string)

SetNameEmpty adds the nameEmpty to the users permissions list params

func (*UsersPermissionsListParams) SetNameIc

func (o *UsersPermissionsListParams) SetNameIc(nameIc *string)

SetNameIc adds the nameIc to the users permissions list params

func (*UsersPermissionsListParams) SetNameIe

func (o *UsersPermissionsListParams) SetNameIe(nameIe *string)

SetNameIe adds the nameIe to the users permissions list params

func (*UsersPermissionsListParams) SetNameIew

func (o *UsersPermissionsListParams) SetNameIew(nameIew *string)

SetNameIew adds the nameIew to the users permissions list params

func (*UsersPermissionsListParams) SetNameIsw

func (o *UsersPermissionsListParams) SetNameIsw(nameIsw *string)

SetNameIsw adds the nameIsw to the users permissions list params

func (*UsersPermissionsListParams) SetNameNic

func (o *UsersPermissionsListParams) SetNameNic(nameNic *string)

SetNameNic adds the nameNic to the users permissions list params

func (*UsersPermissionsListParams) SetNameNie

func (o *UsersPermissionsListParams) SetNameNie(nameNie *string)

SetNameNie adds the nameNie to the users permissions list params

func (*UsersPermissionsListParams) SetNameNiew

func (o *UsersPermissionsListParams) SetNameNiew(nameNiew *string)

SetNameNiew adds the nameNiew to the users permissions list params

func (*UsersPermissionsListParams) SetNameNisw

func (o *UsersPermissionsListParams) SetNameNisw(nameNisw *string)

SetNameNisw adds the nameNisw to the users permissions list params

func (*UsersPermissionsListParams) SetNamen

func (o *UsersPermissionsListParams) SetNamen(namen *string)

SetNamen adds the nameN to the users permissions list params

func (*UsersPermissionsListParams) SetObjectTypes

func (o *UsersPermissionsListParams) SetObjectTypes(objectTypes *string)

SetObjectTypes adds the objectTypes to the users permissions list params

func (*UsersPermissionsListParams) SetObjectTypesn

func (o *UsersPermissionsListParams) SetObjectTypesn(objectTypesn *string)

SetObjectTypesn adds the objectTypesN to the users permissions list params

func (*UsersPermissionsListParams) SetOffset

func (o *UsersPermissionsListParams) SetOffset(offset *int64)

SetOffset adds the offset to the users permissions list params

func (*UsersPermissionsListParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions list params

func (*UsersPermissionsListParams) SetUser

func (o *UsersPermissionsListParams) SetUser(user *string)

SetUser adds the user to the users permissions list params

func (*UsersPermissionsListParams) SetUserID

func (o *UsersPermissionsListParams) SetUserID(userID *string)

SetUserID adds the userId to the users permissions list params

func (*UsersPermissionsListParams) SetUserIDn

func (o *UsersPermissionsListParams) SetUserIDn(userIDn *string)

SetUserIDn adds the userIdN to the users permissions list params

func (*UsersPermissionsListParams) SetUsern

func (o *UsersPermissionsListParams) SetUsern(usern *string)

SetUsern adds the userN to the users permissions list params

func (*UsersPermissionsListParams) WithContext

WithContext adds the context to the users permissions list params

func (*UsersPermissionsListParams) WithDefaults

WithDefaults hydrates default values in the users permissions list params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsListParams) WithEnabled

WithEnabled adds the enabled to the users permissions list params

func (*UsersPermissionsListParams) WithGroup

WithGroup adds the group to the users permissions list params

func (*UsersPermissionsListParams) WithGroupID

WithGroupID adds the groupID to the users permissions list params

func (*UsersPermissionsListParams) WithGroupIDn

func (o *UsersPermissionsListParams) WithGroupIDn(groupIDn *string) *UsersPermissionsListParams

WithGroupIDn adds the groupIDn to the users permissions list params

func (*UsersPermissionsListParams) WithGroupn

WithGroupn adds the groupn to the users permissions list params

func (*UsersPermissionsListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions list params

func (*UsersPermissionsListParams) WithID

WithID adds the id to the users permissions list params

func (*UsersPermissionsListParams) WithIDGt

WithIDGt adds the iDGt to the users permissions list params

func (*UsersPermissionsListParams) WithIDGte

WithIDGte adds the iDGte to the users permissions list params

func (*UsersPermissionsListParams) WithIDLt

WithIDLt adds the iDLt to the users permissions list params

func (*UsersPermissionsListParams) WithIDLte

WithIDLte adds the iDLte to the users permissions list params

func (*UsersPermissionsListParams) WithIDn

WithIDn adds the iDn to the users permissions list params

func (*UsersPermissionsListParams) WithLimit

WithLimit adds the limit to the users permissions list params

func (*UsersPermissionsListParams) WithName

WithName adds the name to the users permissions list params

func (*UsersPermissionsListParams) WithNameEmpty

func (o *UsersPermissionsListParams) WithNameEmpty(nameEmpty *string) *UsersPermissionsListParams

WithNameEmpty adds the nameEmpty to the users permissions list params

func (*UsersPermissionsListParams) WithNameIc

WithNameIc adds the nameIc to the users permissions list params

func (*UsersPermissionsListParams) WithNameIe

WithNameIe adds the nameIe to the users permissions list params

func (*UsersPermissionsListParams) WithNameIew

WithNameIew adds the nameIew to the users permissions list params

func (*UsersPermissionsListParams) WithNameIsw

WithNameIsw adds the nameIsw to the users permissions list params

func (*UsersPermissionsListParams) WithNameNic

WithNameNic adds the nameNic to the users permissions list params

func (*UsersPermissionsListParams) WithNameNie

WithNameNie adds the nameNie to the users permissions list params

func (*UsersPermissionsListParams) WithNameNiew

func (o *UsersPermissionsListParams) WithNameNiew(nameNiew *string) *UsersPermissionsListParams

WithNameNiew adds the nameNiew to the users permissions list params

func (*UsersPermissionsListParams) WithNameNisw

func (o *UsersPermissionsListParams) WithNameNisw(nameNisw *string) *UsersPermissionsListParams

WithNameNisw adds the nameNisw to the users permissions list params

func (*UsersPermissionsListParams) WithNamen

WithNamen adds the namen to the users permissions list params

func (*UsersPermissionsListParams) WithObjectTypes

func (o *UsersPermissionsListParams) WithObjectTypes(objectTypes *string) *UsersPermissionsListParams

WithObjectTypes adds the objectTypes to the users permissions list params

func (*UsersPermissionsListParams) WithObjectTypesn

func (o *UsersPermissionsListParams) WithObjectTypesn(objectTypesn *string) *UsersPermissionsListParams

WithObjectTypesn adds the objectTypesn to the users permissions list params

func (*UsersPermissionsListParams) WithOffset

WithOffset adds the offset to the users permissions list params

func (*UsersPermissionsListParams) WithTimeout

WithTimeout adds the timeout to the users permissions list params

func (*UsersPermissionsListParams) WithUser

WithUser adds the user to the users permissions list params

func (*UsersPermissionsListParams) WithUserID

WithUserID adds the userID to the users permissions list params

func (*UsersPermissionsListParams) WithUserIDn

WithUserIDn adds the userIDn to the users permissions list params

func (*UsersPermissionsListParams) WithUsern

WithUsern adds the usern to the users permissions list params

func (*UsersPermissionsListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsListReader

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

UsersPermissionsListReader is a Reader for the UsersPermissionsList structure.

func (*UsersPermissionsListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsPartialUpdateOK

type UsersPermissionsPartialUpdateOK struct {
	Payload *models.ObjectPermission
}
UsersPermissionsPartialUpdateOK describes a response with status code 200, with default header values.

UsersPermissionsPartialUpdateOK users permissions partial update o k

func NewUsersPermissionsPartialUpdateOK

func NewUsersPermissionsPartialUpdateOK() *UsersPermissionsPartialUpdateOK

NewUsersPermissionsPartialUpdateOK creates a UsersPermissionsPartialUpdateOK with default headers values

func (*UsersPermissionsPartialUpdateOK) Error

func (*UsersPermissionsPartialUpdateOK) GetPayload

type UsersPermissionsPartialUpdateParams

type UsersPermissionsPartialUpdateParams struct {

	// Data.
	Data *models.WritableObjectPermission

	/* ID.

	   A unique integer value identifying this permission.
	*/
	ID int64

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

UsersPermissionsPartialUpdateParams contains all the parameters to send to the API endpoint

for the users permissions partial update operation.

Typically these are written to a http.Request.

func NewUsersPermissionsPartialUpdateParams

func NewUsersPermissionsPartialUpdateParams() *UsersPermissionsPartialUpdateParams

NewUsersPermissionsPartialUpdateParams creates a new UsersPermissionsPartialUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsPartialUpdateParamsWithContext

func NewUsersPermissionsPartialUpdateParamsWithContext(ctx context.Context) *UsersPermissionsPartialUpdateParams

NewUsersPermissionsPartialUpdateParamsWithContext creates a new UsersPermissionsPartialUpdateParams object with the ability to set a context for a request.

func NewUsersPermissionsPartialUpdateParamsWithHTTPClient

func NewUsersPermissionsPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsPartialUpdateParams

NewUsersPermissionsPartialUpdateParamsWithHTTPClient creates a new UsersPermissionsPartialUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsPartialUpdateParamsWithTimeout

func NewUsersPermissionsPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsPartialUpdateParams

NewUsersPermissionsPartialUpdateParamsWithTimeout creates a new UsersPermissionsPartialUpdateParams object with the ability to set a timeout on a request.

func (*UsersPermissionsPartialUpdateParams) SetContext

SetContext adds the context to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) SetData

SetData adds the data to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) SetDefaults

func (o *UsersPermissionsPartialUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users permissions partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsPartialUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) SetID

SetID adds the id to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) WithContext

WithContext adds the context to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) WithData

WithData adds the data to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) WithDefaults

WithDefaults hydrates default values in the users permissions partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsPartialUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) WithID

WithID adds the id to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) WithTimeout

WithTimeout adds the timeout to the users permissions partial update params

func (*UsersPermissionsPartialUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsPartialUpdateReader

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

UsersPermissionsPartialUpdateReader is a Reader for the UsersPermissionsPartialUpdate structure.

func (*UsersPermissionsPartialUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsReadOK

type UsersPermissionsReadOK struct {
	Payload *models.ObjectPermission
}
UsersPermissionsReadOK describes a response with status code 200, with default header values.

UsersPermissionsReadOK users permissions read o k

func NewUsersPermissionsReadOK

func NewUsersPermissionsReadOK() *UsersPermissionsReadOK

NewUsersPermissionsReadOK creates a UsersPermissionsReadOK with default headers values

func (*UsersPermissionsReadOK) Error

func (o *UsersPermissionsReadOK) Error() string

func (*UsersPermissionsReadOK) GetPayload

type UsersPermissionsReadParams

type UsersPermissionsReadParams struct {

	/* ID.

	   A unique integer value identifying this permission.
	*/
	ID int64

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

UsersPermissionsReadParams contains all the parameters to send to the API endpoint

for the users permissions read operation.

Typically these are written to a http.Request.

func NewUsersPermissionsReadParams

func NewUsersPermissionsReadParams() *UsersPermissionsReadParams

NewUsersPermissionsReadParams creates a new UsersPermissionsReadParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsReadParamsWithContext

func NewUsersPermissionsReadParamsWithContext(ctx context.Context) *UsersPermissionsReadParams

NewUsersPermissionsReadParamsWithContext creates a new UsersPermissionsReadParams object with the ability to set a context for a request.

func NewUsersPermissionsReadParamsWithHTTPClient

func NewUsersPermissionsReadParamsWithHTTPClient(client *http.Client) *UsersPermissionsReadParams

NewUsersPermissionsReadParamsWithHTTPClient creates a new UsersPermissionsReadParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsReadParamsWithTimeout

func NewUsersPermissionsReadParamsWithTimeout(timeout time.Duration) *UsersPermissionsReadParams

NewUsersPermissionsReadParamsWithTimeout creates a new UsersPermissionsReadParams object with the ability to set a timeout on a request.

func (*UsersPermissionsReadParams) SetContext

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

SetContext adds the context to the users permissions read params

func (*UsersPermissionsReadParams) SetDefaults

func (o *UsersPermissionsReadParams) SetDefaults()

SetDefaults hydrates default values in the users permissions read params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsReadParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions read params

func (*UsersPermissionsReadParams) SetID

func (o *UsersPermissionsReadParams) SetID(id int64)

SetID adds the id to the users permissions read params

func (*UsersPermissionsReadParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions read params

func (*UsersPermissionsReadParams) WithContext

WithContext adds the context to the users permissions read params

func (*UsersPermissionsReadParams) WithDefaults

WithDefaults hydrates default values in the users permissions read params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsReadParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions read params

func (*UsersPermissionsReadParams) WithID

WithID adds the id to the users permissions read params

func (*UsersPermissionsReadParams) WithTimeout

WithTimeout adds the timeout to the users permissions read params

func (*UsersPermissionsReadParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsReadReader

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

UsersPermissionsReadReader is a Reader for the UsersPermissionsRead structure.

func (*UsersPermissionsReadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersPermissionsUpdateOK

type UsersPermissionsUpdateOK struct {
	Payload *models.ObjectPermission
}
UsersPermissionsUpdateOK describes a response with status code 200, with default header values.

UsersPermissionsUpdateOK users permissions update o k

func NewUsersPermissionsUpdateOK

func NewUsersPermissionsUpdateOK() *UsersPermissionsUpdateOK

NewUsersPermissionsUpdateOK creates a UsersPermissionsUpdateOK with default headers values

func (*UsersPermissionsUpdateOK) Error

func (o *UsersPermissionsUpdateOK) Error() string

func (*UsersPermissionsUpdateOK) GetPayload

type UsersPermissionsUpdateParams

type UsersPermissionsUpdateParams struct {

	// Data.
	Data *models.WritableObjectPermission

	/* ID.

	   A unique integer value identifying this permission.
	*/
	ID int64

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

UsersPermissionsUpdateParams contains all the parameters to send to the API endpoint

for the users permissions update operation.

Typically these are written to a http.Request.

func NewUsersPermissionsUpdateParams

func NewUsersPermissionsUpdateParams() *UsersPermissionsUpdateParams

NewUsersPermissionsUpdateParams creates a new UsersPermissionsUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersPermissionsUpdateParamsWithContext

func NewUsersPermissionsUpdateParamsWithContext(ctx context.Context) *UsersPermissionsUpdateParams

NewUsersPermissionsUpdateParamsWithContext creates a new UsersPermissionsUpdateParams object with the ability to set a context for a request.

func NewUsersPermissionsUpdateParamsWithHTTPClient

func NewUsersPermissionsUpdateParamsWithHTTPClient(client *http.Client) *UsersPermissionsUpdateParams

NewUsersPermissionsUpdateParamsWithHTTPClient creates a new UsersPermissionsUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersPermissionsUpdateParamsWithTimeout

func NewUsersPermissionsUpdateParamsWithTimeout(timeout time.Duration) *UsersPermissionsUpdateParams

NewUsersPermissionsUpdateParamsWithTimeout creates a new UsersPermissionsUpdateParams object with the ability to set a timeout on a request.

func (*UsersPermissionsUpdateParams) SetContext

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

SetContext adds the context to the users permissions update params

func (*UsersPermissionsUpdateParams) SetData

SetData adds the data to the users permissions update params

func (*UsersPermissionsUpdateParams) SetDefaults

func (o *UsersPermissionsUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users permissions update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions update params

func (*UsersPermissionsUpdateParams) SetID

func (o *UsersPermissionsUpdateParams) SetID(id int64)

SetID adds the id to the users permissions update params

func (*UsersPermissionsUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users permissions update params

func (*UsersPermissionsUpdateParams) WithContext

WithContext adds the context to the users permissions update params

func (*UsersPermissionsUpdateParams) WithData

WithData adds the data to the users permissions update params

func (*UsersPermissionsUpdateParams) WithDefaults

WithDefaults hydrates default values in the users permissions update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersPermissionsUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users permissions update params

func (*UsersPermissionsUpdateParams) WithID

WithID adds the id to the users permissions update params

func (*UsersPermissionsUpdateParams) WithTimeout

WithTimeout adds the timeout to the users permissions update params

func (*UsersPermissionsUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersPermissionsUpdateReader

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

UsersPermissionsUpdateReader is a Reader for the UsersPermissionsUpdate structure.

func (*UsersPermissionsUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersBulkDeleteNoContent

type UsersUsersBulkDeleteNoContent struct {
}
UsersUsersBulkDeleteNoContent describes a response with status code 204, with default header values.

UsersUsersBulkDeleteNoContent users users bulk delete no content

func NewUsersUsersBulkDeleteNoContent

func NewUsersUsersBulkDeleteNoContent() *UsersUsersBulkDeleteNoContent

NewUsersUsersBulkDeleteNoContent creates a UsersUsersBulkDeleteNoContent with default headers values

func (*UsersUsersBulkDeleteNoContent) Error

type UsersUsersBulkDeleteParams

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

UsersUsersBulkDeleteParams contains all the parameters to send to the API endpoint

for the users users bulk delete operation.

Typically these are written to a http.Request.

func NewUsersUsersBulkDeleteParams

func NewUsersUsersBulkDeleteParams() *UsersUsersBulkDeleteParams

NewUsersUsersBulkDeleteParams creates a new UsersUsersBulkDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersBulkDeleteParamsWithContext

func NewUsersUsersBulkDeleteParamsWithContext(ctx context.Context) *UsersUsersBulkDeleteParams

NewUsersUsersBulkDeleteParamsWithContext creates a new UsersUsersBulkDeleteParams object with the ability to set a context for a request.

func NewUsersUsersBulkDeleteParamsWithHTTPClient

func NewUsersUsersBulkDeleteParamsWithHTTPClient(client *http.Client) *UsersUsersBulkDeleteParams

NewUsersUsersBulkDeleteParamsWithHTTPClient creates a new UsersUsersBulkDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersBulkDeleteParamsWithTimeout

func NewUsersUsersBulkDeleteParamsWithTimeout(timeout time.Duration) *UsersUsersBulkDeleteParams

NewUsersUsersBulkDeleteParamsWithTimeout creates a new UsersUsersBulkDeleteParams object with the ability to set a timeout on a request.

func (*UsersUsersBulkDeleteParams) SetContext

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

SetContext adds the context to the users users bulk delete params

func (*UsersUsersBulkDeleteParams) SetDefaults

func (o *UsersUsersBulkDeleteParams) SetDefaults()

SetDefaults hydrates default values in the users users bulk delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersBulkDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users bulk delete params

func (*UsersUsersBulkDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the users users bulk delete params

func (*UsersUsersBulkDeleteParams) WithContext

WithContext adds the context to the users users bulk delete params

func (*UsersUsersBulkDeleteParams) WithDefaults

WithDefaults hydrates default values in the users users bulk delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersBulkDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users users bulk delete params

func (*UsersUsersBulkDeleteParams) WithTimeout

WithTimeout adds the timeout to the users users bulk delete params

func (*UsersUsersBulkDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersUsersBulkDeleteReader

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

UsersUsersBulkDeleteReader is a Reader for the UsersUsersBulkDelete structure.

func (*UsersUsersBulkDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersBulkPartialUpdateOK

type UsersUsersBulkPartialUpdateOK struct {
	Payload *models.User
}
UsersUsersBulkPartialUpdateOK describes a response with status code 200, with default header values.

UsersUsersBulkPartialUpdateOK users users bulk partial update o k

func NewUsersUsersBulkPartialUpdateOK

func NewUsersUsersBulkPartialUpdateOK() *UsersUsersBulkPartialUpdateOK

NewUsersUsersBulkPartialUpdateOK creates a UsersUsersBulkPartialUpdateOK with default headers values

func (*UsersUsersBulkPartialUpdateOK) Error

func (*UsersUsersBulkPartialUpdateOK) GetPayload

func (o *UsersUsersBulkPartialUpdateOK) GetPayload() *models.User

type UsersUsersBulkPartialUpdateParams

type UsersUsersBulkPartialUpdateParams struct {

	// Data.
	Data *models.WritableUser

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

UsersUsersBulkPartialUpdateParams contains all the parameters to send to the API endpoint

for the users users bulk partial update operation.

Typically these are written to a http.Request.

func NewUsersUsersBulkPartialUpdateParams

func NewUsersUsersBulkPartialUpdateParams() *UsersUsersBulkPartialUpdateParams

NewUsersUsersBulkPartialUpdateParams creates a new UsersUsersBulkPartialUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersBulkPartialUpdateParamsWithContext

func NewUsersUsersBulkPartialUpdateParamsWithContext(ctx context.Context) *UsersUsersBulkPartialUpdateParams

NewUsersUsersBulkPartialUpdateParamsWithContext creates a new UsersUsersBulkPartialUpdateParams object with the ability to set a context for a request.

func NewUsersUsersBulkPartialUpdateParamsWithHTTPClient

func NewUsersUsersBulkPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersBulkPartialUpdateParams

NewUsersUsersBulkPartialUpdateParamsWithHTTPClient creates a new UsersUsersBulkPartialUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersBulkPartialUpdateParamsWithTimeout

func NewUsersUsersBulkPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersBulkPartialUpdateParams

NewUsersUsersBulkPartialUpdateParamsWithTimeout creates a new UsersUsersBulkPartialUpdateParams object with the ability to set a timeout on a request.

func (*UsersUsersBulkPartialUpdateParams) SetContext

SetContext adds the context to the users users bulk partial update params

func (*UsersUsersBulkPartialUpdateParams) SetData

SetData adds the data to the users users bulk partial update params

func (*UsersUsersBulkPartialUpdateParams) SetDefaults

func (o *UsersUsersBulkPartialUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users users bulk partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersBulkPartialUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users bulk partial update params

func (*UsersUsersBulkPartialUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users users bulk partial update params

func (*UsersUsersBulkPartialUpdateParams) WithContext

WithContext adds the context to the users users bulk partial update params

func (*UsersUsersBulkPartialUpdateParams) WithData

WithData adds the data to the users users bulk partial update params

func (*UsersUsersBulkPartialUpdateParams) WithDefaults

WithDefaults hydrates default values in the users users bulk partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersBulkPartialUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users users bulk partial update params

func (*UsersUsersBulkPartialUpdateParams) WithTimeout

WithTimeout adds the timeout to the users users bulk partial update params

func (*UsersUsersBulkPartialUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersUsersBulkPartialUpdateReader

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

UsersUsersBulkPartialUpdateReader is a Reader for the UsersUsersBulkPartialUpdate structure.

func (*UsersUsersBulkPartialUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersBulkUpdateOK

type UsersUsersBulkUpdateOK struct {
	Payload *models.User
}
UsersUsersBulkUpdateOK describes a response with status code 200, with default header values.

UsersUsersBulkUpdateOK users users bulk update o k

func NewUsersUsersBulkUpdateOK

func NewUsersUsersBulkUpdateOK() *UsersUsersBulkUpdateOK

NewUsersUsersBulkUpdateOK creates a UsersUsersBulkUpdateOK with default headers values

func (*UsersUsersBulkUpdateOK) Error

func (o *UsersUsersBulkUpdateOK) Error() string

func (*UsersUsersBulkUpdateOK) GetPayload

func (o *UsersUsersBulkUpdateOK) GetPayload() *models.User

type UsersUsersBulkUpdateParams

type UsersUsersBulkUpdateParams struct {

	// Data.
	Data *models.WritableUser

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

UsersUsersBulkUpdateParams contains all the parameters to send to the API endpoint

for the users users bulk update operation.

Typically these are written to a http.Request.

func NewUsersUsersBulkUpdateParams

func NewUsersUsersBulkUpdateParams() *UsersUsersBulkUpdateParams

NewUsersUsersBulkUpdateParams creates a new UsersUsersBulkUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersBulkUpdateParamsWithContext

func NewUsersUsersBulkUpdateParamsWithContext(ctx context.Context) *UsersUsersBulkUpdateParams

NewUsersUsersBulkUpdateParamsWithContext creates a new UsersUsersBulkUpdateParams object with the ability to set a context for a request.

func NewUsersUsersBulkUpdateParamsWithHTTPClient

func NewUsersUsersBulkUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersBulkUpdateParams

NewUsersUsersBulkUpdateParamsWithHTTPClient creates a new UsersUsersBulkUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersBulkUpdateParamsWithTimeout

func NewUsersUsersBulkUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersBulkUpdateParams

NewUsersUsersBulkUpdateParamsWithTimeout creates a new UsersUsersBulkUpdateParams object with the ability to set a timeout on a request.

func (*UsersUsersBulkUpdateParams) SetContext

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

SetContext adds the context to the users users bulk update params

func (*UsersUsersBulkUpdateParams) SetData

SetData adds the data to the users users bulk update params

func (*UsersUsersBulkUpdateParams) SetDefaults

func (o *UsersUsersBulkUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users users bulk update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersBulkUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users bulk update params

func (*UsersUsersBulkUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users users bulk update params

func (*UsersUsersBulkUpdateParams) WithContext

WithContext adds the context to the users users bulk update params

func (*UsersUsersBulkUpdateParams) WithData

WithData adds the data to the users users bulk update params

func (*UsersUsersBulkUpdateParams) WithDefaults

WithDefaults hydrates default values in the users users bulk update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersBulkUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users users bulk update params

func (*UsersUsersBulkUpdateParams) WithTimeout

WithTimeout adds the timeout to the users users bulk update params

func (*UsersUsersBulkUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersUsersBulkUpdateReader

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

UsersUsersBulkUpdateReader is a Reader for the UsersUsersBulkUpdate structure.

func (*UsersUsersBulkUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersCreateCreated

type UsersUsersCreateCreated struct {
	Payload *models.User
}
UsersUsersCreateCreated describes a response with status code 201, with default header values.

UsersUsersCreateCreated users users create created

func NewUsersUsersCreateCreated

func NewUsersUsersCreateCreated() *UsersUsersCreateCreated

NewUsersUsersCreateCreated creates a UsersUsersCreateCreated with default headers values

func (*UsersUsersCreateCreated) Error

func (o *UsersUsersCreateCreated) Error() string

func (*UsersUsersCreateCreated) GetPayload

func (o *UsersUsersCreateCreated) GetPayload() *models.User

type UsersUsersCreateParams

type UsersUsersCreateParams struct {

	// Data.
	Data *models.WritableUser

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

UsersUsersCreateParams contains all the parameters to send to the API endpoint

for the users users create operation.

Typically these are written to a http.Request.

func NewUsersUsersCreateParams

func NewUsersUsersCreateParams() *UsersUsersCreateParams

NewUsersUsersCreateParams creates a new UsersUsersCreateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersCreateParamsWithContext

func NewUsersUsersCreateParamsWithContext(ctx context.Context) *UsersUsersCreateParams

NewUsersUsersCreateParamsWithContext creates a new UsersUsersCreateParams object with the ability to set a context for a request.

func NewUsersUsersCreateParamsWithHTTPClient

func NewUsersUsersCreateParamsWithHTTPClient(client *http.Client) *UsersUsersCreateParams

NewUsersUsersCreateParamsWithHTTPClient creates a new UsersUsersCreateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersCreateParamsWithTimeout

func NewUsersUsersCreateParamsWithTimeout(timeout time.Duration) *UsersUsersCreateParams

NewUsersUsersCreateParamsWithTimeout creates a new UsersUsersCreateParams object with the ability to set a timeout on a request.

func (*UsersUsersCreateParams) SetContext

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

SetContext adds the context to the users users create params

func (*UsersUsersCreateParams) SetData

func (o *UsersUsersCreateParams) SetData(data *models.WritableUser)

SetData adds the data to the users users create params

func (*UsersUsersCreateParams) SetDefaults

func (o *UsersUsersCreateParams) SetDefaults()

SetDefaults hydrates default values in the users users create params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users create params

func (*UsersUsersCreateParams) SetTimeout

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

SetTimeout adds the timeout to the users users create params

func (*UsersUsersCreateParams) WithContext

WithContext adds the context to the users users create params

func (*UsersUsersCreateParams) WithData

WithData adds the data to the users users create params

func (*UsersUsersCreateParams) WithDefaults

WithDefaults hydrates default values in the users users create params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users users create params

func (*UsersUsersCreateParams) WithTimeout

WithTimeout adds the timeout to the users users create params

func (*UsersUsersCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersUsersCreateReader

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

UsersUsersCreateReader is a Reader for the UsersUsersCreate structure.

func (*UsersUsersCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersDeleteNoContent

type UsersUsersDeleteNoContent struct {
}
UsersUsersDeleteNoContent describes a response with status code 204, with default header values.

UsersUsersDeleteNoContent users users delete no content

func NewUsersUsersDeleteNoContent

func NewUsersUsersDeleteNoContent() *UsersUsersDeleteNoContent

NewUsersUsersDeleteNoContent creates a UsersUsersDeleteNoContent with default headers values

func (*UsersUsersDeleteNoContent) Error

func (o *UsersUsersDeleteNoContent) Error() string

type UsersUsersDeleteParams

type UsersUsersDeleteParams struct {

	/* ID.

	   A unique integer value identifying this user.
	*/
	ID int64

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

UsersUsersDeleteParams contains all the parameters to send to the API endpoint

for the users users delete operation.

Typically these are written to a http.Request.

func NewUsersUsersDeleteParams

func NewUsersUsersDeleteParams() *UsersUsersDeleteParams

NewUsersUsersDeleteParams creates a new UsersUsersDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersDeleteParamsWithContext

func NewUsersUsersDeleteParamsWithContext(ctx context.Context) *UsersUsersDeleteParams

NewUsersUsersDeleteParamsWithContext creates a new UsersUsersDeleteParams object with the ability to set a context for a request.

func NewUsersUsersDeleteParamsWithHTTPClient

func NewUsersUsersDeleteParamsWithHTTPClient(client *http.Client) *UsersUsersDeleteParams

NewUsersUsersDeleteParamsWithHTTPClient creates a new UsersUsersDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersDeleteParamsWithTimeout

func NewUsersUsersDeleteParamsWithTimeout(timeout time.Duration) *UsersUsersDeleteParams

NewUsersUsersDeleteParamsWithTimeout creates a new UsersUsersDeleteParams object with the ability to set a timeout on a request.

func (*UsersUsersDeleteParams) SetContext

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

SetContext adds the context to the users users delete params

func (*UsersUsersDeleteParams) SetDefaults

func (o *UsersUsersDeleteParams) SetDefaults()

SetDefaults hydrates default values in the users users delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users delete params

func (*UsersUsersDeleteParams) SetID

func (o *UsersUsersDeleteParams) SetID(id int64)

SetID adds the id to the users users delete params

func (*UsersUsersDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the users users delete params

func (*UsersUsersDeleteParams) WithContext

WithContext adds the context to the users users delete params

func (*UsersUsersDeleteParams) WithDefaults

WithDefaults hydrates default values in the users users delete params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersDeleteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users users delete params

func (*UsersUsersDeleteParams) WithID

WithID adds the id to the users users delete params

func (*UsersUsersDeleteParams) WithTimeout

WithTimeout adds the timeout to the users users delete params

func (*UsersUsersDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersUsersDeleteReader

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

UsersUsersDeleteReader is a Reader for the UsersUsersDelete structure.

func (*UsersUsersDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersListOK

type UsersUsersListOK struct {
	Payload *UsersUsersListOKBody
}
UsersUsersListOK describes a response with status code 200, with default header values.

UsersUsersListOK users users list o k

func NewUsersUsersListOK

func NewUsersUsersListOK() *UsersUsersListOK

NewUsersUsersListOK creates a UsersUsersListOK with default headers values

func (*UsersUsersListOK) Error

func (o *UsersUsersListOK) Error() string

func (*UsersUsersListOK) GetPayload

func (o *UsersUsersListOK) GetPayload() *UsersUsersListOKBody

type UsersUsersListOKBody

type UsersUsersListOKBody struct {

	// count
	// Required: true
	Count *int64 `json:"count"`

	// next
	// Format: uri
	Next *strfmt.URI `json:"next,omitempty"`

	// previous
	// Format: uri
	Previous *strfmt.URI `json:"previous,omitempty"`

	// results
	// Required: true
	Results []*models.User `json:"results"`
}

UsersUsersListOKBody users users list o k body swagger:model UsersUsersListOKBody

func (*UsersUsersListOKBody) ContextValidate

func (o *UsersUsersListOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this users users list o k body based on the context it is used

func (*UsersUsersListOKBody) MarshalBinary

func (o *UsersUsersListOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UsersUsersListOKBody) UnmarshalBinary

func (o *UsersUsersListOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UsersUsersListOKBody) Validate

func (o *UsersUsersListOKBody) Validate(formats strfmt.Registry) error

Validate validates this users users list o k body

type UsersUsersListParams

type UsersUsersListParams struct {

	// Email.
	Email *string

	// EmailEmpty.
	EmailEmpty *string

	// EmailIc.
	EmailIc *string

	// EmailIe.
	EmailIe *string

	// EmailIew.
	EmailIew *string

	// EmailIsw.
	EmailIsw *string

	// Emailn.
	Emailn *string

	// EmailNic.
	EmailNic *string

	// EmailNie.
	EmailNie *string

	// EmailNiew.
	EmailNiew *string

	// EmailNisw.
	EmailNisw *string

	// FirstName.
	FirstName *string

	// FirstNameEmpty.
	FirstNameEmpty *string

	// FirstNameIc.
	FirstNameIc *string

	// FirstNameIe.
	FirstNameIe *string

	// FirstNameIew.
	FirstNameIew *string

	// FirstNameIsw.
	FirstNameIsw *string

	// FirstNamen.
	FirstNamen *string

	// FirstNameNic.
	FirstNameNic *string

	// FirstNameNie.
	FirstNameNie *string

	// FirstNameNiew.
	FirstNameNiew *string

	// FirstNameNisw.
	FirstNameNisw *string

	// Group.
	Group *string

	// Groupn.
	Groupn *string

	// GroupID.
	GroupID *string

	// GroupIDn.
	GroupIDn *string

	// ID.
	ID *string

	// IDGt.
	IDGt *string

	// IDGte.
	IDGte *string

	// IDLt.
	IDLt *string

	// IDLte.
	IDLte *string

	// IDn.
	IDn *string

	// IsActive.
	IsActive *string

	// IsStaff.
	IsStaff *string

	// LastName.
	LastName *string

	// LastNameEmpty.
	LastNameEmpty *string

	// LastNameIc.
	LastNameIc *string

	// LastNameIe.
	LastNameIe *string

	// LastNameIew.
	LastNameIew *string

	// LastNameIsw.
	LastNameIsw *string

	// LastNamen.
	LastNamen *string

	// LastNameNic.
	LastNameNic *string

	// LastNameNie.
	LastNameNie *string

	// LastNameNiew.
	LastNameNiew *string

	// LastNameNisw.
	LastNameNisw *string

	/* Limit.

	   Number of results to return per page.
	*/
	Limit *int64

	/* Offset.

	   The initial index from which to return the results.
	*/
	Offset *int64

	// Q.
	Q *string

	// Username.
	Username *string

	// UsernameEmpty.
	UsernameEmpty *string

	// UsernameIc.
	UsernameIc *string

	// UsernameIe.
	UsernameIe *string

	// UsernameIew.
	UsernameIew *string

	// UsernameIsw.
	UsernameIsw *string

	// Usernamen.
	Usernamen *string

	// UsernameNic.
	UsernameNic *string

	// UsernameNie.
	UsernameNie *string

	// UsernameNiew.
	UsernameNiew *string

	// UsernameNisw.
	UsernameNisw *string

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

UsersUsersListParams contains all the parameters to send to the API endpoint

for the users users list operation.

Typically these are written to a http.Request.

func NewUsersUsersListParams

func NewUsersUsersListParams() *UsersUsersListParams

NewUsersUsersListParams creates a new UsersUsersListParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersListParamsWithContext

func NewUsersUsersListParamsWithContext(ctx context.Context) *UsersUsersListParams

NewUsersUsersListParamsWithContext creates a new UsersUsersListParams object with the ability to set a context for a request.

func NewUsersUsersListParamsWithHTTPClient

func NewUsersUsersListParamsWithHTTPClient(client *http.Client) *UsersUsersListParams

NewUsersUsersListParamsWithHTTPClient creates a new UsersUsersListParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersListParamsWithTimeout

func NewUsersUsersListParamsWithTimeout(timeout time.Duration) *UsersUsersListParams

NewUsersUsersListParamsWithTimeout creates a new UsersUsersListParams object with the ability to set a timeout on a request.

func (*UsersUsersListParams) SetContext

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

SetContext adds the context to the users users list params

func (*UsersUsersListParams) SetDefaults

func (o *UsersUsersListParams) SetDefaults()

SetDefaults hydrates default values in the users users list params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersListParams) SetEmail

func (o *UsersUsersListParams) SetEmail(email *string)

SetEmail adds the email to the users users list params

func (*UsersUsersListParams) SetEmailEmpty

func (o *UsersUsersListParams) SetEmailEmpty(emailEmpty *string)

SetEmailEmpty adds the emailEmpty to the users users list params

func (*UsersUsersListParams) SetEmailIc

func (o *UsersUsersListParams) SetEmailIc(emailIc *string)

SetEmailIc adds the emailIc to the users users list params

func (*UsersUsersListParams) SetEmailIe

func (o *UsersUsersListParams) SetEmailIe(emailIe *string)

SetEmailIe adds the emailIe to the users users list params

func (*UsersUsersListParams) SetEmailIew

func (o *UsersUsersListParams) SetEmailIew(emailIew *string)

SetEmailIew adds the emailIew to the users users list params

func (*UsersUsersListParams) SetEmailIsw

func (o *UsersUsersListParams) SetEmailIsw(emailIsw *string)

SetEmailIsw adds the emailIsw to the users users list params

func (*UsersUsersListParams) SetEmailNic

func (o *UsersUsersListParams) SetEmailNic(emailNic *string)

SetEmailNic adds the emailNic to the users users list params

func (*UsersUsersListParams) SetEmailNie

func (o *UsersUsersListParams) SetEmailNie(emailNie *string)

SetEmailNie adds the emailNie to the users users list params

func (*UsersUsersListParams) SetEmailNiew

func (o *UsersUsersListParams) SetEmailNiew(emailNiew *string)

SetEmailNiew adds the emailNiew to the users users list params

func (*UsersUsersListParams) SetEmailNisw

func (o *UsersUsersListParams) SetEmailNisw(emailNisw *string)

SetEmailNisw adds the emailNisw to the users users list params

func (*UsersUsersListParams) SetEmailn

func (o *UsersUsersListParams) SetEmailn(emailn *string)

SetEmailn adds the emailN to the users users list params

func (*UsersUsersListParams) SetFirstName

func (o *UsersUsersListParams) SetFirstName(firstName *string)

SetFirstName adds the firstName to the users users list params

func (*UsersUsersListParams) SetFirstNameEmpty

func (o *UsersUsersListParams) SetFirstNameEmpty(firstNameEmpty *string)

SetFirstNameEmpty adds the firstNameEmpty to the users users list params

func (*UsersUsersListParams) SetFirstNameIc

func (o *UsersUsersListParams) SetFirstNameIc(firstNameIc *string)

SetFirstNameIc adds the firstNameIc to the users users list params

func (*UsersUsersListParams) SetFirstNameIe

func (o *UsersUsersListParams) SetFirstNameIe(firstNameIe *string)

SetFirstNameIe adds the firstNameIe to the users users list params

func (*UsersUsersListParams) SetFirstNameIew

func (o *UsersUsersListParams) SetFirstNameIew(firstNameIew *string)

SetFirstNameIew adds the firstNameIew to the users users list params

func (*UsersUsersListParams) SetFirstNameIsw

func (o *UsersUsersListParams) SetFirstNameIsw(firstNameIsw *string)

SetFirstNameIsw adds the firstNameIsw to the users users list params

func (*UsersUsersListParams) SetFirstNameNic

func (o *UsersUsersListParams) SetFirstNameNic(firstNameNic *string)

SetFirstNameNic adds the firstNameNic to the users users list params

func (*UsersUsersListParams) SetFirstNameNie

func (o *UsersUsersListParams) SetFirstNameNie(firstNameNie *string)

SetFirstNameNie adds the firstNameNie to the users users list params

func (*UsersUsersListParams) SetFirstNameNiew

func (o *UsersUsersListParams) SetFirstNameNiew(firstNameNiew *string)

SetFirstNameNiew adds the firstNameNiew to the users users list params

func (*UsersUsersListParams) SetFirstNameNisw

func (o *UsersUsersListParams) SetFirstNameNisw(firstNameNisw *string)

SetFirstNameNisw adds the firstNameNisw to the users users list params

func (*UsersUsersListParams) SetFirstNamen

func (o *UsersUsersListParams) SetFirstNamen(firstNamen *string)

SetFirstNamen adds the firstNameN to the users users list params

func (*UsersUsersListParams) SetGroup

func (o *UsersUsersListParams) SetGroup(group *string)

SetGroup adds the group to the users users list params

func (*UsersUsersListParams) SetGroupID

func (o *UsersUsersListParams) SetGroupID(groupID *string)

SetGroupID adds the groupId to the users users list params

func (*UsersUsersListParams) SetGroupIDn

func (o *UsersUsersListParams) SetGroupIDn(groupIDn *string)

SetGroupIDn adds the groupIdN to the users users list params

func (*UsersUsersListParams) SetGroupn

func (o *UsersUsersListParams) SetGroupn(groupn *string)

SetGroupn adds the groupN to the users users list params

func (*UsersUsersListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users list params

func (*UsersUsersListParams) SetID

func (o *UsersUsersListParams) SetID(id *string)

SetID adds the id to the users users list params

func (*UsersUsersListParams) SetIDGt

func (o *UsersUsersListParams) SetIDGt(iDGt *string)

SetIDGt adds the idGt to the users users list params

func (*UsersUsersListParams) SetIDGte

func (o *UsersUsersListParams) SetIDGte(iDGte *string)

SetIDGte adds the idGte to the users users list params

func (*UsersUsersListParams) SetIDLt

func (o *UsersUsersListParams) SetIDLt(iDLt *string)

SetIDLt adds the idLt to the users users list params

func (*UsersUsersListParams) SetIDLte

func (o *UsersUsersListParams) SetIDLte(iDLte *string)

SetIDLte adds the idLte to the users users list params

func (*UsersUsersListParams) SetIDn

func (o *UsersUsersListParams) SetIDn(iDn *string)

SetIDn adds the idN to the users users list params

func (*UsersUsersListParams) SetIsActive

func (o *UsersUsersListParams) SetIsActive(isActive *string)

SetIsActive adds the isActive to the users users list params

func (*UsersUsersListParams) SetIsStaff

func (o *UsersUsersListParams) SetIsStaff(isStaff *string)

SetIsStaff adds the isStaff to the users users list params

func (*UsersUsersListParams) SetLastName

func (o *UsersUsersListParams) SetLastName(lastName *string)

SetLastName adds the lastName to the users users list params

func (*UsersUsersListParams) SetLastNameEmpty

func (o *UsersUsersListParams) SetLastNameEmpty(lastNameEmpty *string)

SetLastNameEmpty adds the lastNameEmpty to the users users list params

func (*UsersUsersListParams) SetLastNameIc

func (o *UsersUsersListParams) SetLastNameIc(lastNameIc *string)

SetLastNameIc adds the lastNameIc to the users users list params

func (*UsersUsersListParams) SetLastNameIe

func (o *UsersUsersListParams) SetLastNameIe(lastNameIe *string)

SetLastNameIe adds the lastNameIe to the users users list params

func (*UsersUsersListParams) SetLastNameIew

func (o *UsersUsersListParams) SetLastNameIew(lastNameIew *string)

SetLastNameIew adds the lastNameIew to the users users list params

func (*UsersUsersListParams) SetLastNameIsw

func (o *UsersUsersListParams) SetLastNameIsw(lastNameIsw *string)

SetLastNameIsw adds the lastNameIsw to the users users list params

func (*UsersUsersListParams) SetLastNameNic

func (o *UsersUsersListParams) SetLastNameNic(lastNameNic *string)

SetLastNameNic adds the lastNameNic to the users users list params

func (*UsersUsersListParams) SetLastNameNie

func (o *UsersUsersListParams) SetLastNameNie(lastNameNie *string)

SetLastNameNie adds the lastNameNie to the users users list params

func (*UsersUsersListParams) SetLastNameNiew

func (o *UsersUsersListParams) SetLastNameNiew(lastNameNiew *string)

SetLastNameNiew adds the lastNameNiew to the users users list params

func (*UsersUsersListParams) SetLastNameNisw

func (o *UsersUsersListParams) SetLastNameNisw(lastNameNisw *string)

SetLastNameNisw adds the lastNameNisw to the users users list params

func (*UsersUsersListParams) SetLastNamen

func (o *UsersUsersListParams) SetLastNamen(lastNamen *string)

SetLastNamen adds the lastNameN to the users users list params

func (*UsersUsersListParams) SetLimit

func (o *UsersUsersListParams) SetLimit(limit *int64)

SetLimit adds the limit to the users users list params

func (*UsersUsersListParams) SetOffset

func (o *UsersUsersListParams) SetOffset(offset *int64)

SetOffset adds the offset to the users users list params

func (*UsersUsersListParams) SetQ

func (o *UsersUsersListParams) SetQ(q *string)

SetQ adds the q to the users users list params

func (*UsersUsersListParams) SetTimeout

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

SetTimeout adds the timeout to the users users list params

func (*UsersUsersListParams) SetUsername

func (o *UsersUsersListParams) SetUsername(username *string)

SetUsername adds the username to the users users list params

func (*UsersUsersListParams) SetUsernameEmpty

func (o *UsersUsersListParams) SetUsernameEmpty(usernameEmpty *string)

SetUsernameEmpty adds the usernameEmpty to the users users list params

func (*UsersUsersListParams) SetUsernameIc

func (o *UsersUsersListParams) SetUsernameIc(usernameIc *string)

SetUsernameIc adds the usernameIc to the users users list params

func (*UsersUsersListParams) SetUsernameIe

func (o *UsersUsersListParams) SetUsernameIe(usernameIe *string)

SetUsernameIe adds the usernameIe to the users users list params

func (*UsersUsersListParams) SetUsernameIew

func (o *UsersUsersListParams) SetUsernameIew(usernameIew *string)

SetUsernameIew adds the usernameIew to the users users list params

func (*UsersUsersListParams) SetUsernameIsw

func (o *UsersUsersListParams) SetUsernameIsw(usernameIsw *string)

SetUsernameIsw adds the usernameIsw to the users users list params

func (*UsersUsersListParams) SetUsernameNic

func (o *UsersUsersListParams) SetUsernameNic(usernameNic *string)

SetUsernameNic adds the usernameNic to the users users list params

func (*UsersUsersListParams) SetUsernameNie

func (o *UsersUsersListParams) SetUsernameNie(usernameNie *string)

SetUsernameNie adds the usernameNie to the users users list params

func (*UsersUsersListParams) SetUsernameNiew

func (o *UsersUsersListParams) SetUsernameNiew(usernameNiew *string)

SetUsernameNiew adds the usernameNiew to the users users list params

func (*UsersUsersListParams) SetUsernameNisw

func (o *UsersUsersListParams) SetUsernameNisw(usernameNisw *string)

SetUsernameNisw adds the usernameNisw to the users users list params

func (*UsersUsersListParams) SetUsernamen

func (o *UsersUsersListParams) SetUsernamen(usernamen *string)

SetUsernamen adds the usernameN to the users users list params

func (*UsersUsersListParams) WithContext

WithContext adds the context to the users users list params

func (*UsersUsersListParams) WithDefaults

func (o *UsersUsersListParams) WithDefaults() *UsersUsersListParams

WithDefaults hydrates default values in the users users list params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersListParams) WithEmail

func (o *UsersUsersListParams) WithEmail(email *string) *UsersUsersListParams

WithEmail adds the email to the users users list params

func (*UsersUsersListParams) WithEmailEmpty

func (o *UsersUsersListParams) WithEmailEmpty(emailEmpty *string) *UsersUsersListParams

WithEmailEmpty adds the emailEmpty to the users users list params

func (*UsersUsersListParams) WithEmailIc

func (o *UsersUsersListParams) WithEmailIc(emailIc *string) *UsersUsersListParams

WithEmailIc adds the emailIc to the users users list params

func (*UsersUsersListParams) WithEmailIe

func (o *UsersUsersListParams) WithEmailIe(emailIe *string) *UsersUsersListParams

WithEmailIe adds the emailIe to the users users list params

func (*UsersUsersListParams) WithEmailIew

func (o *UsersUsersListParams) WithEmailIew(emailIew *string) *UsersUsersListParams

WithEmailIew adds the emailIew to the users users list params

func (*UsersUsersListParams) WithEmailIsw

func (o *UsersUsersListParams) WithEmailIsw(emailIsw *string) *UsersUsersListParams

WithEmailIsw adds the emailIsw to the users users list params

func (*UsersUsersListParams) WithEmailNic

func (o *UsersUsersListParams) WithEmailNic(emailNic *string) *UsersUsersListParams

WithEmailNic adds the emailNic to the users users list params

func (*UsersUsersListParams) WithEmailNie

func (o *UsersUsersListParams) WithEmailNie(emailNie *string) *UsersUsersListParams

WithEmailNie adds the emailNie to the users users list params

func (*UsersUsersListParams) WithEmailNiew

func (o *UsersUsersListParams) WithEmailNiew(emailNiew *string) *UsersUsersListParams

WithEmailNiew adds the emailNiew to the users users list params

func (*UsersUsersListParams) WithEmailNisw

func (o *UsersUsersListParams) WithEmailNisw(emailNisw *string) *UsersUsersListParams

WithEmailNisw adds the emailNisw to the users users list params

func (*UsersUsersListParams) WithEmailn

func (o *UsersUsersListParams) WithEmailn(emailn *string) *UsersUsersListParams

WithEmailn adds the emailn to the users users list params

func (*UsersUsersListParams) WithFirstName

func (o *UsersUsersListParams) WithFirstName(firstName *string) *UsersUsersListParams

WithFirstName adds the firstName to the users users list params

func (*UsersUsersListParams) WithFirstNameEmpty

func (o *UsersUsersListParams) WithFirstNameEmpty(firstNameEmpty *string) *UsersUsersListParams

WithFirstNameEmpty adds the firstNameEmpty to the users users list params

func (*UsersUsersListParams) WithFirstNameIc

func (o *UsersUsersListParams) WithFirstNameIc(firstNameIc *string) *UsersUsersListParams

WithFirstNameIc adds the firstNameIc to the users users list params

func (*UsersUsersListParams) WithFirstNameIe

func (o *UsersUsersListParams) WithFirstNameIe(firstNameIe *string) *UsersUsersListParams

WithFirstNameIe adds the firstNameIe to the users users list params

func (*UsersUsersListParams) WithFirstNameIew

func (o *UsersUsersListParams) WithFirstNameIew(firstNameIew *string) *UsersUsersListParams

WithFirstNameIew adds the firstNameIew to the users users list params

func (*UsersUsersListParams) WithFirstNameIsw

func (o *UsersUsersListParams) WithFirstNameIsw(firstNameIsw *string) *UsersUsersListParams

WithFirstNameIsw adds the firstNameIsw to the users users list params

func (*UsersUsersListParams) WithFirstNameNic

func (o *UsersUsersListParams) WithFirstNameNic(firstNameNic *string) *UsersUsersListParams

WithFirstNameNic adds the firstNameNic to the users users list params

func (*UsersUsersListParams) WithFirstNameNie

func (o *UsersUsersListParams) WithFirstNameNie(firstNameNie *string) *UsersUsersListParams

WithFirstNameNie adds the firstNameNie to the users users list params

func (*UsersUsersListParams) WithFirstNameNiew

func (o *UsersUsersListParams) WithFirstNameNiew(firstNameNiew *string) *UsersUsersListParams

WithFirstNameNiew adds the firstNameNiew to the users users list params

func (*UsersUsersListParams) WithFirstNameNisw

func (o *UsersUsersListParams) WithFirstNameNisw(firstNameNisw *string) *UsersUsersListParams

WithFirstNameNisw adds the firstNameNisw to the users users list params

func (*UsersUsersListParams) WithFirstNamen

func (o *UsersUsersListParams) WithFirstNamen(firstNamen *string) *UsersUsersListParams

WithFirstNamen adds the firstNamen to the users users list params

func (*UsersUsersListParams) WithGroup

func (o *UsersUsersListParams) WithGroup(group *string) *UsersUsersListParams

WithGroup adds the group to the users users list params

func (*UsersUsersListParams) WithGroupID

func (o *UsersUsersListParams) WithGroupID(groupID *string) *UsersUsersListParams

WithGroupID adds the groupID to the users users list params

func (*UsersUsersListParams) WithGroupIDn

func (o *UsersUsersListParams) WithGroupIDn(groupIDn *string) *UsersUsersListParams

WithGroupIDn adds the groupIDn to the users users list params

func (*UsersUsersListParams) WithGroupn

func (o *UsersUsersListParams) WithGroupn(groupn *string) *UsersUsersListParams

WithGroupn adds the groupn to the users users list params

func (*UsersUsersListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users users list params

func (*UsersUsersListParams) WithID

WithID adds the id to the users users list params

func (*UsersUsersListParams) WithIDGt

func (o *UsersUsersListParams) WithIDGt(iDGt *string) *UsersUsersListParams

WithIDGt adds the iDGt to the users users list params

func (*UsersUsersListParams) WithIDGte

func (o *UsersUsersListParams) WithIDGte(iDGte *string) *UsersUsersListParams

WithIDGte adds the iDGte to the users users list params

func (*UsersUsersListParams) WithIDLt

func (o *UsersUsersListParams) WithIDLt(iDLt *string) *UsersUsersListParams

WithIDLt adds the iDLt to the users users list params

func (*UsersUsersListParams) WithIDLte

func (o *UsersUsersListParams) WithIDLte(iDLte *string) *UsersUsersListParams

WithIDLte adds the iDLte to the users users list params

func (*UsersUsersListParams) WithIDn

WithIDn adds the iDn to the users users list params

func (*UsersUsersListParams) WithIsActive

func (o *UsersUsersListParams) WithIsActive(isActive *string) *UsersUsersListParams

WithIsActive adds the isActive to the users users list params

func (*UsersUsersListParams) WithIsStaff

func (o *UsersUsersListParams) WithIsStaff(isStaff *string) *UsersUsersListParams

WithIsStaff adds the isStaff to the users users list params

func (*UsersUsersListParams) WithLastName

func (o *UsersUsersListParams) WithLastName(lastName *string) *UsersUsersListParams

WithLastName adds the lastName to the users users list params

func (*UsersUsersListParams) WithLastNameEmpty

func (o *UsersUsersListParams) WithLastNameEmpty(lastNameEmpty *string) *UsersUsersListParams

WithLastNameEmpty adds the lastNameEmpty to the users users list params

func (*UsersUsersListParams) WithLastNameIc

func (o *UsersUsersListParams) WithLastNameIc(lastNameIc *string) *UsersUsersListParams

WithLastNameIc adds the lastNameIc to the users users list params

func (*UsersUsersListParams) WithLastNameIe

func (o *UsersUsersListParams) WithLastNameIe(lastNameIe *string) *UsersUsersListParams

WithLastNameIe adds the lastNameIe to the users users list params

func (*UsersUsersListParams) WithLastNameIew

func (o *UsersUsersListParams) WithLastNameIew(lastNameIew *string) *UsersUsersListParams

WithLastNameIew adds the lastNameIew to the users users list params

func (*UsersUsersListParams) WithLastNameIsw

func (o *UsersUsersListParams) WithLastNameIsw(lastNameIsw *string) *UsersUsersListParams

WithLastNameIsw adds the lastNameIsw to the users users list params

func (*UsersUsersListParams) WithLastNameNic

func (o *UsersUsersListParams) WithLastNameNic(lastNameNic *string) *UsersUsersListParams

WithLastNameNic adds the lastNameNic to the users users list params

func (*UsersUsersListParams) WithLastNameNie

func (o *UsersUsersListParams) WithLastNameNie(lastNameNie *string) *UsersUsersListParams

WithLastNameNie adds the lastNameNie to the users users list params

func (*UsersUsersListParams) WithLastNameNiew

func (o *UsersUsersListParams) WithLastNameNiew(lastNameNiew *string) *UsersUsersListParams

WithLastNameNiew adds the lastNameNiew to the users users list params

func (*UsersUsersListParams) WithLastNameNisw

func (o *UsersUsersListParams) WithLastNameNisw(lastNameNisw *string) *UsersUsersListParams

WithLastNameNisw adds the lastNameNisw to the users users list params

func (*UsersUsersListParams) WithLastNamen

func (o *UsersUsersListParams) WithLastNamen(lastNamen *string) *UsersUsersListParams

WithLastNamen adds the lastNamen to the users users list params

func (*UsersUsersListParams) WithLimit

func (o *UsersUsersListParams) WithLimit(limit *int64) *UsersUsersListParams

WithLimit adds the limit to the users users list params

func (*UsersUsersListParams) WithOffset

func (o *UsersUsersListParams) WithOffset(offset *int64) *UsersUsersListParams

WithOffset adds the offset to the users users list params

func (*UsersUsersListParams) WithQ

WithQ adds the q to the users users list params

func (*UsersUsersListParams) WithTimeout

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

WithTimeout adds the timeout to the users users list params

func (*UsersUsersListParams) WithUsername

func (o *UsersUsersListParams) WithUsername(username *string) *UsersUsersListParams

WithUsername adds the username to the users users list params

func (*UsersUsersListParams) WithUsernameEmpty

func (o *UsersUsersListParams) WithUsernameEmpty(usernameEmpty *string) *UsersUsersListParams

WithUsernameEmpty adds the usernameEmpty to the users users list params

func (*UsersUsersListParams) WithUsernameIc

func (o *UsersUsersListParams) WithUsernameIc(usernameIc *string) *UsersUsersListParams

WithUsernameIc adds the usernameIc to the users users list params

func (*UsersUsersListParams) WithUsernameIe

func (o *UsersUsersListParams) WithUsernameIe(usernameIe *string) *UsersUsersListParams

WithUsernameIe adds the usernameIe to the users users list params

func (*UsersUsersListParams) WithUsernameIew

func (o *UsersUsersListParams) WithUsernameIew(usernameIew *string) *UsersUsersListParams

WithUsernameIew adds the usernameIew to the users users list params

func (*UsersUsersListParams) WithUsernameIsw

func (o *UsersUsersListParams) WithUsernameIsw(usernameIsw *string) *UsersUsersListParams

WithUsernameIsw adds the usernameIsw to the users users list params

func (*UsersUsersListParams) WithUsernameNic

func (o *UsersUsersListParams) WithUsernameNic(usernameNic *string) *UsersUsersListParams

WithUsernameNic adds the usernameNic to the users users list params

func (*UsersUsersListParams) WithUsernameNie

func (o *UsersUsersListParams) WithUsernameNie(usernameNie *string) *UsersUsersListParams

WithUsernameNie adds the usernameNie to the users users list params

func (*UsersUsersListParams) WithUsernameNiew

func (o *UsersUsersListParams) WithUsernameNiew(usernameNiew *string) *UsersUsersListParams

WithUsernameNiew adds the usernameNiew to the users users list params

func (*UsersUsersListParams) WithUsernameNisw

func (o *UsersUsersListParams) WithUsernameNisw(usernameNisw *string) *UsersUsersListParams

WithUsernameNisw adds the usernameNisw to the users users list params

func (*UsersUsersListParams) WithUsernamen

func (o *UsersUsersListParams) WithUsernamen(usernamen *string) *UsersUsersListParams

WithUsernamen adds the usernamen to the users users list params

func (*UsersUsersListParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UsersUsersListReader

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

UsersUsersListReader is a Reader for the UsersUsersList structure.

func (*UsersUsersListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersPartialUpdateOK

type UsersUsersPartialUpdateOK struct {
	Payload *models.User
}
UsersUsersPartialUpdateOK describes a response with status code 200, with default header values.

UsersUsersPartialUpdateOK users users partial update o k

func NewUsersUsersPartialUpdateOK

func NewUsersUsersPartialUpdateOK() *UsersUsersPartialUpdateOK

NewUsersUsersPartialUpdateOK creates a UsersUsersPartialUpdateOK with default headers values

func (*UsersUsersPartialUpdateOK) Error

func (o *UsersUsersPartialUpdateOK) Error() string

func (*UsersUsersPartialUpdateOK) GetPayload

func (o *UsersUsersPartialUpdateOK) GetPayload() *models.User

type UsersUsersPartialUpdateParams

type UsersUsersPartialUpdateParams struct {

	// Data.
	Data *models.WritableUser

	/* ID.

	   A unique integer value identifying this user.
	*/
	ID int64

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

UsersUsersPartialUpdateParams contains all the parameters to send to the API endpoint

for the users users partial update operation.

Typically these are written to a http.Request.

func NewUsersUsersPartialUpdateParams

func NewUsersUsersPartialUpdateParams() *UsersUsersPartialUpdateParams

NewUsersUsersPartialUpdateParams creates a new UsersUsersPartialUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersPartialUpdateParamsWithContext

func NewUsersUsersPartialUpdateParamsWithContext(ctx context.Context) *UsersUsersPartialUpdateParams

NewUsersUsersPartialUpdateParamsWithContext creates a new UsersUsersPartialUpdateParams object with the ability to set a context for a request.

func NewUsersUsersPartialUpdateParamsWithHTTPClient

func NewUsersUsersPartialUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersPartialUpdateParams

NewUsersUsersPartialUpdateParamsWithHTTPClient creates a new UsersUsersPartialUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersPartialUpdateParamsWithTimeout

func NewUsersUsersPartialUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersPartialUpdateParams

NewUsersUsersPartialUpdateParamsWithTimeout creates a new UsersUsersPartialUpdateParams object with the ability to set a timeout on a request.

func (*UsersUsersPartialUpdateParams) SetContext

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

SetContext adds the context to the users users partial update params

func (*UsersUsersPartialUpdateParams) SetData

SetData adds the data to the users users partial update params

func (*UsersUsersPartialUpdateParams) SetDefaults

func (o *UsersUsersPartialUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users users partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersPartialUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users partial update params

func (*UsersUsersPartialUpdateParams) SetID

func (o *UsersUsersPartialUpdateParams) SetID(id int64)

SetID adds the id to the users users partial update params

func (*UsersUsersPartialUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users users partial update params

func (*UsersUsersPartialUpdateParams) WithContext

WithContext adds the context to the users users partial update params

func (*UsersUsersPartialUpdateParams) WithData

WithData adds the data to the users users partial update params

func (*UsersUsersPartialUpdateParams) WithDefaults

WithDefaults hydrates default values in the users users partial update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersPartialUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the users users partial update params

func (*UsersUsersPartialUpdateParams) WithID

WithID adds the id to the users users partial update params

func (*UsersUsersPartialUpdateParams) WithTimeout

WithTimeout adds the timeout to the users users partial update params

func (*UsersUsersPartialUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersUsersPartialUpdateReader

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

UsersUsersPartialUpdateReader is a Reader for the UsersUsersPartialUpdate structure.

func (*UsersUsersPartialUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersReadOK

type UsersUsersReadOK struct {
	Payload *models.User
}
UsersUsersReadOK describes a response with status code 200, with default header values.

UsersUsersReadOK users users read o k

func NewUsersUsersReadOK

func NewUsersUsersReadOK() *UsersUsersReadOK

NewUsersUsersReadOK creates a UsersUsersReadOK with default headers values

func (*UsersUsersReadOK) Error

func (o *UsersUsersReadOK) Error() string

func (*UsersUsersReadOK) GetPayload

func (o *UsersUsersReadOK) GetPayload() *models.User

type UsersUsersReadParams

type UsersUsersReadParams struct {

	/* ID.

	   A unique integer value identifying this user.
	*/
	ID int64

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

UsersUsersReadParams contains all the parameters to send to the API endpoint

for the users users read operation.

Typically these are written to a http.Request.

func NewUsersUsersReadParams

func NewUsersUsersReadParams() *UsersUsersReadParams

NewUsersUsersReadParams creates a new UsersUsersReadParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersReadParamsWithContext

func NewUsersUsersReadParamsWithContext(ctx context.Context) *UsersUsersReadParams

NewUsersUsersReadParamsWithContext creates a new UsersUsersReadParams object with the ability to set a context for a request.

func NewUsersUsersReadParamsWithHTTPClient

func NewUsersUsersReadParamsWithHTTPClient(client *http.Client) *UsersUsersReadParams

NewUsersUsersReadParamsWithHTTPClient creates a new UsersUsersReadParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersReadParamsWithTimeout

func NewUsersUsersReadParamsWithTimeout(timeout time.Duration) *UsersUsersReadParams

NewUsersUsersReadParamsWithTimeout creates a new UsersUsersReadParams object with the ability to set a timeout on a request.

func (*UsersUsersReadParams) SetContext

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

SetContext adds the context to the users users read params

func (*UsersUsersReadParams) SetDefaults

func (o *UsersUsersReadParams) SetDefaults()

SetDefaults hydrates default values in the users users read params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersReadParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users read params

func (*UsersUsersReadParams) SetID

func (o *UsersUsersReadParams) SetID(id int64)

SetID adds the id to the users users read params

func (*UsersUsersReadParams) SetTimeout

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

SetTimeout adds the timeout to the users users read params

func (*UsersUsersReadParams) WithContext

WithContext adds the context to the users users read params

func (*UsersUsersReadParams) WithDefaults

func (o *UsersUsersReadParams) WithDefaults() *UsersUsersReadParams

WithDefaults hydrates default values in the users users read params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersReadParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users users read params

func (*UsersUsersReadParams) WithID

WithID adds the id to the users users read params

func (*UsersUsersReadParams) WithTimeout

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

WithTimeout adds the timeout to the users users read params

func (*UsersUsersReadParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UsersUsersReadReader

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

UsersUsersReadReader is a Reader for the UsersUsersRead structure.

func (*UsersUsersReadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UsersUsersUpdateOK

type UsersUsersUpdateOK struct {
	Payload *models.User
}
UsersUsersUpdateOK describes a response with status code 200, with default header values.

UsersUsersUpdateOK users users update o k

func NewUsersUsersUpdateOK

func NewUsersUsersUpdateOK() *UsersUsersUpdateOK

NewUsersUsersUpdateOK creates a UsersUsersUpdateOK with default headers values

func (*UsersUsersUpdateOK) Error

func (o *UsersUsersUpdateOK) Error() string

func (*UsersUsersUpdateOK) GetPayload

func (o *UsersUsersUpdateOK) GetPayload() *models.User

type UsersUsersUpdateParams

type UsersUsersUpdateParams struct {

	// Data.
	Data *models.WritableUser

	/* ID.

	   A unique integer value identifying this user.
	*/
	ID int64

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

UsersUsersUpdateParams contains all the parameters to send to the API endpoint

for the users users update operation.

Typically these are written to a http.Request.

func NewUsersUsersUpdateParams

func NewUsersUsersUpdateParams() *UsersUsersUpdateParams

NewUsersUsersUpdateParams creates a new UsersUsersUpdateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUsersUsersUpdateParamsWithContext

func NewUsersUsersUpdateParamsWithContext(ctx context.Context) *UsersUsersUpdateParams

NewUsersUsersUpdateParamsWithContext creates a new UsersUsersUpdateParams object with the ability to set a context for a request.

func NewUsersUsersUpdateParamsWithHTTPClient

func NewUsersUsersUpdateParamsWithHTTPClient(client *http.Client) *UsersUsersUpdateParams

NewUsersUsersUpdateParamsWithHTTPClient creates a new UsersUsersUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewUsersUsersUpdateParamsWithTimeout

func NewUsersUsersUpdateParamsWithTimeout(timeout time.Duration) *UsersUsersUpdateParams

NewUsersUsersUpdateParamsWithTimeout creates a new UsersUsersUpdateParams object with the ability to set a timeout on a request.

func (*UsersUsersUpdateParams) SetContext

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

SetContext adds the context to the users users update params

func (*UsersUsersUpdateParams) SetData

func (o *UsersUsersUpdateParams) SetData(data *models.WritableUser)

SetData adds the data to the users users update params

func (*UsersUsersUpdateParams) SetDefaults

func (o *UsersUsersUpdateParams) SetDefaults()

SetDefaults hydrates default values in the users users update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users update params

func (*UsersUsersUpdateParams) SetID

func (o *UsersUsersUpdateParams) SetID(id int64)

SetID adds the id to the users users update params

func (*UsersUsersUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the users users update params

func (*UsersUsersUpdateParams) WithContext

WithContext adds the context to the users users update params

func (*UsersUsersUpdateParams) WithData

WithData adds the data to the users users update params

func (*UsersUsersUpdateParams) WithDefaults

WithDefaults hydrates default values in the users users update params (not the query body).

All values with no default are reset to their zero value.

func (*UsersUsersUpdateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the users users update params

func (*UsersUsersUpdateParams) WithID

WithID adds the id to the users users update params

func (*UsersUsersUpdateParams) WithTimeout

WithTimeout adds the timeout to the users users update params

func (*UsersUsersUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UsersUsersUpdateReader

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

UsersUsersUpdateReader is a Reader for the UsersUsersUpdate structure.

func (*UsersUsersUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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