users

package
v0.0.0-...-0b50d9d Latest Latest
Warning

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

Go to latest
Published: Aug 29, 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) (*UsersConfigListOK, error)

UsersConfigList Return the config_data for the currently authenticated User.

func (*Client) UsersGroupsBulkDelete

UsersGroupsBulkDelete users groups bulk delete API

func (*Client) UsersGroupsBulkPartialUpdate

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

UsersGroupsBulkPartialUpdate users groups bulk partial update API

func (*Client) UsersGroupsBulkUpdate

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

UsersGroupsBulkUpdate users groups bulk update API

func (*Client) UsersGroupsCreate

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

UsersGroupsCreate users groups create API

func (*Client) UsersGroupsDelete

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

UsersGroupsDelete users groups delete API

func (*Client) UsersGroupsList

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

UsersGroupsList users groups list API

func (*Client) UsersGroupsPartialUpdate

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

UsersGroupsPartialUpdate users groups partial update API

func (*Client) UsersGroupsRead

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

UsersGroupsRead users groups read API

func (*Client) UsersGroupsUpdate

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

UsersGroupsUpdate users groups update API

func (*Client) UsersPermissionsBulkDelete

UsersPermissionsBulkDelete users permissions bulk delete API

func (*Client) UsersPermissionsBulkPartialUpdate

UsersPermissionsBulkPartialUpdate users permissions bulk partial update API

func (*Client) UsersPermissionsBulkUpdate

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

UsersPermissionsBulkUpdate users permissions bulk update API

func (*Client) UsersPermissionsCreate

UsersPermissionsCreate users permissions create API

func (*Client) UsersPermissionsDelete

UsersPermissionsDelete users permissions delete API

func (*Client) UsersPermissionsList

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

UsersPermissionsList users permissions list API

func (*Client) UsersPermissionsPartialUpdate

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

UsersPermissionsPartialUpdate users permissions partial update API

func (*Client) UsersPermissionsRead

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

UsersPermissionsRead users permissions read API

func (*Client) UsersPermissionsUpdate

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

UsersPermissionsUpdate users permissions update API

func (*Client) UsersUsersBulkDelete

UsersUsersBulkDelete users users bulk delete API

func (*Client) UsersUsersBulkPartialUpdate

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

UsersUsersBulkPartialUpdate users users bulk partial update API

func (*Client) UsersUsersBulkUpdate

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

UsersUsersBulkUpdate users users bulk update API

func (*Client) UsersUsersCreate

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

UsersUsersCreate users users create API

func (*Client) UsersUsersDelete

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

UsersUsersDelete users users delete API

func (*Client) UsersUsersList

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

UsersUsersList users users list API

func (*Client) UsersUsersPartialUpdate

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

UsersUsersPartialUpdate users users partial update API

func (*Client) UsersUsersRead

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

UsersUsersRead users users read API

func (*Client) UsersUsersUpdate

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

UsersUsersUpdate users users update API

type ClientService

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	UsersUsersUpdate(params *UsersUsersUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*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 UsersConfigListDefault

type UsersConfigListDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersConfigListDefault handles this case with default header values.

UsersConfigListDefault users config list default

func NewUsersConfigListDefault

func NewUsersConfigListDefault(code int) *UsersConfigListDefault

NewUsersConfigListDefault creates a UsersConfigListDefault with default headers values

func (*UsersConfigListDefault) Code

func (o *UsersConfigListDefault) Code() int

Code gets the status code for the users config list default response

func (*UsersConfigListDefault) Error

func (o *UsersConfigListDefault) Error() string

func (*UsersConfigListDefault) GetPayload

func (o *UsersConfigListDefault) GetPayload() interface{}

type UsersConfigListOK

type UsersConfigListOK struct {
}

UsersConfigListOK handles this case 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 values initialized.

func NewUsersConfigListParamsWithContext

func NewUsersConfigListParamsWithContext(ctx context.Context) *UsersConfigListParams

NewUsersConfigListParamsWithContext creates a new UsersConfigListParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersGroupsBulkDeleteDefault

type UsersGroupsBulkDeleteDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsBulkDeleteDefault handles this case with default header values.

UsersGroupsBulkDeleteDefault users groups bulk delete default

func NewUsersGroupsBulkDeleteDefault

func NewUsersGroupsBulkDeleteDefault(code int) *UsersGroupsBulkDeleteDefault

NewUsersGroupsBulkDeleteDefault creates a UsersGroupsBulkDeleteDefault with default headers values

func (*UsersGroupsBulkDeleteDefault) Code

Code gets the status code for the users groups bulk delete default response

func (*UsersGroupsBulkDeleteDefault) Error

func (*UsersGroupsBulkDeleteDefault) GetPayload

func (o *UsersGroupsBulkDeleteDefault) GetPayload() interface{}

type UsersGroupsBulkDeleteNoContent

type UsersGroupsBulkDeleteNoContent struct {
}

UsersGroupsBulkDeleteNoContent handles this case 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 values initialized.

func NewUsersGroupsBulkDeleteParamsWithContext

func NewUsersGroupsBulkDeleteParamsWithContext(ctx context.Context) *UsersGroupsBulkDeleteParams

NewUsersGroupsBulkDeleteParamsWithContext creates a new UsersGroupsBulkDeleteParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersGroupsBulkPartialUpdateDefault

type UsersGroupsBulkPartialUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsBulkPartialUpdateDefault handles this case with default header values.

UsersGroupsBulkPartialUpdateDefault users groups bulk partial update default

func NewUsersGroupsBulkPartialUpdateDefault

func NewUsersGroupsBulkPartialUpdateDefault(code int) *UsersGroupsBulkPartialUpdateDefault

NewUsersGroupsBulkPartialUpdateDefault creates a UsersGroupsBulkPartialUpdateDefault with default headers values

func (*UsersGroupsBulkPartialUpdateDefault) Code

Code gets the status code for the users groups bulk partial update default response

func (*UsersGroupsBulkPartialUpdateDefault) Error

func (*UsersGroupsBulkPartialUpdateDefault) GetPayload

func (o *UsersGroupsBulkPartialUpdateDefault) GetPayload() interface{}

type UsersGroupsBulkPartialUpdateOK

type UsersGroupsBulkPartialUpdateOK struct {
	Payload *models.Group
}

UsersGroupsBulkPartialUpdateOK handles this case 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 values initialized.

func NewUsersGroupsBulkPartialUpdateParamsWithContext

func NewUsersGroupsBulkPartialUpdateParamsWithContext(ctx context.Context) *UsersGroupsBulkPartialUpdateParams

NewUsersGroupsBulkPartialUpdateParamsWithContext creates a new UsersGroupsBulkPartialUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersGroupsBulkUpdateDefault

type UsersGroupsBulkUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsBulkUpdateDefault handles this case with default header values.

UsersGroupsBulkUpdateDefault users groups bulk update default

func NewUsersGroupsBulkUpdateDefault

func NewUsersGroupsBulkUpdateDefault(code int) *UsersGroupsBulkUpdateDefault

NewUsersGroupsBulkUpdateDefault creates a UsersGroupsBulkUpdateDefault with default headers values

func (*UsersGroupsBulkUpdateDefault) Code

Code gets the status code for the users groups bulk update default response

func (*UsersGroupsBulkUpdateDefault) Error

func (*UsersGroupsBulkUpdateDefault) GetPayload

func (o *UsersGroupsBulkUpdateDefault) GetPayload() interface{}

type UsersGroupsBulkUpdateOK

type UsersGroupsBulkUpdateOK struct {
	Payload *models.Group
}

UsersGroupsBulkUpdateOK handles this case 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 values initialized.

func NewUsersGroupsBulkUpdateParamsWithContext

func NewUsersGroupsBulkUpdateParamsWithContext(ctx context.Context) *UsersGroupsBulkUpdateParams

NewUsersGroupsBulkUpdateParamsWithContext creates a new UsersGroupsBulkUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 UsersGroupsCreateDefault

type UsersGroupsCreateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsCreateDefault handles this case with default header values.

UsersGroupsCreateDefault users groups create default

func NewUsersGroupsCreateDefault

func NewUsersGroupsCreateDefault(code int) *UsersGroupsCreateDefault

NewUsersGroupsCreateDefault creates a UsersGroupsCreateDefault with default headers values

func (*UsersGroupsCreateDefault) Code

func (o *UsersGroupsCreateDefault) Code() int

Code gets the status code for the users groups create default response

func (*UsersGroupsCreateDefault) Error

func (o *UsersGroupsCreateDefault) Error() string

func (*UsersGroupsCreateDefault) GetPayload

func (o *UsersGroupsCreateDefault) GetPayload() interface{}

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 values initialized.

func NewUsersGroupsCreateParamsWithContext

func NewUsersGroupsCreateParamsWithContext(ctx context.Context) *UsersGroupsCreateParams

NewUsersGroupsCreateParamsWithContext creates a new UsersGroupsCreateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersGroupsDeleteDefault

type UsersGroupsDeleteDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsDeleteDefault handles this case with default header values.

UsersGroupsDeleteDefault users groups delete default

func NewUsersGroupsDeleteDefault

func NewUsersGroupsDeleteDefault(code int) *UsersGroupsDeleteDefault

NewUsersGroupsDeleteDefault creates a UsersGroupsDeleteDefault with default headers values

func (*UsersGroupsDeleteDefault) Code

func (o *UsersGroupsDeleteDefault) Code() int

Code gets the status code for the users groups delete default response

func (*UsersGroupsDeleteDefault) Error

func (o *UsersGroupsDeleteDefault) Error() string

func (*UsersGroupsDeleteDefault) GetPayload

func (o *UsersGroupsDeleteDefault) GetPayload() interface{}

type UsersGroupsDeleteNoContent

type UsersGroupsDeleteNoContent struct {
}

UsersGroupsDeleteNoContent handles this case 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 values initialized.

func NewUsersGroupsDeleteParamsWithContext

func NewUsersGroupsDeleteParamsWithContext(ctx context.Context) *UsersGroupsDeleteParams

NewUsersGroupsDeleteParamsWithContext creates a new UsersGroupsDeleteParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersGroupsListDefault

type UsersGroupsListDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsListDefault handles this case with default header values.

UsersGroupsListDefault users groups list default

func NewUsersGroupsListDefault

func NewUsersGroupsListDefault(code int) *UsersGroupsListDefault

NewUsersGroupsListDefault creates a UsersGroupsListDefault with default headers values

func (*UsersGroupsListDefault) Code

func (o *UsersGroupsListDefault) Code() int

Code gets the status code for the users groups list default response

func (*UsersGroupsListDefault) Error

func (o *UsersGroupsListDefault) Error() string

func (*UsersGroupsListDefault) GetPayload

func (o *UsersGroupsListDefault) GetPayload() interface{}

type UsersGroupsListOK

type UsersGroupsListOK struct {
	Payload *UsersGroupsListOKBody
}

UsersGroupsListOK handles this case 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) 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
	/*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 values initialized.

func NewUsersGroupsListParamsWithContext

func NewUsersGroupsListParamsWithContext(ctx context.Context) *UsersGroupsListParams

NewUsersGroupsListParamsWithContext creates a new UsersGroupsListParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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) 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) 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 UsersGroupsPartialUpdateDefault

type UsersGroupsPartialUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsPartialUpdateDefault handles this case with default header values.

UsersGroupsPartialUpdateDefault users groups partial update default

func NewUsersGroupsPartialUpdateDefault

func NewUsersGroupsPartialUpdateDefault(code int) *UsersGroupsPartialUpdateDefault

NewUsersGroupsPartialUpdateDefault creates a UsersGroupsPartialUpdateDefault with default headers values

func (*UsersGroupsPartialUpdateDefault) Code

Code gets the status code for the users groups partial update default response

func (*UsersGroupsPartialUpdateDefault) Error

func (*UsersGroupsPartialUpdateDefault) GetPayload

func (o *UsersGroupsPartialUpdateDefault) GetPayload() interface{}

type UsersGroupsPartialUpdateOK

type UsersGroupsPartialUpdateOK struct {
	Payload *models.Group
}

UsersGroupsPartialUpdateOK handles this case 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 values initialized.

func NewUsersGroupsPartialUpdateParamsWithContext

func NewUsersGroupsPartialUpdateParamsWithContext(ctx context.Context) *UsersGroupsPartialUpdateParams

NewUsersGroupsPartialUpdateParamsWithContext creates a new UsersGroupsPartialUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersGroupsReadDefault

type UsersGroupsReadDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsReadDefault handles this case with default header values.

UsersGroupsReadDefault users groups read default

func NewUsersGroupsReadDefault

func NewUsersGroupsReadDefault(code int) *UsersGroupsReadDefault

NewUsersGroupsReadDefault creates a UsersGroupsReadDefault with default headers values

func (*UsersGroupsReadDefault) Code

func (o *UsersGroupsReadDefault) Code() int

Code gets the status code for the users groups read default response

func (*UsersGroupsReadDefault) Error

func (o *UsersGroupsReadDefault) Error() string

func (*UsersGroupsReadDefault) GetPayload

func (o *UsersGroupsReadDefault) GetPayload() interface{}

type UsersGroupsReadOK

type UsersGroupsReadOK struct {
	Payload *models.Group
}

UsersGroupsReadOK handles this case 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 values initialized.

func NewUsersGroupsReadParamsWithContext

func NewUsersGroupsReadParamsWithContext(ctx context.Context) *UsersGroupsReadParams

NewUsersGroupsReadParamsWithContext creates a new UsersGroupsReadParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersGroupsUpdateDefault

type UsersGroupsUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersGroupsUpdateDefault handles this case with default header values.

UsersGroupsUpdateDefault users groups update default

func NewUsersGroupsUpdateDefault

func NewUsersGroupsUpdateDefault(code int) *UsersGroupsUpdateDefault

NewUsersGroupsUpdateDefault creates a UsersGroupsUpdateDefault with default headers values

func (*UsersGroupsUpdateDefault) Code

func (o *UsersGroupsUpdateDefault) Code() int

Code gets the status code for the users groups update default response

func (*UsersGroupsUpdateDefault) Error

func (o *UsersGroupsUpdateDefault) Error() string

func (*UsersGroupsUpdateDefault) GetPayload

func (o *UsersGroupsUpdateDefault) GetPayload() interface{}

type UsersGroupsUpdateOK

type UsersGroupsUpdateOK struct {
	Payload *models.Group
}

UsersGroupsUpdateOK handles this case 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 values initialized.

func NewUsersGroupsUpdateParamsWithContext

func NewUsersGroupsUpdateParamsWithContext(ctx context.Context) *UsersGroupsUpdateParams

NewUsersGroupsUpdateParamsWithContext creates a new UsersGroupsUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersPermissionsBulkDeleteDefault

type UsersPermissionsBulkDeleteDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsBulkDeleteDefault handles this case with default header values.

UsersPermissionsBulkDeleteDefault users permissions bulk delete default

func NewUsersPermissionsBulkDeleteDefault

func NewUsersPermissionsBulkDeleteDefault(code int) *UsersPermissionsBulkDeleteDefault

NewUsersPermissionsBulkDeleteDefault creates a UsersPermissionsBulkDeleteDefault with default headers values

func (*UsersPermissionsBulkDeleteDefault) Code

Code gets the status code for the users permissions bulk delete default response

func (*UsersPermissionsBulkDeleteDefault) Error

func (*UsersPermissionsBulkDeleteDefault) GetPayload

func (o *UsersPermissionsBulkDeleteDefault) GetPayload() interface{}

type UsersPermissionsBulkDeleteNoContent

type UsersPermissionsBulkDeleteNoContent struct {
}

UsersPermissionsBulkDeleteNoContent handles this case 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 values initialized.

func NewUsersPermissionsBulkDeleteParamsWithContext

func NewUsersPermissionsBulkDeleteParamsWithContext(ctx context.Context) *UsersPermissionsBulkDeleteParams

NewUsersPermissionsBulkDeleteParamsWithContext creates a new UsersPermissionsBulkDeleteParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersPermissionsBulkPartialUpdateDefault

type UsersPermissionsBulkPartialUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsBulkPartialUpdateDefault handles this case with default header values.

UsersPermissionsBulkPartialUpdateDefault users permissions bulk partial update default

func NewUsersPermissionsBulkPartialUpdateDefault

func NewUsersPermissionsBulkPartialUpdateDefault(code int) *UsersPermissionsBulkPartialUpdateDefault

NewUsersPermissionsBulkPartialUpdateDefault creates a UsersPermissionsBulkPartialUpdateDefault with default headers values

func (*UsersPermissionsBulkPartialUpdateDefault) Code

Code gets the status code for the users permissions bulk partial update default response

func (*UsersPermissionsBulkPartialUpdateDefault) Error

func (*UsersPermissionsBulkPartialUpdateDefault) GetPayload

func (o *UsersPermissionsBulkPartialUpdateDefault) GetPayload() interface{}

type UsersPermissionsBulkPartialUpdateOK

type UsersPermissionsBulkPartialUpdateOK struct {
	Payload *models.ObjectPermission
}

UsersPermissionsBulkPartialUpdateOK handles this case 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 values initialized.

func NewUsersPermissionsBulkPartialUpdateParamsWithContext

func NewUsersPermissionsBulkPartialUpdateParamsWithContext(ctx context.Context) *UsersPermissionsBulkPartialUpdateParams

NewUsersPermissionsBulkPartialUpdateParamsWithContext creates a new UsersPermissionsBulkPartialUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersPermissionsBulkUpdateDefault

type UsersPermissionsBulkUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsBulkUpdateDefault handles this case with default header values.

UsersPermissionsBulkUpdateDefault users permissions bulk update default

func NewUsersPermissionsBulkUpdateDefault

func NewUsersPermissionsBulkUpdateDefault(code int) *UsersPermissionsBulkUpdateDefault

NewUsersPermissionsBulkUpdateDefault creates a UsersPermissionsBulkUpdateDefault with default headers values

func (*UsersPermissionsBulkUpdateDefault) Code

Code gets the status code for the users permissions bulk update default response

func (*UsersPermissionsBulkUpdateDefault) Error

func (*UsersPermissionsBulkUpdateDefault) GetPayload

func (o *UsersPermissionsBulkUpdateDefault) GetPayload() interface{}

type UsersPermissionsBulkUpdateOK

type UsersPermissionsBulkUpdateOK struct {
	Payload *models.ObjectPermission
}

UsersPermissionsBulkUpdateOK handles this case 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 values initialized.

func NewUsersPermissionsBulkUpdateParamsWithContext

func NewUsersPermissionsBulkUpdateParamsWithContext(ctx context.Context) *UsersPermissionsBulkUpdateParams

NewUsersPermissionsBulkUpdateParamsWithContext creates a new UsersPermissionsBulkUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 UsersPermissionsCreateDefault

type UsersPermissionsCreateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsCreateDefault handles this case with default header values.

UsersPermissionsCreateDefault users permissions create default

func NewUsersPermissionsCreateDefault

func NewUsersPermissionsCreateDefault(code int) *UsersPermissionsCreateDefault

NewUsersPermissionsCreateDefault creates a UsersPermissionsCreateDefault with default headers values

func (*UsersPermissionsCreateDefault) Code

Code gets the status code for the users permissions create default response

func (*UsersPermissionsCreateDefault) Error

func (*UsersPermissionsCreateDefault) GetPayload

func (o *UsersPermissionsCreateDefault) GetPayload() interface{}

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 values initialized.

func NewUsersPermissionsCreateParamsWithContext

func NewUsersPermissionsCreateParamsWithContext(ctx context.Context) *UsersPermissionsCreateParams

NewUsersPermissionsCreateParamsWithContext creates a new UsersPermissionsCreateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersPermissionsDeleteDefault

type UsersPermissionsDeleteDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsDeleteDefault handles this case with default header values.

UsersPermissionsDeleteDefault users permissions delete default

func NewUsersPermissionsDeleteDefault

func NewUsersPermissionsDeleteDefault(code int) *UsersPermissionsDeleteDefault

NewUsersPermissionsDeleteDefault creates a UsersPermissionsDeleteDefault with default headers values

func (*UsersPermissionsDeleteDefault) Code

Code gets the status code for the users permissions delete default response

func (*UsersPermissionsDeleteDefault) Error

func (*UsersPermissionsDeleteDefault) GetPayload

func (o *UsersPermissionsDeleteDefault) GetPayload() interface{}

type UsersPermissionsDeleteNoContent

type UsersPermissionsDeleteNoContent struct {
}

UsersPermissionsDeleteNoContent handles this case 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 UUID string identifying this permission.

	*/
	ID strfmt.UUID

	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 values initialized.

func NewUsersPermissionsDeleteParamsWithContext

func NewUsersPermissionsDeleteParamsWithContext(ctx context.Context) *UsersPermissionsDeleteParams

NewUsersPermissionsDeleteParamsWithContext creates a new UsersPermissionsDeleteParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions delete params

func (*UsersPermissionsDeleteParams) SetID

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) 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 UsersPermissionsListDefault

type UsersPermissionsListDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsListDefault handles this case with default header values.

UsersPermissionsListDefault users permissions list default

func NewUsersPermissionsListDefault

func NewUsersPermissionsListDefault(code int) *UsersPermissionsListDefault

NewUsersPermissionsListDefault creates a UsersPermissionsListDefault with default headers values

func (*UsersPermissionsListDefault) Code

func (o *UsersPermissionsListDefault) Code() int

Code gets the status code for the users permissions list default response

func (*UsersPermissionsListDefault) Error

func (*UsersPermissionsListDefault) GetPayload

func (o *UsersPermissionsListDefault) GetPayload() interface{}

type UsersPermissionsListOK

type UsersPermissionsListOK struct {
	Payload *UsersPermissionsListOKBody
}

UsersPermissionsListOK handles this case 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) 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
	/*IDIc*/
	IDIc *string
	/*IDIe*/
	IDIe *string
	/*IDIew*/
	IDIew *string
	/*IDIsw*/
	IDIsw *string
	/*IDn*/
	IDn *string
	/*IDNic*/
	IDNic *string
	/*IDNie*/
	IDNie *string
	/*IDNiew*/
	IDNiew *string
	/*IDNisw*/
	IDNisw *string
	/*Limit
	  Number of results to return per page.

	*/
	Limit *int64
	/*Name*/
	Name *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 values initialized.

func NewUsersPermissionsListParamsWithContext

func NewUsersPermissionsListParamsWithContext(ctx context.Context) *UsersPermissionsListParams

NewUsersPermissionsListParamsWithContext creates a new UsersPermissionsListParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) SetIDIc

func (o *UsersPermissionsListParams) SetIDIc(iDIc *string)

SetIDIc adds the idIc to the users permissions list params

func (*UsersPermissionsListParams) SetIDIe

func (o *UsersPermissionsListParams) SetIDIe(iDIe *string)

SetIDIe adds the idIe to the users permissions list params

func (*UsersPermissionsListParams) SetIDIew

func (o *UsersPermissionsListParams) SetIDIew(iDIew *string)

SetIDIew adds the idIew to the users permissions list params

func (*UsersPermissionsListParams) SetIDIsw

func (o *UsersPermissionsListParams) SetIDIsw(iDIsw *string)

SetIDIsw adds the idIsw to the users permissions list params

func (*UsersPermissionsListParams) SetIDNic

func (o *UsersPermissionsListParams) SetIDNic(iDNic *string)

SetIDNic adds the idNic to the users permissions list params

func (*UsersPermissionsListParams) SetIDNie

func (o *UsersPermissionsListParams) SetIDNie(iDNie *string)

SetIDNie adds the idNie to the users permissions list params

func (*UsersPermissionsListParams) SetIDNiew

func (o *UsersPermissionsListParams) SetIDNiew(iDNiew *string)

SetIDNiew adds the idNiew to the users permissions list params

func (*UsersPermissionsListParams) SetIDNisw

func (o *UsersPermissionsListParams) SetIDNisw(iDNisw *string)

SetIDNisw adds the idNisw 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) 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) 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) WithIDIc

WithIDIc adds the iDIc to the users permissions list params

func (*UsersPermissionsListParams) WithIDIe

WithIDIe adds the iDIe to the users permissions list params

func (*UsersPermissionsListParams) WithIDIew

WithIDIew adds the iDIew to the users permissions list params

func (*UsersPermissionsListParams) WithIDIsw

WithIDIsw adds the iDIsw to the users permissions list params

func (*UsersPermissionsListParams) WithIDNic

WithIDNic adds the iDNic to the users permissions list params

func (*UsersPermissionsListParams) WithIDNie

WithIDNie adds the iDNie to the users permissions list params

func (*UsersPermissionsListParams) WithIDNiew

WithIDNiew adds the iDNiew to the users permissions list params

func (*UsersPermissionsListParams) WithIDNisw

WithIDNisw adds the iDNisw 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) 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 UsersPermissionsPartialUpdateDefault

type UsersPermissionsPartialUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsPartialUpdateDefault handles this case with default header values.

UsersPermissionsPartialUpdateDefault users permissions partial update default

func NewUsersPermissionsPartialUpdateDefault

func NewUsersPermissionsPartialUpdateDefault(code int) *UsersPermissionsPartialUpdateDefault

NewUsersPermissionsPartialUpdateDefault creates a UsersPermissionsPartialUpdateDefault with default headers values

func (*UsersPermissionsPartialUpdateDefault) Code

Code gets the status code for the users permissions partial update default response

func (*UsersPermissionsPartialUpdateDefault) Error

func (*UsersPermissionsPartialUpdateDefault) GetPayload

func (o *UsersPermissionsPartialUpdateDefault) GetPayload() interface{}

type UsersPermissionsPartialUpdateOK

type UsersPermissionsPartialUpdateOK struct {
	Payload *models.ObjectPermission
}

UsersPermissionsPartialUpdateOK handles this case 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 UUID string identifying this permission.

	*/
	ID strfmt.UUID

	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 values initialized.

func NewUsersPermissionsPartialUpdateParamsWithContext

func NewUsersPermissionsPartialUpdateParamsWithContext(ctx context.Context) *UsersPermissionsPartialUpdateParams

NewUsersPermissionsPartialUpdateParamsWithContext creates a new UsersPermissionsPartialUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersPermissionsReadDefault

type UsersPermissionsReadDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsReadDefault handles this case with default header values.

UsersPermissionsReadDefault users permissions read default

func NewUsersPermissionsReadDefault

func NewUsersPermissionsReadDefault(code int) *UsersPermissionsReadDefault

NewUsersPermissionsReadDefault creates a UsersPermissionsReadDefault with default headers values

func (*UsersPermissionsReadDefault) Code

func (o *UsersPermissionsReadDefault) Code() int

Code gets the status code for the users permissions read default response

func (*UsersPermissionsReadDefault) Error

func (*UsersPermissionsReadDefault) GetPayload

func (o *UsersPermissionsReadDefault) GetPayload() interface{}

type UsersPermissionsReadOK

type UsersPermissionsReadOK struct {
	Payload *models.ObjectPermission
}

UsersPermissionsReadOK handles this case 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 UUID string identifying this permission.

	*/
	ID strfmt.UUID

	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 values initialized.

func NewUsersPermissionsReadParamsWithContext

func NewUsersPermissionsReadParamsWithContext(ctx context.Context) *UsersPermissionsReadParams

NewUsersPermissionsReadParamsWithContext creates a new UsersPermissionsReadParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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 strfmt.UUID)

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) 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 UsersPermissionsUpdateDefault

type UsersPermissionsUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersPermissionsUpdateDefault handles this case with default header values.

UsersPermissionsUpdateDefault users permissions update default

func NewUsersPermissionsUpdateDefault

func NewUsersPermissionsUpdateDefault(code int) *UsersPermissionsUpdateDefault

NewUsersPermissionsUpdateDefault creates a UsersPermissionsUpdateDefault with default headers values

func (*UsersPermissionsUpdateDefault) Code

Code gets the status code for the users permissions update default response

func (*UsersPermissionsUpdateDefault) Error

func (*UsersPermissionsUpdateDefault) GetPayload

func (o *UsersPermissionsUpdateDefault) GetPayload() interface{}

type UsersPermissionsUpdateOK

type UsersPermissionsUpdateOK struct {
	Payload *models.ObjectPermission
}

UsersPermissionsUpdateOK handles this case 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 UUID string identifying this permission.

	*/
	ID strfmt.UUID

	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 values initialized.

func NewUsersPermissionsUpdateParamsWithContext

func NewUsersPermissionsUpdateParamsWithContext(ctx context.Context) *UsersPermissionsUpdateParams

NewUsersPermissionsUpdateParamsWithContext creates a new UsersPermissionsUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users permissions update params

func (*UsersPermissionsUpdateParams) SetID

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) 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 UsersUsersBulkDeleteDefault

type UsersUsersBulkDeleteDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersBulkDeleteDefault handles this case with default header values.

UsersUsersBulkDeleteDefault users users bulk delete default

func NewUsersUsersBulkDeleteDefault

func NewUsersUsersBulkDeleteDefault(code int) *UsersUsersBulkDeleteDefault

NewUsersUsersBulkDeleteDefault creates a UsersUsersBulkDeleteDefault with default headers values

func (*UsersUsersBulkDeleteDefault) Code

func (o *UsersUsersBulkDeleteDefault) Code() int

Code gets the status code for the users users bulk delete default response

func (*UsersUsersBulkDeleteDefault) Error

func (*UsersUsersBulkDeleteDefault) GetPayload

func (o *UsersUsersBulkDeleteDefault) GetPayload() interface{}

type UsersUsersBulkDeleteNoContent

type UsersUsersBulkDeleteNoContent struct {
}

UsersUsersBulkDeleteNoContent handles this case 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 values initialized.

func NewUsersUsersBulkDeleteParamsWithContext

func NewUsersUsersBulkDeleteParamsWithContext(ctx context.Context) *UsersUsersBulkDeleteParams

NewUsersUsersBulkDeleteParamsWithContext creates a new UsersUsersBulkDeleteParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersUsersBulkPartialUpdateDefault

type UsersUsersBulkPartialUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersBulkPartialUpdateDefault handles this case with default header values.

UsersUsersBulkPartialUpdateDefault users users bulk partial update default

func NewUsersUsersBulkPartialUpdateDefault

func NewUsersUsersBulkPartialUpdateDefault(code int) *UsersUsersBulkPartialUpdateDefault

NewUsersUsersBulkPartialUpdateDefault creates a UsersUsersBulkPartialUpdateDefault with default headers values

func (*UsersUsersBulkPartialUpdateDefault) Code

Code gets the status code for the users users bulk partial update default response

func (*UsersUsersBulkPartialUpdateDefault) Error

func (*UsersUsersBulkPartialUpdateDefault) GetPayload

func (o *UsersUsersBulkPartialUpdateDefault) GetPayload() interface{}

type UsersUsersBulkPartialUpdateOK

type UsersUsersBulkPartialUpdateOK struct {
	Payload *models.User
}

UsersUsersBulkPartialUpdateOK handles this case 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 values initialized.

func NewUsersUsersBulkPartialUpdateParamsWithContext

func NewUsersUsersBulkPartialUpdateParamsWithContext(ctx context.Context) *UsersUsersBulkPartialUpdateParams

NewUsersUsersBulkPartialUpdateParamsWithContext creates a new UsersUsersBulkPartialUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersUsersBulkUpdateDefault

type UsersUsersBulkUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersBulkUpdateDefault handles this case with default header values.

UsersUsersBulkUpdateDefault users users bulk update default

func NewUsersUsersBulkUpdateDefault

func NewUsersUsersBulkUpdateDefault(code int) *UsersUsersBulkUpdateDefault

NewUsersUsersBulkUpdateDefault creates a UsersUsersBulkUpdateDefault with default headers values

func (*UsersUsersBulkUpdateDefault) Code

func (o *UsersUsersBulkUpdateDefault) Code() int

Code gets the status code for the users users bulk update default response

func (*UsersUsersBulkUpdateDefault) Error

func (*UsersUsersBulkUpdateDefault) GetPayload

func (o *UsersUsersBulkUpdateDefault) GetPayload() interface{}

type UsersUsersBulkUpdateOK

type UsersUsersBulkUpdateOK struct {
	Payload *models.User
}

UsersUsersBulkUpdateOK handles this case 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 values initialized.

func NewUsersUsersBulkUpdateParamsWithContext

func NewUsersUsersBulkUpdateParamsWithContext(ctx context.Context) *UsersUsersBulkUpdateParams

NewUsersUsersBulkUpdateParamsWithContext creates a new UsersUsersBulkUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 UsersUsersCreateDefault

type UsersUsersCreateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersCreateDefault handles this case with default header values.

UsersUsersCreateDefault users users create default

func NewUsersUsersCreateDefault

func NewUsersUsersCreateDefault(code int) *UsersUsersCreateDefault

NewUsersUsersCreateDefault creates a UsersUsersCreateDefault with default headers values

func (*UsersUsersCreateDefault) Code

func (o *UsersUsersCreateDefault) Code() int

Code gets the status code for the users users create default response

func (*UsersUsersCreateDefault) Error

func (o *UsersUsersCreateDefault) Error() string

func (*UsersUsersCreateDefault) GetPayload

func (o *UsersUsersCreateDefault) GetPayload() interface{}

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 values initialized.

func NewUsersUsersCreateParamsWithContext

func NewUsersUsersCreateParamsWithContext(ctx context.Context) *UsersUsersCreateParams

NewUsersUsersCreateParamsWithContext creates a new UsersUsersCreateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 UsersUsersDeleteDefault

type UsersUsersDeleteDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersDeleteDefault handles this case with default header values.

UsersUsersDeleteDefault users users delete default

func NewUsersUsersDeleteDefault

func NewUsersUsersDeleteDefault(code int) *UsersUsersDeleteDefault

NewUsersUsersDeleteDefault creates a UsersUsersDeleteDefault with default headers values

func (*UsersUsersDeleteDefault) Code

func (o *UsersUsersDeleteDefault) Code() int

Code gets the status code for the users users delete default response

func (*UsersUsersDeleteDefault) Error

func (o *UsersUsersDeleteDefault) Error() string

func (*UsersUsersDeleteDefault) GetPayload

func (o *UsersUsersDeleteDefault) GetPayload() interface{}

type UsersUsersDeleteNoContent

type UsersUsersDeleteNoContent struct {
}

UsersUsersDeleteNoContent handles this case 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 UUID string identifying this user.

	*/
	ID strfmt.UUID

	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 values initialized.

func NewUsersUsersDeleteParamsWithContext

func NewUsersUsersDeleteParamsWithContext(ctx context.Context) *UsersUsersDeleteParams

NewUsersUsersDeleteParamsWithContext creates a new UsersUsersDeleteParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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 strfmt.UUID)

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) 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 UsersUsersListDefault

type UsersUsersListDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersListDefault handles this case with default header values.

UsersUsersListDefault users users list default

func NewUsersUsersListDefault

func NewUsersUsersListDefault(code int) *UsersUsersListDefault

NewUsersUsersListDefault creates a UsersUsersListDefault with default headers values

func (*UsersUsersListDefault) Code

func (o *UsersUsersListDefault) Code() int

Code gets the status code for the users users list default response

func (*UsersUsersListDefault) Error

func (o *UsersUsersListDefault) Error() string

func (*UsersUsersListDefault) GetPayload

func (o *UsersUsersListDefault) GetPayload() interface{}

type UsersUsersListOK

type UsersUsersListOK struct {
	Payload *UsersUsersListOKBody
}

UsersUsersListOK handles this case 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) 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
	/*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
	/*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
	/*IDIc*/
	IDIc *string
	/*IDIe*/
	IDIe *string
	/*IDIew*/
	IDIew *string
	/*IDIsw*/
	IDIsw *string
	/*IDn*/
	IDn *string
	/*IDNic*/
	IDNic *string
	/*IDNie*/
	IDNie *string
	/*IDNiew*/
	IDNiew *string
	/*IDNisw*/
	IDNisw *string
	/*IsActive*/
	IsActive *string
	/*IsStaff*/
	IsStaff *string
	/*LastName*/
	LastName *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
	/*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 values initialized.

func NewUsersUsersListParamsWithContext

func NewUsersUsersListParamsWithContext(ctx context.Context) *UsersUsersListParams

NewUsersUsersListParamsWithContext creates a new UsersUsersListParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) SetEmail

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

SetEmail adds the email 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) 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) SetIDIc

func (o *UsersUsersListParams) SetIDIc(iDIc *string)

SetIDIc adds the idIc to the users users list params

func (*UsersUsersListParams) SetIDIe

func (o *UsersUsersListParams) SetIDIe(iDIe *string)

SetIDIe adds the idIe to the users users list params

func (*UsersUsersListParams) SetIDIew

func (o *UsersUsersListParams) SetIDIew(iDIew *string)

SetIDIew adds the idIew to the users users list params

func (*UsersUsersListParams) SetIDIsw

func (o *UsersUsersListParams) SetIDIsw(iDIsw *string)

SetIDIsw adds the idIsw to the users users list params

func (*UsersUsersListParams) SetIDNic

func (o *UsersUsersListParams) SetIDNic(iDNic *string)

SetIDNic adds the idNic to the users users list params

func (*UsersUsersListParams) SetIDNie

func (o *UsersUsersListParams) SetIDNie(iDNie *string)

SetIDNie adds the idNie to the users users list params

func (*UsersUsersListParams) SetIDNiew

func (o *UsersUsersListParams) SetIDNiew(iDNiew *string)

SetIDNiew adds the idNiew to the users users list params

func (*UsersUsersListParams) SetIDNisw

func (o *UsersUsersListParams) SetIDNisw(iDNisw *string)

SetIDNisw adds the idNisw 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) 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) 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) WithEmail

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

WithEmail adds the email 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) 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) WithIDIc

func (o *UsersUsersListParams) WithIDIc(iDIc *string) *UsersUsersListParams

WithIDIc adds the iDIc to the users users list params

func (*UsersUsersListParams) WithIDIe

func (o *UsersUsersListParams) WithIDIe(iDIe *string) *UsersUsersListParams

WithIDIe adds the iDIe to the users users list params

func (*UsersUsersListParams) WithIDIew

func (o *UsersUsersListParams) WithIDIew(iDIew *string) *UsersUsersListParams

WithIDIew adds the iDIew to the users users list params

func (*UsersUsersListParams) WithIDIsw

func (o *UsersUsersListParams) WithIDIsw(iDIsw *string) *UsersUsersListParams

WithIDIsw adds the iDIsw to the users users list params

func (*UsersUsersListParams) WithIDNic

func (o *UsersUsersListParams) WithIDNic(iDNic *string) *UsersUsersListParams

WithIDNic adds the iDNic to the users users list params

func (*UsersUsersListParams) WithIDNie

func (o *UsersUsersListParams) WithIDNie(iDNie *string) *UsersUsersListParams

WithIDNie adds the iDNie to the users users list params

func (*UsersUsersListParams) WithIDNiew

func (o *UsersUsersListParams) WithIDNiew(iDNiew *string) *UsersUsersListParams

WithIDNiew adds the iDNiew to the users users list params

func (*UsersUsersListParams) WithIDNisw

func (o *UsersUsersListParams) WithIDNisw(iDNisw *string) *UsersUsersListParams

WithIDNisw adds the iDNisw 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) 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) 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 UsersUsersPartialUpdateDefault

type UsersUsersPartialUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersPartialUpdateDefault handles this case with default header values.

UsersUsersPartialUpdateDefault users users partial update default

func NewUsersUsersPartialUpdateDefault

func NewUsersUsersPartialUpdateDefault(code int) *UsersUsersPartialUpdateDefault

NewUsersUsersPartialUpdateDefault creates a UsersUsersPartialUpdateDefault with default headers values

func (*UsersUsersPartialUpdateDefault) Code

Code gets the status code for the users users partial update default response

func (*UsersUsersPartialUpdateDefault) Error

func (*UsersUsersPartialUpdateDefault) GetPayload

func (o *UsersUsersPartialUpdateDefault) GetPayload() interface{}

type UsersUsersPartialUpdateOK

type UsersUsersPartialUpdateOK struct {
	Payload *models.User
}

UsersUsersPartialUpdateOK handles this case 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 UUID string identifying this user.

	*/
	ID strfmt.UUID

	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 values initialized.

func NewUsersUsersPartialUpdateParamsWithContext

func NewUsersUsersPartialUpdateParamsWithContext(ctx context.Context) *UsersUsersPartialUpdateParams

NewUsersUsersPartialUpdateParamsWithContext creates a new UsersUsersPartialUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the users users partial update params

func (*UsersUsersPartialUpdateParams) SetID

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) 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 UsersUsersReadDefault

type UsersUsersReadDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersReadDefault handles this case with default header values.

UsersUsersReadDefault users users read default

func NewUsersUsersReadDefault

func NewUsersUsersReadDefault(code int) *UsersUsersReadDefault

NewUsersUsersReadDefault creates a UsersUsersReadDefault with default headers values

func (*UsersUsersReadDefault) Code

func (o *UsersUsersReadDefault) Code() int

Code gets the status code for the users users read default response

func (*UsersUsersReadDefault) Error

func (o *UsersUsersReadDefault) Error() string

func (*UsersUsersReadDefault) GetPayload

func (o *UsersUsersReadDefault) GetPayload() interface{}

type UsersUsersReadOK

type UsersUsersReadOK struct {
	Payload *models.User
}

UsersUsersReadOK handles this case 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 UUID string identifying this user.

	*/
	ID strfmt.UUID

	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 values initialized.

func NewUsersUsersReadParamsWithContext

func NewUsersUsersReadParamsWithContext(ctx context.Context) *UsersUsersReadParams

NewUsersUsersReadParamsWithContext creates a new UsersUsersReadParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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 strfmt.UUID)

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) 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 UsersUsersUpdateDefault

type UsersUsersUpdateDefault struct {
	Payload interface{}
	// contains filtered or unexported fields
}

UsersUsersUpdateDefault handles this case with default header values.

UsersUsersUpdateDefault users users update default

func NewUsersUsersUpdateDefault

func NewUsersUsersUpdateDefault(code int) *UsersUsersUpdateDefault

NewUsersUsersUpdateDefault creates a UsersUsersUpdateDefault with default headers values

func (*UsersUsersUpdateDefault) Code

func (o *UsersUsersUpdateDefault) Code() int

Code gets the status code for the users users update default response

func (*UsersUsersUpdateDefault) Error

func (o *UsersUsersUpdateDefault) Error() string

func (*UsersUsersUpdateDefault) GetPayload

func (o *UsersUsersUpdateDefault) GetPayload() interface{}

type UsersUsersUpdateOK

type UsersUsersUpdateOK struct {
	Payload *models.User
}

UsersUsersUpdateOK handles this case 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 UUID string identifying this user.

	*/
	ID strfmt.UUID

	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 values initialized.

func NewUsersUsersUpdateParamsWithContext

func NewUsersUsersUpdateParamsWithContext(ctx context.Context) *UsersUsersUpdateParams

NewUsersUsersUpdateParamsWithContext creates a new UsersUsersUpdateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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 strfmt.UUID)

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) 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