group

package
v0.0.0-...-9dad3f6 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddGroupGroupBadRequest

type AddGroupGroupBadRequest struct {
	Payload *models.Error
}

AddGroupGroupBadRequest handles this case with default header values.

Bad Request

func NewAddGroupGroupBadRequest

func NewAddGroupGroupBadRequest() *AddGroupGroupBadRequest

NewAddGroupGroupBadRequest creates a AddGroupGroupBadRequest with default headers values

func (*AddGroupGroupBadRequest) Error

func (o *AddGroupGroupBadRequest) Error() string

func (*AddGroupGroupBadRequest) GetPayload

func (o *AddGroupGroupBadRequest) GetPayload() *models.Error

type AddGroupGroupForbidden

type AddGroupGroupForbidden struct {
	Payload *models.Error
}

AddGroupGroupForbidden handles this case with default header values.

Permission Denied

func NewAddGroupGroupForbidden

func NewAddGroupGroupForbidden() *AddGroupGroupForbidden

NewAddGroupGroupForbidden creates a AddGroupGroupForbidden with default headers values

func (*AddGroupGroupForbidden) Error

func (o *AddGroupGroupForbidden) Error() string

func (*AddGroupGroupForbidden) GetPayload

func (o *AddGroupGroupForbidden) GetPayload() *models.Error

type AddGroupGroupNotFound

type AddGroupGroupNotFound struct {
	Payload *models.Error
}

AddGroupGroupNotFound handles this case with default header values.

Not Found

func NewAddGroupGroupNotFound

func NewAddGroupGroupNotFound() *AddGroupGroupNotFound

NewAddGroupGroupNotFound creates a AddGroupGroupNotFound with default headers values

func (*AddGroupGroupNotFound) Error

func (o *AddGroupGroupNotFound) Error() string

func (*AddGroupGroupNotFound) GetPayload

func (o *AddGroupGroupNotFound) GetPayload() *models.Error

type AddGroupGroupOK

type AddGroupGroupOK struct {
	Payload *models.Group
}

AddGroupGroupOK handles this case with default header values.

Added group.

func NewAddGroupGroupOK

func NewAddGroupGroupOK() *AddGroupGroupOK

NewAddGroupGroupOK creates a AddGroupGroupOK with default headers values

func (*AddGroupGroupOK) Error

func (o *AddGroupGroupOK) Error() string

func (*AddGroupGroupOK) GetPayload

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

type AddGroupGroupParams

type AddGroupGroupParams struct {

	/*Body
	  Group id to add

	*/
	Body *models.GroupIDForGroupInclusion
	/*GroupID
	  Id of group

	*/
	GroupID int64

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

AddGroupGroupParams contains all the parameters to send to the API endpoint for the add group group operation typically these are written to a http.Request

func NewAddGroupGroupParams

func NewAddGroupGroupParams() *AddGroupGroupParams

NewAddGroupGroupParams creates a new AddGroupGroupParams object with the default values initialized.

func NewAddGroupGroupParamsWithContext

func NewAddGroupGroupParamsWithContext(ctx context.Context) *AddGroupGroupParams

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

func NewAddGroupGroupParamsWithHTTPClient

func NewAddGroupGroupParamsWithHTTPClient(client *http.Client) *AddGroupGroupParams

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

func NewAddGroupGroupParamsWithTimeout

func NewAddGroupGroupParamsWithTimeout(timeout time.Duration) *AddGroupGroupParams

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

func (*AddGroupGroupParams) SetBody

SetBody adds the body to the add group group params

func (*AddGroupGroupParams) SetContext

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

SetContext adds the context to the add group group params

func (*AddGroupGroupParams) SetGroupID

func (o *AddGroupGroupParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the add group group params

func (*AddGroupGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add group group params

func (*AddGroupGroupParams) SetTimeout

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

SetTimeout adds the timeout to the add group group params

func (*AddGroupGroupParams) WithBody

WithBody adds the body to the add group group params

func (*AddGroupGroupParams) WithContext

WithContext adds the context to the add group group params

func (*AddGroupGroupParams) WithGroupID

func (o *AddGroupGroupParams) WithGroupID(groupID int64) *AddGroupGroupParams

WithGroupID adds the groupID to the add group group params

func (*AddGroupGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add group group params

func (*AddGroupGroupParams) WithTimeout

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

WithTimeout adds the timeout to the add group group params

func (*AddGroupGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddGroupGroupReader

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

AddGroupGroupReader is a Reader for the AddGroupGroup structure.

func (*AddGroupGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddGroupUserBadRequest

type AddGroupUserBadRequest struct {
	Payload *models.Error
}

AddGroupUserBadRequest handles this case with default header values.

Bad Request

func NewAddGroupUserBadRequest

func NewAddGroupUserBadRequest() *AddGroupUserBadRequest

NewAddGroupUserBadRequest creates a AddGroupUserBadRequest with default headers values

func (*AddGroupUserBadRequest) Error

func (o *AddGroupUserBadRequest) Error() string

func (*AddGroupUserBadRequest) GetPayload

func (o *AddGroupUserBadRequest) GetPayload() *models.Error

type AddGroupUserForbidden

type AddGroupUserForbidden struct {
	Payload *models.Error
}

AddGroupUserForbidden handles this case with default header values.

Permission Denied

func NewAddGroupUserForbidden

func NewAddGroupUserForbidden() *AddGroupUserForbidden

NewAddGroupUserForbidden creates a AddGroupUserForbidden with default headers values

func (*AddGroupUserForbidden) Error

func (o *AddGroupUserForbidden) Error() string

func (*AddGroupUserForbidden) GetPayload

func (o *AddGroupUserForbidden) GetPayload() *models.Error

type AddGroupUserNotFound

type AddGroupUserNotFound struct {
	Payload *models.Error
}

AddGroupUserNotFound handles this case with default header values.

Not Found

func NewAddGroupUserNotFound

func NewAddGroupUserNotFound() *AddGroupUserNotFound

NewAddGroupUserNotFound creates a AddGroupUserNotFound with default headers values

func (*AddGroupUserNotFound) Error

func (o *AddGroupUserNotFound) Error() string

func (*AddGroupUserNotFound) GetPayload

func (o *AddGroupUserNotFound) GetPayload() *models.Error

type AddGroupUserOK

type AddGroupUserOK struct {
	Payload *models.User
}

AddGroupUserOK handles this case with default header values.

Added user.

func NewAddGroupUserOK

func NewAddGroupUserOK() *AddGroupUserOK

NewAddGroupUserOK creates a AddGroupUserOK with default headers values

func (*AddGroupUserOK) Error

func (o *AddGroupUserOK) Error() string

func (*AddGroupUserOK) GetPayload

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

type AddGroupUserParams

type AddGroupUserParams struct {

	/*Body
	  User id to add

	*/
	Body *models.GroupIDForGroupUserInclusion
	/*GroupID
	  Id of group

	*/
	GroupID int64

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

AddGroupUserParams contains all the parameters to send to the API endpoint for the add group user operation typically these are written to a http.Request

func NewAddGroupUserParams

func NewAddGroupUserParams() *AddGroupUserParams

NewAddGroupUserParams creates a new AddGroupUserParams object with the default values initialized.

func NewAddGroupUserParamsWithContext

func NewAddGroupUserParamsWithContext(ctx context.Context) *AddGroupUserParams

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

func NewAddGroupUserParamsWithHTTPClient

func NewAddGroupUserParamsWithHTTPClient(client *http.Client) *AddGroupUserParams

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

func NewAddGroupUserParamsWithTimeout

func NewAddGroupUserParamsWithTimeout(timeout time.Duration) *AddGroupUserParams

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

func (*AddGroupUserParams) SetBody

SetBody adds the body to the add group user params

func (*AddGroupUserParams) SetContext

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

SetContext adds the context to the add group user params

func (*AddGroupUserParams) SetGroupID

func (o *AddGroupUserParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the add group user params

func (*AddGroupUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add group user params

func (*AddGroupUserParams) SetTimeout

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

SetTimeout adds the timeout to the add group user params

func (*AddGroupUserParams) WithBody

WithBody adds the body to the add group user params

func (*AddGroupUserParams) WithContext

WithContext adds the context to the add group user params

func (*AddGroupUserParams) WithGroupID

func (o *AddGroupUserParams) WithGroupID(groupID int64) *AddGroupUserParams

WithGroupID adds the groupID to the add group user params

func (*AddGroupUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add group user params

func (*AddGroupUserParams) WithTimeout

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

WithTimeout adds the timeout to the add group user params

func (*AddGroupUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddGroupUserReader

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

AddGroupUserReader is a Reader for the AddGroupUser structure.

func (*AddGroupUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AllGroupGroupsBadRequest

type AllGroupGroupsBadRequest struct {
	Payload *models.Error
}

AllGroupGroupsBadRequest handles this case with default header values.

Bad Request

func NewAllGroupGroupsBadRequest

func NewAllGroupGroupsBadRequest() *AllGroupGroupsBadRequest

NewAllGroupGroupsBadRequest creates a AllGroupGroupsBadRequest with default headers values

func (*AllGroupGroupsBadRequest) Error

func (o *AllGroupGroupsBadRequest) Error() string

func (*AllGroupGroupsBadRequest) GetPayload

func (o *AllGroupGroupsBadRequest) GetPayload() *models.Error

type AllGroupGroupsNotFound

type AllGroupGroupsNotFound struct {
	Payload *models.Error
}

AllGroupGroupsNotFound handles this case with default header values.

Not Found

func NewAllGroupGroupsNotFound

func NewAllGroupGroupsNotFound() *AllGroupGroupsNotFound

NewAllGroupGroupsNotFound creates a AllGroupGroupsNotFound with default headers values

func (*AllGroupGroupsNotFound) Error

func (o *AllGroupGroupsNotFound) Error() string

func (*AllGroupGroupsNotFound) GetPayload

func (o *AllGroupGroupsNotFound) GetPayload() *models.Error

type AllGroupGroupsOK

type AllGroupGroupsOK struct {
	Payload []*models.Group
}

AllGroupGroupsOK handles this case with default header values.

All groups in group.

func NewAllGroupGroupsOK

func NewAllGroupGroupsOK() *AllGroupGroupsOK

NewAllGroupGroupsOK creates a AllGroupGroupsOK with default headers values

func (*AllGroupGroupsOK) Error

func (o *AllGroupGroupsOK) Error() string

func (*AllGroupGroupsOK) GetPayload

func (o *AllGroupGroupsOK) GetPayload() []*models.Group

type AllGroupGroupsParams

type AllGroupGroupsParams struct {

	/*Fields
	  Requested fields.

	*/
	Fields *string
	/*GroupID
	  Id of group

	*/
	GroupID int64

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

AllGroupGroupsParams contains all the parameters to send to the API endpoint for the all group groups operation typically these are written to a http.Request

func NewAllGroupGroupsParams

func NewAllGroupGroupsParams() *AllGroupGroupsParams

NewAllGroupGroupsParams creates a new AllGroupGroupsParams object with the default values initialized.

func NewAllGroupGroupsParamsWithContext

func NewAllGroupGroupsParamsWithContext(ctx context.Context) *AllGroupGroupsParams

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

func NewAllGroupGroupsParamsWithHTTPClient

func NewAllGroupGroupsParamsWithHTTPClient(client *http.Client) *AllGroupGroupsParams

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

func NewAllGroupGroupsParamsWithTimeout

func NewAllGroupGroupsParamsWithTimeout(timeout time.Duration) *AllGroupGroupsParams

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

func (*AllGroupGroupsParams) SetContext

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

SetContext adds the context to the all group groups params

func (*AllGroupGroupsParams) SetFields

func (o *AllGroupGroupsParams) SetFields(fields *string)

SetFields adds the fields to the all group groups params

func (*AllGroupGroupsParams) SetGroupID

func (o *AllGroupGroupsParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the all group groups params

func (*AllGroupGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the all group groups params

func (*AllGroupGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the all group groups params

func (*AllGroupGroupsParams) WithContext

WithContext adds the context to the all group groups params

func (*AllGroupGroupsParams) WithFields

func (o *AllGroupGroupsParams) WithFields(fields *string) *AllGroupGroupsParams

WithFields adds the fields to the all group groups params

func (*AllGroupGroupsParams) WithGroupID

func (o *AllGroupGroupsParams) WithGroupID(groupID int64) *AllGroupGroupsParams

WithGroupID adds the groupID to the all group groups params

func (*AllGroupGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the all group groups params

func (*AllGroupGroupsParams) WithTimeout

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

WithTimeout adds the timeout to the all group groups params

func (*AllGroupGroupsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AllGroupGroupsReader

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

AllGroupGroupsReader is a Reader for the AllGroupGroups structure.

func (*AllGroupGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AllGroupUsersBadRequest

type AllGroupUsersBadRequest struct {
	Payload *models.Error
}

AllGroupUsersBadRequest handles this case with default header values.

Bad Request

func NewAllGroupUsersBadRequest

func NewAllGroupUsersBadRequest() *AllGroupUsersBadRequest

NewAllGroupUsersBadRequest creates a AllGroupUsersBadRequest with default headers values

func (*AllGroupUsersBadRequest) Error

func (o *AllGroupUsersBadRequest) Error() string

func (*AllGroupUsersBadRequest) GetPayload

func (o *AllGroupUsersBadRequest) GetPayload() *models.Error

type AllGroupUsersNotFound

type AllGroupUsersNotFound struct {
	Payload *models.Error
}

AllGroupUsersNotFound handles this case with default header values.

Not Found

func NewAllGroupUsersNotFound

func NewAllGroupUsersNotFound() *AllGroupUsersNotFound

NewAllGroupUsersNotFound creates a AllGroupUsersNotFound with default headers values

func (*AllGroupUsersNotFound) Error

func (o *AllGroupUsersNotFound) Error() string

func (*AllGroupUsersNotFound) GetPayload

func (o *AllGroupUsersNotFound) GetPayload() *models.Error

type AllGroupUsersOK

type AllGroupUsersOK struct {
	Payload []*models.User
}

AllGroupUsersOK handles this case with default header values.

All users in group.

func NewAllGroupUsersOK

func NewAllGroupUsersOK() *AllGroupUsersOK

NewAllGroupUsersOK creates a AllGroupUsersOK with default headers values

func (*AllGroupUsersOK) Error

func (o *AllGroupUsersOK) Error() string

func (*AllGroupUsersOK) GetPayload

func (o *AllGroupUsersOK) GetPayload() []*models.User

type AllGroupUsersParams

type AllGroupUsersParams struct {

	/*Fields
	  Requested fields.

	*/
	Fields *string
	/*GroupID
	  Id of group

	*/
	GroupID int64
	/*Page
	  Requested page.

	*/
	Page *int64
	/*PerPage
	  Results per page.

	*/
	PerPage *int64
	/*Sorts
	  Fields to sort by.

	*/
	Sorts *string

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

AllGroupUsersParams contains all the parameters to send to the API endpoint for the all group users operation typically these are written to a http.Request

func NewAllGroupUsersParams

func NewAllGroupUsersParams() *AllGroupUsersParams

NewAllGroupUsersParams creates a new AllGroupUsersParams object with the default values initialized.

func NewAllGroupUsersParamsWithContext

func NewAllGroupUsersParamsWithContext(ctx context.Context) *AllGroupUsersParams

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

func NewAllGroupUsersParamsWithHTTPClient

func NewAllGroupUsersParamsWithHTTPClient(client *http.Client) *AllGroupUsersParams

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

func NewAllGroupUsersParamsWithTimeout

func NewAllGroupUsersParamsWithTimeout(timeout time.Duration) *AllGroupUsersParams

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

func (*AllGroupUsersParams) SetContext

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

SetContext adds the context to the all group users params

func (*AllGroupUsersParams) SetFields

func (o *AllGroupUsersParams) SetFields(fields *string)

SetFields adds the fields to the all group users params

func (*AllGroupUsersParams) SetGroupID

func (o *AllGroupUsersParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the all group users params

func (*AllGroupUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the all group users params

func (*AllGroupUsersParams) SetPage

func (o *AllGroupUsersParams) SetPage(page *int64)

SetPage adds the page to the all group users params

func (*AllGroupUsersParams) SetPerPage

func (o *AllGroupUsersParams) SetPerPage(perPage *int64)

SetPerPage adds the perPage to the all group users params

func (*AllGroupUsersParams) SetSorts

func (o *AllGroupUsersParams) SetSorts(sorts *string)

SetSorts adds the sorts to the all group users params

func (*AllGroupUsersParams) SetTimeout

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

SetTimeout adds the timeout to the all group users params

func (*AllGroupUsersParams) WithContext

WithContext adds the context to the all group users params

func (*AllGroupUsersParams) WithFields

func (o *AllGroupUsersParams) WithFields(fields *string) *AllGroupUsersParams

WithFields adds the fields to the all group users params

func (*AllGroupUsersParams) WithGroupID

func (o *AllGroupUsersParams) WithGroupID(groupID int64) *AllGroupUsersParams

WithGroupID adds the groupID to the all group users params

func (*AllGroupUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the all group users params

func (*AllGroupUsersParams) WithPage

func (o *AllGroupUsersParams) WithPage(page *int64) *AllGroupUsersParams

WithPage adds the page to the all group users params

func (*AllGroupUsersParams) WithPerPage

func (o *AllGroupUsersParams) WithPerPage(perPage *int64) *AllGroupUsersParams

WithPerPage adds the perPage to the all group users params

func (*AllGroupUsersParams) WithSorts

func (o *AllGroupUsersParams) WithSorts(sorts *string) *AllGroupUsersParams

WithSorts adds the sorts to the all group users params

func (*AllGroupUsersParams) WithTimeout

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

WithTimeout adds the timeout to the all group users params

func (*AllGroupUsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AllGroupUsersReader

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

AllGroupUsersReader is a Reader for the AllGroupUsers structure.

func (*AllGroupUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AllGroupsBadRequest

type AllGroupsBadRequest struct {
	Payload *models.Error
}

AllGroupsBadRequest handles this case with default header values.

Bad Request

func NewAllGroupsBadRequest

func NewAllGroupsBadRequest() *AllGroupsBadRequest

NewAllGroupsBadRequest creates a AllGroupsBadRequest with default headers values

func (*AllGroupsBadRequest) Error

func (o *AllGroupsBadRequest) Error() string

func (*AllGroupsBadRequest) GetPayload

func (o *AllGroupsBadRequest) GetPayload() *models.Error

type AllGroupsNotFound

type AllGroupsNotFound struct {
	Payload *models.Error
}

AllGroupsNotFound handles this case with default header values.

Not Found

func NewAllGroupsNotFound

func NewAllGroupsNotFound() *AllGroupsNotFound

NewAllGroupsNotFound creates a AllGroupsNotFound with default headers values

func (*AllGroupsNotFound) Error

func (o *AllGroupsNotFound) Error() string

func (*AllGroupsNotFound) GetPayload

func (o *AllGroupsNotFound) GetPayload() *models.Error

type AllGroupsOK

type AllGroupsOK struct {
	Payload []*models.Group
}

AllGroupsOK handles this case with default header values.

Group

func NewAllGroupsOK

func NewAllGroupsOK() *AllGroupsOK

NewAllGroupsOK creates a AllGroupsOK with default headers values

func (*AllGroupsOK) Error

func (o *AllGroupsOK) Error() string

func (*AllGroupsOK) GetPayload

func (o *AllGroupsOK) GetPayload() []*models.Group

type AllGroupsParams

type AllGroupsParams struct {

	/*CanAddToContentMetadata
	  Select only groups that either can/cannot be given access to content.

	*/
	CanAddToContentMetadata *bool
	/*ContentMetadataID
	  Id of content metadata to which groups must have access.

	*/
	ContentMetadataID *int64
	/*Fields
	  Requested fields.

	*/
	Fields *string
	/*Ids
	  Optional of ids to get specific groups.

	*/
	Ids []int64
	/*Page
	  Requested page.

	*/
	Page *int64
	/*PerPage
	  Results per page.

	*/
	PerPage *int64
	/*Sorts
	  Fields to sort by.

	*/
	Sorts *string

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

AllGroupsParams contains all the parameters to send to the API endpoint for the all groups operation typically these are written to a http.Request

func NewAllGroupsParams

func NewAllGroupsParams() *AllGroupsParams

NewAllGroupsParams creates a new AllGroupsParams object with the default values initialized.

func NewAllGroupsParamsWithContext

func NewAllGroupsParamsWithContext(ctx context.Context) *AllGroupsParams

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

func NewAllGroupsParamsWithHTTPClient

func NewAllGroupsParamsWithHTTPClient(client *http.Client) *AllGroupsParams

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

func NewAllGroupsParamsWithTimeout

func NewAllGroupsParamsWithTimeout(timeout time.Duration) *AllGroupsParams

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

func (*AllGroupsParams) SetCanAddToContentMetadata

func (o *AllGroupsParams) SetCanAddToContentMetadata(canAddToContentMetadata *bool)

SetCanAddToContentMetadata adds the canAddToContentMetadata to the all groups params

func (*AllGroupsParams) SetContentMetadataID

func (o *AllGroupsParams) SetContentMetadataID(contentMetadataID *int64)

SetContentMetadataID adds the contentMetadataId to the all groups params

func (*AllGroupsParams) SetContext

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

SetContext adds the context to the all groups params

func (*AllGroupsParams) SetFields

func (o *AllGroupsParams) SetFields(fields *string)

SetFields adds the fields to the all groups params

func (*AllGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the all groups params

func (*AllGroupsParams) SetIds

func (o *AllGroupsParams) SetIds(ids []int64)

SetIds adds the ids to the all groups params

func (*AllGroupsParams) SetPage

func (o *AllGroupsParams) SetPage(page *int64)

SetPage adds the page to the all groups params

func (*AllGroupsParams) SetPerPage

func (o *AllGroupsParams) SetPerPage(perPage *int64)

SetPerPage adds the perPage to the all groups params

func (*AllGroupsParams) SetSorts

func (o *AllGroupsParams) SetSorts(sorts *string)

SetSorts adds the sorts to the all groups params

func (*AllGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the all groups params

func (*AllGroupsParams) WithCanAddToContentMetadata

func (o *AllGroupsParams) WithCanAddToContentMetadata(canAddToContentMetadata *bool) *AllGroupsParams

WithCanAddToContentMetadata adds the canAddToContentMetadata to the all groups params

func (*AllGroupsParams) WithContentMetadataID

func (o *AllGroupsParams) WithContentMetadataID(contentMetadataID *int64) *AllGroupsParams

WithContentMetadataID adds the contentMetadataID to the all groups params

func (*AllGroupsParams) WithContext

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

WithContext adds the context to the all groups params

func (*AllGroupsParams) WithFields

func (o *AllGroupsParams) WithFields(fields *string) *AllGroupsParams

WithFields adds the fields to the all groups params

func (*AllGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the all groups params

func (*AllGroupsParams) WithIds

func (o *AllGroupsParams) WithIds(ids []int64) *AllGroupsParams

WithIds adds the ids to the all groups params

func (*AllGroupsParams) WithPage

func (o *AllGroupsParams) WithPage(page *int64) *AllGroupsParams

WithPage adds the page to the all groups params

func (*AllGroupsParams) WithPerPage

func (o *AllGroupsParams) WithPerPage(perPage *int64) *AllGroupsParams

WithPerPage adds the perPage to the all groups params

func (*AllGroupsParams) WithSorts

func (o *AllGroupsParams) WithSorts(sorts *string) *AllGroupsParams

WithSorts adds the sorts to the all groups params

func (*AllGroupsParams) WithTimeout

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

WithTimeout adds the timeout to the all groups params

func (*AllGroupsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AllGroupsReader

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

AllGroupsReader is a Reader for the AllGroups structure.

func (*AllGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for group API

func New

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

New creates a new group API client.

func (*Client) AddGroupGroup

func (a *Client) AddGroupGroup(params *AddGroupGroupParams) (*AddGroupGroupOK, error)

AddGroupGroup adds a group to group

### Adds a new group to a group.

func (*Client) AddGroupUser

func (a *Client) AddGroupUser(params *AddGroupUserParams) (*AddGroupUserOK, error)

AddGroupUser adds a user to group

### Adds a new user to a group.

func (*Client) AllGroupGroups

func (a *Client) AllGroupGroups(params *AllGroupGroupsParams) (*AllGroupGroupsOK, error)

AllGroupGroups gets all groups in group

### Get information about all the groups in a group

func (*Client) AllGroupUsers

func (a *Client) AllGroupUsers(params *AllGroupUsersParams) (*AllGroupUsersOK, error)

AllGroupUsers gets all users in group

### Get information about all the users directly included in a group.

func (*Client) AllGroups

func (a *Client) AllGroups(params *AllGroupsParams) (*AllGroupsOK, error)

AllGroups gets all groups

### Get information about all groups.

func (*Client) CreateGroup

func (a *Client) CreateGroup(params *CreateGroupParams) (*CreateGroupOK, error)

CreateGroup creates group

### Creates a new group (admin only).

func (*Client) DeleteGroup

func (a *Client) DeleteGroup(params *DeleteGroupParams) (*DeleteGroupNoContent, error)

DeleteGroup deletes group

### Deletes a group (admin only).

func (*Client) DeleteGroupFromGroup

func (a *Client) DeleteGroupFromGroup(params *DeleteGroupFromGroupParams) (*DeleteGroupFromGroupNoContent, error)

DeleteGroupFromGroup deletes a group from group

### Removes a group from a group.

func (*Client) DeleteGroupUser

func (a *Client) DeleteGroupUser(params *DeleteGroupUserParams) (*DeleteGroupUserNoContent, error)

DeleteGroupUser removes a user from group

### Removes a user from a group.

func (*Client) DeleteUserAttributeGroupValue

func (a *Client) DeleteUserAttributeGroupValue(params *DeleteUserAttributeGroupValueParams) (*DeleteUserAttributeGroupValueNoContent, error)

DeleteUserAttributeGroupValue deletes user attribute group value

### Remove a user attribute value from a group.

func (*Client) Group

func (a *Client) Group(params *GroupParams) (*GroupOK, error)

Group gets group

### Get information about a group.

func (*Client) SearchGroups

func (a *Client) SearchGroups(params *SearchGroupsParams) (*SearchGroupsOK, error)

SearchGroups searches groups

### Search groups

Returns all group records that match the given search criteria.

If multiple search params are given and `filter_or` is FALSE or not specified, search params are combined in a logical AND operation. Only rows that match *all* search param criteria will be returned.

If `filter_or` is TRUE, multiple search params are combined in a logical OR operation. Results will include rows that match **any** of the search criteria.

String search params use case-insensitive matching. String search params can contain `%` and '_' as SQL LIKE pattern match wildcard expressions. example="dan%" will match "danger" and "Danzig" but not "David" example="D_m%" will match "Damage" and "dump"

Integer search params can accept a single value or a comma separated list of values. The multiple values will be combined under a logical OR operation - results will match at least one of the given values.

Most search params can accept "IS NULL" and "NOT NULL" as special expressions to match or exclude (respectively) rows where the column is null.

Boolean search params accept only "true" and "false" as values.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateGroup

func (a *Client) UpdateGroup(params *UpdateGroupParams) (*UpdateGroupOK, error)

UpdateGroup updates group

### Updates the a group (admin only).

func (*Client) UpdateUserAttributeGroupValue

func (a *Client) UpdateUserAttributeGroupValue(params *UpdateUserAttributeGroupValueParams) (*UpdateUserAttributeGroupValueOK, error)

UpdateUserAttributeGroupValue sets user attribute group value

### Set the value of a user attribute for a group.

For information about how user attribute values are calculated, see [Set User Attribute Group Values](#!/UserAttribute/set_user_attribute_group_values).

type CreateGroupBadRequest

type CreateGroupBadRequest struct {
	Payload *models.Error
}

CreateGroupBadRequest handles this case with default header values.

Bad Request

func NewCreateGroupBadRequest

func NewCreateGroupBadRequest() *CreateGroupBadRequest

NewCreateGroupBadRequest creates a CreateGroupBadRequest with default headers values

func (*CreateGroupBadRequest) Error

func (o *CreateGroupBadRequest) Error() string

func (*CreateGroupBadRequest) GetPayload

func (o *CreateGroupBadRequest) GetPayload() *models.Error

type CreateGroupConflict

type CreateGroupConflict struct {
	Payload *models.Error
}

CreateGroupConflict handles this case with default header values.

Resource Already Exists

func NewCreateGroupConflict

func NewCreateGroupConflict() *CreateGroupConflict

NewCreateGroupConflict creates a CreateGroupConflict with default headers values

func (*CreateGroupConflict) Error

func (o *CreateGroupConflict) Error() string

func (*CreateGroupConflict) GetPayload

func (o *CreateGroupConflict) GetPayload() *models.Error

type CreateGroupNotFound

type CreateGroupNotFound struct {
	Payload *models.Error
}

CreateGroupNotFound handles this case with default header values.

Not Found

func NewCreateGroupNotFound

func NewCreateGroupNotFound() *CreateGroupNotFound

NewCreateGroupNotFound creates a CreateGroupNotFound with default headers values

func (*CreateGroupNotFound) Error

func (o *CreateGroupNotFound) Error() string

func (*CreateGroupNotFound) GetPayload

func (o *CreateGroupNotFound) GetPayload() *models.Error

type CreateGroupOK

type CreateGroupOK struct {
	Payload *models.Group
}

CreateGroupOK handles this case with default header values.

Group

func NewCreateGroupOK

func NewCreateGroupOK() *CreateGroupOK

NewCreateGroupOK creates a CreateGroupOK with default headers values

func (*CreateGroupOK) Error

func (o *CreateGroupOK) Error() string

func (*CreateGroupOK) GetPayload

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

type CreateGroupParams

type CreateGroupParams struct {

	/*Body
	  Group

	*/
	Body *models.Group
	/*Fields
	  Requested fields.

	*/
	Fields *string

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

CreateGroupParams contains all the parameters to send to the API endpoint for the create group operation typically these are written to a http.Request

func NewCreateGroupParams

func NewCreateGroupParams() *CreateGroupParams

NewCreateGroupParams creates a new CreateGroupParams object with the default values initialized.

func NewCreateGroupParamsWithContext

func NewCreateGroupParamsWithContext(ctx context.Context) *CreateGroupParams

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

func NewCreateGroupParamsWithHTTPClient

func NewCreateGroupParamsWithHTTPClient(client *http.Client) *CreateGroupParams

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

func NewCreateGroupParamsWithTimeout

func NewCreateGroupParamsWithTimeout(timeout time.Duration) *CreateGroupParams

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

func (*CreateGroupParams) SetBody

func (o *CreateGroupParams) SetBody(body *models.Group)

SetBody adds the body to the create group params

func (*CreateGroupParams) SetContext

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

SetContext adds the context to the create group params

func (*CreateGroupParams) SetFields

func (o *CreateGroupParams) SetFields(fields *string)

SetFields adds the fields to the create group params

func (*CreateGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create group params

func (*CreateGroupParams) SetTimeout

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

SetTimeout adds the timeout to the create group params

func (*CreateGroupParams) WithBody

func (o *CreateGroupParams) WithBody(body *models.Group) *CreateGroupParams

WithBody adds the body to the create group params

func (*CreateGroupParams) WithContext

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

WithContext adds the context to the create group params

func (*CreateGroupParams) WithFields

func (o *CreateGroupParams) WithFields(fields *string) *CreateGroupParams

WithFields adds the fields to the create group params

func (*CreateGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create group params

func (*CreateGroupParams) WithTimeout

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

WithTimeout adds the timeout to the create group params

func (*CreateGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateGroupReader

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

CreateGroupReader is a Reader for the CreateGroup structure.

func (*CreateGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateGroupUnprocessableEntity

type CreateGroupUnprocessableEntity struct {
	Payload *models.ValidationError
}

CreateGroupUnprocessableEntity handles this case with default header values.

Validation Error

func NewCreateGroupUnprocessableEntity

func NewCreateGroupUnprocessableEntity() *CreateGroupUnprocessableEntity

NewCreateGroupUnprocessableEntity creates a CreateGroupUnprocessableEntity with default headers values

func (*CreateGroupUnprocessableEntity) Error

func (*CreateGroupUnprocessableEntity) GetPayload

type DeleteGroupBadRequest

type DeleteGroupBadRequest struct {
	Payload *models.Error
}

DeleteGroupBadRequest handles this case with default header values.

Bad Request

func NewDeleteGroupBadRequest

func NewDeleteGroupBadRequest() *DeleteGroupBadRequest

NewDeleteGroupBadRequest creates a DeleteGroupBadRequest with default headers values

func (*DeleteGroupBadRequest) Error

func (o *DeleteGroupBadRequest) Error() string

func (*DeleteGroupBadRequest) GetPayload

func (o *DeleteGroupBadRequest) GetPayload() *models.Error

type DeleteGroupForbidden

type DeleteGroupForbidden struct {
	Payload *models.Error
}

DeleteGroupForbidden handles this case with default header values.

Permission Denied

func NewDeleteGroupForbidden

func NewDeleteGroupForbidden() *DeleteGroupForbidden

NewDeleteGroupForbidden creates a DeleteGroupForbidden with default headers values

func (*DeleteGroupForbidden) Error

func (o *DeleteGroupForbidden) Error() string

func (*DeleteGroupForbidden) GetPayload

func (o *DeleteGroupForbidden) GetPayload() *models.Error

type DeleteGroupFromGroupBadRequest

type DeleteGroupFromGroupBadRequest struct {
	Payload *models.Error
}

DeleteGroupFromGroupBadRequest handles this case with default header values.

Bad Request

func NewDeleteGroupFromGroupBadRequest

func NewDeleteGroupFromGroupBadRequest() *DeleteGroupFromGroupBadRequest

NewDeleteGroupFromGroupBadRequest creates a DeleteGroupFromGroupBadRequest with default headers values

func (*DeleteGroupFromGroupBadRequest) Error

func (*DeleteGroupFromGroupBadRequest) GetPayload

func (o *DeleteGroupFromGroupBadRequest) GetPayload() *models.Error

type DeleteGroupFromGroupForbidden

type DeleteGroupFromGroupForbidden struct {
	Payload *models.Error
}

DeleteGroupFromGroupForbidden handles this case with default header values.

Permission Denied

func NewDeleteGroupFromGroupForbidden

func NewDeleteGroupFromGroupForbidden() *DeleteGroupFromGroupForbidden

NewDeleteGroupFromGroupForbidden creates a DeleteGroupFromGroupForbidden with default headers values

func (*DeleteGroupFromGroupForbidden) Error

func (*DeleteGroupFromGroupForbidden) GetPayload

func (o *DeleteGroupFromGroupForbidden) GetPayload() *models.Error

type DeleteGroupFromGroupNoContent

type DeleteGroupFromGroupNoContent struct {
}

DeleteGroupFromGroupNoContent handles this case with default header values.

Group successfully deleted

func NewDeleteGroupFromGroupNoContent

func NewDeleteGroupFromGroupNoContent() *DeleteGroupFromGroupNoContent

NewDeleteGroupFromGroupNoContent creates a DeleteGroupFromGroupNoContent with default headers values

func (*DeleteGroupFromGroupNoContent) Error

type DeleteGroupFromGroupNotFound

type DeleteGroupFromGroupNotFound struct {
	Payload *models.Error
}

DeleteGroupFromGroupNotFound handles this case with default header values.

Not Found

func NewDeleteGroupFromGroupNotFound

func NewDeleteGroupFromGroupNotFound() *DeleteGroupFromGroupNotFound

NewDeleteGroupFromGroupNotFound creates a DeleteGroupFromGroupNotFound with default headers values

func (*DeleteGroupFromGroupNotFound) Error

func (*DeleteGroupFromGroupNotFound) GetPayload

func (o *DeleteGroupFromGroupNotFound) GetPayload() *models.Error

type DeleteGroupFromGroupParams

type DeleteGroupFromGroupParams struct {

	/*DeletingGroupID
	  Id of group to delete

	*/
	DeletingGroupID int64
	/*GroupID
	  Id of group

	*/
	GroupID int64

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

DeleteGroupFromGroupParams contains all the parameters to send to the API endpoint for the delete group from group operation typically these are written to a http.Request

func NewDeleteGroupFromGroupParams

func NewDeleteGroupFromGroupParams() *DeleteGroupFromGroupParams

NewDeleteGroupFromGroupParams creates a new DeleteGroupFromGroupParams object with the default values initialized.

func NewDeleteGroupFromGroupParamsWithContext

func NewDeleteGroupFromGroupParamsWithContext(ctx context.Context) *DeleteGroupFromGroupParams

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

func NewDeleteGroupFromGroupParamsWithHTTPClient

func NewDeleteGroupFromGroupParamsWithHTTPClient(client *http.Client) *DeleteGroupFromGroupParams

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

func NewDeleteGroupFromGroupParamsWithTimeout

func NewDeleteGroupFromGroupParamsWithTimeout(timeout time.Duration) *DeleteGroupFromGroupParams

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

func (*DeleteGroupFromGroupParams) SetContext

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

SetContext adds the context to the delete group from group params

func (*DeleteGroupFromGroupParams) SetDeletingGroupID

func (o *DeleteGroupFromGroupParams) SetDeletingGroupID(deletingGroupID int64)

SetDeletingGroupID adds the deletingGroupId to the delete group from group params

func (*DeleteGroupFromGroupParams) SetGroupID

func (o *DeleteGroupFromGroupParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the delete group from group params

func (*DeleteGroupFromGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete group from group params

func (*DeleteGroupFromGroupParams) SetTimeout

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

SetTimeout adds the timeout to the delete group from group params

func (*DeleteGroupFromGroupParams) WithContext

WithContext adds the context to the delete group from group params

func (*DeleteGroupFromGroupParams) WithDeletingGroupID

func (o *DeleteGroupFromGroupParams) WithDeletingGroupID(deletingGroupID int64) *DeleteGroupFromGroupParams

WithDeletingGroupID adds the deletingGroupID to the delete group from group params

func (*DeleteGroupFromGroupParams) WithGroupID

WithGroupID adds the groupID to the delete group from group params

func (*DeleteGroupFromGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete group from group params

func (*DeleteGroupFromGroupParams) WithTimeout

WithTimeout adds the timeout to the delete group from group params

func (*DeleteGroupFromGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteGroupFromGroupReader

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

DeleteGroupFromGroupReader is a Reader for the DeleteGroupFromGroup structure.

func (*DeleteGroupFromGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteGroupNoContent

type DeleteGroupNoContent struct {
	Payload string
}

DeleteGroupNoContent handles this case with default header values.

Successfully deleted.

func NewDeleteGroupNoContent

func NewDeleteGroupNoContent() *DeleteGroupNoContent

NewDeleteGroupNoContent creates a DeleteGroupNoContent with default headers values

func (*DeleteGroupNoContent) Error

func (o *DeleteGroupNoContent) Error() string

func (*DeleteGroupNoContent) GetPayload

func (o *DeleteGroupNoContent) GetPayload() string

type DeleteGroupNotFound

type DeleteGroupNotFound struct {
	Payload *models.Error
}

DeleteGroupNotFound handles this case with default header values.

Not Found

func NewDeleteGroupNotFound

func NewDeleteGroupNotFound() *DeleteGroupNotFound

NewDeleteGroupNotFound creates a DeleteGroupNotFound with default headers values

func (*DeleteGroupNotFound) Error

func (o *DeleteGroupNotFound) Error() string

func (*DeleteGroupNotFound) GetPayload

func (o *DeleteGroupNotFound) GetPayload() *models.Error

type DeleteGroupParams

type DeleteGroupParams struct {

	/*GroupID
	  Id of group

	*/
	GroupID int64

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

DeleteGroupParams contains all the parameters to send to the API endpoint for the delete group operation typically these are written to a http.Request

func NewDeleteGroupParams

func NewDeleteGroupParams() *DeleteGroupParams

NewDeleteGroupParams creates a new DeleteGroupParams object with the default values initialized.

func NewDeleteGroupParamsWithContext

func NewDeleteGroupParamsWithContext(ctx context.Context) *DeleteGroupParams

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

func NewDeleteGroupParamsWithHTTPClient

func NewDeleteGroupParamsWithHTTPClient(client *http.Client) *DeleteGroupParams

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

func NewDeleteGroupParamsWithTimeout

func NewDeleteGroupParamsWithTimeout(timeout time.Duration) *DeleteGroupParams

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

func (*DeleteGroupParams) SetContext

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

SetContext adds the context to the delete group params

func (*DeleteGroupParams) SetGroupID

func (o *DeleteGroupParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the delete group params

func (*DeleteGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete group params

func (*DeleteGroupParams) SetTimeout

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

SetTimeout adds the timeout to the delete group params

func (*DeleteGroupParams) WithContext

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

WithContext adds the context to the delete group params

func (*DeleteGroupParams) WithGroupID

func (o *DeleteGroupParams) WithGroupID(groupID int64) *DeleteGroupParams

WithGroupID adds the groupID to the delete group params

func (*DeleteGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete group params

func (*DeleteGroupParams) WithTimeout

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

WithTimeout adds the timeout to the delete group params

func (*DeleteGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteGroupReader

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

DeleteGroupReader is a Reader for the DeleteGroup structure.

func (*DeleteGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteGroupUserBadRequest

type DeleteGroupUserBadRequest struct {
	Payload *models.Error
}

DeleteGroupUserBadRequest handles this case with default header values.

Bad Request

func NewDeleteGroupUserBadRequest

func NewDeleteGroupUserBadRequest() *DeleteGroupUserBadRequest

NewDeleteGroupUserBadRequest creates a DeleteGroupUserBadRequest with default headers values

func (*DeleteGroupUserBadRequest) Error

func (o *DeleteGroupUserBadRequest) Error() string

func (*DeleteGroupUserBadRequest) GetPayload

func (o *DeleteGroupUserBadRequest) GetPayload() *models.Error

type DeleteGroupUserForbidden

type DeleteGroupUserForbidden struct {
	Payload *models.Error
}

DeleteGroupUserForbidden handles this case with default header values.

Permission Denied

func NewDeleteGroupUserForbidden

func NewDeleteGroupUserForbidden() *DeleteGroupUserForbidden

NewDeleteGroupUserForbidden creates a DeleteGroupUserForbidden with default headers values

func (*DeleteGroupUserForbidden) Error

func (o *DeleteGroupUserForbidden) Error() string

func (*DeleteGroupUserForbidden) GetPayload

func (o *DeleteGroupUserForbidden) GetPayload() *models.Error

type DeleteGroupUserNoContent

type DeleteGroupUserNoContent struct {
}

DeleteGroupUserNoContent handles this case with default header values.

User successfully removed from group

func NewDeleteGroupUserNoContent

func NewDeleteGroupUserNoContent() *DeleteGroupUserNoContent

NewDeleteGroupUserNoContent creates a DeleteGroupUserNoContent with default headers values

func (*DeleteGroupUserNoContent) Error

func (o *DeleteGroupUserNoContent) Error() string

type DeleteGroupUserNotFound

type DeleteGroupUserNotFound struct {
	Payload *models.Error
}

DeleteGroupUserNotFound handles this case with default header values.

Not Found

func NewDeleteGroupUserNotFound

func NewDeleteGroupUserNotFound() *DeleteGroupUserNotFound

NewDeleteGroupUserNotFound creates a DeleteGroupUserNotFound with default headers values

func (*DeleteGroupUserNotFound) Error

func (o *DeleteGroupUserNotFound) Error() string

func (*DeleteGroupUserNotFound) GetPayload

func (o *DeleteGroupUserNotFound) GetPayload() *models.Error

type DeleteGroupUserParams

type DeleteGroupUserParams struct {

	/*GroupID
	  Id of group

	*/
	GroupID int64
	/*UserID
	  Id of user to remove from group

	*/
	UserID int64

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

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

func NewDeleteGroupUserParams

func NewDeleteGroupUserParams() *DeleteGroupUserParams

NewDeleteGroupUserParams creates a new DeleteGroupUserParams object with the default values initialized.

func NewDeleteGroupUserParamsWithContext

func NewDeleteGroupUserParamsWithContext(ctx context.Context) *DeleteGroupUserParams

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

func NewDeleteGroupUserParamsWithHTTPClient

func NewDeleteGroupUserParamsWithHTTPClient(client *http.Client) *DeleteGroupUserParams

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

func NewDeleteGroupUserParamsWithTimeout

func NewDeleteGroupUserParamsWithTimeout(timeout time.Duration) *DeleteGroupUserParams

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

func (*DeleteGroupUserParams) SetContext

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

SetContext adds the context to the delete group user params

func (*DeleteGroupUserParams) SetGroupID

func (o *DeleteGroupUserParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the delete group user params

func (*DeleteGroupUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete group user params

func (*DeleteGroupUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete group user params

func (*DeleteGroupUserParams) SetUserID

func (o *DeleteGroupUserParams) SetUserID(userID int64)

SetUserID adds the userId to the delete group user params

func (*DeleteGroupUserParams) WithContext

WithContext adds the context to the delete group user params

func (*DeleteGroupUserParams) WithGroupID

func (o *DeleteGroupUserParams) WithGroupID(groupID int64) *DeleteGroupUserParams

WithGroupID adds the groupID to the delete group user params

func (*DeleteGroupUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete group user params

func (*DeleteGroupUserParams) WithTimeout

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

WithTimeout adds the timeout to the delete group user params

func (*DeleteGroupUserParams) WithUserID

func (o *DeleteGroupUserParams) WithUserID(userID int64) *DeleteGroupUserParams

WithUserID adds the userID to the delete group user params

func (*DeleteGroupUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteGroupUserReader

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

DeleteGroupUserReader is a Reader for the DeleteGroupUser structure.

func (*DeleteGroupUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserAttributeGroupValueBadRequest

type DeleteUserAttributeGroupValueBadRequest struct {
	Payload *models.Error
}

DeleteUserAttributeGroupValueBadRequest handles this case with default header values.

Bad Request

func NewDeleteUserAttributeGroupValueBadRequest

func NewDeleteUserAttributeGroupValueBadRequest() *DeleteUserAttributeGroupValueBadRequest

NewDeleteUserAttributeGroupValueBadRequest creates a DeleteUserAttributeGroupValueBadRequest with default headers values

func (*DeleteUserAttributeGroupValueBadRequest) Error

func (*DeleteUserAttributeGroupValueBadRequest) GetPayload

type DeleteUserAttributeGroupValueNoContent

type DeleteUserAttributeGroupValueNoContent struct {
}

DeleteUserAttributeGroupValueNoContent handles this case with default header values.

Value successfully unset

func NewDeleteUserAttributeGroupValueNoContent

func NewDeleteUserAttributeGroupValueNoContent() *DeleteUserAttributeGroupValueNoContent

NewDeleteUserAttributeGroupValueNoContent creates a DeleteUserAttributeGroupValueNoContent with default headers values

func (*DeleteUserAttributeGroupValueNoContent) Error

type DeleteUserAttributeGroupValueNotFound

type DeleteUserAttributeGroupValueNotFound struct {
	Payload *models.Error
}

DeleteUserAttributeGroupValueNotFound handles this case with default header values.

Not Found

func NewDeleteUserAttributeGroupValueNotFound

func NewDeleteUserAttributeGroupValueNotFound() *DeleteUserAttributeGroupValueNotFound

NewDeleteUserAttributeGroupValueNotFound creates a DeleteUserAttributeGroupValueNotFound with default headers values

func (*DeleteUserAttributeGroupValueNotFound) Error

func (*DeleteUserAttributeGroupValueNotFound) GetPayload

type DeleteUserAttributeGroupValueParams

type DeleteUserAttributeGroupValueParams struct {

	/*GroupID
	  Id of group

	*/
	GroupID int64
	/*UserAttributeID
	  Id of user attribute

	*/
	UserAttributeID int64

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

DeleteUserAttributeGroupValueParams contains all the parameters to send to the API endpoint for the delete user attribute group value operation typically these are written to a http.Request

func NewDeleteUserAttributeGroupValueParams

func NewDeleteUserAttributeGroupValueParams() *DeleteUserAttributeGroupValueParams

NewDeleteUserAttributeGroupValueParams creates a new DeleteUserAttributeGroupValueParams object with the default values initialized.

func NewDeleteUserAttributeGroupValueParamsWithContext

func NewDeleteUserAttributeGroupValueParamsWithContext(ctx context.Context) *DeleteUserAttributeGroupValueParams

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

func NewDeleteUserAttributeGroupValueParamsWithHTTPClient

func NewDeleteUserAttributeGroupValueParamsWithHTTPClient(client *http.Client) *DeleteUserAttributeGroupValueParams

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

func NewDeleteUserAttributeGroupValueParamsWithTimeout

func NewDeleteUserAttributeGroupValueParamsWithTimeout(timeout time.Duration) *DeleteUserAttributeGroupValueParams

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

func (*DeleteUserAttributeGroupValueParams) SetContext

SetContext adds the context to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) SetGroupID

func (o *DeleteUserAttributeGroupValueParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) SetTimeout

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

SetTimeout adds the timeout to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) SetUserAttributeID

func (o *DeleteUserAttributeGroupValueParams) SetUserAttributeID(userAttributeID int64)

SetUserAttributeID adds the userAttributeId to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) WithContext

WithContext adds the context to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) WithGroupID

WithGroupID adds the groupID to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) WithTimeout

WithTimeout adds the timeout to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) WithUserAttributeID

func (o *DeleteUserAttributeGroupValueParams) WithUserAttributeID(userAttributeID int64) *DeleteUserAttributeGroupValueParams

WithUserAttributeID adds the userAttributeID to the delete user attribute group value params

func (*DeleteUserAttributeGroupValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserAttributeGroupValueReader

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

DeleteUserAttributeGroupValueReader is a Reader for the DeleteUserAttributeGroupValue structure.

func (*DeleteUserAttributeGroupValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GroupBadRequest

type GroupBadRequest struct {
	Payload *models.Error
}

GroupBadRequest handles this case with default header values.

Bad Request

func NewGroupBadRequest

func NewGroupBadRequest() *GroupBadRequest

NewGroupBadRequest creates a GroupBadRequest with default headers values

func (*GroupBadRequest) Error

func (o *GroupBadRequest) Error() string

func (*GroupBadRequest) GetPayload

func (o *GroupBadRequest) GetPayload() *models.Error

type GroupNotFound

type GroupNotFound struct {
	Payload *models.Error
}

GroupNotFound handles this case with default header values.

Not Found

func NewGroupNotFound

func NewGroupNotFound() *GroupNotFound

NewGroupNotFound creates a GroupNotFound with default headers values

func (*GroupNotFound) Error

func (o *GroupNotFound) Error() string

func (*GroupNotFound) GetPayload

func (o *GroupNotFound) GetPayload() *models.Error

type GroupOK

type GroupOK struct {
	Payload *models.Group
}

GroupOK handles this case with default header values.

Group

func NewGroupOK

func NewGroupOK() *GroupOK

NewGroupOK creates a GroupOK with default headers values

func (*GroupOK) Error

func (o *GroupOK) Error() string

func (*GroupOK) GetPayload

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

type GroupParams

type GroupParams struct {

	/*Fields
	  Requested fields.

	*/
	Fields *string
	/*GroupID
	  Id of group

	*/
	GroupID int64

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

GroupParams contains all the parameters to send to the API endpoint for the group operation typically these are written to a http.Request

func NewGroupParams

func NewGroupParams() *GroupParams

NewGroupParams creates a new GroupParams object with the default values initialized.

func NewGroupParamsWithContext

func NewGroupParamsWithContext(ctx context.Context) *GroupParams

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

func NewGroupParamsWithHTTPClient

func NewGroupParamsWithHTTPClient(client *http.Client) *GroupParams

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

func NewGroupParamsWithTimeout

func NewGroupParamsWithTimeout(timeout time.Duration) *GroupParams

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

func (*GroupParams) SetContext

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

SetContext adds the context to the group params

func (*GroupParams) SetFields

func (o *GroupParams) SetFields(fields *string)

SetFields adds the fields to the group params

func (*GroupParams) SetGroupID

func (o *GroupParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the group params

func (*GroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the group params

func (*GroupParams) SetTimeout

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

SetTimeout adds the timeout to the group params

func (*GroupParams) WithContext

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

WithContext adds the context to the group params

func (*GroupParams) WithFields

func (o *GroupParams) WithFields(fields *string) *GroupParams

WithFields adds the fields to the group params

func (*GroupParams) WithGroupID

func (o *GroupParams) WithGroupID(groupID int64) *GroupParams

WithGroupID adds the groupID to the group params

func (*GroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the group params

func (*GroupParams) WithTimeout

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

WithTimeout adds the timeout to the group params

func (*GroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GroupReader

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

GroupReader is a Reader for the Group structure.

func (*GroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SearchGroupsBadRequest

type SearchGroupsBadRequest struct {
	Payload *models.Error
}

SearchGroupsBadRequest handles this case with default header values.

Bad Request

func NewSearchGroupsBadRequest

func NewSearchGroupsBadRequest() *SearchGroupsBadRequest

NewSearchGroupsBadRequest creates a SearchGroupsBadRequest with default headers values

func (*SearchGroupsBadRequest) Error

func (o *SearchGroupsBadRequest) Error() string

func (*SearchGroupsBadRequest) GetPayload

func (o *SearchGroupsBadRequest) GetPayload() *models.Error

type SearchGroupsNotFound

type SearchGroupsNotFound struct {
	Payload *models.Error
}

SearchGroupsNotFound handles this case with default header values.

Not Found

func NewSearchGroupsNotFound

func NewSearchGroupsNotFound() *SearchGroupsNotFound

NewSearchGroupsNotFound creates a SearchGroupsNotFound with default headers values

func (*SearchGroupsNotFound) Error

func (o *SearchGroupsNotFound) Error() string

func (*SearchGroupsNotFound) GetPayload

func (o *SearchGroupsNotFound) GetPayload() *models.Error

type SearchGroupsOK

type SearchGroupsOK struct {
	Payload []*models.Group
}

SearchGroupsOK handles this case with default header values.

Group

func NewSearchGroupsOK

func NewSearchGroupsOK() *SearchGroupsOK

NewSearchGroupsOK creates a SearchGroupsOK with default headers values

func (*SearchGroupsOK) Error

func (o *SearchGroupsOK) Error() string

func (*SearchGroupsOK) GetPayload

func (o *SearchGroupsOK) GetPayload() []*models.Group

type SearchGroupsParams

type SearchGroupsParams struct {

	/*ExternalGroupID
	  Match group external_group_id.

	*/
	ExternalGroupID *bool
	/*ExternallyManaged
	  Match group externally_managed.

	*/
	ExternallyManaged *bool
	/*ExternallyOrphaned
	  Match group externally_orphaned.

	*/
	ExternallyOrphaned *bool
	/*Fields
	  Requested fields.

	*/
	Fields *string
	/*FilterOr
	  Combine given search criteria in a boolean OR expression

	*/
	FilterOr *bool
	/*ID
	  Match group id.

	*/
	ID *int64
	/*Limit
	  Number of results to return (used with `offset`).

	*/
	Limit *int64
	/*Name
	  Match group name.

	*/
	Name *string
	/*Offset
	  Number of results to skip before returning any (used with `limit`).

	*/
	Offset *int64
	/*Sorts
	  Fields to sort by.

	*/
	Sorts *string

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

SearchGroupsParams contains all the parameters to send to the API endpoint for the search groups operation typically these are written to a http.Request

func NewSearchGroupsParams

func NewSearchGroupsParams() *SearchGroupsParams

NewSearchGroupsParams creates a new SearchGroupsParams object with the default values initialized.

func NewSearchGroupsParamsWithContext

func NewSearchGroupsParamsWithContext(ctx context.Context) *SearchGroupsParams

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

func NewSearchGroupsParamsWithHTTPClient

func NewSearchGroupsParamsWithHTTPClient(client *http.Client) *SearchGroupsParams

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

func NewSearchGroupsParamsWithTimeout

func NewSearchGroupsParamsWithTimeout(timeout time.Duration) *SearchGroupsParams

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

func (*SearchGroupsParams) SetContext

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

SetContext adds the context to the search groups params

func (*SearchGroupsParams) SetExternalGroupID

func (o *SearchGroupsParams) SetExternalGroupID(externalGroupID *bool)

SetExternalGroupID adds the externalGroupId to the search groups params

func (*SearchGroupsParams) SetExternallyManaged

func (o *SearchGroupsParams) SetExternallyManaged(externallyManaged *bool)

SetExternallyManaged adds the externallyManaged to the search groups params

func (*SearchGroupsParams) SetExternallyOrphaned

func (o *SearchGroupsParams) SetExternallyOrphaned(externallyOrphaned *bool)

SetExternallyOrphaned adds the externallyOrphaned to the search groups params

func (*SearchGroupsParams) SetFields

func (o *SearchGroupsParams) SetFields(fields *string)

SetFields adds the fields to the search groups params

func (*SearchGroupsParams) SetFilterOr

func (o *SearchGroupsParams) SetFilterOr(filterOr *bool)

SetFilterOr adds the filterOr to the search groups params

func (*SearchGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the search groups params

func (*SearchGroupsParams) SetID

func (o *SearchGroupsParams) SetID(id *int64)

SetID adds the id to the search groups params

func (*SearchGroupsParams) SetLimit

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

SetLimit adds the limit to the search groups params

func (*SearchGroupsParams) SetName

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

SetName adds the name to the search groups params

func (*SearchGroupsParams) SetOffset

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

SetOffset adds the offset to the search groups params

func (*SearchGroupsParams) SetSorts

func (o *SearchGroupsParams) SetSorts(sorts *string)

SetSorts adds the sorts to the search groups params

func (*SearchGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the search groups params

func (*SearchGroupsParams) WithContext

WithContext adds the context to the search groups params

func (*SearchGroupsParams) WithExternalGroupID

func (o *SearchGroupsParams) WithExternalGroupID(externalGroupID *bool) *SearchGroupsParams

WithExternalGroupID adds the externalGroupID to the search groups params

func (*SearchGroupsParams) WithExternallyManaged

func (o *SearchGroupsParams) WithExternallyManaged(externallyManaged *bool) *SearchGroupsParams

WithExternallyManaged adds the externallyManaged to the search groups params

func (*SearchGroupsParams) WithExternallyOrphaned

func (o *SearchGroupsParams) WithExternallyOrphaned(externallyOrphaned *bool) *SearchGroupsParams

WithExternallyOrphaned adds the externallyOrphaned to the search groups params

func (*SearchGroupsParams) WithFields

func (o *SearchGroupsParams) WithFields(fields *string) *SearchGroupsParams

WithFields adds the fields to the search groups params

func (*SearchGroupsParams) WithFilterOr

func (o *SearchGroupsParams) WithFilterOr(filterOr *bool) *SearchGroupsParams

WithFilterOr adds the filterOr to the search groups params

func (*SearchGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the search groups params

func (*SearchGroupsParams) WithID

WithID adds the id to the search groups params

func (*SearchGroupsParams) WithLimit

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

WithLimit adds the limit to the search groups params

func (*SearchGroupsParams) WithName

func (o *SearchGroupsParams) WithName(name *string) *SearchGroupsParams

WithName adds the name to the search groups params

func (*SearchGroupsParams) WithOffset

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

WithOffset adds the offset to the search groups params

func (*SearchGroupsParams) WithSorts

func (o *SearchGroupsParams) WithSorts(sorts *string) *SearchGroupsParams

WithSorts adds the sorts to the search groups params

func (*SearchGroupsParams) WithTimeout

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

WithTimeout adds the timeout to the search groups params

func (*SearchGroupsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SearchGroupsReader

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

SearchGroupsReader is a Reader for the SearchGroups structure.

func (*SearchGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateGroupBadRequest

type UpdateGroupBadRequest struct {
	Payload *models.Error
}

UpdateGroupBadRequest handles this case with default header values.

Bad Request

func NewUpdateGroupBadRequest

func NewUpdateGroupBadRequest() *UpdateGroupBadRequest

NewUpdateGroupBadRequest creates a UpdateGroupBadRequest with default headers values

func (*UpdateGroupBadRequest) Error

func (o *UpdateGroupBadRequest) Error() string

func (*UpdateGroupBadRequest) GetPayload

func (o *UpdateGroupBadRequest) GetPayload() *models.Error

type UpdateGroupNotFound

type UpdateGroupNotFound struct {
	Payload *models.Error
}

UpdateGroupNotFound handles this case with default header values.

Not Found

func NewUpdateGroupNotFound

func NewUpdateGroupNotFound() *UpdateGroupNotFound

NewUpdateGroupNotFound creates a UpdateGroupNotFound with default headers values

func (*UpdateGroupNotFound) Error

func (o *UpdateGroupNotFound) Error() string

func (*UpdateGroupNotFound) GetPayload

func (o *UpdateGroupNotFound) GetPayload() *models.Error

type UpdateGroupOK

type UpdateGroupOK struct {
	Payload *models.Group
}

UpdateGroupOK handles this case with default header values.

Group

func NewUpdateGroupOK

func NewUpdateGroupOK() *UpdateGroupOK

NewUpdateGroupOK creates a UpdateGroupOK with default headers values

func (*UpdateGroupOK) Error

func (o *UpdateGroupOK) Error() string

func (*UpdateGroupOK) GetPayload

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

type UpdateGroupParams

type UpdateGroupParams struct {

	/*Body
	  Group

	*/
	Body *models.Group
	/*Fields
	  Requested fields.

	*/
	Fields *string
	/*GroupID
	  Id of group

	*/
	GroupID int64

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

UpdateGroupParams contains all the parameters to send to the API endpoint for the update group operation typically these are written to a http.Request

func NewUpdateGroupParams

func NewUpdateGroupParams() *UpdateGroupParams

NewUpdateGroupParams creates a new UpdateGroupParams object with the default values initialized.

func NewUpdateGroupParamsWithContext

func NewUpdateGroupParamsWithContext(ctx context.Context) *UpdateGroupParams

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

func NewUpdateGroupParamsWithHTTPClient

func NewUpdateGroupParamsWithHTTPClient(client *http.Client) *UpdateGroupParams

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

func NewUpdateGroupParamsWithTimeout

func NewUpdateGroupParamsWithTimeout(timeout time.Duration) *UpdateGroupParams

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

func (*UpdateGroupParams) SetBody

func (o *UpdateGroupParams) SetBody(body *models.Group)

SetBody adds the body to the update group params

func (*UpdateGroupParams) SetContext

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

SetContext adds the context to the update group params

func (*UpdateGroupParams) SetFields

func (o *UpdateGroupParams) SetFields(fields *string)

SetFields adds the fields to the update group params

func (*UpdateGroupParams) SetGroupID

func (o *UpdateGroupParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the update group params

func (*UpdateGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update group params

func (*UpdateGroupParams) SetTimeout

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

SetTimeout adds the timeout to the update group params

func (*UpdateGroupParams) WithBody

func (o *UpdateGroupParams) WithBody(body *models.Group) *UpdateGroupParams

WithBody adds the body to the update group params

func (*UpdateGroupParams) WithContext

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

WithContext adds the context to the update group params

func (*UpdateGroupParams) WithFields

func (o *UpdateGroupParams) WithFields(fields *string) *UpdateGroupParams

WithFields adds the fields to the update group params

func (*UpdateGroupParams) WithGroupID

func (o *UpdateGroupParams) WithGroupID(groupID int64) *UpdateGroupParams

WithGroupID adds the groupID to the update group params

func (*UpdateGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update group params

func (*UpdateGroupParams) WithTimeout

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

WithTimeout adds the timeout to the update group params

func (*UpdateGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateGroupReader

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

UpdateGroupReader is a Reader for the UpdateGroup structure.

func (*UpdateGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateGroupUnprocessableEntity

type UpdateGroupUnprocessableEntity struct {
	Payload *models.ValidationError
}

UpdateGroupUnprocessableEntity handles this case with default header values.

Validation Error

func NewUpdateGroupUnprocessableEntity

func NewUpdateGroupUnprocessableEntity() *UpdateGroupUnprocessableEntity

NewUpdateGroupUnprocessableEntity creates a UpdateGroupUnprocessableEntity with default headers values

func (*UpdateGroupUnprocessableEntity) Error

func (*UpdateGroupUnprocessableEntity) GetPayload

type UpdateUserAttributeGroupValueBadRequest

type UpdateUserAttributeGroupValueBadRequest struct {
	Payload *models.Error
}

UpdateUserAttributeGroupValueBadRequest handles this case with default header values.

Bad Request

func NewUpdateUserAttributeGroupValueBadRequest

func NewUpdateUserAttributeGroupValueBadRequest() *UpdateUserAttributeGroupValueBadRequest

NewUpdateUserAttributeGroupValueBadRequest creates a UpdateUserAttributeGroupValueBadRequest with default headers values

func (*UpdateUserAttributeGroupValueBadRequest) Error

func (*UpdateUserAttributeGroupValueBadRequest) GetPayload

type UpdateUserAttributeGroupValueNotFound

type UpdateUserAttributeGroupValueNotFound struct {
	Payload *models.Error
}

UpdateUserAttributeGroupValueNotFound handles this case with default header values.

Not Found

func NewUpdateUserAttributeGroupValueNotFound

func NewUpdateUserAttributeGroupValueNotFound() *UpdateUserAttributeGroupValueNotFound

NewUpdateUserAttributeGroupValueNotFound creates a UpdateUserAttributeGroupValueNotFound with default headers values

func (*UpdateUserAttributeGroupValueNotFound) Error

func (*UpdateUserAttributeGroupValueNotFound) GetPayload

type UpdateUserAttributeGroupValueOK

type UpdateUserAttributeGroupValueOK struct {
	Payload *models.UserAttributeGroupValue
}

UpdateUserAttributeGroupValueOK handles this case with default header values.

Group value object.

func NewUpdateUserAttributeGroupValueOK

func NewUpdateUserAttributeGroupValueOK() *UpdateUserAttributeGroupValueOK

NewUpdateUserAttributeGroupValueOK creates a UpdateUserAttributeGroupValueOK with default headers values

func (*UpdateUserAttributeGroupValueOK) Error

func (*UpdateUserAttributeGroupValueOK) GetPayload

type UpdateUserAttributeGroupValueParams

type UpdateUserAttributeGroupValueParams struct {

	/*Body
	  New value for group.

	*/
	Body *models.UserAttributeGroupValue
	/*GroupID
	  Id of group

	*/
	GroupID int64
	/*UserAttributeID
	  Id of user attribute

	*/
	UserAttributeID int64

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

UpdateUserAttributeGroupValueParams contains all the parameters to send to the API endpoint for the update user attribute group value operation typically these are written to a http.Request

func NewUpdateUserAttributeGroupValueParams

func NewUpdateUserAttributeGroupValueParams() *UpdateUserAttributeGroupValueParams

NewUpdateUserAttributeGroupValueParams creates a new UpdateUserAttributeGroupValueParams object with the default values initialized.

func NewUpdateUserAttributeGroupValueParamsWithContext

func NewUpdateUserAttributeGroupValueParamsWithContext(ctx context.Context) *UpdateUserAttributeGroupValueParams

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

func NewUpdateUserAttributeGroupValueParamsWithHTTPClient

func NewUpdateUserAttributeGroupValueParamsWithHTTPClient(client *http.Client) *UpdateUserAttributeGroupValueParams

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

func NewUpdateUserAttributeGroupValueParamsWithTimeout

func NewUpdateUserAttributeGroupValueParamsWithTimeout(timeout time.Duration) *UpdateUserAttributeGroupValueParams

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

func (*UpdateUserAttributeGroupValueParams) SetBody

SetBody adds the body to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) SetContext

SetContext adds the context to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) SetGroupID

func (o *UpdateUserAttributeGroupValueParams) SetGroupID(groupID int64)

SetGroupID adds the groupId to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) SetTimeout

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

SetTimeout adds the timeout to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) SetUserAttributeID

func (o *UpdateUserAttributeGroupValueParams) SetUserAttributeID(userAttributeID int64)

SetUserAttributeID adds the userAttributeId to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) WithBody

WithBody adds the body to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) WithContext

WithContext adds the context to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) WithGroupID

WithGroupID adds the groupID to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) WithTimeout

WithTimeout adds the timeout to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) WithUserAttributeID

func (o *UpdateUserAttributeGroupValueParams) WithUserAttributeID(userAttributeID int64) *UpdateUserAttributeGroupValueParams

WithUserAttributeID adds the userAttributeID to the update user attribute group value params

func (*UpdateUserAttributeGroupValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserAttributeGroupValueReader

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

UpdateUserAttributeGroupValueReader is a Reader for the UpdateUserAttributeGroupValue structure.

func (*UpdateUserAttributeGroupValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL