Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateUserGroupsUsingPOST(params *CreateUserGroupsUsingPOSTParams) (*CreateUserGroupsUsingPOSTOK, *CreateUserGroupsUsingPOSTCreated, error)
- func (a *Client) DeleteUserGroupUsingDELETE(params *DeleteUserGroupUsingDELETEParams) (*DeleteUserGroupUsingDELETEOK, *DeleteUserGroupUsingDELETENoContent, error)
- func (a *Client) GetAllUserGroupsUsingGET(params *GetAllUserGroupsUsingGETParams) (*GetAllUserGroupsUsingGETOK, error)
- func (a *Client) GetUserGroupUsingGET(params *GetUserGroupUsingGETParams) (*GetUserGroupUsingGETOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateUserGroupUsingPUT(params *UpdateUserGroupUsingPUTParams) (*UpdateUserGroupUsingPUTOK, *UpdateUserGroupUsingPUTCreated, error)
- func (a *Client) UpdateUserGroupsUsingPUT(params *UpdateUserGroupsUsingPUTParams) (*UpdateUserGroupsUsingPUTOK, *UpdateUserGroupsUsingPUTCreated, error)
- type ClientService
- type CreateUserGroupsUsingPOSTCreated
- type CreateUserGroupsUsingPOSTForbidden
- type CreateUserGroupsUsingPOSTNotFound
- type CreateUserGroupsUsingPOSTOK
- type CreateUserGroupsUsingPOSTParams
- func NewCreateUserGroupsUsingPOSTParams() *CreateUserGroupsUsingPOSTParams
- func NewCreateUserGroupsUsingPOSTParamsWithContext(ctx context.Context) *CreateUserGroupsUsingPOSTParams
- func NewCreateUserGroupsUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateUserGroupsUsingPOSTParams
- func NewCreateUserGroupsUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateUserGroupsUsingPOSTParams
- func (o *CreateUserGroupsUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateUserGroupsUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateUserGroupsUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateUserGroupsUsingPOSTParams) SetUserGroupDto(userGroupDto []*models.UserGroupDto)
- func (o *CreateUserGroupsUsingPOSTParams) WithContext(ctx context.Context) *CreateUserGroupsUsingPOSTParams
- func (o *CreateUserGroupsUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateUserGroupsUsingPOSTParams
- func (o *CreateUserGroupsUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateUserGroupsUsingPOSTParams
- func (o *CreateUserGroupsUsingPOSTParams) WithUserGroupDto(userGroupDto []*models.UserGroupDto) *CreateUserGroupsUsingPOSTParams
- func (o *CreateUserGroupsUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateUserGroupsUsingPOSTReader
- type CreateUserGroupsUsingPOSTUnauthorized
- type DeleteUserGroupUsingDELETEForbidden
- type DeleteUserGroupUsingDELETENoContent
- type DeleteUserGroupUsingDELETEOK
- type DeleteUserGroupUsingDELETEParams
- func NewDeleteUserGroupUsingDELETEParams() *DeleteUserGroupUsingDELETEParams
- func NewDeleteUserGroupUsingDELETEParamsWithContext(ctx context.Context) *DeleteUserGroupUsingDELETEParams
- func NewDeleteUserGroupUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteUserGroupUsingDELETEParams
- func NewDeleteUserGroupUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteUserGroupUsingDELETEParams
- func (o *DeleteUserGroupUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteUserGroupUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUserGroupUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUserGroupUsingDELETEParams) SetUserGroupID(userGroupID int64)
- func (o *DeleteUserGroupUsingDELETEParams) WithContext(ctx context.Context) *DeleteUserGroupUsingDELETEParams
- func (o *DeleteUserGroupUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteUserGroupUsingDELETEParams
- func (o *DeleteUserGroupUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteUserGroupUsingDELETEParams
- func (o *DeleteUserGroupUsingDELETEParams) WithUserGroupID(userGroupID int64) *DeleteUserGroupUsingDELETEParams
- func (o *DeleteUserGroupUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUserGroupUsingDELETEReader
- type DeleteUserGroupUsingDELETEUnauthorized
- type GetAllUserGroupsUsingGETForbidden
- type GetAllUserGroupsUsingGETNotFound
- type GetAllUserGroupsUsingGETOK
- type GetAllUserGroupsUsingGETParams
- func NewGetAllUserGroupsUsingGETParams() *GetAllUserGroupsUsingGETParams
- func NewGetAllUserGroupsUsingGETParamsWithContext(ctx context.Context) *GetAllUserGroupsUsingGETParams
- func NewGetAllUserGroupsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllUserGroupsUsingGETParams
- func NewGetAllUserGroupsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllUserGroupsUsingGETParams
- func (o *GetAllUserGroupsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetAllUserGroupsUsingGETParams) SetFilter(filter *string)
- func (o *GetAllUserGroupsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetAllUserGroupsUsingGETParams) SetPageNumber(pageNumber *int32)
- func (o *GetAllUserGroupsUsingGETParams) SetPageSize(pageSize *int32)
- func (o *GetAllUserGroupsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetAllUserGroupsUsingGETParams) WithContext(ctx context.Context) *GetAllUserGroupsUsingGETParams
- func (o *GetAllUserGroupsUsingGETParams) WithFilter(filter *string) *GetAllUserGroupsUsingGETParams
- func (o *GetAllUserGroupsUsingGETParams) WithHTTPClient(client *http.Client) *GetAllUserGroupsUsingGETParams
- func (o *GetAllUserGroupsUsingGETParams) WithPageNumber(pageNumber *int32) *GetAllUserGroupsUsingGETParams
- func (o *GetAllUserGroupsUsingGETParams) WithPageSize(pageSize *int32) *GetAllUserGroupsUsingGETParams
- func (o *GetAllUserGroupsUsingGETParams) WithTimeout(timeout time.Duration) *GetAllUserGroupsUsingGETParams
- func (o *GetAllUserGroupsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllUserGroupsUsingGETReader
- type GetAllUserGroupsUsingGETUnauthorized
- type GetUserGroupUsingGETForbidden
- type GetUserGroupUsingGETNotFound
- type GetUserGroupUsingGETOK
- type GetUserGroupUsingGETParams
- func NewGetUserGroupUsingGETParams() *GetUserGroupUsingGETParams
- func NewGetUserGroupUsingGETParamsWithContext(ctx context.Context) *GetUserGroupUsingGETParams
- func NewGetUserGroupUsingGETParamsWithHTTPClient(client *http.Client) *GetUserGroupUsingGETParams
- func NewGetUserGroupUsingGETParamsWithTimeout(timeout time.Duration) *GetUserGroupUsingGETParams
- func (o *GetUserGroupUsingGETParams) SetContext(ctx context.Context)
- func (o *GetUserGroupUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetUserGroupUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetUserGroupUsingGETParams) SetUserGroupID(userGroupID int64)
- func (o *GetUserGroupUsingGETParams) WithContext(ctx context.Context) *GetUserGroupUsingGETParams
- func (o *GetUserGroupUsingGETParams) WithHTTPClient(client *http.Client) *GetUserGroupUsingGETParams
- func (o *GetUserGroupUsingGETParams) WithTimeout(timeout time.Duration) *GetUserGroupUsingGETParams
- func (o *GetUserGroupUsingGETParams) WithUserGroupID(userGroupID int64) *GetUserGroupUsingGETParams
- func (o *GetUserGroupUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserGroupUsingGETReader
- type GetUserGroupUsingGETUnauthorized
- type UpdateUserGroupUsingPUTCreated
- type UpdateUserGroupUsingPUTForbidden
- type UpdateUserGroupUsingPUTNotFound
- type UpdateUserGroupUsingPUTOK
- type UpdateUserGroupUsingPUTParams
- func NewUpdateUserGroupUsingPUTParams() *UpdateUserGroupUsingPUTParams
- func NewUpdateUserGroupUsingPUTParamsWithContext(ctx context.Context) *UpdateUserGroupUsingPUTParams
- func NewUpdateUserGroupUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateUserGroupUsingPUTParams
- func NewUpdateUserGroupUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateUserGroupUsingPUTParams
- func (o *UpdateUserGroupUsingPUTParams) SetContext(ctx context.Context)
- func (o *UpdateUserGroupUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserGroupUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserGroupUsingPUTParams) SetUserGroupDto(userGroupDto *models.UserGroupDto)
- func (o *UpdateUserGroupUsingPUTParams) SetUserGroupID(userGroupID int64)
- func (o *UpdateUserGroupUsingPUTParams) WithContext(ctx context.Context) *UpdateUserGroupUsingPUTParams
- func (o *UpdateUserGroupUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateUserGroupUsingPUTParams
- func (o *UpdateUserGroupUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateUserGroupUsingPUTParams
- func (o *UpdateUserGroupUsingPUTParams) WithUserGroupDto(userGroupDto *models.UserGroupDto) *UpdateUserGroupUsingPUTParams
- func (o *UpdateUserGroupUsingPUTParams) WithUserGroupID(userGroupID int64) *UpdateUserGroupUsingPUTParams
- func (o *UpdateUserGroupUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserGroupUsingPUTReader
- type UpdateUserGroupUsingPUTUnauthorized
- type UpdateUserGroupsUsingPUTCreated
- type UpdateUserGroupsUsingPUTForbidden
- type UpdateUserGroupsUsingPUTNotFound
- type UpdateUserGroupsUsingPUTOK
- type UpdateUserGroupsUsingPUTParams
- func NewUpdateUserGroupsUsingPUTParams() *UpdateUserGroupsUsingPUTParams
- func NewUpdateUserGroupsUsingPUTParamsWithContext(ctx context.Context) *UpdateUserGroupsUsingPUTParams
- func NewUpdateUserGroupsUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateUserGroupsUsingPUTParams
- func NewUpdateUserGroupsUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateUserGroupsUsingPUTParams
- func (o *UpdateUserGroupsUsingPUTParams) SetContext(ctx context.Context)
- func (o *UpdateUserGroupsUsingPUTParams) SetGroups(groups []int64)
- func (o *UpdateUserGroupsUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserGroupsUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserGroupsUsingPUTParams) SetUsersIdsDto(usersIdsDto []*models.IdentifiableDto)
- func (o *UpdateUserGroupsUsingPUTParams) WithContext(ctx context.Context) *UpdateUserGroupsUsingPUTParams
- func (o *UpdateUserGroupsUsingPUTParams) WithGroups(groups []int64) *UpdateUserGroupsUsingPUTParams
- func (o *UpdateUserGroupsUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateUserGroupsUsingPUTParams
- func (o *UpdateUserGroupsUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateUserGroupsUsingPUTParams
- func (o *UpdateUserGroupsUsingPUTParams) WithUsersIdsDto(usersIdsDto []*models.IdentifiableDto) *UpdateUserGroupsUsingPUTParams
- func (o *UpdateUserGroupsUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserGroupsUsingPUTReader
- type UpdateUserGroupsUsingPUTUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for user group API
func (*Client) CreateUserGroupsUsingPOST ¶
func (a *Client) CreateUserGroupsUsingPOST(params *CreateUserGroupsUsingPOSTParams) (*CreateUserGroupsUsingPOSTOK, *CreateUserGroupsUsingPOSTCreated, error)
CreateUserGroupsUsingPOST creates a user group
func (*Client) DeleteUserGroupUsingDELETE ¶
func (a *Client) DeleteUserGroupUsingDELETE(params *DeleteUserGroupUsingDELETEParams) (*DeleteUserGroupUsingDELETEOK, *DeleteUserGroupUsingDELETENoContent, error)
DeleteUserGroupUsingDELETE deletes a user group
func (*Client) GetAllUserGroupsUsingGET ¶
func (a *Client) GetAllUserGroupsUsingGET(params *GetAllUserGroupsUsingGETParams) (*GetAllUserGroupsUsingGETOK, error)
GetAllUserGroupsUsingGET retrieves all user groups
func (*Client) GetUserGroupUsingGET ¶
func (a *Client) GetUserGroupUsingGET(params *GetUserGroupUsingGETParams) (*GetUserGroupUsingGETOK, error)
GetUserGroupUsingGET retrieves a user group
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateUserGroupUsingPUT ¶
func (a *Client) UpdateUserGroupUsingPUT(params *UpdateUserGroupUsingPUTParams) (*UpdateUserGroupUsingPUTOK, *UpdateUserGroupUsingPUTCreated, error)
UpdateUserGroupUsingPUT updates a user group
func (*Client) UpdateUserGroupsUsingPUT ¶
func (a *Client) UpdateUserGroupsUsingPUT(params *UpdateUserGroupsUsingPUTParams) (*UpdateUserGroupsUsingPUTOK, *UpdateUserGroupsUsingPUTCreated, error)
UpdateUserGroupsUsingPUT updates user groups
type ClientService ¶
type ClientService interface { CreateUserGroupsUsingPOST(params *CreateUserGroupsUsingPOSTParams) (*CreateUserGroupsUsingPOSTOK, *CreateUserGroupsUsingPOSTCreated, error) DeleteUserGroupUsingDELETE(params *DeleteUserGroupUsingDELETEParams) (*DeleteUserGroupUsingDELETEOK, *DeleteUserGroupUsingDELETENoContent, error) GetAllUserGroupsUsingGET(params *GetAllUserGroupsUsingGETParams) (*GetAllUserGroupsUsingGETOK, error) GetUserGroupUsingGET(params *GetUserGroupUsingGETParams) (*GetUserGroupUsingGETOK, error) UpdateUserGroupUsingPUT(params *UpdateUserGroupUsingPUTParams) (*UpdateUserGroupUsingPUTOK, *UpdateUserGroupUsingPUTCreated, error) UpdateUserGroupsUsingPUT(params *UpdateUserGroupsUsingPUTParams) (*UpdateUserGroupsUsingPUTOK, *UpdateUserGroupsUsingPUTCreated, 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 user group API client.
type CreateUserGroupsUsingPOSTCreated ¶
type CreateUserGroupsUsingPOSTCreated struct { }
CreateUserGroupsUsingPOSTCreated handles this case with default header values.
Created
func NewCreateUserGroupsUsingPOSTCreated ¶
func NewCreateUserGroupsUsingPOSTCreated() *CreateUserGroupsUsingPOSTCreated
NewCreateUserGroupsUsingPOSTCreated creates a CreateUserGroupsUsingPOSTCreated with default headers values
func (*CreateUserGroupsUsingPOSTCreated) Error ¶
func (o *CreateUserGroupsUsingPOSTCreated) Error() string
type CreateUserGroupsUsingPOSTForbidden ¶
type CreateUserGroupsUsingPOSTForbidden struct { }
CreateUserGroupsUsingPOSTForbidden handles this case with default header values.
Forbidden
func NewCreateUserGroupsUsingPOSTForbidden ¶
func NewCreateUserGroupsUsingPOSTForbidden() *CreateUserGroupsUsingPOSTForbidden
NewCreateUserGroupsUsingPOSTForbidden creates a CreateUserGroupsUsingPOSTForbidden with default headers values
func (*CreateUserGroupsUsingPOSTForbidden) Error ¶
func (o *CreateUserGroupsUsingPOSTForbidden) Error() string
type CreateUserGroupsUsingPOSTNotFound ¶
type CreateUserGroupsUsingPOSTNotFound struct { }
CreateUserGroupsUsingPOSTNotFound handles this case with default header values.
Not Found
func NewCreateUserGroupsUsingPOSTNotFound ¶
func NewCreateUserGroupsUsingPOSTNotFound() *CreateUserGroupsUsingPOSTNotFound
NewCreateUserGroupsUsingPOSTNotFound creates a CreateUserGroupsUsingPOSTNotFound with default headers values
func (*CreateUserGroupsUsingPOSTNotFound) Error ¶
func (o *CreateUserGroupsUsingPOSTNotFound) Error() string
type CreateUserGroupsUsingPOSTOK ¶
type CreateUserGroupsUsingPOSTOK struct {
Payload *models.ListHolderDtoUserGroupDto
}
CreateUserGroupsUsingPOSTOK handles this case with default header values.
OK
func NewCreateUserGroupsUsingPOSTOK ¶
func NewCreateUserGroupsUsingPOSTOK() *CreateUserGroupsUsingPOSTOK
NewCreateUserGroupsUsingPOSTOK creates a CreateUserGroupsUsingPOSTOK with default headers values
func (*CreateUserGroupsUsingPOSTOK) Error ¶
func (o *CreateUserGroupsUsingPOSTOK) Error() string
func (*CreateUserGroupsUsingPOSTOK) GetPayload ¶
func (o *CreateUserGroupsUsingPOSTOK) GetPayload() *models.ListHolderDtoUserGroupDto
type CreateUserGroupsUsingPOSTParams ¶
type CreateUserGroupsUsingPOSTParams struct { /*UserGroupDto userGroupDto */ UserGroupDto []*models.UserGroupDto Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateUserGroupsUsingPOSTParams contains all the parameters to send to the API endpoint for the create user groups using p o s t operation typically these are written to a http.Request
func NewCreateUserGroupsUsingPOSTParams ¶
func NewCreateUserGroupsUsingPOSTParams() *CreateUserGroupsUsingPOSTParams
NewCreateUserGroupsUsingPOSTParams creates a new CreateUserGroupsUsingPOSTParams object with the default values initialized.
func NewCreateUserGroupsUsingPOSTParamsWithContext ¶
func NewCreateUserGroupsUsingPOSTParamsWithContext(ctx context.Context) *CreateUserGroupsUsingPOSTParams
NewCreateUserGroupsUsingPOSTParamsWithContext creates a new CreateUserGroupsUsingPOSTParams object with the default values initialized, and the ability to set a context for a request
func NewCreateUserGroupsUsingPOSTParamsWithHTTPClient ¶
func NewCreateUserGroupsUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateUserGroupsUsingPOSTParams
NewCreateUserGroupsUsingPOSTParamsWithHTTPClient creates a new CreateUserGroupsUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateUserGroupsUsingPOSTParamsWithTimeout ¶
func NewCreateUserGroupsUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateUserGroupsUsingPOSTParams
NewCreateUserGroupsUsingPOSTParamsWithTimeout creates a new CreateUserGroupsUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateUserGroupsUsingPOSTParams) SetContext ¶
func (o *CreateUserGroupsUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create user groups using p o s t params
func (*CreateUserGroupsUsingPOSTParams) SetHTTPClient ¶
func (o *CreateUserGroupsUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create user groups using p o s t params
func (*CreateUserGroupsUsingPOSTParams) SetTimeout ¶
func (o *CreateUserGroupsUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create user groups using p o s t params
func (*CreateUserGroupsUsingPOSTParams) SetUserGroupDto ¶
func (o *CreateUserGroupsUsingPOSTParams) SetUserGroupDto(userGroupDto []*models.UserGroupDto)
SetUserGroupDto adds the userGroupDto to the create user groups using p o s t params
func (*CreateUserGroupsUsingPOSTParams) WithContext ¶
func (o *CreateUserGroupsUsingPOSTParams) WithContext(ctx context.Context) *CreateUserGroupsUsingPOSTParams
WithContext adds the context to the create user groups using p o s t params
func (*CreateUserGroupsUsingPOSTParams) WithHTTPClient ¶
func (o *CreateUserGroupsUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateUserGroupsUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create user groups using p o s t params
func (*CreateUserGroupsUsingPOSTParams) WithTimeout ¶
func (o *CreateUserGroupsUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateUserGroupsUsingPOSTParams
WithTimeout adds the timeout to the create user groups using p o s t params
func (*CreateUserGroupsUsingPOSTParams) WithUserGroupDto ¶
func (o *CreateUserGroupsUsingPOSTParams) WithUserGroupDto(userGroupDto []*models.UserGroupDto) *CreateUserGroupsUsingPOSTParams
WithUserGroupDto adds the userGroupDto to the create user groups using p o s t params
func (*CreateUserGroupsUsingPOSTParams) WriteToRequest ¶
func (o *CreateUserGroupsUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateUserGroupsUsingPOSTReader ¶
type CreateUserGroupsUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateUserGroupsUsingPOSTReader is a Reader for the CreateUserGroupsUsingPOST structure.
func (*CreateUserGroupsUsingPOSTReader) ReadResponse ¶
func (o *CreateUserGroupsUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateUserGroupsUsingPOSTUnauthorized ¶
type CreateUserGroupsUsingPOSTUnauthorized struct { }
CreateUserGroupsUsingPOSTUnauthorized handles this case with default header values.
Unauthorized
func NewCreateUserGroupsUsingPOSTUnauthorized ¶
func NewCreateUserGroupsUsingPOSTUnauthorized() *CreateUserGroupsUsingPOSTUnauthorized
NewCreateUserGroupsUsingPOSTUnauthorized creates a CreateUserGroupsUsingPOSTUnauthorized with default headers values
func (*CreateUserGroupsUsingPOSTUnauthorized) Error ¶
func (o *CreateUserGroupsUsingPOSTUnauthorized) Error() string
type DeleteUserGroupUsingDELETEForbidden ¶
type DeleteUserGroupUsingDELETEForbidden struct { }
DeleteUserGroupUsingDELETEForbidden handles this case with default header values.
Forbidden
func NewDeleteUserGroupUsingDELETEForbidden ¶
func NewDeleteUserGroupUsingDELETEForbidden() *DeleteUserGroupUsingDELETEForbidden
NewDeleteUserGroupUsingDELETEForbidden creates a DeleteUserGroupUsingDELETEForbidden with default headers values
func (*DeleteUserGroupUsingDELETEForbidden) Error ¶
func (o *DeleteUserGroupUsingDELETEForbidden) Error() string
type DeleteUserGroupUsingDELETENoContent ¶
type DeleteUserGroupUsingDELETENoContent struct { }
DeleteUserGroupUsingDELETENoContent handles this case with default header values.
No Content
func NewDeleteUserGroupUsingDELETENoContent ¶
func NewDeleteUserGroupUsingDELETENoContent() *DeleteUserGroupUsingDELETENoContent
NewDeleteUserGroupUsingDELETENoContent creates a DeleteUserGroupUsingDELETENoContent with default headers values
func (*DeleteUserGroupUsingDELETENoContent) Error ¶
func (o *DeleteUserGroupUsingDELETENoContent) Error() string
type DeleteUserGroupUsingDELETEOK ¶
type DeleteUserGroupUsingDELETEOK struct { }
DeleteUserGroupUsingDELETEOK handles this case with default header values.
OK
func NewDeleteUserGroupUsingDELETEOK ¶
func NewDeleteUserGroupUsingDELETEOK() *DeleteUserGroupUsingDELETEOK
NewDeleteUserGroupUsingDELETEOK creates a DeleteUserGroupUsingDELETEOK with default headers values
func (*DeleteUserGroupUsingDELETEOK) Error ¶
func (o *DeleteUserGroupUsingDELETEOK) Error() string
type DeleteUserGroupUsingDELETEParams ¶
type DeleteUserGroupUsingDELETEParams struct { /*UserGroupID userId */ UserGroupID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteUserGroupUsingDELETEParams contains all the parameters to send to the API endpoint for the delete user group using d e l e t e operation typically these are written to a http.Request
func NewDeleteUserGroupUsingDELETEParams ¶
func NewDeleteUserGroupUsingDELETEParams() *DeleteUserGroupUsingDELETEParams
NewDeleteUserGroupUsingDELETEParams creates a new DeleteUserGroupUsingDELETEParams object with the default values initialized.
func NewDeleteUserGroupUsingDELETEParamsWithContext ¶
func NewDeleteUserGroupUsingDELETEParamsWithContext(ctx context.Context) *DeleteUserGroupUsingDELETEParams
NewDeleteUserGroupUsingDELETEParamsWithContext creates a new DeleteUserGroupUsingDELETEParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteUserGroupUsingDELETEParamsWithHTTPClient ¶
func NewDeleteUserGroupUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteUserGroupUsingDELETEParams
NewDeleteUserGroupUsingDELETEParamsWithHTTPClient creates a new DeleteUserGroupUsingDELETEParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteUserGroupUsingDELETEParamsWithTimeout ¶
func NewDeleteUserGroupUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteUserGroupUsingDELETEParams
NewDeleteUserGroupUsingDELETEParamsWithTimeout creates a new DeleteUserGroupUsingDELETEParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteUserGroupUsingDELETEParams) SetContext ¶
func (o *DeleteUserGroupUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete user group using d e l e t e params
func (*DeleteUserGroupUsingDELETEParams) SetHTTPClient ¶
func (o *DeleteUserGroupUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete user group using d e l e t e params
func (*DeleteUserGroupUsingDELETEParams) SetTimeout ¶
func (o *DeleteUserGroupUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete user group using d e l e t e params
func (*DeleteUserGroupUsingDELETEParams) SetUserGroupID ¶
func (o *DeleteUserGroupUsingDELETEParams) SetUserGroupID(userGroupID int64)
SetUserGroupID adds the userGroupId to the delete user group using d e l e t e params
func (*DeleteUserGroupUsingDELETEParams) WithContext ¶
func (o *DeleteUserGroupUsingDELETEParams) WithContext(ctx context.Context) *DeleteUserGroupUsingDELETEParams
WithContext adds the context to the delete user group using d e l e t e params
func (*DeleteUserGroupUsingDELETEParams) WithHTTPClient ¶
func (o *DeleteUserGroupUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteUserGroupUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete user group using d e l e t e params
func (*DeleteUserGroupUsingDELETEParams) WithTimeout ¶
func (o *DeleteUserGroupUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteUserGroupUsingDELETEParams
WithTimeout adds the timeout to the delete user group using d e l e t e params
func (*DeleteUserGroupUsingDELETEParams) WithUserGroupID ¶
func (o *DeleteUserGroupUsingDELETEParams) WithUserGroupID(userGroupID int64) *DeleteUserGroupUsingDELETEParams
WithUserGroupID adds the userGroupID to the delete user group using d e l e t e params
func (*DeleteUserGroupUsingDELETEParams) WriteToRequest ¶
func (o *DeleteUserGroupUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUserGroupUsingDELETEReader ¶
type DeleteUserGroupUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteUserGroupUsingDELETEReader is a Reader for the DeleteUserGroupUsingDELETE structure.
func (*DeleteUserGroupUsingDELETEReader) ReadResponse ¶
func (o *DeleteUserGroupUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUserGroupUsingDELETEUnauthorized ¶
type DeleteUserGroupUsingDELETEUnauthorized struct { }
DeleteUserGroupUsingDELETEUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteUserGroupUsingDELETEUnauthorized ¶
func NewDeleteUserGroupUsingDELETEUnauthorized() *DeleteUserGroupUsingDELETEUnauthorized
NewDeleteUserGroupUsingDELETEUnauthorized creates a DeleteUserGroupUsingDELETEUnauthorized with default headers values
func (*DeleteUserGroupUsingDELETEUnauthorized) Error ¶
func (o *DeleteUserGroupUsingDELETEUnauthorized) Error() string
type GetAllUserGroupsUsingGETForbidden ¶
type GetAllUserGroupsUsingGETForbidden struct { }
GetAllUserGroupsUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetAllUserGroupsUsingGETForbidden ¶
func NewGetAllUserGroupsUsingGETForbidden() *GetAllUserGroupsUsingGETForbidden
NewGetAllUserGroupsUsingGETForbidden creates a GetAllUserGroupsUsingGETForbidden with default headers values
func (*GetAllUserGroupsUsingGETForbidden) Error ¶
func (o *GetAllUserGroupsUsingGETForbidden) Error() string
type GetAllUserGroupsUsingGETNotFound ¶
type GetAllUserGroupsUsingGETNotFound struct { }
GetAllUserGroupsUsingGETNotFound handles this case with default header values.
Not Found
func NewGetAllUserGroupsUsingGETNotFound ¶
func NewGetAllUserGroupsUsingGETNotFound() *GetAllUserGroupsUsingGETNotFound
NewGetAllUserGroupsUsingGETNotFound creates a GetAllUserGroupsUsingGETNotFound with default headers values
func (*GetAllUserGroupsUsingGETNotFound) Error ¶
func (o *GetAllUserGroupsUsingGETNotFound) Error() string
type GetAllUserGroupsUsingGETOK ¶
type GetAllUserGroupsUsingGETOK struct {
Payload *models.PagedResultDtoUserGroupDto
}
GetAllUserGroupsUsingGETOK handles this case with default header values.
OK
func NewGetAllUserGroupsUsingGETOK ¶
func NewGetAllUserGroupsUsingGETOK() *GetAllUserGroupsUsingGETOK
NewGetAllUserGroupsUsingGETOK creates a GetAllUserGroupsUsingGETOK with default headers values
func (*GetAllUserGroupsUsingGETOK) Error ¶
func (o *GetAllUserGroupsUsingGETOK) Error() string
func (*GetAllUserGroupsUsingGETOK) GetPayload ¶
func (o *GetAllUserGroupsUsingGETOK) GetPayload() *models.PagedResultDtoUserGroupDto
type GetAllUserGroupsUsingGETParams ¶
type GetAllUserGroupsUsingGETParams struct { /*Filter freeTextFilter */ Filter *string /*PageNumber pageNumber */ PageNumber *int32 /*PageSize pageSize */ PageSize *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllUserGroupsUsingGETParams contains all the parameters to send to the API endpoint for the get all user groups using g e t operation typically these are written to a http.Request
func NewGetAllUserGroupsUsingGETParams ¶
func NewGetAllUserGroupsUsingGETParams() *GetAllUserGroupsUsingGETParams
NewGetAllUserGroupsUsingGETParams creates a new GetAllUserGroupsUsingGETParams object with the default values initialized.
func NewGetAllUserGroupsUsingGETParamsWithContext ¶
func NewGetAllUserGroupsUsingGETParamsWithContext(ctx context.Context) *GetAllUserGroupsUsingGETParams
NewGetAllUserGroupsUsingGETParamsWithContext creates a new GetAllUserGroupsUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllUserGroupsUsingGETParamsWithHTTPClient ¶
func NewGetAllUserGroupsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllUserGroupsUsingGETParams
NewGetAllUserGroupsUsingGETParamsWithHTTPClient creates a new GetAllUserGroupsUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllUserGroupsUsingGETParamsWithTimeout ¶
func NewGetAllUserGroupsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllUserGroupsUsingGETParams
NewGetAllUserGroupsUsingGETParamsWithTimeout creates a new GetAllUserGroupsUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllUserGroupsUsingGETParams) SetContext ¶
func (o *GetAllUserGroupsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) SetFilter ¶
func (o *GetAllUserGroupsUsingGETParams) SetFilter(filter *string)
SetFilter adds the filter to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) SetHTTPClient ¶
func (o *GetAllUserGroupsUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) SetPageNumber ¶
func (o *GetAllUserGroupsUsingGETParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) SetPageSize ¶
func (o *GetAllUserGroupsUsingGETParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) SetTimeout ¶
func (o *GetAllUserGroupsUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) WithContext ¶
func (o *GetAllUserGroupsUsingGETParams) WithContext(ctx context.Context) *GetAllUserGroupsUsingGETParams
WithContext adds the context to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) WithFilter ¶
func (o *GetAllUserGroupsUsingGETParams) WithFilter(filter *string) *GetAllUserGroupsUsingGETParams
WithFilter adds the filter to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) WithHTTPClient ¶
func (o *GetAllUserGroupsUsingGETParams) WithHTTPClient(client *http.Client) *GetAllUserGroupsUsingGETParams
WithHTTPClient adds the HTTPClient to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) WithPageNumber ¶
func (o *GetAllUserGroupsUsingGETParams) WithPageNumber(pageNumber *int32) *GetAllUserGroupsUsingGETParams
WithPageNumber adds the pageNumber to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) WithPageSize ¶
func (o *GetAllUserGroupsUsingGETParams) WithPageSize(pageSize *int32) *GetAllUserGroupsUsingGETParams
WithPageSize adds the pageSize to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) WithTimeout ¶
func (o *GetAllUserGroupsUsingGETParams) WithTimeout(timeout time.Duration) *GetAllUserGroupsUsingGETParams
WithTimeout adds the timeout to the get all user groups using g e t params
func (*GetAllUserGroupsUsingGETParams) WriteToRequest ¶
func (o *GetAllUserGroupsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllUserGroupsUsingGETReader ¶
type GetAllUserGroupsUsingGETReader struct {
// contains filtered or unexported fields
}
GetAllUserGroupsUsingGETReader is a Reader for the GetAllUserGroupsUsingGET structure.
func (*GetAllUserGroupsUsingGETReader) ReadResponse ¶
func (o *GetAllUserGroupsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllUserGroupsUsingGETUnauthorized ¶
type GetAllUserGroupsUsingGETUnauthorized struct { }
GetAllUserGroupsUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetAllUserGroupsUsingGETUnauthorized ¶
func NewGetAllUserGroupsUsingGETUnauthorized() *GetAllUserGroupsUsingGETUnauthorized
NewGetAllUserGroupsUsingGETUnauthorized creates a GetAllUserGroupsUsingGETUnauthorized with default headers values
func (*GetAllUserGroupsUsingGETUnauthorized) Error ¶
func (o *GetAllUserGroupsUsingGETUnauthorized) Error() string
type GetUserGroupUsingGETForbidden ¶
type GetUserGroupUsingGETForbidden struct { }
GetUserGroupUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetUserGroupUsingGETForbidden ¶
func NewGetUserGroupUsingGETForbidden() *GetUserGroupUsingGETForbidden
NewGetUserGroupUsingGETForbidden creates a GetUserGroupUsingGETForbidden with default headers values
func (*GetUserGroupUsingGETForbidden) Error ¶
func (o *GetUserGroupUsingGETForbidden) Error() string
type GetUserGroupUsingGETNotFound ¶
type GetUserGroupUsingGETNotFound struct { }
GetUserGroupUsingGETNotFound handles this case with default header values.
Not Found
func NewGetUserGroupUsingGETNotFound ¶
func NewGetUserGroupUsingGETNotFound() *GetUserGroupUsingGETNotFound
NewGetUserGroupUsingGETNotFound creates a GetUserGroupUsingGETNotFound with default headers values
func (*GetUserGroupUsingGETNotFound) Error ¶
func (o *GetUserGroupUsingGETNotFound) Error() string
type GetUserGroupUsingGETOK ¶
type GetUserGroupUsingGETOK struct {
Payload *models.UserGroupDto
}
GetUserGroupUsingGETOK handles this case with default header values.
OK
func NewGetUserGroupUsingGETOK ¶
func NewGetUserGroupUsingGETOK() *GetUserGroupUsingGETOK
NewGetUserGroupUsingGETOK creates a GetUserGroupUsingGETOK with default headers values
func (*GetUserGroupUsingGETOK) Error ¶
func (o *GetUserGroupUsingGETOK) Error() string
func (*GetUserGroupUsingGETOK) GetPayload ¶
func (o *GetUserGroupUsingGETOK) GetPayload() *models.UserGroupDto
type GetUserGroupUsingGETParams ¶
type GetUserGroupUsingGETParams struct { /*UserGroupID userGroupId */ UserGroupID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUserGroupUsingGETParams contains all the parameters to send to the API endpoint for the get user group using g e t operation typically these are written to a http.Request
func NewGetUserGroupUsingGETParams ¶
func NewGetUserGroupUsingGETParams() *GetUserGroupUsingGETParams
NewGetUserGroupUsingGETParams creates a new GetUserGroupUsingGETParams object with the default values initialized.
func NewGetUserGroupUsingGETParamsWithContext ¶
func NewGetUserGroupUsingGETParamsWithContext(ctx context.Context) *GetUserGroupUsingGETParams
NewGetUserGroupUsingGETParamsWithContext creates a new GetUserGroupUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserGroupUsingGETParamsWithHTTPClient ¶
func NewGetUserGroupUsingGETParamsWithHTTPClient(client *http.Client) *GetUserGroupUsingGETParams
NewGetUserGroupUsingGETParamsWithHTTPClient creates a new GetUserGroupUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserGroupUsingGETParamsWithTimeout ¶
func NewGetUserGroupUsingGETParamsWithTimeout(timeout time.Duration) *GetUserGroupUsingGETParams
NewGetUserGroupUsingGETParamsWithTimeout creates a new GetUserGroupUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserGroupUsingGETParams) SetContext ¶
func (o *GetUserGroupUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get user group using g e t params
func (*GetUserGroupUsingGETParams) SetHTTPClient ¶
func (o *GetUserGroupUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user group using g e t params
func (*GetUserGroupUsingGETParams) SetTimeout ¶
func (o *GetUserGroupUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user group using g e t params
func (*GetUserGroupUsingGETParams) SetUserGroupID ¶
func (o *GetUserGroupUsingGETParams) SetUserGroupID(userGroupID int64)
SetUserGroupID adds the userGroupId to the get user group using g e t params
func (*GetUserGroupUsingGETParams) WithContext ¶
func (o *GetUserGroupUsingGETParams) WithContext(ctx context.Context) *GetUserGroupUsingGETParams
WithContext adds the context to the get user group using g e t params
func (*GetUserGroupUsingGETParams) WithHTTPClient ¶
func (o *GetUserGroupUsingGETParams) WithHTTPClient(client *http.Client) *GetUserGroupUsingGETParams
WithHTTPClient adds the HTTPClient to the get user group using g e t params
func (*GetUserGroupUsingGETParams) WithTimeout ¶
func (o *GetUserGroupUsingGETParams) WithTimeout(timeout time.Duration) *GetUserGroupUsingGETParams
WithTimeout adds the timeout to the get user group using g e t params
func (*GetUserGroupUsingGETParams) WithUserGroupID ¶
func (o *GetUserGroupUsingGETParams) WithUserGroupID(userGroupID int64) *GetUserGroupUsingGETParams
WithUserGroupID adds the userGroupID to the get user group using g e t params
func (*GetUserGroupUsingGETParams) WriteToRequest ¶
func (o *GetUserGroupUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserGroupUsingGETReader ¶
type GetUserGroupUsingGETReader struct {
// contains filtered or unexported fields
}
GetUserGroupUsingGETReader is a Reader for the GetUserGroupUsingGET structure.
func (*GetUserGroupUsingGETReader) ReadResponse ¶
func (o *GetUserGroupUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserGroupUsingGETUnauthorized ¶
type GetUserGroupUsingGETUnauthorized struct { }
GetUserGroupUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetUserGroupUsingGETUnauthorized ¶
func NewGetUserGroupUsingGETUnauthorized() *GetUserGroupUsingGETUnauthorized
NewGetUserGroupUsingGETUnauthorized creates a GetUserGroupUsingGETUnauthorized with default headers values
func (*GetUserGroupUsingGETUnauthorized) Error ¶
func (o *GetUserGroupUsingGETUnauthorized) Error() string
type UpdateUserGroupUsingPUTCreated ¶
type UpdateUserGroupUsingPUTCreated struct { }
UpdateUserGroupUsingPUTCreated handles this case with default header values.
Created
func NewUpdateUserGroupUsingPUTCreated ¶
func NewUpdateUserGroupUsingPUTCreated() *UpdateUserGroupUsingPUTCreated
NewUpdateUserGroupUsingPUTCreated creates a UpdateUserGroupUsingPUTCreated with default headers values
func (*UpdateUserGroupUsingPUTCreated) Error ¶
func (o *UpdateUserGroupUsingPUTCreated) Error() string
type UpdateUserGroupUsingPUTForbidden ¶
type UpdateUserGroupUsingPUTForbidden struct { }
UpdateUserGroupUsingPUTForbidden handles this case with default header values.
Forbidden
func NewUpdateUserGroupUsingPUTForbidden ¶
func NewUpdateUserGroupUsingPUTForbidden() *UpdateUserGroupUsingPUTForbidden
NewUpdateUserGroupUsingPUTForbidden creates a UpdateUserGroupUsingPUTForbidden with default headers values
func (*UpdateUserGroupUsingPUTForbidden) Error ¶
func (o *UpdateUserGroupUsingPUTForbidden) Error() string
type UpdateUserGroupUsingPUTNotFound ¶
type UpdateUserGroupUsingPUTNotFound struct { }
UpdateUserGroupUsingPUTNotFound handles this case with default header values.
Not Found
func NewUpdateUserGroupUsingPUTNotFound ¶
func NewUpdateUserGroupUsingPUTNotFound() *UpdateUserGroupUsingPUTNotFound
NewUpdateUserGroupUsingPUTNotFound creates a UpdateUserGroupUsingPUTNotFound with default headers values
func (*UpdateUserGroupUsingPUTNotFound) Error ¶
func (o *UpdateUserGroupUsingPUTNotFound) Error() string
type UpdateUserGroupUsingPUTOK ¶
type UpdateUserGroupUsingPUTOK struct {
Payload *models.UserGroupDto
}
UpdateUserGroupUsingPUTOK handles this case with default header values.
OK
func NewUpdateUserGroupUsingPUTOK ¶
func NewUpdateUserGroupUsingPUTOK() *UpdateUserGroupUsingPUTOK
NewUpdateUserGroupUsingPUTOK creates a UpdateUserGroupUsingPUTOK with default headers values
func (*UpdateUserGroupUsingPUTOK) Error ¶
func (o *UpdateUserGroupUsingPUTOK) Error() string
func (*UpdateUserGroupUsingPUTOK) GetPayload ¶
func (o *UpdateUserGroupUsingPUTOK) GetPayload() *models.UserGroupDto
type UpdateUserGroupUsingPUTParams ¶
type UpdateUserGroupUsingPUTParams struct { /*UserGroupDto userGroupDto */ UserGroupDto *models.UserGroupDto /*UserGroupID userGroupId */ UserGroupID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateUserGroupUsingPUTParams contains all the parameters to send to the API endpoint for the update user group using p u t operation typically these are written to a http.Request
func NewUpdateUserGroupUsingPUTParams ¶
func NewUpdateUserGroupUsingPUTParams() *UpdateUserGroupUsingPUTParams
NewUpdateUserGroupUsingPUTParams creates a new UpdateUserGroupUsingPUTParams object with the default values initialized.
func NewUpdateUserGroupUsingPUTParamsWithContext ¶
func NewUpdateUserGroupUsingPUTParamsWithContext(ctx context.Context) *UpdateUserGroupUsingPUTParams
NewUpdateUserGroupUsingPUTParamsWithContext creates a new UpdateUserGroupUsingPUTParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateUserGroupUsingPUTParamsWithHTTPClient ¶
func NewUpdateUserGroupUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateUserGroupUsingPUTParams
NewUpdateUserGroupUsingPUTParamsWithHTTPClient creates a new UpdateUserGroupUsingPUTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateUserGroupUsingPUTParamsWithTimeout ¶
func NewUpdateUserGroupUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateUserGroupUsingPUTParams
NewUpdateUserGroupUsingPUTParamsWithTimeout creates a new UpdateUserGroupUsingPUTParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateUserGroupUsingPUTParams) SetContext ¶
func (o *UpdateUserGroupUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) SetHTTPClient ¶
func (o *UpdateUserGroupUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) SetTimeout ¶
func (o *UpdateUserGroupUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) SetUserGroupDto ¶
func (o *UpdateUserGroupUsingPUTParams) SetUserGroupDto(userGroupDto *models.UserGroupDto)
SetUserGroupDto adds the userGroupDto to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) SetUserGroupID ¶
func (o *UpdateUserGroupUsingPUTParams) SetUserGroupID(userGroupID int64)
SetUserGroupID adds the userGroupId to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) WithContext ¶
func (o *UpdateUserGroupUsingPUTParams) WithContext(ctx context.Context) *UpdateUserGroupUsingPUTParams
WithContext adds the context to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) WithHTTPClient ¶
func (o *UpdateUserGroupUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateUserGroupUsingPUTParams
WithHTTPClient adds the HTTPClient to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) WithTimeout ¶
func (o *UpdateUserGroupUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateUserGroupUsingPUTParams
WithTimeout adds the timeout to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) WithUserGroupDto ¶
func (o *UpdateUserGroupUsingPUTParams) WithUserGroupDto(userGroupDto *models.UserGroupDto) *UpdateUserGroupUsingPUTParams
WithUserGroupDto adds the userGroupDto to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) WithUserGroupID ¶
func (o *UpdateUserGroupUsingPUTParams) WithUserGroupID(userGroupID int64) *UpdateUserGroupUsingPUTParams
WithUserGroupID adds the userGroupID to the update user group using p u t params
func (*UpdateUserGroupUsingPUTParams) WriteToRequest ¶
func (o *UpdateUserGroupUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateUserGroupUsingPUTReader ¶
type UpdateUserGroupUsingPUTReader struct {
// contains filtered or unexported fields
}
UpdateUserGroupUsingPUTReader is a Reader for the UpdateUserGroupUsingPUT structure.
func (*UpdateUserGroupUsingPUTReader) ReadResponse ¶
func (o *UpdateUserGroupUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateUserGroupUsingPUTUnauthorized ¶
type UpdateUserGroupUsingPUTUnauthorized struct { }
UpdateUserGroupUsingPUTUnauthorized handles this case with default header values.
Unauthorized
func NewUpdateUserGroupUsingPUTUnauthorized ¶
func NewUpdateUserGroupUsingPUTUnauthorized() *UpdateUserGroupUsingPUTUnauthorized
NewUpdateUserGroupUsingPUTUnauthorized creates a UpdateUserGroupUsingPUTUnauthorized with default headers values
func (*UpdateUserGroupUsingPUTUnauthorized) Error ¶
func (o *UpdateUserGroupUsingPUTUnauthorized) Error() string
type UpdateUserGroupsUsingPUTCreated ¶
type UpdateUserGroupsUsingPUTCreated struct { }
UpdateUserGroupsUsingPUTCreated handles this case with default header values.
Created
func NewUpdateUserGroupsUsingPUTCreated ¶
func NewUpdateUserGroupsUsingPUTCreated() *UpdateUserGroupsUsingPUTCreated
NewUpdateUserGroupsUsingPUTCreated creates a UpdateUserGroupsUsingPUTCreated with default headers values
func (*UpdateUserGroupsUsingPUTCreated) Error ¶
func (o *UpdateUserGroupsUsingPUTCreated) Error() string
type UpdateUserGroupsUsingPUTForbidden ¶
type UpdateUserGroupsUsingPUTForbidden struct { }
UpdateUserGroupsUsingPUTForbidden handles this case with default header values.
Forbidden
func NewUpdateUserGroupsUsingPUTForbidden ¶
func NewUpdateUserGroupsUsingPUTForbidden() *UpdateUserGroupsUsingPUTForbidden
NewUpdateUserGroupsUsingPUTForbidden creates a UpdateUserGroupsUsingPUTForbidden with default headers values
func (*UpdateUserGroupsUsingPUTForbidden) Error ¶
func (o *UpdateUserGroupsUsingPUTForbidden) Error() string
type UpdateUserGroupsUsingPUTNotFound ¶
type UpdateUserGroupsUsingPUTNotFound struct { }
UpdateUserGroupsUsingPUTNotFound handles this case with default header values.
Not Found
func NewUpdateUserGroupsUsingPUTNotFound ¶
func NewUpdateUserGroupsUsingPUTNotFound() *UpdateUserGroupsUsingPUTNotFound
NewUpdateUserGroupsUsingPUTNotFound creates a UpdateUserGroupsUsingPUTNotFound with default headers values
func (*UpdateUserGroupsUsingPUTNotFound) Error ¶
func (o *UpdateUserGroupsUsingPUTNotFound) Error() string
type UpdateUserGroupsUsingPUTOK ¶
type UpdateUserGroupsUsingPUTOK struct {
Payload *models.ListHolderDtoUserGroupDto
}
UpdateUserGroupsUsingPUTOK handles this case with default header values.
OK
func NewUpdateUserGroupsUsingPUTOK ¶
func NewUpdateUserGroupsUsingPUTOK() *UpdateUserGroupsUsingPUTOK
NewUpdateUserGroupsUsingPUTOK creates a UpdateUserGroupsUsingPUTOK with default headers values
func (*UpdateUserGroupsUsingPUTOK) Error ¶
func (o *UpdateUserGroupsUsingPUTOK) Error() string
func (*UpdateUserGroupsUsingPUTOK) GetPayload ¶
func (o *UpdateUserGroupsUsingPUTOK) GetPayload() *models.ListHolderDtoUserGroupDto
type UpdateUserGroupsUsingPUTParams ¶
type UpdateUserGroupsUsingPUTParams struct { /*Groups userGroupsIds */ Groups []int64 /*UsersIdsDto usersIdsDto */ UsersIdsDto []*models.IdentifiableDto Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateUserGroupsUsingPUTParams contains all the parameters to send to the API endpoint for the update user groups using p u t operation typically these are written to a http.Request
func NewUpdateUserGroupsUsingPUTParams ¶
func NewUpdateUserGroupsUsingPUTParams() *UpdateUserGroupsUsingPUTParams
NewUpdateUserGroupsUsingPUTParams creates a new UpdateUserGroupsUsingPUTParams object with the default values initialized.
func NewUpdateUserGroupsUsingPUTParamsWithContext ¶
func NewUpdateUserGroupsUsingPUTParamsWithContext(ctx context.Context) *UpdateUserGroupsUsingPUTParams
NewUpdateUserGroupsUsingPUTParamsWithContext creates a new UpdateUserGroupsUsingPUTParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateUserGroupsUsingPUTParamsWithHTTPClient ¶
func NewUpdateUserGroupsUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateUserGroupsUsingPUTParams
NewUpdateUserGroupsUsingPUTParamsWithHTTPClient creates a new UpdateUserGroupsUsingPUTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateUserGroupsUsingPUTParamsWithTimeout ¶
func NewUpdateUserGroupsUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateUserGroupsUsingPUTParams
NewUpdateUserGroupsUsingPUTParamsWithTimeout creates a new UpdateUserGroupsUsingPUTParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateUserGroupsUsingPUTParams) SetContext ¶
func (o *UpdateUserGroupsUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) SetGroups ¶
func (o *UpdateUserGroupsUsingPUTParams) SetGroups(groups []int64)
SetGroups adds the groups to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) SetHTTPClient ¶
func (o *UpdateUserGroupsUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) SetTimeout ¶
func (o *UpdateUserGroupsUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) SetUsersIdsDto ¶
func (o *UpdateUserGroupsUsingPUTParams) SetUsersIdsDto(usersIdsDto []*models.IdentifiableDto)
SetUsersIdsDto adds the usersIdsDto to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) WithContext ¶
func (o *UpdateUserGroupsUsingPUTParams) WithContext(ctx context.Context) *UpdateUserGroupsUsingPUTParams
WithContext adds the context to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) WithGroups ¶
func (o *UpdateUserGroupsUsingPUTParams) WithGroups(groups []int64) *UpdateUserGroupsUsingPUTParams
WithGroups adds the groups to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) WithHTTPClient ¶
func (o *UpdateUserGroupsUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateUserGroupsUsingPUTParams
WithHTTPClient adds the HTTPClient to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) WithTimeout ¶
func (o *UpdateUserGroupsUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateUserGroupsUsingPUTParams
WithTimeout adds the timeout to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) WithUsersIdsDto ¶
func (o *UpdateUserGroupsUsingPUTParams) WithUsersIdsDto(usersIdsDto []*models.IdentifiableDto) *UpdateUserGroupsUsingPUTParams
WithUsersIdsDto adds the usersIdsDto to the update user groups using p u t params
func (*UpdateUserGroupsUsingPUTParams) WriteToRequest ¶
func (o *UpdateUserGroupsUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateUserGroupsUsingPUTReader ¶
type UpdateUserGroupsUsingPUTReader struct {
// contains filtered or unexported fields
}
UpdateUserGroupsUsingPUTReader is a Reader for the UpdateUserGroupsUsingPUT structure.
func (*UpdateUserGroupsUsingPUTReader) ReadResponse ¶
func (o *UpdateUserGroupsUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateUserGroupsUsingPUTUnauthorized ¶
type UpdateUserGroupsUsingPUTUnauthorized struct { }
UpdateUserGroupsUsingPUTUnauthorized handles this case with default header values.
Unauthorized
func NewUpdateUserGroupsUsingPUTUnauthorized ¶
func NewUpdateUserGroupsUsingPUTUnauthorized() *UpdateUserGroupsUsingPUTUnauthorized
NewUpdateUserGroupsUsingPUTUnauthorized creates a UpdateUserGroupsUsingPUTUnauthorized with default headers values
func (*UpdateUserGroupsUsingPUTUnauthorized) Error ¶
func (o *UpdateUserGroupsUsingPUTUnauthorized) Error() string
Source Files
¶
- create_user_groups_using_p_o_s_t_parameters.go
- create_user_groups_using_p_o_s_t_responses.go
- delete_user_group_using_d_e_l_e_t_e_parameters.go
- delete_user_group_using_d_e_l_e_t_e_responses.go
- get_all_user_groups_using_g_e_t_parameters.go
- get_all_user_groups_using_g_e_t_responses.go
- get_user_group_using_g_e_t_parameters.go
- get_user_group_using_g_e_t_responses.go
- update_user_group_using_p_u_t_parameters.go
- update_user_group_using_p_u_t_responses.go
- update_user_groups_using_p_u_t_parameters.go
- update_user_groups_using_p_u_t_responses.go
- user_group_client.go